-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
OS X 10.6.3, JDK 1.6.0_17
testSymlink fails with the following:
<testcase time="1.04" classname="hudson.UtilTest" name="testSymlink"> <error message="Failed to readlink /var/folders/HH/HHNxVzWsHDi2dNFJPBctrk+++TM/-Tmp-/hudson2878407350003022763tmp/x error=2" type="java.io.IOException">java.io.IOException: Failed to readlink /var/folders/HH/HHNxVzWsHDi2dNFJPBctrk+++TM/-Tmp-/hudson2878407350003022763tmp/x error=2 at hudson.Util.resolveSymlink(Util.java:1030) at hudson.UtilTest.testSymlink(UtilTest.java:176) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:232) at junit.framework.TestSuite.run(TestSuite.java:227) at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:76) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) </error> <system-err>log output: ln -s 48495...longNumbers...556574849505152535455 /var/folders/HH/HHNxVzWsHDi2dNFJPBctrk+++TM/-Tmp-/hudson2878407350003022763tmp/x failed: 63 </system-err> </testcase>
This seems to be because readlink on OS X doesn't suppor the -f flag.
error code 2 is ENOENT "no such file or directory"