Build failed in Jenkins: spring-extensions-v5-multi » JDK-1.8,Windows2016 #29

Shibboleth Jenkins noreply at shibboleth.net
Sun Jul 19 14:43:43 UTC 2020


See <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-1.8,label=Windows2016/29/display/redirect?page=changes>

Changes:

[Rod Widdowson] Rev parent POMversion after PARENT release


------------------------------------------
Started by upstream project "spring-extensions-v5-multi" build number 29
originally caused by:
 Started by user Rod Widdowson
Running as SYSTEM
Building remotely on EC2 (I2) - WindowsServer2016 (i-0cc7f424d1715c110) (Windows2016) in workspace <http://127.0.0.1:1583/jenkins/job/spring-extensions-v5-multi/jdk=JDK-1.8,label=Windows2016/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 --force --progress -- https://git.shibboleth.net/git/spring-extensions +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 846b4c104fd7b3c463e48719d5bc6c1404659f71 (refs/remotes/origin/maint-5)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 846b4c104fd7b3c463e48719d5bc6c1404659f71 # timeout=10
Commit message: "Rev parent POMversion after PARENT release"
 > git rev-list --no-walk 43ca4a7f017d4ef2b140d926c2b4d3fe85f25010 # timeout=10
[Windows2016] $ cmd.exe /C "\opt\maven_home\bin\mvn.cmd -Djdk=JDK-1.8 '"-Dmatrix-combinations=(jdk == 'JDK-1.7.0' && label == 'CentOS7') || (jdk == 'JDK-1.7.0' && label == 'Windows2016') || (jdk == 'JDK-1.8' && label == 'CentOS7') || (jdk == 'JDK-1.8' && label == 'Windows2016') || (jdk == 'JDK-11' && label == 'CentOS7') || (jdk == 'JDK-11' && label == 'Windows2016') || (jdk == 'Amazon-8' && label == 'CentOS7') || (jdk == 'Amazon-8' && label == 'Windows2016') || (jdk == 'Amazon-11' && label == 'CentOS7') || (jdk == 'Amazon-11' && label == 'Windows2016') || (jdk == 'RedHat-8' && label == 'CentOS7') || (jdk == 'RedHat-8' && label == 'RHEL8') || (jdk == 'RedHat-11' && label == 'CentOS7') || (jdk == 'RedHat-11' && label == 'RHEL8')"' -Dlabel=Windows2016 -B clean test -Prelease --update-snapshots --fail-at-end && exit %%ERRORLEVEL%%"
[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] 
[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-1.8,label=Windows2016/ws/target\classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[WARNING] /c:/opt/jenkins/workspace/spring-extensions-v5-multi/jdk/JDK-1.8/label/Windows2016/src/main/java/net/shibboleth/ext/spring/resource/SVNBasicAuthenticationManager.java:[154,19] getProxyPassword() in org.tmatesoft.svn.core.auth.BasicAuthenticationManager has been deprecated
[INFO] /c:/opt/jenkins/workspace/spring-extensions-v5-multi/jdk/JDK-1.8/label/Windows2016/src/main/java/net/shibboleth/ext/spring/util/AbstractSpringExpressionEvaluator.java: Some input files use unchecked or unsafe operations.
[INFO] /c:/opt/jenkins/workspace/spring-extensions-v5-multi/jdk/JDK-1.8/label/Windows2016/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-1.8,label=Windows2016/ws/target\test-classes>
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] /c:/opt/jenkins/workspace/spring-extensions-v5-multi/jdk/JDK-1.8/label/Windows2016/src/test/java/net/shibboleth/ext/spring/util/SpringExpressionTest.java: Some input files use unchecked or unsafe operations.
[INFO] /c:/opt/jenkins/workspace/spring-extensions-v5-multi/jdk/JDK-1.8/label/Windows2016/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
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14.769 s
[INFO] Finished at: 2020-07-19T14:43:43Z
[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-1.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] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was cmd.exe /X /C "c:\opt\jdk\jdk-8\jre\bin\java -jar C:\Users\jenkins\AppData\Local\Temp\surefire3853802951083470207\surefirebooter1430019408074045193.jar C:\Users\jenkins\AppData\Local\Temp\surefire3853802951083470207 2020-07-19T14-43-32_009-jvmRun1 surefire5393683989411425718tmp surefire_05589576423484098994tmp"
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was cmd.exe /X /C "c:\opt\jdk\jdk-8\jre\bin\java -jar C:\Users\jenkins\AppData\Local\Temp\surefire3853802951083470207\surefirebooter1430019408074045193.jar C:\Users\jenkins\AppData\Local\Temp\surefire3853802951083470207 2020-07-19T14-43-32_009-jvmRun1 surefire5393683989411425718tmp surefire_05589576423484098994tmp"
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1149)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:978)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:854)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:210)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:156)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:148)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:957)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:289)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:193)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.lang.reflect.Method.invoke(Method.java:498)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347)
[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
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/target/surefire-reports/testng-results.xml
Did not find any matching files.


More information about the commits mailing list