Build failed in Jenkins: spring-extensions-multi » JDK-1.7.0,WindowsServer2012 #359
Shibboleth Jenkins
noreply at shibboleth.net
Wed Dec 28 03:24:01 EST 2016
See <https://build.shibboleth.net/jenkins/job/spring-extensions-multi/jdk=JDK-1.7.0,label=WindowsServer2012/359/>
------------------------------------------
Started by upstream project "spring-extensions-multi" build number 359
originally caused by:
Started by timer
Building remotely on WindowsServer2012 (windows) in workspace <https://build.shibboleth.net/jenkins/job/spring-extensions-multi/jdk=JDK-1.7.0,label=WindowsServer2012/ws/>
> 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 -c core.askpass=true fetch --tags --progress git://git.shibboleth.net/spring-extensions +refs/heads/*:refs/remotes/origin/*
Checking out Revision 05af1e127fd53ecbae526d3d5f1ed879aef190bf (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 05af1e127fd53ecbae526d3d5f1ed879aef190bf
> git rev-list 05af1e127fd53ecbae526d3d5f1ed879aef190bf # timeout=10
[WindowsServer2012] $ cmd.exe /C '""C:\Program Files\Apache\apache-maven-3.3.1\bin\mvn.cmd"' -Djdk=JDK-1.7.0 -Dmatrix-combinations= -Dlabel=WindowsServer2012 clean verify -Prelease --update-snapshots --fail-at-end && exit %%ERRORLEVEL%%"
[INFO] Scanning for projects...
Downloading: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent-v3/TRUNK-SNAPSHOT/maven-metadata.xml
606/606 B
Downloaded: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent-v3/TRUNK-SNAPSHOT/maven-metadata.xml (606 B at 0.9 KB/sec)
Downloading: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/parent-v3/TRUNK-SNAPSHOT/maven-metadata.xml
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Spring Framework Extension 5.3.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/utilities/java-support/7.3.1-SNAPSHOT/maven-metadata.xml
Downloading: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/utilities/java-support/7.3.1-SNAPSHOT/maven-metadata.xml
2/2 KB
Downloaded: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/utilities/java-support/7.3.1-SNAPSHOT/maven-metadata.xml (2 KB at 14.9 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ spring-extensions ---
[INFO] Deleting <https://build.shibboleth.net/jenkins/job/spring-extensions-multi/jdk=JDK-1.7.0,label=WindowsServer2012/ws/target>
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ spring-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 47 source files to <https://build.shibboleth.net/jenkins/job/spring-extensions-multi/jdk=JDK-1.7.0,label=WindowsServer2012/ws/target\classes>
[WARNING] /C:/Users/jenkins/jenkins-slave/workspace/spring-extensions-multi/jdk/JDK-1.7.0/label/WindowsServer2012/src/main/java/net/shibboleth/ext/spring/resource/SVNBasicAuthenticationManager.java:[151,19] getProxyPassword() in org.tmatesoft.svn.core.auth.BasicAuthenticationManager has been deprecated
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/spring-extensions-multi/jdk/JDK-1.7.0/label/WindowsServer2012/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/jenkins/jenkins-slave/workspace/spring-extensions-multi/jdk/JDK-1.7.0/label/WindowsServer2012/src/main/java/net/shibboleth/ext/spring/service/ReloadableSpringService.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ spring-extensions ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 26 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to <https://build.shibboleth.net/jenkins/job/spring-extensions-multi/jdk=JDK-1.7.0,label=WindowsServer2012/ws/target\test-classes>
[INFO]
[INFO] --- maven-surefire-plugin:2.19:test (default-test) @ spring-extensions ---
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running TestSuite
Tests run: 33, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 16.975 sec <<< FAILURE! - in TestSuite
reloadableService(net.shibboleth.ext.spring.service.ReloadableSpringServiceTest) Time elapsed: 8.218 sec <<< FAILURE!
java.lang.AssertionError: After 7 second initial component has still not be destroyed expected [true] but found [false]
at net.shibboleth.ext.spring.service.ReloadableSpringServiceTest.reloadableService(ReloadableSpringServiceTest.java:102)
Results :
Failed tests:
ReloadableSpringServiceTest.reloadableService:102 After 7 second initial component has still not be destroyed expected [true] but found [false]
Tests run: 33, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27.835 s
[INFO] Finished at: 2016-12-28T03:24:00-05:00
[INFO] Final Memory: 25M/72M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19:test (default-test) on project spring-extensions: There are test failures.
[ERROR]
[ERROR] Please refer to <https://build.shibboleth.net/jenkins/job/spring-extensions-multi/jdk=JDK-1.7.0,label=WindowsServer2012/ws/target\surefire-reports> for the individual test results.
[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-multi/configurations/axis-jdk/JDK-1.7.0/axis-label/WindowsServer2012/builds/359/testng/testng-results.xml'
3.030303% of tests failed, which exceeded threshold of 0%. Marking build as UNSTABLE
TestNG Reports Processing: FINISH
More information about the commits
mailing list