Skip to content

Instantly share code, notes, and snippets.

@olblak
Created July 1, 2020 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olblak/8ea8aaa281c2bb4d6c7ab2496cc20285 to your computer and use it in GitHub Desktop.
Save olblak/8ea8aaa281c2bb4d6c7ab2496cc20285 to your computer and use it in GitHub Desktop.
[INFO] [ERROR] testPrefetch(hudson.remoting.PrefetchTest) Time elapsed: 0.011 s <<< ERROR!
[INFO] java.nio.file.FileAlreadyExistsException: /tmp/resource-6991344115462095077
[INFO] at sun.nio.fs.UnixException.translateToIOException(UnixException.java:88)
[INFO] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
[INFO] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
[INFO] at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
[INFO] at java.nio.file.Files.newByteChannel(Files.java:361)
[INFO] at java.nio.file.Files.createFile(Files.java:632)
[INFO] at hudson.remoting.Util.makeResource(Util.java:70)
[INFO] at hudson.remoting.RemoteClassLoader.prefetch(RemoteClassLoader.java:572)
[INFO] at hudson.remoting.PreloadJarTask.call(PreloadJarTask.java:68)
[INFO] at hudson.remoting.PreloadJarTask.call(PreloadJarTask.java:38)
[INFO] at hudson.remoting.UserRequest.perform(UserRequest.java:211)
[INFO] at hudson.remoting.UserRequest.perform(UserRequest.java:54)
[INFO] at hudson.remoting.Request$2.run(Request.java:368)
[INFO] at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
[INFO] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[INFO] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[INFO] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[INFO] at java.lang.Thread.run(Thread.java:748)
[INFO] Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to north
[INFO] at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
[INFO] at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
[INFO] at hudson.remoting.Channel.call(Channel.java:998)
[INFO] at hudson.remoting.Channel.preloadJar(Channel.java:928)
[INFO] at hudson.remoting.Channel.preloadJar(Channel.java:921)
[INFO] at hudson.remoting.PrefetchTest.testPrefetch(PrefetchTest.java:37)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke(Method.java:498)
[INFO] at junit.framework.TestCase.runTest(TestCase.java:176)
[INFO] at junit.framework.TestCase.runBare(TestCase.java:141)
[INFO] at junit.framework.TestResult$1.protect(TestResult.java:122)
[INFO] at junit.framework.TestResult.runProtected(TestResult.java:142)
[INFO] at junit.framework.TestResult.run(TestResult.java:125)
[INFO] at junit.framework.TestCase.run(TestCase.java:129)
[INFO] at junit.framework.TestSuite.runTest(TestSuite.java:252)
[INFO] at junit.framework.TestSuite.run(TestSuite.java:247)
[INFO] at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
[INFO] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
[INFO] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:290)
[INFO] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
[INFO] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
[INFO] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment