Advertisement
aironman

compiling errors

Nov 29th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.32 KB | None | 0 0
  1. Last login: Fri Nov 29 14:09:41 on ttys002
  2. aironman@MacBook-Pro-de-Alonso ~ % fish
  3. Welcome to fish, the friendly interactive shell
  4. aironman@MacBook-Pro-de-Alonso ~> cd gitProjects/
  5. aironman@MacBook-Pro-de-Alonso ~/gitProjects> cd deeplearning4j-examples/
  6. aironman@MacBook-Pro-de-Alonso ~/g/deeplearning4j-examples> mvn clean package -Djavacpp.platform=macosx-x86_64
  7. [INFO] Scanning for projects...
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Reactor Build Order:
  10. [INFO]
  11. [INFO] DeepLearning4j Examples Parent [pom]
  12. [INFO] shared-utilities [jar]
  13. [INFO] DeepLearning4j Examples [jar]
  14. [INFO] dl4j-spark-examples [pom]
  15. [INFO] dl4j-spark [jar]
  16. [INFO] dl4j-spark-cluster [jar]
  17. [INFO] datavec-examples [jar]
  18. [INFO] nd4j-examples [jar]
  19. [INFO] Reinforcement Learning4j Examples [jar]
  20. [INFO] lstm-hdfs [jar]
  21. [INFO] tf-import-examples [jar]
  22. [INFO]
  23. [INFO] ---------< org.deeplearning4j:deeplearning4j-examples-parent >----------
  24. [INFO] Building DeepLearning4j Examples Parent 1.0.0-SNAPSHOT [1/11]
  25. [INFO] --------------------------------[ pom ]---------------------------------
  26. [INFO]
  27. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ deeplearning4j-examples-parent ---
  28. [INFO] Deleting /Users/aironman/gitProjects/deeplearning4j-examples/target
  29. [INFO]
  30. [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-default) @ deeplearning4j-examples-parent ---
  31. [INFO]
  32. [INFO] --- lint-maven-plugin:0.0.11:check (pom-lint) @ deeplearning4j-examples-parent ---
  33. [INFO] Writing summary report
  34. [INFO] [LINT] Completed with no violations
  35. [INFO] Writing xml report
  36. WARNING: An illegal reflective access operation has occurred
  37. WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/Users/aironman/.m2/repository/com/thoughtworks/xstream/xstream/1.4.8/xstream-1.4.8.jar) to field java.util.TreeMap.comparator
  38. WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
  39. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  40. WARNING: All illegal access operations will be denied in a future release
  41. [INFO]
  42. [INFO] ------------< org.deeplearning4j.examples:shared-utilities >------------
  43. [INFO] Building shared-utilities 1.0.0-SNAPSHOT [2/11]
  44. [INFO] --------------------------------[ jar ]---------------------------------
  45. [INFO]
  46. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ shared-utilities ---
  47. [INFO] Deleting /Users/aironman/gitProjects/deeplearning4j-examples/shared-utilities/target
  48. [INFO]
  49. [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-default) @ shared-utilities ---
  50. [INFO]
  51. [INFO] --- lint-maven-plugin:0.0.11:check (pom-lint) @ shared-utilities ---
  52. [INFO] Writing summary report
  53. [INFO] [LINT] Completed with no violations
  54. [INFO] Writing xml report
  55. [INFO]
  56. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ shared-utilities ---
  57. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  58. [INFO] skip non existing resourceDirectory /Users/aironman/gitProjects/deeplearning4j-examples/shared-utilities/src/main/resources
  59. [INFO]
  60. [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ shared-utilities ---
  61. [INFO] Changes detected - recompiling the module!
  62. [INFO] Compiling 1 source file to /Users/aironman/gitProjects/deeplearning4j-examples/shared-utilities/target/classes
  63. [INFO]
  64. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ shared-utilities ---
  65. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  66. [INFO] skip non existing resourceDirectory /Users/aironman/gitProjects/deeplearning4j-examples/shared-utilities/src/test/resources
  67. [INFO]
  68. [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ shared-utilities ---
  69. [INFO] No sources to compile
  70. [INFO]
  71. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ shared-utilities ---
  72. [INFO] No tests to run.
  73. [INFO]
  74. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ shared-utilities ---
  75. [INFO] Building jar: /Users/aironman/gitProjects/deeplearning4j-examples/shared-utilities/target/shared-utilities-1.0.0-SNAPSHOT.jar
  76. [INFO]
  77. [INFO] ------------------< org.deeplearning4j:dl4j-examples >------------------
  78. [INFO] Building DeepLearning4j Examples 1.0.0-SNAPSHOT [3/11]
  79. [INFO] --------------------------------[ jar ]---------------------------------
  80. Downloading from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx-graphics/13/javafx-graphics-13.pom
  81. Downloaded from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx-graphics/13/javafx-graphics-13.pom (887 B at 2.5 kB/s)
  82. Downloading from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx/13/javafx-13.pom
  83. Downloaded from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx/13/javafx-13.pom (2.8 kB at 82 kB/s)
  84. Downloading from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx-base/13/javafx-base-13.pom
  85. Downloaded from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx-base/13/javafx-base-13.pom (736 B at 14 kB/s)
  86. Downloading from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx-graphics/13/javafx-graphics-13.jar
  87. Downloading from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx-graphics/13/javafx-graphics-13-mac.jar
  88. Downloading from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx-base/13/javafx-base-13-mac.jar
  89. Downloading from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx-base/13/javafx-base-13.jar
  90. Downloaded from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx-graphics/13/javafx-graphics-13.jar (306 B at 7.1 kB/s)
  91. Downloaded from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx-base/13/javafx-base-13.jar (302 B at 4.0 kB/s)
  92. Downloaded from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx-base/13/javafx-base-13-mac.jar (745 kB at 3.0 MB/s)
  93. Downloaded from central: https://repo.maven.apache.org/maven2/org/openjfx/javafx-graphics/13/javafx-graphics-13-mac.jar (4.8 MB at 8.4 MB/s)
  94. [INFO]
  95. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dl4j-examples ---
  96. [INFO] Deleting /Users/aironman/gitProjects/deeplearning4j-examples/dl4j-examples/target
  97. [INFO]
  98. [INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-default) @ dl4j-examples ---
  99. [INFO]
  100. [INFO] --- lint-maven-plugin:0.0.11:check (pom-lint) @ dl4j-examples ---
  101. [INFO] Writing summary report
  102. [INFO] [LINT] Completed with no violations
  103. [INFO] Writing xml report
  104. [INFO]
  105. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dl4j-examples ---
  106. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  107. [INFO] Copying 2 resources
  108. [INFO]
  109. [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ dl4j-examples ---
  110. [INFO] Changes detected - recompiling the module!
  111. [INFO] Compiling 156 source files to /Users/aironman/gitProjects/deeplearning4j-examples/dl4j-examples/target/classes
  112. [INFO] /Users/aironman/gitProjects/deeplearning4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/activationfunctions/CustomActivation.java: Some input files use or override a deprecated API.
  113. [INFO] /Users/aironman/gitProjects/deeplearning4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/misc/activationfunctions/CustomActivation.java: Recompile with -Xlint:deprecation for details.
  114. [INFO] /Users/aironman/gitProjects/deeplearning4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/modelimport/keras/DeepMojiAttentionLayer.java: Some input files use unchecked or unsafe operations.
  115. [INFO] /Users/aironman/gitProjects/deeplearning4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/modelimport/keras/DeepMojiAttentionLayer.java: Recompile with -Xlint:unchecked for details.
  116. [INFO] -------------------------------------------------------------
  117. [ERROR] COMPILATION ERROR :
  118. [INFO] -------------------------------------------------------------
  119. [ERROR] /Users/aironman/gitProjects/deeplearning4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/modelimport/tensorflow/LoadTensorFlowMNISTMLP.java:[67,39] cannot find symbol
  120. symbol: method getInstance()
  121. location: class org.nd4j.imports.graphmapper.tf.TFGraphMapper
  122. [ERROR] /Users/aironman/gitProjects/deeplearning4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/modelimport/tensorflow/LoadTensorFlowMNISTMLP.java:[83,41] cannot find symbol
  123. symbol: method getInstance()
  124. location: class org.nd4j.imports.graphmapper.tf.TFGraphMapper
  125. [ERROR] /Users/aironman/gitProjects/deeplearning4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/modelimport/tensorflow/LoadTensorFlowMNISTMLP.java:[85,40] cannot find symbol
  126. symbol: method execAndEndResult()
  127. location: variable graphSD of type org.nd4j.autodiff.samediff.SameDiff
  128. [INFO] 3 errors
  129. [INFO] -------------------------------------------------------------
  130. [INFO] ------------------------------------------------------------------------
  131. [INFO] Reactor Summary:
  132. [INFO]
  133. [INFO] DeepLearning4j Examples Parent 1.0.0-SNAPSHOT ...... SUCCESS [ 1.121 s]
  134. [INFO] shared-utilities 1.0.0-SNAPSHOT .................... SUCCESS [ 1.152 s]
  135. [INFO] DeepLearning4j Examples 1.0.0-SNAPSHOT ............. FAILURE [ 4.329 s]
  136. [INFO] dl4j-spark-examples 1.0.0-beta5 .................... SKIPPED
  137. [INFO] dl4j-spark 1.0.0-beta5 ............................. SKIPPED
  138. [INFO] dl4j-spark-cluster 1.0.0-beta5 ..................... SKIPPED
  139. [INFO] datavec-examples 1.0.0-beta5 ....................... SKIPPED
  140. [INFO] nd4j-examples 1.0.0-beta5 .......................... SKIPPED
  141. [INFO] Reinforcement Learning4j Examples 1.0.0-beta5 ...... SKIPPED
  142. [INFO] lstm-hdfs 1.0.0-beta5 .............................. SKIPPED
  143. [INFO] tf-import-examples 1.0.0-beta5 ..................... SKIPPED
  144. [INFO] ------------------------------------------------------------------------
  145. [INFO] BUILD FAILURE
  146. [INFO] ------------------------------------------------------------------------
  147. [INFO] Total time: 6.735 s
  148. [INFO] Finished at: 2019-11-29T16:38:19+01:00
  149. [INFO] ------------------------------------------------------------------------
  150. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project dl4j-examples: Compilation failure: Compilation failure:
  151. [ERROR] /Users/aironman/gitProjects/deeplearning4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/modelimport/tensorflow/LoadTensorFlowMNISTMLP.java:[67,39] cannot find symbol
  152. [ERROR] symbol: method getInstance()
  153. [ERROR] location: class org.nd4j.imports.graphmapper.tf.TFGraphMapper
  154. [ERROR] /Users/aironman/gitProjects/deeplearning4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/modelimport/tensorflow/LoadTensorFlowMNISTMLP.java:[83,41] cannot find symbol
  155. [ERROR] symbol: method getInstance()
  156. [ERROR] location: class org.nd4j.imports.graphmapper.tf.TFGraphMapper
  157. [ERROR] /Users/aironman/gitProjects/deeplearning4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/examples/modelimport/tensorflow/LoadTensorFlowMNISTMLP.java:[85,40] cannot find symbol
  158. [ERROR] symbol: method execAndEndResult()
  159. [ERROR] location: variable graphSD of type org.nd4j.autodiff.samediff.SameDiff
  160. [ERROR] -> [Help 1]
  161. [ERROR]
  162. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  163. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  164. [ERROR]
  165. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  166. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  167. [ERROR]
  168. [ERROR] After correcting the problems, you can resume the build with the command
  169. [ERROR] mvn <args> -rf :dl4j-examples
  170. aironman@MacBook-Pro-de-Alonso ~/g/deeplearning4j-examples>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement