Build failed in Jenkins: java-identity-provider-v4-multi » Amazon-11,Windows2016 #546

Shibboleth Jenkins noreply at shibboleth.net
Thu Apr 9 22:39:54 EDT 2020


See <http://127.0.0.1:1583/jenkins/job/java-identity-provider-v4-multi/jdk=Amazon-11,label=Windows2016/546/display/redirect?page=changes>

Changes:

[Scott Cantor] IDP-1459 - RuntimeException when using CAS and consent


------------------------------------------
Started by upstream project "java-identity-provider-v4-multi" build number 546
originally caused by:
 Started by upstream project "trigger-multi-v11" build number 282
 originally caused by:
  Started by upstream project "java-idp-oidc-nightly" build number 96
  originally caused by:
   Started by upstream project "java-identity-provider-v4-nightly" build number 538
   originally caused by:
    Started by upstream project "idwsfconsumer-v2-nightly" build number 105
    originally caused by:
     Started by upstream project "java-opensaml-v4-nightly" build number 536
     originally caused by:
      Started by upstream project "spring-extensions-v6-nightly" build number 921
      originally caused by:
       Started by upstream project "java-support-v8-nightly" build number 923
       originally caused by:
        Started by upstream project "java-parent-project-v11-nightly" build number 430
        originally caused by:
         Started by upstream project "trigger-nightly-v11" build number 427
         originally caused by:
          Started by timer
Running as SYSTEM
Building remotely on EC2 (WindowsServer2016) - WindowsServer2016 (i-09b5e858d6b37bf5b) (Windows2016) in workspace c:\opt\jenkins\workspace\java-identity-provider-v4-multi\jdk\Amazon-11\label\Windows2016
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.shibboleth.net/java-identity-provider
 > git init c:\opt\jenkins\workspace\java-identity-provider-v4-multi\jdk\Amazon-11\label\Windows2016 # timeout=10
Fetching upstream changes from git://git.shibboleth.net/java-identity-provider
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://git.shibboleth.net/java-identity-provider +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.shibboleth.net/java-identity-provider # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.shibboleth.net/java-identity-provider # timeout=10
Fetching upstream changes from git://git.shibboleth.net/java-identity-provider
 > git fetch --tags --force --progress -- git://git.shibboleth.net/java-identity-provider +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision de532a4e98ebfff3a6273018cadb08b3a260faaa (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f de532a4e98ebfff3a6273018cadb08b3a260faaa # timeout=10
Commit message: "IDP-1459 - RuntimeException when using CAS and consent"
 > git rev-list --no-walk d4456448d18a3c2cf9cdcc20053ae00bb6e535b4 # timeout=10
[Windows2016] $ cmd.exe /C "\opt\maven_home\bin\mvn.cmd -f idp-parent/pom.xml -Djdk=Amazon-11 -Dmatrix-combinations= -Dlabel=Windows2016 -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.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/net/shibboleth/parent/11.0.1-SNAPSHOT/maven-metadata.xml (601 B at 1.1 kB/s)
[INFO] Downloading from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/org/opensaml/opensaml-bom/4.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from shib-thirdparty-snapshot: https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots/org/opensaml/opensaml-bom/4.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from shib-snapshot: https://build.shibboleth.net/nexus/content/repositories/snapshots/org/opensaml/opensaml-bom/4.0.1-SNAPSHOT/maven-metadata.xml (815 B at 2.4 kB/s)
FATAL: command execution failed
java.io.EOFException
	at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2735)
	at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3210)
	at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:895)
	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:35)
	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 'EC2 (WindowsServer2016) - WindowsServer2016 (i-09b5e858d6b37bf5b)' 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:1150)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1142)
	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:741)
	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:1853)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:427)
Build step 'Invoke top-level Maven targets' marked build as failure
ERROR: Step ‘Publish TestNG Results’ failed: no workspace for java-identity-provider-v4-multi/jdk=Amazon-11,label=Windows2016 #546
ERROR: EC2 (WindowsServer2016) - WindowsServer2016 (i-09b5e858d6b37bf5b) is offline; cannot locate Amazon-11


More information about the commits mailing list