Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[microprofile-dev] Build failed in Jenkins: reactive-streams-maven-snapshots #820

See <https://ci.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/820/display/redirect>

Changes:


------------------------------------------
[...truncated 1.91 KB...]
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-microprofile"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-vx7b4 in workspace /home/jenkins/agent/workspace/reactive-streams-maven-snapshots
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/microprofile-reactive-streams.git
 > git init /home/jenkins/agent/workspace/reactive-streams-maven-snapshots # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-streams.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-streams.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/microprofile-reactive-streams.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/microprofile-reactive-streams.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-streams.git
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-streams.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision de74df1fb4f350120f5a567102bdf182b359a00a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f de74df1fb4f350120f5a567102bdf182b359a00a # timeout=10
Commit message: "Merge pull request #153 from Azquelt/immutable-builder"
 > git rev-list --no-walk de74df1fb4f350120f5a567102bdf182b359a00a # timeout=10
Parsing POMs
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.15.Final/arquillian-bom-1.1.15.Final.pom
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.6/shrinkwrap-resolver-bom-2.2.6.pom
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom
Modules changed, recalculating dependency graph
Established TCP socket on 45237
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[reactive-streams-maven-snapshots] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 45237
<===[JENKINS REMOTING CAPACITY]===>   channel started
ERROR: Processing failed due to a bug in the code. Please report this to the issue tracker (https://jenkins.io/redirect/report-an-issue).
hudson.remoting.RequestAbortedException: java.io.IOException: java.nio.channels.ClosedChannelException
	at hudson.remoting.Request.abort(Request.java:340)
	at hudson.remoting.Channel.terminate(Channel.java:1081)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:94)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to Channel to Maven [/opt/tools/java/oracle/jdk-8/latest/bin/java, -cp, /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging, jenkins.maven3.agent.Maven35Main, /opt/tools/apache-maven/latest, /usr/share/jenkins/agent.jar, /home/jenkins/agent/maven35-interceptor.jar, /home/jenkins/agent/maven3-interceptor-commons.jar, 45237]
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.Request.call(Request.java:202)
		at hudson.remoting.Channel.call(Channel.java:997)
		at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:299)
		at hudson.maven.ProcessCache.get(ProcessCache.java:236)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:804)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1856)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused by: java.io.IOException: java.nio.channels.ClosedChannelException
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:169)
	at java.io.BufferedInputStream.fill(Unknown Source)
	at java.io.BufferedInputStream.read(Unknown Source)
	at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:91)
	at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
	at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
	at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Caused by: java.nio.channels.ClosedChannelException
	at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer.onReadClosed(ChannelApplicationLayer.java:209)
	at org.jenkinsci.remoting.protocol.ApplicationLayer.onRecvClosed(ApplicationLayer.java:221)
	at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
	at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:181)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.switchToNoSecure(SSLEngineFilterLayer.java:283)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processWrite(SSLEngineFilterLayer.java:503)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processQueuedWrites(SSLEngineFilterLayer.java:248)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.doSend(SSLEngineFilterLayer.java:200)
	at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.doSend(ProtocolStack.java:691)
	at org.jenkinsci.remoting.protocol.ApplicationLayer.write(ApplicationLayer.java:156)
	at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer$ByteBufferCommandTransport.write(ChannelApplicationLayer.java:298)
	at hudson.remoting.AbstractByteBufferCommandTransport.write(AbstractByteBufferCommandTransport.java:304)
	at hudson.remoting.Channel.send(Channel.java:764)
	at hudson.remoting.ProxyOutputStream.write(ProxyOutputStream.java:143)
	at hudson.remoting.RemoteOutputStream.write(RemoteOutputStream.java:108)
	at java.io.BufferedOutputStream.write(Unknown Source)
	at hudson.remoting.ChunkedOutputStream.sendFrame(ChunkedOutputStream.java:90)
	at hudson.remoting.ChunkedOutputStream.drain(ChunkedOutputStream.java:85)
	at hudson.remoting.ChunkedOutputStream.write(ChunkedOutputStream.java:54)
	at java.io.OutputStream.write(Unknown Source)
	at hudson.remoting.ChunkedCommandTransport.writeBlock(ChunkedCommandTransport.java:45)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.write(AbstractSynchronousByteArrayCommandTransport.java:46)
	at hudson.remoting.Channel.send(Channel.java:764)
	at hudson.remoting.ProxyOutputStream.write(ProxyOutputStream.java:143)
	at hudson.remoting.RemoteOutputStream.write(RemoteOutputStream.java:108)
	at hudson.remoting.Util.copy(Util.java:58)
	at hudson.remoting.JarLoaderImpl.writeJarTo(JarLoaderImpl.java:58)
	at sun.reflect.GeneratedMethodAccessor251.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:21)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
project=hudson.maven.MavenModuleSet@23bd0c67[reactive-streams-maven-snapshots]
project.getModules()=[hudson.maven.MavenModule@2c71456f[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive:microprofile-reactive-parent][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive:microprofile-reactive-parent][relativePath:], hudson.maven.MavenModule@7f919228[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api][relativePath:api], hudson.maven.MavenModule@52e5ce57[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-core][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-core][relativePath:core], hudson.maven.MavenModule@25f99ae7[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent][relativePath:], hudson.maven.MavenModule@3b18fd46[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-spec][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-spec][relativePath:spec], hudson.maven.MavenModule@649a4929[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-tck][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-tck][relativePath:tck], hudson.maven.MavenModule@847817c6[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api][relativePath:messaging/api], hudson.maven.MavenModule@f830220d[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent][relativePath:messaging], hudson.maven.MavenModule@41ad6048[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-spec][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-spec][relativePath:messaging/spec], hudson.maven.MavenModule@8408daa4[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck][relativePath:messaging/tck], hudson.maven.MavenModule@9c24922a[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-api][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-api][relativePath:streams/api], hudson.maven.MavenModule@e0488bcf[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators][relativePath:api], hudson.maven.MavenModule@fc1f60fe[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-core][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-core][relativePath:core], hudson.maven.MavenModule@79d06f36[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-spec][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-spec][relativePath:spec], hudson.maven.MavenModule@338352bb[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-spi][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-spi][relativePath:spi], hudson.maven.MavenModule@1049e0a2[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck][relativePath:tck], hudson.maven.MavenModule@a69f5c17[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck-arquillian][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-operators-tck-arquillian][relativePath:tck-arquillian], hudson.maven.MavenModule@d625e423[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-parent][relativePath:], hudson.maven.MavenModule@adec0c5e[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-spec][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-spec][relativePath:streams/spec], hudson.maven.MavenModule@3fd9886f[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-tck][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive.streams:microprofile-reactive-streams-tck][relativePath:streams/tck]]
project.getRootModule()=hudson.maven.MavenModule@25f99ae7[reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent][reactive-streams-maven-snapshots/org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent][relativePath:]
FATAL: java.io.IOException: java.nio.channels.ClosedChannelException
java.nio.channels.ClosedChannelException
	at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer.onReadClosed(ChannelApplicationLayer.java:209)
	at org.jenkinsci.remoting.protocol.ApplicationLayer.onRecvClosed(ApplicationLayer.java:221)
	at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816)
	at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:181)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.switchToNoSecure(SSLEngineFilterLayer.java:283)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processWrite(SSLEngineFilterLayer.java:503)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.processQueuedWrites(SSLEngineFilterLayer.java:248)
	at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.doSend(SSLEngineFilterLayer.java:200)
	at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.doSend(ProtocolStack.java:691)
	at org.jenkinsci.remoting.protocol.ApplicationLayer.write(ApplicationLayer.java:156)
	at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer$ByteBufferCommandTransport.write(ChannelApplicationLayer.java:298)
	at hudson.remoting.AbstractByteBufferCommandTransport.write(AbstractByteBufferCommandTransport.java:304)
	at hudson.remoting.Channel.send(Channel.java:764)
	at hudson.remoting.ProxyOutputStream.write(ProxyOutputStream.java:143)
	at hudson.remoting.RemoteOutputStream.write(RemoteOutputStream.java:108)
	at java.io.BufferedOutputStream.write(Unknown Source)
	at hudson.remoting.ChunkedOutputStream.sendFrame(ChunkedOutputStream.java:90)
	at hudson.remoting.ChunkedOutputStream.drain(ChunkedOutputStream.java:85)
	at hudson.remoting.ChunkedOutputStream.write(ChunkedOutputStream.java:54)
	at java.io.OutputStream.write(Unknown Source)
	at hudson.remoting.ChunkedCommandTransport.writeBlock(ChunkedCommandTransport.java:45)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.write(AbstractSynchronousByteArrayCommandTransport.java:46)
	at hudson.remoting.Channel.send(Channel.java:764)
	at hudson.remoting.ProxyOutputStream.write(ProxyOutputStream.java:143)
	at hudson.remoting.RemoteOutputStream.write(RemoteOutputStream.java:108)
	at hudson.remoting.Util.copy(Util.java:58)
	at hudson.remoting.JarLoaderImpl.writeJarTo(JarLoaderImpl.java:58)
	at sun.reflect.GeneratedMethodAccessor251.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:931)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:905)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:857)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at org.jenkinsci.remoting.CallableDecorator.call(CallableDecorator.java:18)
	at hudson.remoting.CallableDecoratorList$1.call(CallableDecoratorList.java:21)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused: java.io.IOException
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:169)
	at java.io.BufferedInputStream.fill(Unknown Source)
	at java.io.BufferedInputStream.read(Unknown Source)
	at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:91)
	at hudson.remoting.ChunkedInputStream.readHeader(ChunkedInputStream.java:72)
	at hudson.remoting.ChunkedInputStream.readUntilBreak(ChunkedInputStream.java:103)
	at hudson.remoting.ChunkedCommandTransport.readBlock(ChunkedCommandTransport.java:39)
	at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:34)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Channel to Maven [/opt/tools/java/oracle/jdk-8/latest/bin/java, -cp, /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging, jenkins.maven3.agent.Maven35Main, /opt/tools/apache-maven/latest, /usr/share/jenkins/agent.jar, /home/jenkins/agent/maven35-interceptor.jar, /home/jenkins/agent/maven3-interceptor-commons.jar, 45237]
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.Request.call(Request.java:202)
		at hudson.remoting.Channel.call(Channel.java:997)
		at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:299)
		at hudson.maven.ProcessCache.get(ProcessCache.java:236)
		at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:804)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
		at hudson.model.Run.execute(Run.java:1856)
		at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:543)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:428)
Caused: hudson.remoting.RequestAbortedException
	at hudson.remoting.Request.abort(Request.java:340)
	at hudson.remoting.Channel.terminate(Channel.java:1081)
	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:94)
ERROR: basic-vx7b4 is offline; cannot locate oracle-jdk8-latest
ERROR: basic-vx7b4 is offline; cannot locate apache-maven-latest
ERROR: basic-vx7b4 is offline; cannot locate oracle-jdk8-latest
ERROR: basic-vx7b4 is offline; cannot locate apache-maven-latest


Back to the top