Skip to content

Instantly share code, notes, and snippets.

@Xample
Created June 18, 2015 08:40
Show Gist options
  • Save Xample/729d2e39a34b1e951f91 to your computer and use it in GitHub Desktop.
Save Xample/729d2e39a34b1e951f91 to your computer and use it in GitHub Desktop.
wow-pod log
mbp:kubernetes example$ ./cluster/kubectl.sh logs wow-pod backend
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1669k 100 1669k 0 0 1692k 0 --:--:-- --:--:-- --:--:-- 1739k
npm WARN package.json [email protected] No description
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
> [email protected] install /tmp/bundle/programs/server/node_modules/fibers
> node ./build.js
`linux-x64-v8-3.14` exists; testing
Binary is fine; exiting
[email protected] node_modules/underscore
[email protected] node_modules/semver
[email protected] node_modules/eachline
└── [email protected]
[email protected] node_modules/chalk
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected] ([email protected])
└── [email protected] ([email protected])
[email protected] node_modules/fibers
[email protected] node_modules/source-map-support
└── [email protected] ([email protected])
> ./fibers: npm install due to binary npm modules
npm WARN cannot run in wd [email protected] node ./build.js (wd=/tmp/bundle/programs/server/node_modules/fibers)
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | linux | x64
gyp info spawn python
gyp info spawn args [ '/usr/lib/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/tmp/bundle/programs/server/node_modules/fibers/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/usr/lib/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/root/.node-gyp/0.10.36/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/0.10.36',
gyp info spawn args '-Dmodule_root_dir=/tmp/bundle/programs/server/node_modules/fibers',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
make: Entering directory `/tmp/bundle/programs/server/node_modules/fibers/build'
CXX(target) Release/obj.target/fibers/src/fibers.o
CXX(target) Release/obj.target/fibers/src/coroutine.o
../src/coroutine.cc: In function 'void* find_thread_id_key(void*)':
../src/coroutine.cc:90:3: warning: 'thread_id' may be used uninitialized in this function [-Wmaybe-uninitialized]
CC(target) Release/obj.target/fibers/src/libcoro/coro.o
SOLINK_MODULE(target) Release/obj.target/fibers.node
SOLINK_MODULE(target) Release/obj.target/fibers.node: Finished
COPY Release/fibers.node
make: Leaving directory `/tmp/bundle/programs/server/node_modules/fibers/build'
gyp info ok
=> Starting meteor app on port:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment