Build failed in Jenkins: spring-extensions-v6-multi » Amazon-11,WindowsServer2016 #605
Shibboleth Jenkins
noreply at shibboleth.net
Fri May 24 19:13:04 EDT 2019
See <http://127.0.0.1:1583/jenkins/job/spring-extensions-v6-multi/jdk=Amazon-11,label=WindowsServer2016/605/display/redirect>
------------------------------------------
Started by upstream project "spring-extensions-v6-multi" build number 605
originally caused by:
Started by timer
Building remotely on WindowsServer2016 (windows) in workspace C:\Users\tzeller\jenkins-slave\workspace\spring-extensions-v6-multi\jdk\Amazon-11\label\WindowsServer2016
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 --force --progress git://git.shibboleth.net/spring-extensions +refs/heads/*:refs/remotes/origin/*
Checking out Revision b0645d16a1d283acc738e6d5711ac52d8594a549 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b0645d16a1d283acc738e6d5711ac52d8594a549
Commit message: "IDP-1434 Use null-preserving converter from String to Boolean"
> git rev-list --no-walk b0645d16a1d283acc738e6d5711ac52d8594a549 # timeout=10
[WindowsServer2016] $ cmd.exe /C "C:\opt\maven\bin\mvn.cmd -Djdk=Amazon-11 -Dmatrix-combinations= -Dlabel=WindowsServer2016 -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/11.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.0.0-SNAPSHOT/maven-metadata.xml (603 B at 665 B/s)
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/parent/11.0.0-SNAPSHOT/maven-metadata.xml
[INFO]
[INFO] ----------------< net.shibboleth.ext:spring-extensions >----------------
[INFO] Building Spring Framework Extension 6.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/utilities/java-support/8.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/net/shibboleth/utilities/java-support/8.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/utilities/java-support/8.0.0-SNAPSHOT/maven-metadata.xml (1.7 kB at 4.0 kB/s)
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ spring-extensions ---
[INFO] Deleting C:\Users\tzeller\jenkins-slave\workspace\spring-extensions-v6-multi\jdk\Amazon-11\label\WindowsServer2016\target
[INFO]
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (maven-version) @ 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 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 69 source files to C:\Users\tzeller\jenkins-slave\workspace\spring-extensions-v6-multi\jdk\Amazon-11\label\WindowsServer2016\target\classes
[INFO] /C:/Users/tzeller/jenkins-slave/workspace/spring-extensions-v6-multi/jdk/Amazon-11/label/WindowsServer2016/src/main/java/net/shibboleth/ext/spring/config/FunctionToFunctionConverter.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/tzeller/jenkins-slave/workspace/spring-extensions-v6-multi/jdk/Amazon-11/label/WindowsServer2016/src/main/java/net/shibboleth/ext/spring/config/FunctionToFunctionConverter.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 30 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ spring-extensions ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to C:\Users\tzeller\jenkins-slave\workspace\spring-extensions-v6-multi\jdk\Amazon-11\label\WindowsServer2016\target\test-classes
[INFO] /C:/Users/tzeller/jenkins-slave/workspace/spring-extensions-v6-multi/jdk/Amazon-11/label/WindowsServer2016/src/test/java/net/shibboleth/ext/spring/util/SpringExpressionTest.java: Some input files use unchecked or unsafe operations.
[INFO] /C:/Users/tzeller/jenkins-slave/workspace/spring-extensions-v6-multi/jdk/Amazon-11/label/WindowsServer2016/src/test/java/net/shibboleth/ext/spring/util/SpringExpressionTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ spring-extensions ---
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running TestSuite
FATAL: command execution failed
java.io.EOFException
at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2680)
at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3155)
at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:861)
at java.io.ObjectInputStream.<init>(ObjectInputStream.java:357)
at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
at hudson.remoting.Command.readFrom(Command.java:140)
at hudson.remoting.Command.readFrom(Command.java:126)
at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused: java.io.IOException: Unexpected termination of the channel
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused: java.io.IOException: Backing channel 'WindowsServer2016' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:214)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
at com.sun.proxy.$Proxy98.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1144)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1136)
at hudson.Launcher$ProcStarter.join(Launcher.java:470)
at hudson.tasks.Maven.perform(Maven.java:368)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at hudson.model.Build$BuildExecution.build(Build.java:206)
at hudson.model.Build$BuildExecution.doRun(Build.java:163)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1816)
at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Build step 'Invoke top-level Maven targets' marked build as failure
ERROR: Step ‘Publish TestNG Results’ failed: no workspace for spring-extensions-v6-multi/jdk=Amazon-11,label=WindowsServer2016 #605
More information about the commits
mailing list