Created
April 9, 2014 17:59
-
-
Save maraoz/10297571 to your computer and use it in GitHub Desktop.
ci.testling.com build output for bitpay/bitcore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/testling/bin/node-v0.10.24/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 18, in <module> | |
sys.exit(gyp.script_main()) | |
File "/testling/bin/node-v0.10.24/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 534, in script_main | |
return main(sys.argv[1:]) | |
File "/testling/bin/node-v0.10.24/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 527, in main | |
return gyp_main(args) | |
File "/testling/bin/node-v0.10.24/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 503, in gyp_main | |
options.circular_check) | |
File "/testling/bin/node-v0.10.24/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py", line 129, in Load | |
params['parallel'], params['root_targets']) | |
File "/testling/bin/node-v0.10.24/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 2687, in Load | |
generator_input_info) | |
File "/testling/bin/node-v0.10.24/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py", line 594, in LoadTargetBuildFilesParallel | |
parallel_state.pool = multiprocessing.Pool(8) | |
File "/testling/bin/python-2.7.3/lib/python2.7/multiprocessing/__init__.py", line 232, in Pool | |
return Pool(processes, initializer, initargs, maxtasksperchild) | |
File "/testling/bin/python-2.7.3/lib/python2.7/multiprocessing/pool.py", line 115, in __init__ | |
self._setup_queues() | |
File "/testling/bin/python-2.7.3/lib/python2.7/multiprocessing/pool.py", line 210, in _setup_queues | |
self._inqueue = SimpleQueue() | |
File "/testling/bin/python-2.7.3/lib/python2.7/multiprocessing/queues.py", line 352, in __init__ | |
self._rlock = Lock() | |
File "/testling/bin/python-2.7.3/lib/python2.7/multiprocessing/synchronize.py", line 147, in __init__ | |
SemLock.__init__(self, SEMAPHORE, 1, 1) | |
File "/testling/bin/python-2.7.3/lib/python2.7/multiprocessing/synchronize.py", line 75, in __init__ | |
sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue) | |
OSError: [Errno 38] Function not implemented | |
gyp ERR! configure error | |
gyp ERR! stack Error: `gyp` failed with exit code: 1 | |
gyp ERR! stack at ChildProcess.onCpExit (/testling/bin/node-v0.10.24/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:337:16) | |
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12) | |
gyp ERR! System Linux 2.6.35.4-rscloud | |
gyp ERR! command "node" "/testling/bin/node-v0.10.24/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /home/bitpay/repos/5a72d7c4911e80c088bb482b27f04087d60c58f0.1397059240447/node_modules/buffertools | |
gyp ERR! node -v v0.10.24 | |
gyp ERR! node-gyp -v v0.12.1 | |
gyp ERR! not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment