код выхода 137 при обновлении сети композитора hyperledger в облаке IBM - PullRequest
0 голосов
/ 29 ноября 2018

У меня есть сеть композиторов Hyperledger, которая отлично работает на моей локальной машине с Ubuntu.Но когда я пытаюсь обновить нашу работающую сеть в облаке IBM, обновление завершается неудачно со следующей ошибкой:

Upgrading business network definition. This may take a minute...
Error: Error trying to upgrade business network. Error: No valid responses from any peers.
Response from attempted peer comms was an error: Error: failed to execute transaction 68f5fd4bea491c5257d18f342d3cda222834e72e04fa68fd71eb39fd3414b83f: error starting container: error starting container: Post http://localhost:2375/build?t=n442b54824e7348918df0cb322a6b040f-org1-peer1-freightmanagement-network-0.0.32-c7f916a553f12ffe892f6a4e3de57643630982ff3647fe32c6952bfa1bdaed24: Failed to generate platform-specific docker build: Error returned from build: 137 "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.
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.
npm WARN deprecated boom@2.10.1: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated cryptiles@2.0.5: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated hoek@2.16.3: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated boom@4.3.1: This version is no longer maintained. Please upgrade to the latest version.

> x509@0.3.3 install /chaincode/output/node_modules/x509
> node-gyp rebuild

make: Entering directory '/chaincode/output/node_modules/x509/build'
  CXX(target) Release/obj.target/x509/src/addon.o
Killed
"

Может кто-нибудь помочь мне здесь?

...