Advertisement
Guest User

Untitled

a guest
Mar 28th, 2022
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.58 KB | None | 0 0
  1. Started by user jenkins
  2. Running as jenkins
  3. Connecting to https://api.github.com using github-webhooks
  4. Obtained Jenkinsfile from 05add618c7d5fd714b17e9db2635c5e9648c178f
  5. [Pipeline] Start of Pipeline
  6. [Pipeline] node
  7. Running on jnlp-agent-0000ri6et8ubm on docker in /home/jenkins/workspace/gsg-org_greatfet_docker_test
  8. [Pipeline] {
  9. [Pipeline] stage
  10. [Pipeline] { (Declarative: Checkout SCM)
  11. [Pipeline] checkout
  12. The recommended git tool is: NONE
  13. using credential github-webhooks
  14. Cloning the remote Git repository
  15. Cloning with configured refspecs honoured and without tags
  16. Cloning repository https://github.com/grvvy/greatfet.git
  17.  > git init /home/jenkins/workspace/gsg-org_greatfet_docker_test # timeout=10
  18. Fetching upstream changes from https://github.com/grvvy/greatfet.git
  19.  > git --version # timeout=10
  20.  > git --version # 'git version 2.32.0'
  21. using GIT_ASKPASS to set credentials
  22.  > git fetch --no-tags --force --progress -- https://github.com/grvvy/greatfet.git +refs/heads/docker_test:refs/remotes/origin/docker_test # timeout=10
  23. Avoid second fetch
  24. Checking out Revision 05add618c7d5fd714b17e9db2635c5e9648c178f (docker_test)
  25.  > git config remote.origin.url https://github.com/grvvy/greatfet.git # timeout=10
  26.  > git config --add remote.origin.fetch +refs/heads/docker_test:refs/remotes/origin/docker_test # timeout=10
  27.  > git config core.sparsecheckout # timeout=10
  28.  > git checkout -f 05add618c7d5fd714b17e9db2635c5e9648c178f # timeout=10
  29. Commit message: "disable mkdir for /home/jenkins"
  30.  > git rev-list --no-walk 05add618c7d5fd714b17e9db2635c5e9648c178f # timeout=10
  31. [GitHub Checks] GitHub check (name: Jenkins, status: in_progress) has been published.
  32. [Pipeline] }
  33. [Pipeline] // stage
  34. [Pipeline] withEnv
  35. [Pipeline] {
  36. [Pipeline] stage
  37. [Pipeline] { (Declarative: Agent Setup)
  38. [Pipeline] isUnix
  39. [Pipeline] readFile
  40. [Pipeline] sh
  41. + docker build -t f6cbe69441576453067a77f6fbc60290c6331396 -f Dockerfile .
  42. Sending build context to Docker daemon  10.65MB
  43.  
  44. Step 1/8 : FROM ubuntu:20.04
  45.  ---> ff0fea8310f3
  46. Step 2/8 : RUN groupadd -g 136 jenkins
  47.  ---> Using cache
  48.  ---> 644140dc634f
  49. Step 3/8 : RUN useradd -r -u 126 -g jenkins -G plugdev -d /home/jenkins jenkins
  50.  ---> Using cache
  51.  ---> 64a4dcf9bf7a
  52. Step 4/8 : CMD ["/bin/bash"]
  53.  ---> Using cache
  54.  ---> 12d1663619b8
  55. Step 5/8 : ENV DEBIAN_FRONTEND=noninteractive
  56.  ---> Using cache
  57.  ---> 9c4484939fd1
  58. Step 6/8 : USER jenkins
  59.  ---> Using cache
  60.  ---> e8b9e7e2c012
  61. Step 7/8 : EXPOSE 8080
  62.  ---> Using cache
  63.  ---> 370113b91479
  64. Step 8/8 : COPY . .
  65.  ---> c90cde57b964
  66. Successfully built c90cde57b964
  67. Successfully tagged f6cbe69441576453067a77f6fbc60290c6331396:latest
  68. [Pipeline] }
  69. [Pipeline] // stage
  70. [Pipeline] isUnix
  71. [Pipeline] withEnv
  72. [Pipeline] {
  73. [Pipeline] sh
  74. + docker inspect -f . f6cbe69441576453067a77f6fbc60290c6331396
  75. .
  76. [Pipeline] }
  77. [Pipeline] // withEnv
  78. [Pipeline] withDockerContainer
  79. jnlp-agent-0000ri6et8ubm on docker seems to be running inside container 5e7d119c2f9de6afed20e0b2960dd9e2cadbed0ba7018fc248a5f4a07268fbfb
  80. but /home/jenkins/workspace/gsg-org_greatfet_docker_test could not be found among [/home/jenkins/.jenkins, /home/jenkins/agent, /var/jenkins_home]
  81. but /home/jenkins/workspace/gsg-org_greatfet_docker_test@tmp could not be found among [/home/jenkins/.jenkins, /home/jenkins/agent, /var/jenkins_home]
  82. $ docker run -t -d -u 1000:1000 --group-add=46 --privileged -v /dev/bus/usb:/dev/bus/usb -w /home/jenkins/workspace/gsg-org_greatfet_docker_test -v /home/jenkins/workspace/gsg-org_greatfet_docker_test:/home/jenkins/workspace/gsg-org_greatfet_docker_test:rw,z -v /home/jenkins/workspace/gsg-org_greatfet_docker_test@tmp:/home/jenkins/workspace/gsg-org_greatfet_docker_test@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** f6cbe69441576453067a77f6fbc60290c6331396 cat
  83. $ docker top d995efe7ee5170228fcb91dd4bf117bbfe7c07758a44b0bd9718e325cf3384d4 -eo pid,comm
  84. [Pipeline] {
  85. [Pipeline] stage
  86. [Pipeline] { (Build (Host))
  87. [Pipeline] sh
  88. process apparently never started in /home/jenkins/workspace/gsg-org_greatfet_docker_test@tmp/durable-2b0143ec
  89. (running Jenkins temporarily with -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.LAUNCH_DIAGNOSTICS=true might make the problem clearer)
  90. [Pipeline] }
  91. [Pipeline] // stage
  92. [Pipeline] stage
  93. [Pipeline] { (Build (Firmware))
  94. Stage "Build (Firmware)" skipped due to earlier failure(s)
  95. [Pipeline] }
  96. [Pipeline] // stage
  97. [Pipeline] stage
  98. [Pipeline] { (Test)
  99. Stage "Test" skipped due to earlier failure(s)
  100. [Pipeline] }
  101. [Pipeline] // stage
  102. [Pipeline] stage
  103. [Pipeline] { (Declarative: Post Actions)
  104. [Pipeline] sh
  105. process apparently never started in /home/jenkins/workspace/gsg-org_greatfet_docker_test@tmp/durable-98986942
  106. (running Jenkins temporarily with -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.LAUNCH_DIAGNOSTICS=true might make the problem clearer)
  107. Error when executing always post condition:
  108. hudson.AbortException: script returned exit code -2
  109.     at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.handleExit(DurableTaskStep.java:664)
  110.     at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:610)
  111.     at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:554)
  112.     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
  113.     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
  114.     at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
  115.     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  116.     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  117.     at java.base/java.lang.Thread.run(Thread.java:829)
  118.  
  119. [Pipeline] }
  120. [Pipeline] // stage
  121. [Pipeline] }
  122. $ docker stop --time=1 d995efe7ee5170228fcb91dd4bf117bbfe7c07758a44b0bd9718e325cf3384d4
  123. $ docker rm -f d995efe7ee5170228fcb91dd4bf117bbfe7c07758a44b0bd9718e325cf3384d4
  124. [Pipeline] // withDockerContainer
  125. [Pipeline] }
  126. [Pipeline] // withEnv
  127. [Pipeline] }
  128. [Pipeline] // node
  129. [Pipeline] End of Pipeline
  130. ERROR: script returned exit code -2
  131. [GitHub Checks] GitHub check (name: Jenkins, status: completed) has been published.
  132.  
  133. GitHub has been notified of this commit’s build result
  134.  
  135. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement