Build failed in Jenkins: java-parent-project-v11-multi » Amazon-11,Windows2016 #466

Shibboleth Jenkins noreply at shibboleth.net
Thu Apr 9 21:09:34 EDT 2020


See <http://127.0.0.1:1583/jenkins/job/java-parent-project-v11-multi/jdk=Amazon-11,label=Windows2016/466/display/redirect>

Changes:


------------------------------------------
Started by upstream project "java-parent-project-v11-multi" build number 466
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-065b97aef0a6f8584) (Windows2016) in workspace c:\opt\jenkins\workspace\java-parent-project-v11-multi\jdk\Amazon-11\label\Windows2016
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.shibboleth.net/java-parent-project
 > git init c:\opt\jenkins\workspace\java-parent-project-v11-multi\jdk\Amazon-11\label\Windows2016 # timeout=10
Fetching upstream changes from git://git.shibboleth.net/java-parent-project
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://git.shibboleth.net/java-parent-project +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.shibboleth.net/java-parent-project # 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-parent-project # timeout=10
Fetching upstream changes from git://git.shibboleth.net/java-parent-project
 > git fetch --tags --force --progress -- git://git.shibboleth.net/java-parent-project +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 5358c49b800ed27f39aac8f4f04369be46155b72 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5358c49b800ed27f39aac8f4f04369be46155b72 # timeout=10
Commit message: "Remove managed xmlunit-legacy dependency."
 > git rev-list --no-walk 5358c49b800ed27f39aac8f4f04369be46155b72 # timeout=10
[Windows2016] $ cmd.exe /C "\opt\maven_home\bin\mvn.cmd -version && exit %%ERRORLEVEL%%"
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: c:\opt\maven_home\bin\..
Java version: 11.0.6, vendor: Amazon.com Inc., runtime: c:\opt\jdk\amazon-11
Default locale: en_US, platform encoding: Cp1252
OS name: "windows server 2016", version: "10.0", arch: "amd64", family: "windows"
[Windows2016] $ cmd.exe /C "\opt\maven_home\bin\mvn.cmd -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-release: https://build.shibboleth.net/nexus/content/groups/public/io/dropwizard/metrics/metrics-bom/4.1.4/metrics-bom-4.1.4.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/nexus/content/groups/public/io/dropwizard/metrics/metrics-bom/4.1.4/metrics-bom-4.1.4.pom (5.1 kB at 10 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/io/dropwizard/metrics/metrics-parent/4.1.4/metrics-parent-4.1.4.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/nexus/content/groups/public/io/dropwizard/metrics/metrics-parent/4.1.4/metrics-parent-4.1.4.pom (15 kB at 144 kB/s)
[INFO] Downloading from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/springframework/spring-framework-bom/5.2.4.RELEASE/spring-framework-bom-5.2.4.RELEASE.pom
[INFO] Downloaded from shib-release: https://build.shibboleth.net/nexus/content/groups/public/org/springframework/spring-framework-bom/5.2.4.RELEASE/spring-framework-bom-5.2.4.RELEASE.pom (5.3 kB at 87 kB/s)
[INFO] 
[INFO] -----------------------< net.shibboleth:parent >------------------------
[INFO] Building Shibboleth Project Java 11 Super POM 11.0.1-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (maven-version) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.220 s
[INFO] Finished at: 2020-04-10T01:07:17Z
[INFO] ------------------------------------------------------------------------
FATAL: command execution failed
hudson.remoting.FastPipedInputStream$ClosedBy: The pipe was closed at...
	at hudson.remoting.FastPipedOutputStream.error(FastPipedOutputStream.java:100)
	at hudson.remoting.FastPipedOutputStream.close(FastPipedOutputStream.java:90)
	at hudson.plugins.ec2.util.Closeables.closeQuietly(Closeables.java:23)
	at hudson.plugins.ec2.win.winrm.WindowsProcess$2.run(WindowsProcess.java:146)
Caused: java.io.IOException: Pipe is already closed
	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:154)
	at hudson.remoting.FastPipedOutputStream.write(FastPipedOutputStream.java:138)
	at hudson.remoting.ChunkedOutputStream.sendFrame(ChunkedOutputStream.java:89)
	at hudson.remoting.ChunkedOutputStream.drain(ChunkedOutputStream.java:85)
	at hudson.remoting.ChunkedOutputStream.write(ChunkedOutputStream.java:54)
	at java.io.OutputStream.write(OutputStream.java:75)
	at hudson.remoting.ChunkedCommandTransport.writeBlock(ChunkedCommandTransport.java:45)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.write(AbstractSynchronousByteArrayCommandTransport.java:46)
	at hudson.remoting.Channel.send(Channel.java:721)
	at hudson.remoting.Channel.close(Channel.java:1436)
	at hudson.remoting.Channel.close(Channel.java:1403)
	at hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:868)
	at hudson.slaves.SlaveComputer.access$100(SlaveComputer.java:109)
	at hudson.slaves.SlaveComputer$2.run(SlaveComputer.java:759)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel at 24637f87:EC2 (WindowsServer2016) - WindowsServer2016 (i-065b97aef0a6f8584)": Remote call on EC2 (WindowsServer2016) - WindowsServer2016 (i-065b97aef0a6f8584) failed. The channel is closing down or has closed down
	at hudson.remoting.Channel.call(Channel.java:948)
	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-parent-project-v11-multi/jdk=Amazon-11,label=Windows2016 #466
ERROR: EC2 (WindowsServer2016) - WindowsServer2016 (i-065b97aef0a6f8584) is offline; cannot locate Amazon-11


More information about the commits mailing list