Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. Started by user unknown or anonymous
  2. Running as SYSTEM
  3. Building remotely on slave in workspace /home/jolson/jenkins/workspace/Aqua git
  4. [WS-CLEANUP] Deleting project workspace...
  5. [WS-CLEANUP] Deferred wipeout is used...
  6. Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 172.17.0.1/172.17.0.1:56096
  7. at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
  8. at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
  9. at hudson.remoting.Channel.call(Channel.java:957)
  10. at hudson.FilePath.act(FilePath.java:1072)
  11. at hudson.FilePath.act(FilePath.java:1061)
  12. at hudson.FilePath.mkdirs(FilePath.java:1246)
  13. at hudson.model.AbstractProject.checkout(AbstractProject.java:1203)
  14. at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
  15. at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
  16. at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
  17. at hudson.model.Run.execute(Run.java:1816)
  18. at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
  19. at hudson.model.ResourceController.execute(ResourceController.java:97)
  20. at hudson.model.Executor.run(Executor.java:429)
  21. java.nio.file.AccessDeniedException: /home/jolson
  22. at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
  23. at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
  24. at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
  25. at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
  26. at java.nio.file.Files.createDirectory(Files.java:674)
  27. at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
  28. at java.nio.file.Files.createDirectories(Files.java:767)
  29. at hudson.FilePath.mkdirs(FilePath.java:3239)
  30. at hudson.FilePath.access$1300(FilePath.java:212)
  31. at hudson.FilePath$Mkdirs.invoke(FilePath.java:1254)
  32. at hudson.FilePath$Mkdirs.invoke(FilePath.java:1250)
  33. at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
  34. at hudson.remoting.UserRequest.perform(UserRequest.java:211)
  35. at hudson.remoting.UserRequest.perform(UserRequest.java:54)
  36. at hudson.remoting.Request$2.run(Request.java:369)
  37. at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
  38. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  39. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  40. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  41. at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:97)
  42. at java.lang.Thread.run(Thread.java:748)
  43. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement