You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2016/05/31 09:42:12 UTC

[jira] [Closed] (INFRA-12009) Jenkins jobs on ubuntu-6 are failing to create folders on file system

     [ https://issues.apache.org/jira/browse/INFRA-12009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rudyy closed INFRA-12009.
------------------------------
    Resolution: Fixed

I verified that  jenkins jobs running on ubuntu6 are able to create folders on file system after the change

> Jenkins jobs on ubuntu-6 are failing to create folders on file system
> ---------------------------------------------------------------------
>
>                 Key: INFRA-12009
>                 URL: https://issues.apache.org/jira/browse/INFRA-12009
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Jenkins
>         Environment: ubuntu6
>            Reporter: Alex Rudyy
>
> Hi,
> Several Qpid Jenkins jobs  failed on ubuntu6 with the following error
> {noformat}
> FATAL: Failed to install https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.0.4/apache-maven-3.0.4-bin.zip to /home/jenkins/tools/maven/apache-maven-3.0.4
> java.io.IOException: Failed to install https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.0.4/apache-maven-3.0.4-bin.zip to /home/jenkins/tools/maven/apache-maven-3.0.4
> 	at hudson.FilePath.installIfNecessaryFrom(FilePath.java:832)
> 	at hudson.tools.DownloadFromUrlInstaller.performInstallation(DownloadFromUrlInstaller.java:75)
> 	at hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:68)
> 	at hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:108)
> 	at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:206)
> 	at hudson.tasks.Maven$MavenInstallation.forNode(Maven.java:624)
> 	at hudson.tasks.Maven.perform(Maven.java:288)
> 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:782)
> 	at hudson.model.Build$BuildExecution.build(Build.java:205)
> 	at hudson.model.Build$BuildExecution.doRun(Build.java:162)
> 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534)
> 	at hudson.model.Run.execute(Run.java:1738)
> 	at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
> 	at hudson.model.ResourceController.execute(ResourceController.java:98)
> 	at hudson.model.Executor.run(Executor.java:410)
> Caused by: java.io.IOException: Failed to mkdirs: /home/jenkins/tools/maven/apache-maven-3.0.4
> 	at hudson.FilePath.mkdirs(FilePath.java:1163)
> 	at hudson.FilePath.installIfNecessaryFrom(FilePath.java:798)
> 	... 15 more
> {noformat}
> Here is the list of failed runs:
> [https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-MMS-TestMatrix/3102/jdk=JDK 1.7 (latest),label=ubuntu,profile=java-mms.0-9-1]
> [https://builds.apache.org/view/M-R/view/Qpid/job/Qpid-Java-Java-Test-IBMJDK1.7/1579]
> Could you please investigate?



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