Skip to content
Failed

Console Output

Started by user Philipp Hau?leiter
Building on master in workspace /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://github.com/str4d/ed25519-java.git # timeout=10
Fetching upstream changes from https://github.com/str4d/ed25519-java.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/str4d/ed25519-java.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision ab0be28d9caf373364a6f10806a70d6428029e48 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f ab0be28d9caf373364a6f10806a70d6428029e48
 > /usr/bin/git rev-list ab0be28d9caf373364a6f10806a70d6428029e48 # timeout=10
Unpacking https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.3.9/apache-maven-3.3.9-bin.zip to /home/javastream.de/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3 on Jenkins
[workspace] $ /home/javastream.de/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3/bin/mvn -DMAVEN_OPTS=-Dfile.encoding=UTF8 clean install
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ed25519-java 0.1.0
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eddsa ---
[INFO] Deleting /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ eddsa ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ eddsa ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] Compiling 26 source files to /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/target/classes
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[217,20] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[217,21] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[217,69] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[217,70] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[218,19] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[218,20] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[218,36] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[218,37] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[219,21] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[219,22] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[512,95] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[512,96] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[512,97] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[513,16] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[513,17] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[513,18] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[513,22] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[513,23] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[513,24] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[513,29] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[513,30] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[514,15] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[514,16] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[514,21] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[514,22] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[514,23] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[515,15] unmappable character for encoding ASCII
[WARNING] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:[515,16] unmappable character for encoding ASCII
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ eddsa ---
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ eddsa ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] Compiling 13 source files to /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.17:test (default-test) @ eddsa ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-bundle-plugin:3.0.1:bundle (default-bundle) @ eddsa ---
[WARNING] Bundle net.i2p.crypto:eddsa:bundle:0.1.0 : Export net.i2p.crypto.eddsa,  has 1,  private references [net.i2p.crypto.eddsa.math], 
[WARNING] Bundle net.i2p.crypto:eddsa:bundle:0.1.0 : Export net.i2p.crypto.eddsa.spec,  has 1,  private references [net.i2p.crypto.eddsa.math], 
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ eddsa ---
[INFO] Building jar: /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/target/eddsa-0.1.0-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ eddsa ---
[WARNING] Source files encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[INFO] 
Loading source files for package net.i2p.crypto.eddsa...
Loading source files for package net.i2p.crypto.eddsa.spec...
Loading source files for package net.i2p.crypto.eddsa.math...
Loading source files for package net.i2p.crypto.eddsa.math.bigint...
Loading source files for package net.i2p.crypto.eddsa.math.ed25519...
28 errors
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.257 s
[INFO] Finished at: 2016-11-07T12:55:42+01:00
[INFO] Final Memory: 31M/264M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on project eddsa: MavenReportException: Error while creating archive:
[ERROR] Exit code: 1 - /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:217: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * <li>Setting ?? = (u * v^3) * (u * v^7)^((q - 5) / 8) one has ??^2 = +-(u / v).
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:217: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * <li>Setting ?? = (u * v^3) * (u * v^7)^((q - 5) / 8) one has ??^2 = +-(u / v).
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:217: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * <li>Setting ?? = (u * v^3) * (u * v^7)^((q - 5) / 8) one has ??^2 = +-(u / v).
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:217: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * <li>Setting ?? = (u * v^3) * (u * v^7)^((q - 5) / 8) one has ??^2 = +-(u / v).
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:218: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * <li>If v * ?? = -u multiply ?? with i=sqrt(-1).
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:218: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * <li>If v * ?? = -u multiply ?? with i=sqrt(-1).
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:218: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * <li>If v * ?? = -u multiply ?? with i=sqrt(-1).
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:218: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * <li>If v * ?? = -u multiply ?? with i=sqrt(-1).
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:219: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * <li>Set x := ??.
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:219: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * <li>Set x := ??.
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:512: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * B = (X + Y)^2; C = X^2; D = Y^2; E = -C = -X^2; F := E + D = Y^2 - X^2; H = Z^2; J = F ??? 2 * H;
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:512: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * B = (X + Y)^2; C = X^2; D = Y^2; E = -C = -X^2; F := E + D = Y^2 - X^2; H = Z^2; J = F ??? 2 * H;
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:512: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * B = (X + Y)^2; C = X^2; D = Y^2; E = -C = -X^2; F := E + D = Y^2 - X^2; H = Z^2; J = F ??? 2 * H;
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:513: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * X3 = (B ??? C ??? D) ?? J = X' * (-T');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:513: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * X3 = (B ??? C ??? D) ?? J = X' * (-T');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:513: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * X3 = (B ??? C ??? D) ?? J = X' * (-T');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:513: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * X3 = (B ??? C ??? D) ?? J = X' * (-T');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:513: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * X3 = (B ??? C ??? D) ?? J = X' * (-T');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:513: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * X3 = (B ??? C ??? D) ?? J = X' * (-T');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:513: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * X3 = (B ??? C ??? D) ?? J = X' * (-T');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:513: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * X3 = (B ??? C ??? D) ?? J = X' * (-T');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:514: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * Y3 = F ?? (E ??? D) = Z' * (-Y');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:514: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * Y3 = F ?? (E ??? D) = Z' * (-Y');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:514: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * Y3 = F ?? (E ??? D) = Z' * (-Y');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:514: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * Y3 = F ?? (E ??? D) = Z' * (-Y');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:514: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * Y3 = F ?? (E ??? D) = Z' * (-Y');
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:515: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * Z3 = F ?? J = Z' * (-T').
[ERROR] ^
[ERROR] /home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/src/net/i2p/crypto/eddsa/math/GroupElement.java:515: error: unmappable character for encoding ANSI_X3.4-1968
[ERROR] * Z3 = F ?? J = Z' * (-T').
[ERROR] ^
[ERROR] 
[ERROR] Command line was: /home/javastream.de/jenkins/tools/hudson.model.JDK/JDK8/jre/../bin/javadoc @options @packages
[ERROR] 
[ERROR] Refer to the generated Javadoc files in '/home/javastream.de/jenkins/jobs/net.i2p.crypto.eddsa/workspace/target/apidocs' dir.
[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/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE