Github user apupier commented on the issue: https://github.com/apache/ant-ivy/pull/62 thee error on Ci has nothign to do with the PR: > 08:25:29 GitHub pull request #62 to apache/ant-ivy 08:25:32 [EnvInject] - Loading node environment variables. 08:25:32 Building remotely on H30 (ubuntu xenial) in workspace /home/jenkins/jenkins-slave/workspace/Ivy-GithubPR 08:25:32 java.io.IOException: Failed to mkdirs: /home/jenkins/jenkins-slave/workspace/Ivy-GithubPR 08:25:32 at hudson.FilePath.mkdirs(FilePath.java:1170) 08:25:32 at hudson.model.AbstractProject.checkout(AbstractProject.java:1200) 08:25:32 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) 08:25:32 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) 08:25:32 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) 08:25:32 at hudson.model.Run.execute(Run.java:1724) 08:25:32 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 08:25:32 at hudson.model.ResourceController.execute(ResourceController.java:97) 08:25:32 at hudson.model.Executor.run(Executor.java:421) 08:25:32 Retrying after 10 seconds 08:25:42 java.io.IOException: Failed to mkdirs: /home/jenkins/jenkins-slave/workspace/Ivy-GithubPR 08:25:42 at hudson.FilePath.mkdirs(FilePath.java:1170) 08:25:42 at hudson.model.AbstractProject.checkout(AbstractProject.java:1200) 08:25:42 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) 08:25:42 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) 08:25:42 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) 08:25:42 at hudson.model.Run.execute(Run.java:1724) 08:25:42 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 08:25:42 at hudson.model.ResourceController.execute(ResourceController.java:97) 08:25:42 at hudson.model.Executor.run(Executor.java:421) 08:25:42 Retrying after 10 seconds 08:25:53 java.io.IOException: Failed to mkdirs: /home/jenkins/jenkins-slave/workspace/Ivy-GithubPR 08:25:53 at hudson.FilePath.mkdirs(FilePath.java:1170) 08:25:53 at hudson.model.AbstractProject.checkout(AbstractProject.java:1200) 08:25:53 at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574) 08:25:53 at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) 08:25:53 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499) 08:25:53 at hudson.model.Run.execute(Run.java:1724) 08:25:53 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 08:25:53 at hudson.model.ResourceController.execute(ResourceController.java:97) 08:25:53 at hudson.model.Executor.run(Executor.java:421) 08:25:53 Recording test results 08:25:53 ERROR: Build step failed with exception 08:25:53 Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to H30 08:25:53 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1693) 08:25:53 at hudson.remoting.UserResponse.retrieve(UserRequest.java:310) 08:25:53 at hudson.remoting.Channel.call(Channel.java:908) 08:25:53 at hudson.FilePath.act(FilePath.java:986) 08:25:53 at hudson.FilePath.act(FilePath.java:975) 08:25:53 at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114) 08:25:53 at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:136) 08:25:53 at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:166) 08:25:53 at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:153) 08:25:53 at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) 08:25:53 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) 08:25:53 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) 08:25:53 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690) 08:25:53 at hudson.model.Build$BuildExecution.post2(Build.java:186) 08:25:53 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635) 08:25:53 at hudson.model.Run.execute(Run.java:1749) 08:25:53 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) 08:25:53 at hudson.model.ResourceController.execute(ResourceController.java:97) 08:25:53 at hudson.model.Executor.run(Executor.java:421) 08:25:53 /home/jenkins/jenkins-slave/workspace/Ivy-GithubPR does not exist. 08:25:53 at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:483) 08:25:53 at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:460) 08:25:53 at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:141) 08:25:53 at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:118) 08:25:53 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2760) 08:25:53 at hudson.remoting.UserRequest.perform(UserRequest.java:207) 08:25:53 at hudson.remoting.UserRequest.perform(UserRequest.java:53) 08:25:53 at hudson.remoting.Request$2.run(Request.java:358) 08:25:53 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) 08:25:53 at java.util.concurrent.FutureTask.run(FutureTask.java:266) 08:25:53 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 08:25:53 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 08:25:53 at java.lang.Thread.run(Thread.java:748) 08:25:53 Build step 'Publish JUnit test result report' marked build as failure 08:25:53 Putting comment on the pull request 08:25:54 Finished: FAILURE
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org