Guest User

Untitled

a guest
Jul 21st, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. *2018-07-22T03:00:58.228907438Z npm WARN notice [SECURITY] debug has the following vulnerability: 1 low. Go here for more details: https://nodesecurity.io/advisories?search=debug&version=2.6.2 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
  2. npm WARN notice [SECURITY] hoek has the following vulnerability: 1 moderate. Go here for more details: https://nodesecurity.io/advisories?search=hoek&version=2.16.3 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info.
  3. 2018-07-22T03:01:06.734626419Z
  4. > x509@0.3.3 install /chaincode/output/node_modules/x509
  5. > node-gyp rebuild
  6. 2018-07-22T03:01:06.734705076Z
  7. gyp WARN install got an error, rolling back install
  8. gyp ERR! configure error
  9. gyp ERR! stack Error: self signed certificate in certificate chain
  10. gyp ERR! stack at TLSSocket.<anonymous> (_tls_wrap.js:1103:38)
  11. gyp ERR! stack at emitNone (events.js:106:13)
  12. gyp ERR! stack at TLSSocket.emit (events.js:208:7)
  13. gyp ERR! stack at TLSSocket._finishInit (_tls_wrap.js:637:8)
  14. gyp ERR! stack at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:467:38)
  15. gyp ERR! System Linux 4.9.87-linuxkit-aufs
  16. gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
  17. gyp ERR! cwd /chaincode/output/node_modules/x509
  18. gyp ERR! node -v v8.9.4
  19. gyp ERR! node-gyp -v v3.6.2
  20. gyp ERR! not ok
  21. npm WARN tutorial-network@0.0.1 No repository field.
  22. npm WARN The package composer-common is included as both a dev and production dependency.
  23. 2018-07-22T03:01:07.835711840Z
  24. npm ERR! code ELIFECYCLE
  25. npm ERR! errno 1
  26. npm ERR! x509@0.3.3 install: `node-gyp rebuild`
  27. npm ERR! Exit status 1
  28. npm ERR!
  29. npm ERR! Failed at the x509@0.3.3 install script.
  30. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.*
  31.  
  32. 2018-07-22 03:00:34.761 UTC [container] lockContainer -> DEBU 64a got container (dev-peer0.org1.example.com-tutorial-network-0.0.1) lock
  33. 2018-07-22 03:00:34.762 UTC [dockercontroller] Start -> DEBU 64b Cleanup container dev-peer0.org1.example.com-tutorial-network-0.0.1
  34. 2018-07-22 03:00:34.762 UTC [dockercontroller] stopInternal -> DEBU 64c Stop container dev-peer0.org1.example.com-tutorial-network-0.0.1(No such container: dev-peer0.org1.example.com-tutorial-network-0.0.1)
  35. 2018-07-22 03:00:34.763 UTC [dockercontroller] stopInternal -> DEBU 64d Kill container dev-peer0.org1.example.com-tutorial-network-0.0.1 (No such container: dev-peer0.org1.example.com-tutorial-network-0.0.1)
  36. 2018-07-22 03:00:34.763 UTC [dockercontroller] stopInternal -> DEBU 64e Remove container dev-peer0.org1.example.com-tutorial-network-0.0.1 (No such container: dev-peer0.org1.example.com-tutorial-network-0.0.1)
  37. 2018-07-22 03:00:34.763 UTC [dockercontroller] Start -> DEBU 64f Start container dev-peer0.org1.example.com-tutorial-network-0.0.1
  38. 2018-07-22 03:00:34.763 UTC [dockercontroller] createContainer -> DEBU 650 Create container: dev-peer0.org1.example.com-tutorial-network-0.0.1
  39. 2018-07-22 03:00:34.765 UTC [dockercontroller] Start -> DEBU 651 start-could not find image <dev-peer0.org1.example.com-tutorial-network-0.0.1-6695b9314667cc296171c0da511644e9011aa9a3ba0f6e759aca9e32e458803c> (container id <dev-peer0.org1.example.com-tutorial-network-0.0.1>), because of <no such image>...attempt to recreate image
  40. 2018-07-22 03:00:34.765 UTC [chaincode-platform] generateDockerfile -> DEBU 652
  41. FROM hyperledger/fabric-baseimage:x86_64-0.4.6
  42. ADD binpackage.tar /usr/local/src
  43. LABEL org.hyperledger.fabric.chaincode.id.name="tutorial-network"
  44. org.hyperledger.fabric.chaincode.id.version="0.0.1"
  45. org.hyperledger.fabric.chaincode.type="NODE"
  46. org.hyperledger.fabric.version="1.1.0"
  47. org.hyperledger.fabric.base.version="0.4.6"
  48. ENV CORE_CHAINCODE_BUILDLEVEL=1.1.0
  49. 2018-07-22 03:00:34.766 UTC [util] DockerBuild -> DEBU 653 Attempting build with image hyperledger/fabric-ccenv:x86_64-1.1.0
  50.  
  51. registry=http://registry.npmjs.org/
  52. strict-ssl=false
  53. unsafe-perm=true
  54. ca=
  55. rejectUnauthorized=false
  56. proxy=my proxy
  57. https-proxy=myproxy
  58.  
  59. Mac OSX High Sierra
  60. composer-cli 0.19
  61. Hyperledger fabric version 1.1
  62. Using a corporate firewall
Add Comment
Please, Sign In to add comment