You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Daniel Takamori (JIRA)" <ji...@apache.org> on 2016/10/11 22:35:20 UTC

[jira] [Commented] (INFRA-12747) Multiple projects fail on ubuntu-eu2 : java.io.IOException: Failed to mkdirs

    [ https://issues.apache.org/jira/browse/INFRA-12747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15566832#comment-15566832 ] 

Daniel Takamori commented on INFRA-12747:
-----------------------------------------

The disk was full, I've grown it so reopen if this happens again.

> Multiple projects fail on ubuntu-eu2 : java.io.IOException: Failed to mkdirs
> ----------------------------------------------------------------------------
>
>                 Key: INFRA-12747
>                 URL: https://issues.apache.org/jira/browse/INFRA-12747
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Jenkins
>            Reporter: Robert Munteanu
>
> We had at least the following jobs fail on ubuntu-eu2:
> - https://builds.apache.org/job/sling-bundles-jcr-oak-server-1.8/9/
> - https://builds.apache.org/job/sling-launchpad-builder-1.8/30/
> - https://builds.apache.org/job/sling-launchpad-builder-1.8/31/
> - https://builds.apache.org/job/sling-launchpad-builder-1.8/32/
> - https://builds.apache.org/job/sling-launchpad-builder-1.8/33/
> The errors all like the following:
> See <https://builds.apache.org/job/sling-launchpad-builder-1.8/33/>
> ------------------------------------------
> Started by upstream project "sling-bundles-resourceresolver-1.7" build number 7
> originally caused by:
>  Started by an SCM change
> Started by upstream project "sling-bundles-jcr-oak-server-1.7" build number 9
> originally caused by:
>  Started by upstream project "sling-bundles-resourceresolver-1.7" build number 7
>  originally caused by:
>   Started by an SCM change
> [EnvInject] - Loading node environment variables.
> Building remotely on ubuntu-eu2 (Ubuntu ubuntu ubuntu-eu docker) in workspace <https://builds.apache.org/job/sling-launchpad-builder-1.8/ws/>
> java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/sling-launchpad-builder-1.8/ws/>
>         at hudson.FilePath.mkdirs(FilePath.java:1191)
>         at hudson.model.AbstractProject.checkout(AbstractProject.java:1267)
>         at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
>         at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
>         at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
>         at hudson.model.Run.execute(Run.java:1741)
>         at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
>         at hudson.model.ResourceController.execute(ResourceController.java:98)
>         at hudson.model.Executor.run(Executor.java:410)
> Retrying after 10 seconds
> java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/sling-launchpad-builder-1.8/ws/>
>         at hudson.FilePath.mkdirs(FilePath.java:1191)
>         at hudson.model.AbstractProject.checkout(AbstractProject.java:1267)
>         at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
>         at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
>         at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
>         at hudson.model.Run.execute(Run.java:1741)
>         at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
>         at hudson.model.ResourceController.execute(ResourceController.java:98)
>         at hudson.model.Executor.run(Executor.java:410)
> Retrying after 10 seconds
> java.io.IOException: Failed to mkdirs: <https://builds.apache.org/job/sling-launchpad-builder-1.8/ws/>
>         at hudson.FilePath.mkdirs(FilePath.java:1191)
>         at hudson.model.AbstractProject.checkout(AbstractProject.java:1267)
>         at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:604)
>         at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
>         at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
>         at hudson.model.Run.execute(Run.java:1741)
>         at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
>         at hudson.model.ResourceController.execute(ResourceController.java:98)
>         at hudson.model.Executor.run(Executor.java:410)
> Archiving artifacts
> ERROR: Build step failed with exception
> <https://builds.apache.org/job/sling-launchpad-builder-1.8/ws/> does not exist.
>         at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:483)
>         at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:460)
>         at hudson.tasks.ArtifactArchiver$ListFiles.invoke(ArtifactArchiver.java:291)
>         at hudson.tasks.ArtifactArchiver$ListFiles.invoke(ArtifactArchiver.java:271)
>         at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2772)
>         at hudson.remoting.UserRequest.perform(UserRequest.java:153)
>         at hudson.remoting.UserRequest.perform(UserRequest.java:50)
>         at hudson.remoting.Request$2.run(Request.java:332)
>         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-eu2(Native Method)
>         at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
>         at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
>         at hudson.remoting.Channel.call(Channel.java:781)
>         at hudson.FilePath.act(FilePath.java:1007)
>         at hudson.FilePath.act(FilePath.java:996)
>         at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:236)
>         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:779)
>         at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
>         at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1047)
>         at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
>         at hudson.model.Run.execute(Run.java:1766)
>         at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
>         at hudson.model.ResourceController.execute(ResourceController.java:98)
>         at hudson.model.Executor.run(Executor.java:410)
> Build step 'Archive the artifacts' marked build as failure
> Recording test results
> ERROR: Build step failed with exception
> <https://builds.apache.org/job/sling-launchpad-builder-1.8/ws/> does not exist.
>         at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:483)
>         at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:460)
>         at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:127)
>         at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:107)
>         at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2772)
>         at hudson.remoting.UserRequest.perform(UserRequest.java:153)
>         at hudson.remoting.UserRequest.perform(UserRequest.java:50)
>         at hudson.remoting.Request$2.run(Request.java:332)
>         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-eu2(Native Method)
>         at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
>         at hudson.remoting.UserResponse.retrieve(UserRequest.java:253)
>         at hudson.remoting.Channel.call(Channel.java:781)
>         at hudson.FilePath.act(FilePath.java:1007)
>         at hudson.FilePath.act(FilePath.java:996)
>         at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:103)
>         at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:128)
>         at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:149)
>         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:779)
>         at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
>         at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.post2(MavenModuleSetBuild.java:1047)
>         at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665)
>         at hudson.model.Run.execute(Run.java:1766)
>         at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531)
>         at hudson.model.ResourceController.execute(ResourceController.java:98)
>         at hudson.model.Executor.run(Executor.java:410)
> Build step 'Publish JUnit test result report' marked build as failure



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)