You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/11/24 23:20:08 UTC

Build failed in Jenkins: Jena » Jena_AFS-Windows #7

See <https://ci-builds.apache.org/job/Jena/job/Jena_AFS-Windows/7/display/redirect>

Changes:


------------------------------------------
Started by user Andy Seaborne
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on jenkins-win-he-de-4 (Windows) in workspace f:\jenkins\jenkins-slave\712657a4\workspace\Jena\Jena_AFS-Windows
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/jena # timeout=10
Fetching upstream changes from https://github.com/apache/jena
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/apache/jena +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 967d2609cf3f23ea5252d8e94d7ffb76bd6c382a (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 967d2609cf3f23ea5252d8e94d7ffb76bd6c382a # timeout=10
Commit message: "[maven-release-plugin] prepare for next development iteration"
 > git rev-list --no-walk 967d2609cf3f23ea5252d8e94d7ffb76bd6c382a # timeout=10
Parsing POMs
Established TCP socket on 58588
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[Jena_AFS-Windows] $ f:\\jenkins\\tools\\java\\latest11/bin/java -cp f:\jenkins\jenkins-slave\712657a4\maven35-agent.jar;f:\jenkins\tools\maven\latest\boot\plexus-classworlds-2.6.0.jar;f:\\jenkins\\tools\\maven\\latest/conf/logging jenkins.maven3.agent.Maven35Main f:\\jenkins\\tools\\maven\\latest F:\jenkins\jenkins-slave\slave.jar f:\jenkins\jenkins-slave\712657a4\maven35-interceptor.jar f:\jenkins\jenkins-slave\712657a4\maven3-interceptor-commons.jar 58588
ERROR: Failed to parse POMs
java.io.IOException: java.nio.channels.ClosedChannelException
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:169)
	at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
	at hudson.remoting.ChannelBuilder.negotiate(ChannelBuilder.java:413)
	at hudson.remoting.ChannelBuilder.build(ChannelBuilder.java:360)
	at hudson.slaves.Channels.forProcess(Channels.java:116)
	at hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:296)
	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:1880)
	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.nio.channels.ClosedChannelException
	at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:154)
	at org.jenkinsci.remoting.protocol.impl.NIONetworkLayer.ready(NIONetworkLayer.java:179)
	at org.jenkinsci.remoting.protocol.IOHub$OnReady.run(IOHub.java:795)
	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)
	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)