Build failed in Jenkins: spring-extensions-v6-nightly #22
Shibboleth Jenkins
noreply at shibboleth.net
Fri Jun 5 10:07:09 UTC 2020
See <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/22/display/redirect?page=changes>
Changes:
[Brent Putman] Lock parent version for new release
------------------------------------------
Started by upstream project "java-support-v8-nightly" build number 21
originally caused by:
Started by upstream project "java-parent-project-v11-nightly" build number 21
originally caused by:
Started by upstream project "trigger-nightly-v11" build number 24
originally caused by:
Started by timer
Started by timer
Started by timer
Started by timer
Running as SYSTEM
Building remotely on EC2 (I2) - CentOS7 (i-08faf134947a355e0) (CentOS7) in workspace <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/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 https://git.shibboleth.net/git/spring-extensions # timeout=10
Fetching upstream changes from https://git.shibboleth.net/git/spring-extensions
> git --version # timeout=10
> git fetch --tags --progress https://git.shibboleth.net/git/spring-extensions +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision dd4b804adca1460d81826f073886acf8e774373b (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f dd4b804adca1460d81826f073886acf8e774373b # timeout=10
Commit message: "Lock parent version for new release"
> git rev-list --no-walk 4d1488749d265fd9c165de97c19549a66d6f1638 # timeout=10
[spring-extensions-v6-nightly] $ /opt/maven_home/bin/mvn -Dmaven.repo.local=<http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/.repository> -B clean -Prelease,central-disabled -U deploy
[INFO] Scanning for projects...
[INFO] Downloading from local-shared-repository: file:///opt/m2/repository/net/shibboleth/parent/11.0.1/parent-11.0.1.pom
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/parent/11.0.1/parent-11.0.1.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/nexus/content/groups/public/net/shibboleth/parent/11.0.1/parent-11.0.1.pom (53 kB at 105 kB/s)
[INFO]
[INFO] ----------------< net.shibboleth.ext:spring-extensions >----------------
[INFO] Building Spring Framework Extension 6.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ spring-extensions ---
[INFO] Deleting <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/target>
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ spring-extensions ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ spring-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 70 source files to <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/target/classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/service/ClassBasedServiceStrategy.java>: <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/service/ClassBasedServiceStrategy.java> uses unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/main/java/net/shibboleth/ext/spring/service/ClassBasedServiceStrategy.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ spring-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 31 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1: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-v6-nightly/ws/target/test-classes>
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/test/java/net/shibboleth/ext/spring/service/ReloadableBeanServiceTest.java>: <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/test/java/net/shibboleth/ext/spring/service/ReloadableBeanServiceTest.java> uses unchecked or unsafe operations.
[INFO] <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-nightly/ws/src/test/java/net/shibboleth/ext/spring/service/ReloadableBeanServiceTest.java>: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ spring-extensions ---
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/testng/testng/5.10/testng-5.10.pom
[WARNING] Missing POM for org.testng:testng:jar:jdk15:5.10
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom
[WARNING] Missing POM for org.easytesting:fest-assert:jar:1.4
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
[ERROR] Tests run: 51, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.009 s <<< FAILURE! - in TestSuite
[ERROR] net.shibboleth.ext.spring.resource.HTTPResourceTest.testRelated Time elapsed: 0.165 s <<< FAILURE!
java.io.IOException: Non-ok status code 404 returned from remote resource http://test.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:122)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] HTTPResourceTest.testRelated:122 » IO Non-ok status code 404 returned from rem...
[INFO]
[ERROR] Tests run: 51, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:10 min
[INFO] Finished at: 2020-06-05T10:07:09Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4: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-v6-nightly/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].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
More information about the commits
mailing list