Build failed in Jenkins: spring-extensions-v5-multi » JDK-11,master #1248

Shibboleth Jenkins noreply at shibboleth.net
Wed Jun 12 00:32:56 EDT 2019


See <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-11,label=master/1248/display/redirect>

------------------------------------------
Started by upstream project "spring-extensions-v5-multi" build number 1248
originally caused by:
 Started by timer
Building on master in workspace <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-11,label=master/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://git.shibboleth.net/spring-extensions # timeout=10
Fetching upstream changes from git://git.shibboleth.net/spring-extensions
 > git --version # timeout=10
 > git fetch --tags --progress git://git.shibboleth.net/spring-extensions +refs/heads/*:refs/remotes/origin/*
Checking out Revision c9b1a6e829568b6f45897ba145166e851ff49c10 (refs/remotes/origin/maint-5)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c9b1a6e829568b6f45897ba145166e851ff49c10
Commit message: "Bump version after release"
 > git rev-list --no-walk c9b1a6e829568b6f45897ba145166e851ff49c10 # timeout=10
[master] $ /opt/maven/bin/mvn -Djdk=JDK-11 -Dmatrix-combinations= -Dlabel=master -B clean test -Prelease --update-snapshots --fail-at-end
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< net.shibboleth.ext:spring-extensions >----------------
[INFO] Building Spring Framework Extension 5.4.2-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ spring-extensions ---
[INFO] Deleting <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-11,label=master/ws/target>
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ spring-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 59 source files to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-11,label=master/ws/target/classes>
[WARNING] bootstrap class path not set in conjunction with -source 7
[WARNING] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-11,label=master/ws/src/main/java/net/shibboleth/ext/spring/resource/SVNBasicAuthenticationManager.java>:[154,19] getProxyPassword() in org.tmatesoft.svn.core.auth.BasicAuthenticationManager has been deprecated
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-11,label=master/ws/src/main/java/net/shibboleth/ext/spring/util/AbstractSpringExpressionEvaluator.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-11,label=master/ws/src/main/java/net/shibboleth/ext/spring/util/AbstractSpringExpressionEvaluator.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ spring-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 64 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-11,label=master/ws/target/test-classes>
[WARNING] bootstrap class path not set in conjunction with -source 7
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-11,label=master/ws/src/test/java/net/shibboleth/ext/spring/util/SpringExpressionTest.java>: Some input files use unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-11,label=master/ws/src/test/java/net/shibboleth/ext/spring/util/SpringExpressionTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ spring-extensions ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[ERROR] Tests run: 57, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 79.499 s <<< FAILURE! - in TestSuite
[ERROR] testRelated(net.shibboleth.ext.spring.resource.HTTPResourceTest)  Time elapsed: 20.035 s  <<< FAILURE!
java.io.IOException: Error contacting remote resource http://shibboleth.net/downloads/identity-provider/2.0.0/shibboleth-idp-2.0.0-bin.zip
	at net.shibboleth.ext.spring.resource.HTTPResourceTest.testRelated(HTTPResourceTest.java:129)
Caused by: java.net.UnknownHostException: shibboleth.net: Name or service not known
	at net.shibboleth.ext.spring.resource.HTTPResourceTest.testRelated(HTTPResourceTest.java:129)

[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   HTTPResourceTest.testRelated:129 » IO Error contacting remote resource http://...
[INFO] 
[ERROR] Tests run: 57, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:25 min
[INFO] Finished at: 2019-06-12T00:32:56-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project spring-extensions: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-11,label=master/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/spring-extensions-v5-multi/configurations/axis-jdk/JDK-11/axis-label/master/builds/1248/testng/testng-results.xml'
1.754386% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH


More information about the commits mailing list