You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@joshua.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/06/01 03:07:33 UTC

Build failed in Jenkins: joshua_master #42

See <https://builds.apache.org/job/joshua_master/42/changes>

Changes:

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[lewis.mcgibbney] JOSHUA-252 correctly specify test dependency in NodeTest.java

[tgowdan] System.exit() removed and replaced with RuntimeException(...)

[tgowdan] Added Maven assembly plugin

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[tgowdan] Log4j - Slf4j bridge

[tgowdan] Read me updated

[tgowdan] LOG scope is privatized

[tgowdan] Clean LOGs, no redudant if(enabled) checks, no eager toString()s

[tgowdan] Fix spaces

[tgowdan] Fix log issues such as redundant checks and spaces

[tgowdan] Replaced System.err.print* with logger api

[tom] move dockerfile so all deployment stuff lives in the same place

[tom] joshua runtime juju charm

[tom] Joshua Full charm

[tom] fix metadata

[tom] update layer

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[tom] fix language pack code

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[lewis.mcgibbney] JOSHUA-252 Make it possible to use Maven to build Joshua

[tgowdan] Pulled JOSHUA-252 changes and Resolved Merge Conflicts

[post] Updated hard-coded class paths

[post] fixed decoder invocation

[post] fixed logger invocation

[post] changed some debugging levels

[post] point to internal properties file

[post] wrapping some debugging calls in boolean checks for speed

[post] removed file removed in master

[tgowdan] FIX: override logger settings at runtime

[post] fixing javadoc formatting

[tgowdan] Added the licence header

[fhieber] Added Sparse lexical feature function. Revised various other sparse

[fhieber] revert change to ivy.xml

[post] info output should go to stderr

[post] Moved all docker files under distribution/docker

[post] Fixed Jenkins compile errors

[post] moved misplaced file

[post] removed useless functions from FeatureFunction class

[post] updated README

[post] fixed test cases by referring to $JOSHUA

------------------------------------------
Started by user lewismc
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-us1 (Ubuntu ubuntu ubuntu-us golang-ppa) in workspace <https://builds.apache.org/job/joshua_master/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-joshua.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-joshua.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/incubator-joshua.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 9e6707fc046d0fe31bfdad49ec480eb36eff1dec (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9e6707fc046d0fe31bfdad49ec480eb36eff1dec
 > git rev-list 15c7619d8ce547bfa085819c8bac3e9a48c3e8cd # timeout=10
[joshua_master] $ /home/jenkins/tools/ant/latest/bin/ant test
Buildfile: <https://builds.apache.org/job/joshua_master/ws/build.xml>

setup:

check-joshua-home:
     [echo] JOSHUA = <https://builds.apache.org/job/joshua_master/ws/> basedir = <https://builds.apache.org/job/joshua_master/ws/>

download-ivy:
      [get] Destination already exists (skipping): <https://builds.apache.org/job/joshua_master/ws/lib/ivy.jar>

init-ivy:

resolve:
[ivy:configure] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::

BUILD FAILED
<https://builds.apache.org/job/joshua_master/ws/build.xml>:163: The following error occurred while executing this line:
<https://builds.apache.org/job/joshua_master/ws/build.xml>:355: settings file does not exist: <https://builds.apache.org/job/joshua_master/ws/lib/ivysettings.xml>

Total time: 1 second
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc
FATAL: Unable to copy Javadoc from <https://builds.apache.org/job/joshua_master/ws/> to /x1/jenkins/jenkins-home/jobs/joshua_master/builds/42/javadoc
java.io.IOException: java.io.IOException: Failed to extract <https://builds.apache.org/job/joshua_master/ws/**/*>
	at hudson.FilePath.readFromTar(FilePath.java:2300)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2209)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2113)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2096)
	at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:106)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
	at hudson.model.Build$BuildExecution.post2(Build.java:185)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
	at hudson.model.Run.execute(Run.java:1763)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.io.IOException: java.lang.InterruptedException
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:177)
	at hudson.util.HeadBufferingStream.read(HeadBufferingStream.java:61)
	at com.jcraft.jzlib.InflaterInputStream.fill(InflaterInputStream.java:175)
	at com.jcraft.jzlib.InflaterInputStream.read(InflaterInputStream.java:106)
	at org.apache.commons.compress.archivers.tar.TarArchiveInputStream.read(TarArchiveInputStream.java:614)
	at java.io.InputStream.read(InputStream.java:101)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1792)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:1744)
	at hudson.util.IOUtils.copy(IOUtils.java:40)
	at hudson.FilePath.readFromTar(FilePath.java:2290)
	... 14 more
Caused by: java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at hudson.remoting.FastPipedInputStream.read(FastPipedInputStream.java:175)
	... 24 more

	at hudson.FilePath.copyRecursiveTo(FilePath.java:2216)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2113)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2096)
	at hudson.tasks.JavadocArchiver.perform(JavadocArchiver.java:106)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:78)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:723)
	at hudson.model.Build$BuildExecution.post2(Build.java:185)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:668)
	at hudson.model.Run.execute(Run.java:1763)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:98)
	at hudson.model.Executor.run(Executor.java:410)
Caused by: java.util.concurrent.ExecutionException: java.io.IOException: This archives contains unclosed entries.
	at hudson.remoting.Channel$2.adapt(Channel.java:813)
	at hudson.remoting.Channel$2.adapt(Channel.java:808)
	at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
	at hudson.FilePath.copyRecursiveTo(FilePath.java:2212)
	... 13 more
Caused by: java.io.IOException: This archives contains unclosed entries.
	at org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.finish(TarArchiveOutputStream.java:225)
	at org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.close(TarArchiveOutputStream.java:241)
	at hudson.util.io.TarArchiver.close(TarArchiver.java:111)
	at hudson.FilePath.writeToTar(FilePath.java:2263)
	at hudson.FilePath.access$2100(FilePath.java:190)
	at hudson.FilePath$45.invoke(FilePath.java:2202)
	at hudson.FilePath$45.invoke(FilePath.java:2198)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2719)
	at hudson.remoting.UserRequest.perform(UserRequest.java:120)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
	at ......remote call to ubuntu-us1(Native Method)
	at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
	at hudson.remoting.UserResponse.retrieve(UserRequest.java:220)
	at hudson.remoting.Channel$2.adapt(Channel.java:811)
	... 16 more
Updating JOSHUA-252