Build failed in Jenkins: xmlsectool-v2-multi » Amazon-8,Windows2016 #1399
Shibboleth Jenkins
noreply at shibboleth.net
Thu Apr 16 05:46:07 EDT 2020
See <http://127.0.0.1:1583/jenkins/job/xmlsectool-v2-multi/jdk=Amazon-8,label=Windows2016/1399/display/redirect?page=changes>
Changes:
[Ian Young] Add diagnostics to failing test
------------------------------------------
Started by upstream project "xmlsectool-v2-multi" build number 1399
originally caused by:
Started by user Ian Young
Running as SYSTEM
Building remotely on EC2 (WindowsServer2016) - WindowsServer2016 (i-0a98392b8a3bfa374) (Windows2016) in workspace <http://127.0.0.1:1583/jenkins/job/xmlsectool-v2-multi/jdk=Amazon-8,label=Windows2016/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository http://git.shibboleth.net/git/xmlsectool
> git init <http://127.0.0.1:1583/jenkins/job/xmlsectool-v2-multi/jdk=Amazon-8,label=Windows2016/ws/> # timeout=10
Fetching upstream changes from http://git.shibboleth.net/git/xmlsectool
> git --version # timeout=10
> git fetch --tags --force --progress -- http://git.shibboleth.net/git/xmlsectool +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url http://git.shibboleth.net/git/xmlsectool # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url http://git.shibboleth.net/git/xmlsectool # timeout=10
Fetching upstream changes from http://git.shibboleth.net/git/xmlsectool
> git fetch --tags --force --progress -- http://git.shibboleth.net/git/xmlsectool +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 91e254f0e98fd4ce517cb049693f4a3bafcebd4b (refs/remotes/origin/maint-2)
> git config core.sparsecheckout # timeout=10
> git checkout -f 91e254f0e98fd4ce517cb049693f4a3bafcebd4b # timeout=10
Commit message: "Add diagnostics to failing test"
> git rev-list --no-walk 6c76010a6258b5a6bce724e79131342b82b1f5fe # timeout=10
[Windows2016] $ cmd.exe /C "\opt\maven_home\bin\mvn.cmd -Djdk=Amazon-8 '"-Dmatrix-combinations=(jdk == 'Amazon-8' && label == 'Windows2016')"' -Dlabel=Windows2016 -B clean test -Prelease --update-snapshots --fail-at-end && exit %%ERRORLEVEL%%"
[INFO] Scanning for projects...
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/7.11.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/7.11.1-SNAPSHOT/maven-metadata.xml (603 B at 1.4 kB/s)
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/parent/7.11.1-SNAPSHOT/maven-metadata.xml
[INFO]
[INFO] -------------------< net.shibboleth.tool:xmlsectool >-------------------
[INFO] Building XMLSecTool 2.1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ xmlsectool ---
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ xmlsectool ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ xmlsectool ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 10 source files to <http://127.0.0.1:1583/jenkins/job/xmlsectool-v2-multi/jdk=Amazon-8,label=Windows2016/ws/target\classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] /c:/opt/jenkins/workspace/xmlsectool-v2-multi/jdk/Amazon-8/label/Windows2016/src/main/java/net/shibboleth/tool/xmlsectool/CredentialHelper.java: <http://127.0.0.1:1583/jenkins/job/xmlsectool-v2-multi/jdk=Amazon-8,label=Windows2016/ws/src\main\java\net\shibboleth\tool\xmlsectool\CredentialHelper.java> uses unchecked or unsafe operations.
[INFO] /c:/opt/jenkins/workspace/xmlsectool-v2-multi/jdk/Amazon-8/label/Windows2016/src/main/java/net/shibboleth/tool/xmlsectool/CredentialHelper.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ xmlsectool ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 58 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ xmlsectool ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to <http://127.0.0.1:1583/jenkins/job/xmlsectool-v2-multi/jdk=Amazon-8,label=Windows2016/ws/target\test-classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO]
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ xmlsectool ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.615 s <<< FAILURE! - in TestSuite
[ERROR] xstj51_KeyInfo(net.shibboleth.tool.xmlsectool.XSTJ51Test) Time elapsed: 0.196 s <<< FAILURE!
java.lang.AssertionError: sign method threw Terminator: 7
at net.shibboleth.tool.xmlsectool.XSTJ51Test.xstj51_KeyInfo(XSTJ51Test.java:75)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] XSTJ51Test.xstj51_KeyInfo:75 sign method threw Terminator: 7
[INFO]
[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.789 s
[INFO] Finished at: 2020-04-16T09:46:03Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project xmlsectool: There are test failures.
[ERROR]
[ERROR] Please refer to <http://127.0.0.1:1583/jenkins/job/xmlsectool-v2-multi/jdk=Amazon-8,label=Windows2016/ws/target\surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[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
Build step 'Invoke top-level Maven targets' marked build as failure
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Saving reports...
Processing '/var/lib/jenkins/jobs/xmlsectool-v2-multi/configurations/axis-jdk/Amazon-8/axis-label/Windows2016/builds/1399/testng/testng-results.xml'
25.000000% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH
More information about the commits
mailing list