Pushed my test code from my branch to our master. NPM ran all the tests and then we got an error message in the Bamboo logs about downloading electron and then error timeout. Any thoughts?
build | 13-Jun-2019 19:56:49 | > electron@2.0.18 postinstall /data/bamboo-agent-home/xml-data/build-dir/SG-EOIUI51-JOB1/node_modules/electron |
---|---|---|
build | 13-Jun-2019 19:56:49 | > node install.js |
build | 13-Jun-2019 19:56:49 | |
build | 13-Jun-2019 19:56:49 | Downloading electron-v2.0.18-linux-x64.zip |
build | 13-Jun-2019 19:56:49 | [> ] 0.0% (0 B/s) |
build | 13-Jun-2019 19:57:52 | e[1000De[0Ke[1Ae[1000De[0Ke[1Ae[1000De[0KDownloading electron-v2.0.18-linux-x64.zip |
build | 13-Jun-2019 19:57:52 | Error: connect ETIMEDOUT 192.30.253.113:443 |
error | 13-Jun-2019 19:57:52 | /data/bamboo-agent-home/xml-data/build-dir/SG-EOIUI51-JOB1/node_modules/electron/install.js:54 |
error | 13-Jun-2019 19:57:52 | throw err |
error | 13-Jun-2019 19:57:52 | ^ |
error | 13-Jun-2019 19:57:52 | |
error | 13-Jun-2019 19:57:52 | Error: connect ETIMEDOUT 192.30.253.113:443 |
error | 13-Jun-2019 19:57:52 | at Object._errnoException (util.js:1022:11) |
error | 13-Jun-2019 19:57:52 | at _exceptionWithHostPort (util.js:1044:20) |
error | 13-Jun-2019 19:57:52 | at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1198:14) |
error | 13-Jun-2019 19:57:55 | npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents): |
error | 13-Jun-2019 19:57:55 | npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {“os”:“darwin”,“arch”:“any”} (current: {“os”:“linux”,“arch”:“x64”}) |
error | 13-Jun-2019 19:57:55 | |
error | 13-Jun-2019 19:57:55 | npm ERR! code ELIFECYCLE |
error | 13-Jun-2019 19:57:55 | npm ERR! errno 1 |
error | 13-Jun-2019 19:57:55 | npm ERR! electron@2.0.18 postinstall: node install.js
|
error | 13-Jun-2019 19:57:55 | npm ERR! Exit status 1 |
error | 13-Jun-2019 19:57:55 | npm ERR! |
error | 13-Jun-2019 19:57:55 | npm ERR! Failed at the electron@2.0.18 postinstall script. |
error | 13-Jun-2019 19:57:55 | npm ERR! This is probably not a problem with npm. There is likely additional logging output above. |
error | 13-Jun-2019 19:57:55 | |
error | 13-Jun-2019 19:57:55 | npm ERR! A complete log of this run can be found in: |
error | 13-Jun-2019 19:57:55 | npm ERR! /home/bamboo/.npm/_logs/2019-06-14T00_57_55_266Z-debug.log |