Return-Path: X-Original-To: apmail-builds-archive@minotaur.apache.org Delivered-To: apmail-builds-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCA1410B19 for ; Mon, 16 Feb 2015 12:44:23 +0000 (UTC) Received: (qmail 83952 invoked by uid 500); 16 Feb 2015 12:44:12 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 83382 invoked by uid 500); 16 Feb 2015 12:44:12 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 83148 invoked by uid 99); 16 Feb 2015 12:44:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2015 12:44:12 +0000 Date: Mon, 16 Feb 2015 12:44:12 +0000 (UTC) From: "Amareshwari Sriramadasu (JIRA)" To: builds@apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BUILDS-58) Builds failing with java.io.IOException: Failed to mkdirs: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/BUILDS-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14322717#comment-14322717 ] Amareshwari Sriramadasu commented on BUILDS-58: ----------------------------------------------- [~gkesavan], Can you help with this? > Builds failing with java.io.IOException: Failed to mkdirs: > ----------------------------------------------------------- > > Key: BUILDS-58 > URL: https://issues.apache.org/jira/browse/BUILDS-58 > Project: Infra Build Platform > Issue Type: Bug > Components: Jenkins > Reporter: Amareshwari Sriramadasu > > Builds under https://builds.apache.org/view/H-L/view/Lens/ failing with > {noformat} > Building remotely on solaris1 (Solaris) in workspace > java.io.IOException: Failed to install http://archive.apache.org/dist/maven/binaries/apache-maven-3.0.4-bin.zip to /home/jenkins/tools/maven/apache-maven-3.0.4 > at hudson.FilePath.installIfNecessaryFrom(FilePath.java:772) > at hudson.tools.DownloadFromUrlInstaller.performInstallation(DownloadFromUrlInstaller.java:70) > at hudson.tools.InstallerTranslator.getToolHome(InstallerTranslator.java:68) > at hudson.tools.ToolLocationNodeProperty.getToolHome(ToolLocationNodeProperty.java:107) > at hudson.tools.ToolInstallation.translateFor(ToolInstallation.java:204) > at hudson.tasks.Maven$MavenInstallation.forNode(Maven.java:609) > at hudson.maven.MavenModuleSetBuild.getEnvironment(MavenModuleSetBuild.java:182) > at hudson.plugins.git.GitSCM.checkout(GitSCM.java:907) > at hudson.model.AbstractProject.checkout(AbstractProject.java:1252) > at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:615) > at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) > at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:524) > at hudson.model.Run.execute(Run.java:1706) > at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:529) > at hudson.model.ResourceController.execute(ResourceController.java:88) > at hudson.model.Executor.run(Executor.java:232) > Caused by: java.io.IOException: Failed to mkdirs: /home/jenkins/tools/maven/apache-maven-3.0.4 > at hudson.FilePath.mkdirs(FilePath.java:1075) > at hudson.FilePath.installIfNecessaryFrom(FilePath.java:738) > ... 15 more > Retrying after 10 seconds > {noformat} > The cause says : Caused by: java.io.IOException: Failed to mkdirs: /home/jenkins/tools/maven/apache-maven-3.0.4 -- This message was sent by Atlassian JIRA (v6.3.4#6332)