SHARE
TWEET

Untitled

a guest Mar 10th, 2017 71 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Pipeline] sh
  2. [jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q] Running shell script
  3. + docker build -t cloudbees-node .
  4. Sending build context to Docker daemon 72.19 kB
  5.  
  6. Step 1/4 : FROM node:5.11.1
  7.  ---> bedd9f80caf0
  8. Step 2/4 : RUN apt-get update && apt-get install -y libelf1
  9.  ---> Using cache
  10.  ---> ac81236a8007
  11. Step 3/4 : RUN useradd jenkins --shell /bin/bash --create-home
  12.  ---> Using cache
  13.  ---> 6e81a480bfb1
  14. Step 4/4 : USER jenkins
  15.  ---> Using cache
  16.  ---> 95574d477cc7
  17. Successfully built 95574d477cc7
  18. [Pipeline] dockerFingerprintFrom
  19. [Pipeline] sh
  20. [jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q] Running shell script
  21. + docker inspect -f . cloudbees-node
  22. .
  23. [Pipeline] withDockerContainer
  24. $ docker run -t -d -u 1001:1001 -w /var/jenkins_home/workspace/jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q -v /var/jenkins_home/workspace/jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q:/var/jenkins_home/workspace/jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q:rw -v /var/jenkins_home/workspace/jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q@tmp:/var/jenkins_home/workspace/jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q@tmp:rw -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** --entrypoint cat cloudbees-node
  25. [Pipeline] {
  26. [Pipeline] stage (Checkout and build deps)
  27. Using the ‘stage’ step without a block argument is deprecated
  28. Entering stage Checkout and build deps
  29. Proceeding
  30. [Pipeline] sh
  31. [jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q] Running shell script
  32. + whoami
  33. whoami: cannot find name for user ID 1001
  34. [Pipeline] }
  35. $ docker stop --time=1 104fff305f729660b26df5e47a2c487a513f669fe973351cec53e47e2d5b0b4a
  36. $ docker rm -f 104fff305f729660b26df5e47a2c487a513f669fe973351cec53e47e2d5b0b4a
  37. [Pipeline] // withDockerContainer
  38. [Pipeline] }
  39. [Pipeline] // node
  40. [Pipeline] End of Pipeline
  41. ERROR: script returned exit code 1
  42. Finished: FAILURE
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top