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-messaging-maven-snapshots #803

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

Changes:


------------------------------------------
[...truncated 1.93 KB...]
      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-8f69c in workspace /home/jenkins/agent/workspace/reactive-messaging-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-messaging.git
 > git init /home/jenkins/agent/workspace/reactive-messaging-maven-snapshots # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-messaging.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/microprofile-reactive-messaging.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-messaging.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-messaging.git
 > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-reactive-messaging.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 c5e995dd75098e6be28734fa5715dd17d94994fe (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c5e995dd75098e6be28734fa5715dd17d94994fe # timeout=10
Commit message: "Merge pull request #112 from Azquelt/fix-images"
 > git rev-list --no-walk c5e995dd75098e6be28734fa5715dd17d94994fe # timeout=10
Parsing POMs
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.4.0.Final/arquillian-bom-1.4.0.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
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.4.1.Final/arquillian-bom-1.4.1.Final.pom
Modules changed, recalculating dependency graph
Established TCP socket on 44207
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[reactive-messaging-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 44207
<===[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, 44207]
		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:299)
	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@98fd3f26[reactive-messaging-maven-snapshots]
project.getModules()=[hudson.maven.MavenModule@ec3f844[reactive-messaging-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api][reactive-messaging-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-api][relativePath:api], hudson.maven.MavenModule@21a3400f[reactive-messaging-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-core-tck][reactive-messaging-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-core-tck][relativePath:core-tck], hudson.maven.MavenModule@976b18ae[reactive-messaging-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent][reactive-messaging-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent][relativePath:], hudson.maven.MavenModule@461e384[reactive-messaging-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-spec][reactive-messaging-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-spec][relativePath:spec], hudson.maven.MavenModule@4d5cbf2c[reactive-messaging-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck][reactive-messaging-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-tck][relativePath:tck]]
project.getRootModule()=hudson.maven.MavenModule@976b18ae[reactive-messaging-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-parent][reactive-messaging-maven-snapshots/org.eclipse.microprofile.reactive.messaging:microprofile-reactive-messaging-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:299)
	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, 44207]
		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-8f69c is offline; cannot locate oracle-jdk8-latest
ERROR: basic-8f69c is offline; cannot locate apache-maven-latest
ERROR: basic-8f69c is offline; cannot locate oracle-jdk8-latest
ERROR: basic-8f69c is offline; cannot locate apache-maven-latest


Back to the top