|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
Re-ran my job and it still fails under Jenkins 1.471, but the stack trace changed. This suggests this bug is related to (or identical to) the "symlink" issue. If anyone needs info on the AIX box or details about the JVM let me know. I'm willing to help however I can – this bug is causing me a major headache.
HP-UX risc slave gives
Caused by: java.lang.UnsupportedOperationException became
Caused by: java.util.concurrent.ExecutionException: java.io.IOException: readlink: not found
AIX slave gives
hudson.util.IOException2: java.io.IOException: Cannot run program "readlink" (in directory "/home/hudson/edge/jenkins/."): error=2, A file or directory in the path name does not exist.
HP-UX risc full job output
22:09:05 Started by upstream project "jenkins-sanity-check" build number 30
22:09:05 Building remotely on hpux_risc64.persistent in workspace /export/home/walker/jenk64/workspace/jenkins-sanity-check/label/pkg_hprisc64
22:09:05
22:09:06 Deleting project workspace... done
22:09:06
22:09:08 [pkg_hprisc64] $ /bin/sh -xe /var/tmp/hudson1564277718947270334.sh
22:09:08 + 1> env.txt
22:09:08 + tar cf test-pkg_hprisc64.tar env.txt
22:09:08 + gzip test-pkg_hprisc64.tar
22:09:09 Archiving artifacts
22:10:16 ERROR: Failed to archive artifacts: test-*
22:10:16 hudson.util.IOException2: java.io.IOException: readlink: not found
22:10:16 at hudson.FilePath.copyRecursiveTo(FilePath.java:1771)
22:10:16 at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:116)
22:10:16 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
22:10:16 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
22:10:16 at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692)
22:10:16 at hudson.model.Build$BuildExecution.post2(Build.java:183)
22:10:16 at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:639)
22:10:16 at hudson.model.Run.execute(Run.java:1509)
22:10:16 at hudson.matrix.MatrixRun.run(MatrixRun.java:146)
22:10:16 at hudson.model.ResourceController.execute(ResourceController.java:88)
22:10:16 at hudson.model.Executor.run(Executor.java:236)
22:10:16 Caused by: java.util.concurrent.ExecutionException: java.io.IOException: readlink: not found
22:10:16 at hudson.remoting.Channel$3.adapt(Channel.java:679)
22:10:16 at hudson.remoting.Channel$3.adapt(Channel.java:674)
22:10:16 at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
22:10:16 at hudson.FilePath.copyRecursiveTo(FilePath.java:1769)
22:10:16 ... 10 more
22:10:16 Caused by: java.io.IOException: readlink: not found
22:10:16 at java.lang.UNIXProcess.forkAndExec(Native Method)
22:10:16 at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
22:10:16 at java.lang.ProcessImpl.start(ProcessImpl.java:65)
22:10:16 at java.lang.ProcessBuilder.start(ProcessBuilder.java:453)
22:10:16 at java.lang.Runtime.exec(Runtime.java:591)
22:10:16 at org.jruby.ext.posix.util.ExecIt.run(ExecIt.java:61)
22:10:16 at org.jruby.ext.posix.util.ExecIt.runAndWait(ExecIt.java:51)
22:10:16 at org.jruby.ext.posix.JavaLibCHelper.readlink(JavaLibCHelper.java:196)
22:10:16 at org.jruby.ext.posix.JavaPOSIX.readlink(JavaPOSIX.java:160)
22:10:16 at hudson.Util.resolveSymlink(Util.java:1067)
22:10:16 at hudson.util.DirScanner$Glob.scan(DirScanner.java:115)
22:10:16 at hudson.FilePath.writeToTar(FilePath.java:1807)
22:10:16 at hudson.FilePath.access$1000(FilePath.java:166)
22:10:16 at hudson.FilePath$36.invoke(FilePath.java:1748)
22:10:16 at hudson.FilePath$36.invoke(FilePath.java:1745)
22:10:16 at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2180)
22:10:16 at hudson.remoting.UserRequest.perform(UserRequest.java:118)
22:10:16 at hudson.remoting.UserRequest.perform(UserRequest.java:48)
22:10:16 at hudson.remoting.Request$2.run(Request.java:287)
22:10:16 at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
22:10:16 at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
22:10:16 at java.util.concurrent.FutureTask.run(FutureTask.java:123)
22:10:16 at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
22:10:16 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
22:10:16 at java.lang.Thread.run(Thread.java:637)
22:10:16 Finished: SUCCESS