Created
June 12, 2012 23:42
-
-
Save piscisaureus/2920831 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
=== debug test-child-process-detached === | |
Path: simple/test-child-process-detached | |
Command: D:\node4\Debug\node.exe D:\node4\test\simple\test-child-process-detached.js | |
--- TIMEOUT --- | |
=== debug test-cluster-http-pipe === | |
Path: simple/test-cluster-http-pipe | |
events.js:65 | |
throw arguments[1]; // Unhandled 'error' event | |
^ | |
Error: write ENOTSUP - cannot write to IPC channel. | |
at errnoException (child_process.js:830:11) | |
at ChildProcess.send (child_process.js:371:16) | |
at Worker.send (cluster.js:360:21) | |
at sendInternalMessage (cluster.js:353:10) | |
at handleResponse (cluster.js:151:5) | |
at respond (cluster.js:166:5) | |
at Object.queryServer (cluster.js:207:5) | |
at handleMessage (cluster.js:171:32) | |
at ChildProcess.emit (events.js:114:20) | |
at handleMessage (child_process.js:265:12) | |
Command: D:\node4\Debug\node.exe D:\node4\test\simple\test-cluster-http-pipe.js | |
=== debug test-cluster-worker-disconnect === | |
Path: simple/test-cluster-worker-disconnect | |
Command: D:\node4\Debug\node.exe D:\node4\test\simple\test-cluster-worker-disconnect.js | |
--- TIMEOUT --- | |
=== debug test-cluster-worker-kill === | |
Path: simple/test-cluster-worker-kill | |
child_process.js:853 | |
throw new Error('Unknown signal: ' + sig); | |
^ | |
Error: Unknown signal: SIGHUP | |
at ChildProcess.kill (child_process.js:853:11) | |
at Worker.<anonymous> (D:\node4\test\simple\test-cluster-worker-kill.js:70:20) | |
at Worker.g (events.js:184:14) | |
at Worker.emit (events.js:87:17) | |
at Object.listening (cluster.js:216:12) | |
at handleMessage (cluster.js:171:32) | |
at ChildProcess.emit (events.js:114:20) | |
at handleMessage (child_process.js:265:12) | |
at Pipe.onread (child_process.js:289:9) | |
Command: D:\node4\Debug\node.exe D:\node4\test\simple\test-cluster-worker-kill.js | |
=== debug test-crypto === | |
Path: simple/test-crypto | |
crypto.js:144 | |
return (new Cipher).init(cipher, password); | |
^ | |
Error: Must give cipher-type, key | |
at Object.createCipher (crypto.js:144:23) | |
at testCipher1 (D:\node4\test\simple\test-crypto.js:431:23) | |
at Object.<anonymous> (D:\node4\test\simple\test-crypto.js:488:1) | |
at Module._compile (module.js:449:26) | |
at Object..js (module.js:467:10) | |
at Module.load (module.js:356:32) | |
at Function._load (module.js:312:12) | |
at module.js:487:10 | |
at EventEmitter._tickCallback (node.js:238:9) | |
Command: D:\node4\Debug\node.exe D:\node4\test\simple\test-crypto.js | |
=== debug test-domain-implicit-fs === | |
Path: simple/test-domain-implicit-fs | |
caught { [Error: ENOENT, open 'D:\node4\this file does not exist'] | |
errno: 34, | |
code: 'ENOENT', | |
path: 'D:\\node4\\this file does not exist', | |
domain_thrown: true, | |
domain: { members: [], _events: { error: [Function] } } } | |
unexpected error, throwing "ENOENT, open 'D:\\node4\\this file does not exist'" | |
D:\node4\test\simple\test-domain-implicit-fs.js:49 | |
throw er; | |
^ | |
Error: ENOENT, open 'D:\node4\this file does not exist' | |
Command: D:\node4\Debug\node.exe D:\node4\test\simple\test-domain-implicit-fs.js | |
=== debug test-domain === | |
Path: simple/test-domain | |
caught { [Error: emitted] | |
domain_emitter: { domain: { members: [Object], _events: [Object] } }, | |
domain: { members: [ [Object] ], _events: { error: [Function] } }, | |
domain_thrown: false } | |
caught { [Error: bound] | |
domain: { members: [ [Object] ], _events: { error: [Function] } }, | |
domain_thrown: false, | |
domain_bound: [Function: fn] } | |
caught { [Error: implicit timer] | |
domain_thrown: true, | |
domain: | |
{ members: [ [Object], [Object] ], | |
_events: { error: [Function] } } } | |
caught { [Error: implicit] | |
domain_emitter: { domain: { members: [Object], _events: [Object] } }, | |
domain: | |
{ members: [ [Object], [Object] ], | |
_events: { error: [Function] } }, | |
domain_thrown: false } | |
caught { [Error: ENOENT, open 'D:\node4\this file does not exist'] | |
errno: 34, | |
code: 'ENOENT', | |
path: 'D:\\node4\\this file does not exist', | |
domain: | |
{ members: [ [Object], [Object] ], | |
_events: { error: [Function] } }, | |
domain_thrown: false, | |
domain_bound: [Function] } | |
unexpected error, throwing "ENOENT, open 'D:\\node4\\this file does not exist'" | |
domain.js:64 | |
throw er; | |
^ | |
Error: ENOENT, open 'D:\node4\this file does not exist' | |
Command: D:\node4\Debug\node.exe D:\node4\test\simple\test-domain.js | |
=== debug test-eio-limit === | |
Path: simple/test-eio-limit | |
assert.js:104 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: false == true | |
at repeat (D:\node4\test\simple\test-eio-limit.js:30:12) | |
at D:\node4\test\simple\test-eio-limit.js:35:5 | |
at EventEmitter._tickCallback (node.js:238:9) | |
Command: D:\node4\Debug\node.exe D:\node4\test\simple\test-eio-limit.js | |
=== debug test-fs-realpath === | |
Path: simple/test-fs-realpath | |
assert.js:104 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: "/" == "D:\\" | |
at Object.<anonymous> (D:\node4\test\simple\test-fs-realpath.js:517:8) | |
at Module._compile (module.js:449:26) | |
at Object..js (module.js:467:10) | |
at Module.load (module.js:356:32) | |
at Function._load (module.js:312:12) | |
at module.js:487:10 | |
at EventEmitter._tickCallback (node.js:238:9) | |
Command: D:\node4\Debug\node.exe D:\node4\test\simple\test-fs-realpath.js | |
=== debug test-tls-server-verify === | |
Path: simple/test-tls-server-verify | |
connecting with agent1 | |
connecting with agent2 | |
connecting with agent3 | |
connecting with nocert | |
connecting with agent1 | |
connecting with agent2 | |
connecting with agent3 | |
connecting with nocert | |
connecting with agent1 | |
connecting with agent2 | |
Running 'Do not request certs. Everyone is unauthorized.' | |
- unauthed connection: undefined | |
* unauthed | |
- unauthed connection: undefined | |
* unauthed | |
- unauthed connection: undefined | |
* unauthed | |
- unauthed connection: undefined | |
* unauthed | |
Running 'Allow both authed and unauthed connections with CA1' | |
- authed connection: agent1 | |
* authed | |
- unauthed connection: DEPTH_ZERO_SELF_SIGNED_CERT | |
* unauthed | |
- unauthed connection: UNABLE_TO_VERIFY_LEAF_SIGNATURE | |
* unauthed | |
- unauthed connection: UNABLE_TO_GET_ISSUER_CERT | |
* unauthed | |
Running 'Allow only authed connections with CA1' | |
- authed connection: agent1 | |
* authed | |
Command: D:\node4\Debug\node.exe D:\node4\test\simple\test-tls-server-verify.js | |
--- TIMEOUT --- | |
=== debug test-child-process-spawn-loop === | |
Path: pummel/test-child-process-spawn-loop | |
assert.js:104 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: 1024002 == 1013562 | |
at ChildProcess.<anonymous> (D:\node4\test\pummel\test-child-process-spawn-loop.js:51:12) | |
at ChildProcess.emit (events.js:90:17) | |
at Process.onexit (child_process.js:667:10) | |
Command: D:\node4\Debug\node.exe D:\node4\test\pummel\test-child-process-spawn-loop.js | |
=== debug test-dns === | |
Path: internet/test-dns | |
test_resolve4 | |
looking up nodejs.org... | |
test_resolve6 | |
test_reverse_ipv4 | |
test_reverse_ipv6 | |
test_reverse_bogus | |
test_resolveMx | |
test_resolveNs | |
test_resolveSrv | |
D:\node4\test\internet\test-dns.js:199 | |
if (err) throw err; | |
^ | |
Error: querySrv ENODATA | |
at errnoException (dns.js:31:11) | |
at Object.onanswer [as oncomplete] (dns.js:148:18) | |
Command: D:\node4\Debug\node.exe D:\node4\test\internet\test-dns.js | |
[26:33|% 100|+ 443|- 20]: Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment