Skip to content

Instantly share code, notes, and snippets.

@filipenevola
Created June 15, 2017 17:32
Show Gist options
  • Select an option

  • Save filipenevola/18e19821b6ae534dc1ec25d4ea6bb1e7 to your computer and use it in GitHub Desktop.

Select an option

Save filipenevola/18e19821b6ae534dc1ec25d4ea6bb1e7 to your computer and use it in GitHub Desktop.
2017-06-15 13:28:21-04:00Building version 60.
v060
2017-06-15 13:28:21-04:00Step 1 : FROM meteor/galaxy-app@sha256:2f134abf5589b24b9ea36154da584f68e19f0708a2a3117939d1f71b4a2e6b75
v060
2017-06-15 13:28:21-04:00 ---> d92c89073edf
v060
2017-06-15 13:28:21-04:00Step 2 : RUN /bin/bash -x /app/setup.sh https://prod-galaxy-bundles.s3.amazonaws.com/bundles/atMjg8G2oAGxA48jy/20170615-172029/bundle.dr8CEsbE7uxJxMQea.tgz?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJ4JU4KHU7CAVLZ3Q%2F20170615%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170615T172821Z&X-Amz-Expires=900&X-Amz-SignedHeaders=host&X-Amz-Signature=40ef86eaa0cd7671d84e7920c55e44d1f113005f75994e058625fbb61bc44798
v060
2017-06-15 13:28:21-04:00 ---> [Warning] Your kernel does not support swap limit capabilities, memory limited without swap.
v060
2017-06-15 13:28:21-04:00 ---> Running in 5e1e668eb3c1
v060
2017-06-15 13:28:21-04:00+ set -ex
v060
2017-06-15 13:28:21-04:00+ cd /app
v060
2017-06-15 13:28:21-04:00+ curl -sS 'https://prod-galaxy-bundles.s3.amazonaws.com/bundles/atMjg8G2oAGxA48jy/20170615-172029/bundle.dr8CEsbE7uxJxMQea.tgz?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAJ4JU4KHU7CAVLZ3Q%2F20170615%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20170615T172821Z&X-Amz-Expires=900&X-Amz-SignedHeaders=host&X-Amz-Signature=40ef86eaa0cd7671d84e7920c55e44d1f113005f75994e058625fbb61bc44798'
v060
2017-06-15 13:28:21-04:00+ tar xz -m
v060
2017-06-15 13:28:29-04:00+ cd /app/bundle
v060
2017-06-15 13:28:29-04:00+ export NODE_VERSION
v060
2017-06-15 13:28:29-04:00++ /app/select_node_version.sh
v060
2017-06-15 13:28:29-04:00Installing node version 8.1.2 to /node-v8.1.2-linux-x64
v060
2017-06-15 13:28:29-04:00+ NODE_VERSION=8.1.2
v060
2017-06-15 13:28:29-04:00+ /app/install_node.sh
v060
2017-06-15 13:28:29-04:00+ curl -sSLO https://nodejs.org/dist/v8.1.2/node-v8.1.2-linux-x64.tar.gz
v060
2017-06-15 13:28:29-04:00+ tar -xzf node-v8.1.2-linux-x64.tar.gz -C /
v060
2017-06-15 13:28:30-04:00+ rm node-v8.1.2-linux-x64.tar.gz
v060
2017-06-15 13:28:30-04:00+ export PATH=/node-v8.1.2-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
v060
2017-06-15 13:28:30-04:00+ PATH=/node-v8.1.2-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
v060
2017-06-15 13:28:30-04:00+ npm -g install [email protected]
v060
2017-06-15 13:28:51-04:00/node-v8.1.2-linux-x64/bin/npm -> /node-v8.1.2-linux-x64/lib/node_modules/npm/bin/npm-cli.js
v060
2017-06-15 13:28:52-04:00+ [email protected]
v060
2017-06-15 13:28:52-04:00added 14 packages, removed 60 packages and updated 286 packages in 20.49s
v060
2017-06-15 13:28:52-04:00+ pushd programs/server
v060
2017-06-15 13:28:52-04:00+ npm install --unsafe-perm
v060
2017-06-15 13:28:52-04:00/app/bundle/programs/server /app/bundle
v060
2017-06-15 13:28:55-04:00
v060
2017-06-15 13:28:55-04:00> [email protected] install /app/bundle/programs/server/node_modules/fibers
v060
2017-06-15 13:28:55-04:00> node build.js || nodejs build.js
v060
2017-06-15 13:28:55-04:00
v060
2017-06-15 13:28:55-04:00`linux-x64-57` exists; testing
v060
2017-06-15 13:28:55-04:00Problem with the binary; manual build incoming
v060
2017-06-15 13:28:57-04:00make: Entering directory `/app/bundle/programs/server/node_modules/fibers/build'
v060
2017-06-15 13:28:57-04:00 CXX(target) Release/obj.target/fibers/src/fibers.o
v060
2017-06-15 13:28:58-04:00 CXX(target) Release/obj.target/fibers/src/coroutine.o
v060
2017-06-15 13:28:59-04:00 CC(target) Release/obj.target/fibers/src/libcoro/coro.o
v060
2017-06-15 13:28:59-04:00 SOLINK_MODULE(target) Release/obj.target/fibers.node
v060
2017-06-15 13:28:59-04:00 COPY Release/fibers.node
v060
2017-06-15 13:28:59-04:00make: Leaving directory `/app/bundle/programs/server/node_modules/fibers/build'
v060
2017-06-15 13:28:59-04:00Installed in `/app/bundle/programs/server/node_modules/fibers/bin/linux-x64-57/fibers.node`
v060
2017-06-15 13:28:59-04:00
v060
2017-06-15 13:28:59-04:00> [email protected] install /app/bundle/programs/server
v060
2017-06-15 13:28:59-04:00> node npm-rebuild.js
v060
2017-06-15 13:28:59-04:00
v060
2017-06-15 13:29:00-04:00events.js:182
v060
2017-06-15 13:29:00-04:00 throw er; // Unhandled 'error' event
v060
2017-06-15 13:29:00-04:00 ^
v060
2017-06-15 13:29:00-04:00
v060
2017-06-15 13:29:00-04:00Error: spawn npm ENOENT
v060
2017-06-15 13:29:00-04:00 at exports._errnoException (util.js:1016:11)
v060
2017-06-15 13:29:00-04:00 at Process.ChildProcess._handle.onexit (internal/child_process.js:189:19)
v060
2017-06-15 13:29:00-04:00 at onErrorNT (internal/child_process.js:366:16)
v060
2017-06-15 13:29:00-04:00 at _combinedTickCallback (internal/process/next_tick.js:102:11)
v060
2017-06-15 13:29:00-04:00 at process._tickCallback (internal/process/next_tick.js:161:9)
v060
2017-06-15 13:29:00-04:00 at Function.Module.runMain (module.js:607:11)
v060
2017-06-15 13:29:00-04:00 at startup (bootstrap_node.js:158:16)
v060
2017-06-15 13:29:00-04:00 at bootstrap_node.js:575:3
v060
2017-06-15 13:29:00-04:00npm WARN [email protected] No description
v060
2017-06-15 13:29:00-04:00npm WARN [email protected] No repository field.
v060
2017-06-15 13:29:00-04:00npm WARN [email protected] No license field.
v060
2017-06-15 13:29:00-04:00npm ERR! code ELIFECYCLE
v060
2017-06-15 13:29:00-04:00npm ERR! errno 1
v060
2017-06-15 13:29:00-04:00npm ERR! [email protected] install: `node npm-rebuild.js`
v060
2017-06-15 13:29:00-04:00npm ERR! Exit status 1
v060
2017-06-15 13:29:00-04:00npm ERR!
v060
2017-06-15 13:29:00-04:00npm ERR! Failed at the [email protected] install script 'node npm-rebuild.js'.
v060
2017-06-15 13:29:00-04:00npm ERR! Make sure you have the latest version of node.js and npm installed.
v060
2017-06-15 13:29:00-04:00npm ERR! If you do, this is most likely a problem with the meteor-dev-bundle package,
v060
2017-06-15 13:29:00-04:00npm ERR! not with npm itself.
v060
2017-06-15 13:29:00-04:00npm ERR! Tell the author that this fails on your system:
v060
2017-06-15 13:29:00-04:00npm ERR! node npm-rebuild.js
v060
2017-06-15 13:29:00-04:00npm ERR! You can get information on how to open an issue for this project with:
v060
2017-06-15 13:29:00-04:00npm ERR! npm bugs meteor-dev-bundle
v060
2017-06-15 13:29:00-04:00npm ERR! Or if that isn't available, you can get their info via:
v060
2017-06-15 13:29:00-04:00npm ERR! npm owner ls meteor-dev-bundle
v060
2017-06-15 13:29:00-04:00npm ERR! There is likely additional logging output above.
v060
2017-06-15 13:29:00-04:00
v060
2017-06-15 13:29:00-04:00npm ERR! A complete log of this run can be found in:
v060
2017-06-15 13:29:00-04:00npm ERR! /root/.npm/_logs/2017-06-15T17_29_00_087Z-debug.log
v060
2017-06-15 13:29:02-04:00Removing intermediate container 5e1e668eb3c1
v060
2017-06-15 13:29:02-04:00Failed to build version 60. Retry scheduled at 15 Jun 17 17:28 UTC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment