Skip to content

Instantly share code, notes, and snippets.

@stagas
Created May 27, 2010 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stagas/415765 to your computer and use it in GitHub Desktop.
Save stagas/415765 to your computer and use it in GitHub Desktop.
Waf: Entering directory `/home/pubuntu/node/build'
DEST_OS: linux
DEST_CPU: x86
Parallel Jobs: 1
Waf: Leaving directory `/home/pubuntu/node/build'
'build' finished successfully (0.210s)
python tools/test.py --mode=release simple
=== release test-http-304 ===
Path: simple/test-http-304
Server running at http://127.0.0.1:12346/
/home/pubuntu/node/test/simple/test-http-304.js:17
if (err) throw err;
^
Error: Command failed: /bin/sh: curl: not found
at ChildProcess.<anonymous> (child_process:78:15)
at ChildProcess.emit (events:32:26)
at ChildProcess.onexit (child_process:125:12)
at node.js:204:9
Command: build/default/node /home/pubuntu/node/test/simple/test-http-304.js
=== release test-net-pingpong ===
Path: simple/test-net-pingpong
server listening on 20989 localhost
net:1042
self.fd = socket(self.type);
^
Error: EAFNOSUPPORT, Address family not supported by protocol
at net:1042:19
at dns:105:7
at EventEmitter._tickCallback (node.js:48:25)
at node.js:204:9
Command: build/default/node /home/pubuntu/node/test/simple/test-net-pingpong.js
=== release test-http-full-response ===
Path: simple/test-http-full-response
ab not installed? skipping test.
/bin/sh: ab: not found
assert:80
throw new assert.AssertionError({
^
AssertionError: 0 == 3
at EventEmitter.<anonymous> (/home/pubuntu/node/test/simple/test-http-full-response.js:66:10)
at EventEmitter.emit (events:25:26)
at EventEmitter.exit (node.js:191:11)
at /home/pubuntu/node/test/simple/test-http-full-response.js:27:15
at ChildProcess.<anonymous> (child_process:82:21)
at ChildProcess.emit (events:32:26)
at ChildProcess.onexit (child_process:125:12)
at node.js:204:9
Command: build/default/node /home/pubuntu/node/test/simple/test-http-full-response.js
[00:34|% 100|+ 87|- 3]: Done
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment