Skip to content

Instantly share code, notes, and snippets.

@rishikksh20
Created January 20, 2017 19:39
Show Gist options
  • Save rishikksh20/4e360fb11bd67a3775936af3c1c3d4a1 to your computer and use it in GitHub Desktop.
Save rishikksh20/4e360fb11bd67a3775936af3c1c3d4a1 to your computer and use it in GitHub Desktop.
dl4j logs
Rishikesh@DESKTOP-IGP4E4G MINGW64 /c/Open_Source/JAVA/Deeplearning4j/deeplearning4j
$ mvn clean install -DskipTests -Dmaven.javadoc.skip=true
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 28 modules...
[INFO] Not installing Nexus Staging features:
[INFO] * Preexisting staging related goal bindings found in 28 modules.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] DeepLearning4j
[INFO] deeplearning4j-nn
[INFO] deeplearning4j-modelimport
[INFO] deeplearning4j-ui-parent
[INFO] deeplearning4j-ui-components
[INFO] deeplearning4j-core
[INFO] deeplearning4j-ui-model
[INFO] deeplearning4j-play
[INFO] DeepLearning4j-scaleout-parent
[INFO] org.deeplearning4j.spark
[INFO] dl4j-spark
[INFO] Dl4j Streaming
[INFO] DeepLearning4j-AWS
[INFO] deeplearning4j-nlp-parent
[INFO] deeplearning4j-nlp
[INFO] dl4j-spark-nlp
[INFO] dl4j-spark-parameterserver
[INFO] deeplearning4j-parallel-wrapper
[INFO] deeplearning4j-scaleout-parallelwrapper-parameter-server
[INFO] deeplearning4j-ui-resources
[INFO] deeplearning4j-ui
[INFO] deeplearning4j-ui-remote-iterationlisteners
[INFO] deeplearning4j-graph
[INFO] deeplearning4j-cuda
[INFO] deeplearning4j-nlp-uima
[INFO] deeplearning4j-nlp-korean
[INFO] deeplearning4j-nlp-japanese
[INFO] DL4J Keras support
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building DeepLearning4j 0.7.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ deeplearning4j-parent ---
[INFO] Deleting C:\Open_Source\JAVA\Deeplearning4j\deeplearning4j\target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ deeplearning4j-parent ---
[INFO]
[INFO] --- lint-maven-plugin:0.0.11:check (pom-lint) @ deeplearning4j-parent ---
[INFO] Writing summary report
[INFO] [LINT] Completed with no violations
[INFO] Writing xml report
[INFO]
[INFO] --- scala-maven-plugin:3.2.2:add-source (scala-compile-first) @ deeplearning4j-parent ---
[INFO] Add Source directory: C:\Open_Source\JAVA\Deeplearning4j\deeplearning4j\src\main\scala
[INFO] Add Test Source directory: C:\Open_Source\JAVA\Deeplearning4j\deeplearning4j\src\test\scala
[INFO]
[INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ deeplearning4j-parent ---
[INFO] No sources to compile
[INFO]
[INFO] --- scala-maven-plugin:3.2.2:add-source (scala-test-compile) @ deeplearning4j-parent ---
[INFO]
[INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile) @ deeplearning4j-parent ---
[INFO] No sources to compile
[INFO]
[INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ deeplearning4j-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ deeplearning4j-parent ---
[INFO]
[INFO] --- lint-maven-plugin:0.0.11:check (pom-lint) @ deeplearning4j-parent ---
[INFO] Writing summary report
[INFO] [LINT] Completed with no violations
[INFO] Writing xml report
[INFO]
[INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ deeplearning4j-parent <<<
[INFO]
[INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ deeplearning4j-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ deeplearning4j-parent ---
[INFO] Installing C:\Open_Source\JAVA\Deeplearning4j\deeplearning4j\pom.xml to C:\maven_repo\org\deeplearning4j\deeplearning4j-parent\0.7.3-SNAPSHOT\deeplearning4j-parent-0.7.3-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building deeplearning4j-nn 0.7.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ deeplearning4j-nn ---
[INFO] Deleting C:\Open_Source\JAVA\Deeplearning4j\deeplearning4j\deeplearning4j-nn\target
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ deeplearning4j-nn ---
[INFO]
[INFO] --- lint-maven-plugin:0.0.11:check (pom-lint) @ deeplearning4j-nn ---
[INFO] Writing summary report
[INFO] [LINT] Completed with no violations
[INFO] Writing xml report
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ deeplearning4j-nn ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Open_Source\JAVA\Deeplearning4j\deeplearning4j\deeplearning4j-nn\src\main\resources
[INFO]
[INFO] --- scala-maven-plugin:3.2.2:add-source (scala-compile-first) @ deeplearning4j-nn ---
[INFO] Add Source directory: C:\Open_Source\JAVA\Deeplearning4j\deeplearning4j\deeplearning4j-nn\src\main\scala
[INFO] Add Test Source directory: C:\Open_Source\JAVA\Deeplearning4j\deeplearning4j\deeplearning4j-nn\src\test\scala
[INFO]
[INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ deeplearning4j-nn ---
[INFO] C:\Open_Source\JAVA\Deeplearning4j\deeplearning4j\deeplearning4j-nn\src\main\java:-1: info: compiling
[INFO] Compiling 284 source files to C:\Open_Source\JAVA\Deeplearning4j\deeplearning4j\deeplearning4j-nn\target\classes at 1484921312526
[INFO] prepare-compile in 0 s
[INFO] compile in 0 s
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ deeplearning4j-nn ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 284 source files to C:\Open_Source\JAVA\Deeplearning4j\deeplearning4j\deeplearning4j-nn\target\classes
[INFO] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/MultiLayerConfiguration.java: Some input files use or override a deprecated API.
[INFO] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/MultiLayerConfiguration.java: Recompile with -Xlint:deprecation for details.
[INFO] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/berkeley/Pair.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/berkeley/Pair.java: Recompile with -Xlint:unchecked for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[915,52] cannot find symbol
symbol: variable DEFAULT_NESTEROV_MOMENTUM
location: class org.nd4j.linalg.learning.Nesterovs
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[916,109] cannot find symbol
symbol: variable DEFAULT_NESTEROV_MOMENTUM
location: class org.nd4j.linalg.learning.Nesterovs
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[927,52] cannot find symbol
symbol: variable DEFAULT_ADAM_BETA1_MEAN_DECAY
location: class org.nd4j.linalg.learning.Adam
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[928,109] cannot find symbol
symbol: variable DEFAULT_ADAM_BETA1_MEAN_DECAY
location: class org.nd4j.linalg.learning.Adam
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[934,51] cannot find symbol
symbol: variable DEFAULT_ADAM_BETA2_VAR_DECAY
location: class org.nd4j.linalg.learning.Adam
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[935,108] cannot find symbol
symbol: variable DEFAULT_ADAM_BETA2_VAR_DECAY
location: class org.nd4j.linalg.learning.Adam
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[941,46] cannot find symbol
symbol: variable DEFAULT_ADAM_EPSILON
location: class org.nd4j.linalg.learning.Adam
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[951,50] cannot find symbol
symbol: variable DEFAULT_ADADELTA_EPSILON
location: class org.nd4j.linalg.learning.AdaDelta
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[952,116] cannot find symbol
symbol: variable DEFAULT_ADADELTA_EPSILON
location: class org.nd4j.linalg.learning.AdaDelta
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[959,49] cannot find symbol
symbol: variable DEFAULT_ADAGRAD_EPSILON
location: class org.nd4j.linalg.learning.AdaGrad
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[966,50] cannot find symbol
symbol: variable DEFAULT_RMSPROP_RMSDECAY
location: class org.nd4j.linalg.learning.RmsProp
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[973,49] cannot find symbol
symbol: variable DEFAULT_RMSPROP_EPSILON
location: class org.nd4j.linalg.learning.RmsProp
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/updater/LayerUpdater.java:[265,31] no suitable constructor found for RmsProp(double,double,double)
constructor org.nd4j.linalg.learning.RmsProp.RmsProp(double,double) is not applicable
(actual and formal argument lists differ in length)
constructor org.nd4j.linalg.learning.RmsProp.RmsProp() is not applicable
(actual and formal argument lists differ in length)
[INFO] 13 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] DeepLearning4j ..................................... SUCCESS [ 1.318 s]
[INFO] deeplearning4j-nn .................................. FAILURE [ 5.283 s]
[INFO] deeplearning4j-modelimport ......................... SKIPPED
[INFO] deeplearning4j-ui-parent ........................... SKIPPED
[INFO] deeplearning4j-ui-components ....................... SKIPPED
[INFO] deeplearning4j-core ................................ SKIPPED
[INFO] deeplearning4j-ui-model ............................ SKIPPED
[INFO] deeplearning4j-play ................................ SKIPPED
[INFO] DeepLearning4j-scaleout-parent ..................... SKIPPED
[INFO] org.deeplearning4j.spark ........................... SKIPPED
[INFO] dl4j-spark ......................................... SKIPPED
[INFO] Dl4j Streaming ..................................... SKIPPED
[INFO] DeepLearning4j-AWS ................................. SKIPPED
[INFO] deeplearning4j-nlp-parent .......................... SKIPPED
[INFO] deeplearning4j-nlp ................................. SKIPPED
[INFO] dl4j-spark-nlp ..................................... SKIPPED
[INFO] dl4j-spark-parameterserver ......................... SKIPPED
[INFO] deeplearning4j-parallel-wrapper .................... SKIPPED
[INFO] deeplearning4j-scaleout-parallelwrapper-parameter-server SKIPPED
[INFO] deeplearning4j-ui-resources ........................ SKIPPED
[INFO] deeplearning4j-ui .................................. SKIPPED
[INFO] deeplearning4j-ui-remote-iterationlisteners ........ SKIPPED
[INFO] deeplearning4j-graph ............................... SKIPPED
[INFO] deeplearning4j-cuda ................................ SKIPPED
[INFO] deeplearning4j-nlp-uima ............................ SKIPPED
[INFO] deeplearning4j-nlp-korean .......................... SKIPPED
[INFO] deeplearning4j-nlp-japanese ........................ SKIPPED
[INFO] DL4J Keras support ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.250 s
[INFO] Finished at: 2017-01-20T19:38:37+05:30
[INFO] Final Memory: 37M/658M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project deeplearning4j-nn: Compilation failure: Compilation failure:
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[915,52] cannot find symbol
[ERROR] symbol: variable DEFAULT_NESTEROV_MOMENTUM
[ERROR] location: class org.nd4j.linalg.learning.Nesterovs
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[916,109] cannot find symbol
[ERROR] symbol: variable DEFAULT_NESTEROV_MOMENTUM
[ERROR] location: class org.nd4j.linalg.learning.Nesterovs
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[927,52] cannot find symbol
[ERROR] symbol: variable DEFAULT_ADAM_BETA1_MEAN_DECAY
[ERROR] location: class org.nd4j.linalg.learning.Adam
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[928,109] cannot find symbol
[ERROR] symbol: variable DEFAULT_ADAM_BETA1_MEAN_DECAY
[ERROR] location: class org.nd4j.linalg.learning.Adam
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[934,51] cannot find symbol
[ERROR] symbol: variable DEFAULT_ADAM_BETA2_VAR_DECAY
[ERROR] location: class org.nd4j.linalg.learning.Adam
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[935,108] cannot find symbol
[ERROR] symbol: variable DEFAULT_ADAM_BETA2_VAR_DECAY
[ERROR] location: class org.nd4j.linalg.learning.Adam
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[941,46] cannot find symbol
[ERROR] symbol: variable DEFAULT_ADAM_EPSILON
[ERROR] location: class org.nd4j.linalg.learning.Adam
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[951,50] cannot find symbol
[ERROR] symbol: variable DEFAULT_ADADELTA_EPSILON
[ERROR] location: class org.nd4j.linalg.learning.AdaDelta
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[952,116] cannot find symbol
[ERROR] symbol: variable DEFAULT_ADADELTA_EPSILON
[ERROR] location: class org.nd4j.linalg.learning.AdaDelta
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[959,49] cannot find symbol
[ERROR] symbol: variable DEFAULT_ADAGRAD_EPSILON
[ERROR] location: class org.nd4j.linalg.learning.AdaGrad
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[966,50] cannot find symbol
[ERROR] symbol: variable DEFAULT_RMSPROP_RMSDECAY
[ERROR] location: class org.nd4j.linalg.learning.RmsProp
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/conf/NeuralNetConfiguration.java:[973,49] cannot find symbol
[ERROR] symbol: variable DEFAULT_RMSPROP_EPSILON
[ERROR] location: class org.nd4j.linalg.learning.RmsProp
[ERROR] /C:/Open_Source/JAVA/Deeplearning4j/deeplearning4j/deeplearning4j-nn/src/main/java/org/deeplearning4j/nn/updater/LayerUpdater.java:[265,31] no suitable constructor found for RmsProp(double,double,double)
[ERROR] constructor org.nd4j.linalg.learning.RmsProp.RmsProp(double,double) is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] constructor org.nd4j.linalg.learning.RmsProp.RmsProp() is not applicable
[ERROR] (actual and formal argument lists differ in length)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :deeplearning4j-nn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment