SHARE
TWEET

Untitled

a guest Mar 10th, 2017 70 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 62.46 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.  ---> 9646651e3a69
  11. Step 3/4 : RUN useradd jenkins --shell /bin/bash --create-home
  12.  ---> Using cache
  13.  ---> 6aaf874bfe58
  14. Step 4/4 : USER jenkins
  15.  ---> Using cache
  16.  ---> 97818baee8da
  17. Successfully built 97818baee8da
  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. + npm install
  33. npm info it worked if it ends with ok
  34. npm info using npm@3.8.6
  35. npm info using node@v5.11.1
  36. npm WARN enoent ENOENT: no such file or directory, open '/var/jenkins_home/workspace/jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q/package.json'
  37. npm WARN jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q No description
  38. npm WARN jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q No repository field.
  39. npm WARN jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q No README data
  40. npm WARN jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q No license field.
  41. npm ERR! Linux 3.10.0-514.10.2.el7.x86_64
  42. npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
  43. npm ERR! node v5.11.1
  44. npm ERR! npm  v3.8.6
  45. npm ERR! path /.npm
  46. npm ERR! code EACCES
  47. npm ERR! errno -13
  48. npm ERR! syscall mkdir
  49.  
  50. npm ERR! Error: EACCES: permission denied, mkdir '/.npm'
  51. npm ERR!     at Error (native)
  52. npm ERR!  { [Error: EACCES: permission denied, mkdir '/.npm'] errno: -13, code: 'EACCES', syscall: 'mkdir', path: '/.npm' }
  53. npm ERR!
  54. npm ERR! Please try running this command again as root/Administrator.
  55.  
  56. npm ERR! Please include the following file with any support request:
  57. npm ERR!     /var/jenkins_home/workspace/jnk_test_master-WXLXQKPCES3Z3HZJI6IB46EVZK52FP7BSJRZVLM4ZMVSCLT5SI7Q/npm-debug.log
  58. [Pipeline] }
  59. $ docker stop --time=1 93757b8524e7ac2eb5faa6af7d78346d512535c39c88773ca079c68b992e2064
  60. $ docker rm -f 93757b8524e7ac2eb5faa6af7d78346d512535c39c88773ca079c68b992e2064
  61. [Pipeline] // withDockerContainer
  62. [Pipeline] }
  63. [Pipeline] // node
  64. [Pipeline] End of Pipeline
  65. ERROR: script returned exit code 243
  66. 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