You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/07/11 19:16:33 UTC

Build failed in Jenkins: Mahout-Quality #2694

See <https://builds.apache.org/job/Mahout-Quality/2694/>

------------------------------------------
Started by timer
Building remotely on ubuntu2 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/Mahout-Quality/ws/>
 > git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mahout.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mahout.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mahout.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit}
Checking out Revision e4ba7887fc6dbf17c3d73f8d4aa1045eeb48d53e (origin/master)
 > git config core.sparsecheckout
 > git checkout -f e4ba7887fc6dbf17c3d73f8d4aa1045eeb48d53e
FATAL: Could not checkout null with start point e4ba7887fc6dbf17c3d73f8d4aa1045eeb48d53e
hudson.plugins.git.GitException: Could not checkout null with start point e4ba7887fc6dbf17c3d73f8d4aa1045eeb48d53e
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1473)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	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)
Caused by: hudson.plugins.git.GitException: Command "git checkout -f e4ba7887fc6dbf17c3d73f8d4aa1045eeb48d53e" returned status code 1:
stdout: 
stderr: error: unable to create file mrlegacy/src/main/java/org/apache/mahout/cf/taste/hadoop/als/ParallelALSFactorizationJob.java (Input/output error)
Checking out files:  37% (13/35)   
error: unable to create file mrlegacy/src/main/java/org/apache/mahout/cf/taste/hadoop/als/PredictionMapper.java (Input/output error)
Checking out files:  40% (14/35)   
error: unable to create file mrlegacy/src/main/java/org/apache/mahout/cf/taste/hadoop/als/RecommenderJob.java (Input/output error)
Checking out files:  42% (15/35)   
Checking out files:  45% (16/35)   
Checking out files:  48% (17/35)   
Checking out files:  51% (18/35)   
Checking out files:  54% (19/35)   
Checking out files:  57% (20/35)   
Checking out files:  60% (21/35)   
Checking out files:  62% (22/35)   
Checking out files:  65% (23/35)   
Checking out files:  68% (24/35)   
Checking out files:  71% (25/35)   
Checking out files:  74% (26/35)   
Checking out files:  77% (27/35)   
Checking out files:  80% (28/35)   
Checking out files:  82% (29/35)   
Checking out files:  85% (30/35)   
Checking out files:  88% (31/35)   
Checking out files:  91% (32/35)   
Checking out files:  94% (33/35)   
Checking out files:  97% (34/35)   
Checking out files: 100% (35/35)   
Checking out files: 100% (35/35), done.
Previous HEAD position was 37b8525... MAHOUT-1565 Remove mapreduce-job-specific MAHOUT_OPTS (nishkamravi via gcapan): this closes apache/mahout#4
HEAD is now at e4ba788... MAHOUT-1529: third collection of various edits against private branch

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1301)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1277)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1273)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1078)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1088)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1468)
	... 10 more

Jenkins build is back to normal : Mahout-Quality #2696

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mahout-Quality/2696/>


Build failed in Jenkins: Mahout-Quality #2695

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mahout-Quality/2695/>

------------------------------------------
Started by timer
Building remotely on ubuntu-2 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/Mahout-Quality/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/mahout.git
 > git init <https://builds.apache.org/job/Mahout-Quality/ws/>
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mahout.git
 > git --version
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mahout.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mahout.git
 > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mahout.git
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mahout.git
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mahout.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit}
Checking out Revision e4ba7887fc6dbf17c3d73f8d4aa1045eeb48d53e (origin/master)
 > git config core.sparsecheckout
 > git checkout -f e4ba7887fc6dbf17c3d73f8d4aa1045eeb48d53e
 > git rev-list e4ba7887fc6dbf17c3d73f8d4aa1045eeb48d53e
FATAL: Failed to install http://archive.apache.org/dist/maven/binaries/apache-maven-3.0.4-bin.zip to /home/hudson/tools/maven/apache-maven-3.0.4
java.io.IOException: Failed to install http://archive.apache.org/dist/maven/binaries/apache-maven-3.0.4-bin.zip to /home/hudson/tools/maven/apache-maven-3.0.4
	at hudson.FilePath.installIfNecessaryFrom(FilePath.java:766)
	at hudson.tools.DownloadFromUrlInstaller.performInstallation(DownloadFromUrlInstaller.java:70)
	at hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:61)
	at hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:107)
	at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:204)
	at hudson.tasks.Maven$MavenInstallation.forNode(Maven.java:610)
	at hudson.tasks.Maven.perform(Maven.java:289)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
	at hudson.model.Build$BuildExecution.build(Build.java:199)
	at hudson.model.Build$BuildExecution.doRun(Build.java:160)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:585)
	at hudson.model.Run.execute(Run.java:1676)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)
Caused by: java.io.IOException: Failed to mkdirs: /home/hudson/tools/maven/apache-maven-3.0.4
	at hudson.FilePath.mkdirs(FilePath.java:1069)
	at hudson.FilePath.installIfNecessaryFrom(FilePath.java:732)
	... 15 more