Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Forked from anonymous/out2
Created September 2, 2011 23:59
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 piscisaureus/1190244 to your computer and use it in GitHub Desktop.
Save piscisaureus/1190244 to your computer and use it in GitHub Desktop.
['-f', 'msvs', '-G', 'msvs_version=2010', '.\\node.gyp', '-I', '.\\common.gypi', '--depth=.', '-Dtarget_arch=ia32', '-Dcomponent=static_library', '-Dlibrary=static_library']
Project files generated.
http_parser.vcxproj -> D:\nodejs\node3\Debug\http_parser.lib
openssl.vcxproj -> D:\nodejs\node3\Debug\openssl.lib
uv.vcxproj -> D:\nodejs\node3\Debug\uv.lib
v8_base.vcxproj -> D:\nodejs\node3\Debug\v8_base.lib
v8_nosnapshot.vcxproj -> D:\nodejs\node3\Debug\v8_nosnapshot.lib
v8_snapshot.vcxproj -> D:\nodejs\node3\Debug\v8_snapshot.lib
running 'python tools/test.py --mode=debug'
[00:00|% 0|+ 0|- 0]: debug test-assert
[00:01|% 0|+ 1|- 0]: debug test-buffer
[00:03|% 0|+ 2|- 0]: debug test-c-ares
[00:04|% 1|+ 3|- 0]: debug test-chdir
[00:05|% 1|+ 4|- 0]: debug test-child-process-buffering
=== debug test-child-process-buffering ===
Path: simple/test-child-process-buffering
stdout: "D:\\nodejs\\node3\r\n"
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: read UNKNOWN
at errnoException (net_uv.js:564:11)
at Pipe.onread (net_uv.js:333:20)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-buffering.js
[00:06|% 1|+ 4|- 1]: debug test-child-process-channel
=== debug test-child-process-channel ===
Path: simple/test-child-process-channel
fds undefined
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Cannot read property 'length' of undefined
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-child-process-channel.js:14:20)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-channel.js
[00:07|% 2|+ 4|- 2]: debug test-child-process-custom-fds
=== debug test-child-process-custom-fds ===
Path: simple/test-child-process-custom-fds
Test 1...
assert.js:104
throw new assert.AssertionError({
^
<error: TypeError: Converting circular structure to JSON>
at D:\nodejs\node3\test\simple\test-child-process-custom-fds.js:50:12
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-custom-fds.js
[00:08|% 2|+ 4|- 3]: debug test-child-process-customfd-bounded
=== debug test-child-process-customfd-bounded ===
Path: simple/test-child-process-customfd-bounded
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: read UNKNOWN
at errnoException (net_uv.js:564:11)
at Pipe.onread (net_uv.js:333:20)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-customfd-bounded.js
[00:09|% 2|+ 4|- 4]: debug test-child-process-cwd
[00:10|% 3|+ 5|- 4]: debug test-child-process-deprecated-api
[00:11|% 3|+ 6|- 4]: debug test-child-process-double-pipe
=== debug test-child-process-double-pipe ===
Path: simple/test-child-process-double-pipe
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-double-pipe.js
[00:44|% 3|+ 6|- 5]: debug test-child-process-env
[00:45|% 4|+ 7|- 5]: debug test-child-process-exec-cwd
=== debug test-child-process-exec-cwd ===
Path: simple/test-child-process-exec-cwd
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: read UNKNOWN
at errnoException (net_uv.js:564:11)
at Pipe.onread (net_uv.js:333:20)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-exec-cwd.js
[00:47|% 4|+ 7|- 6]: debug test-child-process-exec-env
=== debug test-child-process-exec-env ===
Path: simple/test-child-process-exec-env
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: read UNKNOWN
at errnoException (net_uv.js:564:11)
at Pipe.onread (net_uv.js:333:20)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-exec-env.js
[00:48|% 5|+ 7|- 7]: debug test-child-process-exit-code
[00:50|% 5|+ 8|- 7]: debug test-child-process-ipc
[00:52|% 5|+ 9|- 7]: debug test-child-process-kill
[00:53|% 6|+ 10|- 7]: debug test-child-process-spawn-node
=== debug test-child-process-spawn-node ===
Path: simple/test-child-process-spawn-node
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: undefined is not a function
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-child-process-spawn-node.js:5:9)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-spawn-node.js
[00:54|% 6|+ 10|- 8]: debug test-child-process-stdin
[00:55|% 6|+ 11|- 8]: debug test-child-process-stdout-flush
[00:59|% 7|+ 12|- 8]: debug test-cli-eval
=== debug test-cli-eval ===
Path: simple/test-cli-eval
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: "" == "42\n"
at D:\nodejs\node3\test\simple\test-cli-eval.js:45:14
at ChildProcess.exithandler (child_process_uv.js:147:7)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process_uv.js:226:16)
at Socket.<anonymous> (child_process_uv.js:327:7)
at Socket.emit (events.js:67:17)
at Array.<anonymous> (net_uv.js:278:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-cli-eval.js
[01:02|% 7|+ 12|- 9]: debug test-console-not-call-toString
[01:03|% 7|+ 13|- 9]: debug test-console
=== debug test-console ===
Path: simple/test-console
hello world
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: true == "undefined"
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-console.js:45:8)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-console.js
[01:04|% 8|+ 13|- 10]: debug test-crypto
[01:05|% 8|+ 14|- 10]: debug test-debugger-client
=== debug test-debugger-client ===
Path: simple/test-debugger-client
>>> new node process: 8500
node.js:294
throw new Error('Unknown signal: ' + sig);
^
Error: Unknown signal: SIGUSR1
at EventEmitter.kill (node.js:294:17)
at Socket.<anonymous> (D:\nodejs\node3\test\simple\test-debugger-client.js:148:13)
at Socket.g (events.js:154:14)
at Socket.emit (events.js:67:17)
at Pipe.onread (net_uv.js:305:14)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-debugger-client.js
[01:07|% 9|+ 14|- 11]: debug test-delayed-require
[01:08|% 9|+ 15|- 11]: debug test-dgram-multicast
=== debug test-dgram-multicast ===
Path: simple/test-dgram-multicast
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: not yet implemented
at Socket.setBroadcast (dgram_uv.js:226:9)
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-dgram-multicast.js:48:12)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-dgram-multicast.js
[01:09|% 9|+ 15|- 12]: debug test-dgram-pingpong
=== debug test-dgram-pingpong ===
Path: simple/test-dgram-pingpong
server listening on 20988 undefined
Client sending to 20988, localhost PING
server listening on 20989 localhost
Client sending to 20989, localhost PING
server listening on 20990 localhost
Client sending to 20990, localhost PING
Client sent 4 bytes
server got: PING from 127.0.0.1:50381
Client sent 4 bytes
Client sent 4 bytes
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20988
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
client got: PONG from 127.0.0.1:20990
server got: PING from 127.0.0.1:50381
client got: PONG from 127.0.0.1:20988
server got: PING from 127.0.0.1:50382
server got: PING from 127.0.0.1:50383
client got: PONG from 127.0.0.1:20989
A�s�s�e�r�t�i�o�n� �f�a�i�l�e�d�:� �c�a�l�l�b�a�c�k�_�v�-�>I�s�F�u�n�c�t�i�o�n�(�)�,� �f�i�l�e� �s�r�c�\�n�o�d�e�.�c�c�,� �l�i�n�e� �1�0�8�4�
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-dgram-pingpong.js
[01:17|% 10|+ 15|- 13]: debug test-dgram-udp4
[01:18|% 10|+ 16|- 13]: debug test-dgram-unix-anon
=== debug test-dgram-unix-anon ===
Path: simple/test-dgram-unix-anon
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: unix_dgram sockets are not supported any more.
at newHandle (dgram_uv.js:84:11)
at new Socket (dgram_uv.js:93:16)
at Object.createSocket (dgram_uv.js:110:10)
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-dgram-unix-anon.js:40:16)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-dgram-unix-anon.js
[01:19|% 10|+ 16|- 14]: debug test-dgram-unix
=== debug test-dgram-unix ===
Path: simple/test-dgram-unix
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: unix_dgram sockets are not supported any more.
at newHandle (dgram_uv.js:84:11)
at new Socket (dgram_uv.js:93:16)
at Object.createSocket (dgram_uv.js:110:10)
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-dgram-unix.js:37:20)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-dgram-unix.js
[01:21|% 11|+ 16|- 15]: debug test-eio-race
=== debug test-eio-race ===
Path: simple/test-eio-race
trying to kill event loop ...
D:\nodejs\node3\test\simple\test-eio-race.js:62
if (err) throw err;
^
Error: ENOENT, Het systeem kan het opgegeven bestand niet vinden.
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-eio-race.js
[01:21|% 11|+ 16|- 16]: debug test-eio-race2
[01:23|% 11|+ 17|- 16]: debug test-eio-race4
[01:24|% 12|+ 18|- 16]: debug test-error-reporting
[01:26|% 12|+ 19|- 16]: debug test-eval-require
[01:28|% 12|+ 20|- 16]: debug test-eval
[01:29|% 13|+ 21|- 16]: debug test-event-emitter-add-listeners
[01:30|% 13|+ 22|- 16]: debug test-event-emitter-check-listener-leaks
[01:31|% 14|+ 23|- 16]: debug test-event-emitter-modify-in-emit
[01:32|% 14|+ 24|- 16]: debug test-event-emitter-num-args
[01:33|% 14|+ 25|- 16]: debug test-event-emitter-once
[01:33|% 15|+ 26|- 16]: debug test-event-emitter-remove-all-listeners
[01:34|% 15|+ 27|- 16]: debug test-event-emitter-remove-listeners
[01:35|% 15|+ 28|- 16]: debug test-exception-handler
[01:36|% 16|+ 29|- 16]: debug test-exception-handler2
[01:37|% 16|+ 30|- 16]: debug test-exec-max-buffer
=== debug test-exec-max-buffer ===
Path: simple/test-exec-max-buffer
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: read UNKNOWN
at errnoException (net_uv.js:564:11)
at Pipe.onread (net_uv.js:333:20)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-exec-max-buffer.js
[01:38|% 16|+ 30|- 17]: debug test-executable-path
=== debug test-executable-path ===
Path: simple/test-executable-path
debugPath: D:\nodejs\node3\out\Debug\node
defaultPath: D:\nodejs\node3\out\Release\node
process.execPath: D:\nodejs\node3\Debug\node.exe
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: false == true
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-executable-path.js:38:10)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-executable-path.js
[01:39|% 17|+ 30|- 18]: debug test-file-read-noexist
[01:40|% 17|+ 31|- 18]: debug test-file-write-stream
[01:42|% 18|+ 32|- 18]: debug test-fs-chmod
=== debug test-fs-chmod ===
Path: simple/test-fs-chmod
33206
assert.js:104
throw new assert.AssertionError({
^
AssertionError: 511 == 438
at D:\nodejs\node3\test\simple\test-fs-chmod.js:39:12
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-chmod.js
[01:42|% 18|+ 32|- 19]: debug test-fs-error-messages
=== debug test-fs-error-messages ===
Path: simple/test-fs-error-messages
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Object #<Object> has no method 'lstat'
at Object.lstat (fs.js:385:11)
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-fs-error-messages.js:40:4)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-error-messages.js
[01:43|% 18|+ 32|- 20]: debug test-fs-fsync
[01:44|% 19|+ 33|- 20]: debug test-fs-open
[01:45|% 19|+ 34|- 20]: debug test-fs-read-buffer
[01:46|% 19|+ 35|- 20]: debug test-fs-read-file-sync-hostname
[01:47|% 20|+ 36|- 20]: debug test-fs-read-file-sync
[01:48|% 20|+ 37|- 20]: debug test-fs-read-stream
[01:49|% 20|+ 38|- 20]: debug test-fs-read
[01:50|% 21|+ 39|- 20]: debug test-fs-readfile-empty
[01:51|% 21|+ 40|- 20]: debug test-fs-realpath
=== debug test-fs-realpath ===
Path: simple/test-fs-realpath
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: ENOENT, Het systeem kan het opgegeven bestand niet vinden.
at Object.statSync (fs.js:401:18)
at Object.realpathSync (fs.js:677:8)
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-fs-realpath.js:454:22)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-realpath.js
[01:52|% 22|+ 40|- 21]: debug test-fs-sir-writes-alot
[01:55|% 22|+ 41|- 21]: debug test-fs-stat
=== debug test-fs-stat ===
Path: simple/test-fs-stat
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Object #<Object> has no method 'lstat'
at Object.lstat (fs.js:385:11)
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-fs-stat.js:41:4)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-stat.js
[01:56|% 22|+ 41|- 22]: debug test-fs-symlink
=== debug test-fs-symlink ===
Path: simple/test-fs-symlink
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Object #<Object> has no method 'symlink'
at Object.symlink (fs.js:413:11)
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-fs-symlink.js:34:4)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-symlink.js
[01:57|% 23|+ 41|- 23]: debug test-fs-utimes
=== debug test-fs-utimes ===
Path: simple/test-fs-utimes
FAILED: expect_ok { '0': 'utimes',
'1': 'D:\\nodejs\\node3\\test\\simple\\test-fs-utimes.js',
'2': undefined,
'3': Fri, 10 Sep 1982 11:37:00 GMT,
'4': Fri, 10 Sep 1982 11:37:00 GMT }
FAILED: expect_ok { '0': 'futimes',
'1': 3,
'2': { errno: 22, code: 'EINVAL' },
'3': Fri, 10 Sep 1982 11:37:00 GMT,
'4': Fri, 10 Sep 1982 11:37:00 GMT }
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-utimes.js
[02:08|% 23|+ 41|- 24]: debug test-fs-watch-file
=== debug test-fs-watch-file ===
Path: simple/test-fs-watch-file
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: undefined is not a function
at new StatWatcher (fs.js:593:18)
at Object.watchFile (fs.js:642:30)
at D:\nodejs\node3\test\simple\test-fs-watch-file.js:45:8
at Object._throws (assert.js:291:5)
at Object.doesNotThrow (assert.js:322:11)
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-fs-watch-file.js:43:8)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-watch-file.js
[02:09|% 23|+ 41|- 25]: debug test-fs-write-buffer
[02:10|% 24|+ 42|- 25]: debug test-fs-write-file-buffer
[02:11|% 24|+ 43|- 25]: debug test-fs-write-file
[02:12|% 24|+ 44|- 25]: debug test-fs-write-stream-end
[02:13|% 25|+ 45|- 25]: debug test-fs-write-stream
[02:14|% 25|+ 46|- 25]: debug test-fs-write-sync
[02:15|% 25|+ 47|- 25]: debug test-fs-write
[02:16|% 26|+ 48|- 25]: debug test-global
[02:16|% 26|+ 49|- 25]: debug test-http-1.0
[02:18|% 27|+ 50|- 25]: debug test-http-304
[02:21|% 27|+ 51|- 25]: debug test-http-abort-client
[02:22|% 27|+ 52|- 25]: debug test-http-agent
[02:24|% 28|+ 53|- 25]: debug test-http-allow-req-after-204-res
[02:26|% 28|+ 54|- 25]: debug test-http-blank-header
[02:27|% 28|+ 55|- 25]: debug test-http-buffer-sanity
[02:29|% 29|+ 56|- 25]: debug test-http-chunked
[02:31|% 29|+ 57|- 25]: debug test-http-client-abort
[02:32|% 29|+ 58|- 25]: debug test-http-client-abort2
[02:34|% 30|+ 59|- 25]: debug test-http-client-parse-error
[02:35|% 30|+ 60|- 25]: debug test-http-client-race-2
[02:37|% 31|+ 61|- 25]: debug test-http-client-race
[02:39|% 31|+ 62|- 25]: debug test-http-client-upload-buf
[02:40|% 31|+ 63|- 25]: debug test-http-client-upload
[02:41|% 32|+ 64|- 25]: debug test-http-contentLength0
[02:42|% 32|+ 65|- 25]: debug test-http-curl-chunk-problem
=== debug test-http-curl-chunk-problem ===
Path: simple/test-http-curl-chunk-problem
dd command: fsutil.exe file createnew "D:\nodejs\node3\test\tmp\big" 10485760
Server running at http://localhost:8080
making curl request
assert.js:104
throw new assert.AssertionError({
^
AssertionError: {"oncomplete":"function afterWrite(status, handle, req, buffer) {\n var self = handle.socket;\n\n // callback may come after c == {"oncomplete":"function afterWrite(status, handle, req, buffer) {\n var self = handle.socket;\n\n // callback may come after c
at Object.afterWrite [as oncomplete] (net_uv.js:414:10)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-http-curl-chunk-problem.js
[02:47|% 32|+ 65|- 26]: debug test-http-default-encoding
[02:48|% 33|+ 66|- 26]: debug test-http-dns-error
[02:49|% 33|+ 67|- 26]: debug test-http-dns-fail
[02:51|% 33|+ 68|- 26]: debug test-http-eof-on-connect
[02:52|% 34|+ 69|- 26]: debug test-http-exceptions
[02:53|% 34|+ 70|- 26]: debug test-http-expect-continue
[02:54|% 35|+ 71|- 26]: debug test-http-extra-response
[02:55|% 35|+ 72|- 26]: debug test-http-full-response
=== debug test-http-full-response ===
Path: simple/test-http-full-response
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: read UNKNOWN
at errnoException (net_uv.js:564:11)
at Pipe.onread (net_uv.js:333:20)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-http-full-response.js
[02:57|% 35|+ 72|- 27]: debug test-http-get-pipeline-problem
=== debug test-http-get-pipeline-problem ===
Path: simple/test-http-get-pipeline-problem
image.length = 57928
recv 0
recv 1
recv 2
done 2
recv 3
recv 4
done 4
done 0
recv 5
recv 6
done 1
done 3
done 5
done 6
recv 7
recv 8
recv 9
recv 10
recv 11
done 11
recv 12
done 7
done 9
done 8
done 10
done 12
recv 13
recv 14
recv 15
recv 16
recv 17
done 13
done 15
done 16
done 17
done 14
recv 18
recv 19
recv 20
recv 21
recv 22
done 18
done 19
done 20
done 21
done 22
recv 23
recv 24
recv 25
recv 26
recv 27
done 23
done 24
done 25
done 26
done 27
recv 28
recv 29
recv 30
recv 31
recv 32
done 28
done 29
done 30
done 31
done 32
recv 33
recv 34
recv 35
recv 36
recv 37
done 33
done 34
done 35
done 36
done 37
recv 38
recv 39
recv 40
recv 41
recv 42
done 38
done 39
done 40
done 41
done 42
recv 43
recv 44
done 43
done 44
recv 45
recv 46
recv 47
done 45
done 46
done 47
recv 49
recv 48
recv 50
recv 51
done 49
recv 52
done 48
done 50
done 51
recv 53
recv 54
recv 55
recv 56
done 52
done 53
done 54
done 55
done 56
recv 57
done 57
recv 58
recv 59
recv 60
recv 61
done 58
done 59
done 60
done 61
recv 62
done 62
recv 63
recv 64
recv 65
recv 66
recv 67
done 64
done 63
done 65
done 66
done 67
recv 68
recv 69
recv 70
recv 71
recv 72
done 68
done 69
done 70
done 71
done 72
recv 73
recv 74
recv 75
recv 76
recv 77
done 73
done 75
done 74
done 76
done 77
recv 78
recv 79
recv 80
recv 81
recv 82
done 78
done 79
done 80
done 81
done 82
recv 83
recv 84
recv 85
recv 86
recv 87
done 83
done 84
done 85
done 86
done 87
recv 88
recv 89
recv 90
recv 91
done 88
done 89
done 91
done 90
recv 92
recv 93
recv 94
recv 95
recv 96
done 92
done 93
done 94
done 95
done 96
recv 97
recv 98
recv 99
done 97
done 98
done 99
assert.js:104
throw new assert.AssertionError({
^
AssertionError: size doesn't match on '0.jpg'. Got 1315005634 bytes
at [object Object].checkFiles (D:\nodejs\node3\test\simple\test-http-get-pipeline-problem.js:98:12)
at [object Object].emit (events.js:64:17)
at fs.js:1167:12
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-http-get-pipeline-problem.js
[03:00|% 36|+ 72|- 28]: debug test-http-head-request
[03:01|% 36|+ 73|- 28]: debug test-http-head-response-has-no-body-end
[03:02|% 36|+ 74|- 28]: debug test-http-head-response-has-no-body
[03:04|% 37|+ 75|- 28]: debug test-http-header-read
[03:05|% 37|+ 76|- 28]: debug test-http-host-headers
[03:08|% 37|+ 77|- 28]: debug test-http-keep-alive-close-on-header
[03:10|% 38|+ 78|- 28]: debug test-http-keep-alive
[03:11|% 38|+ 79|- 28]: debug test-http-legacy
[03:13|% 38|+ 80|- 28]: debug test-http-malformed-request
[03:14|% 39|+ 81|- 28]: debug test-http-many-keep-alive-connections
[03:53|% 39|+ 82|- 28]: debug test-http-mutable-headers
[03:55|% 40|+ 83|- 28]: debug test-http-parser
[03:56|% 40|+ 84|- 28]: debug test-http-proxy
[03:57|% 40|+ 85|- 28]: debug test-http-request-end-twice
[03:58|% 41|+ 86|- 28]: debug test-http-request-end
[04:00|% 41|+ 87|- 28]: debug test-http-response-close
[04:01|% 41|+ 88|- 28]: debug test-http-response-readable
[04:02|% 42|+ 89|- 28]: debug test-http-server-multiheaders
[04:03|% 42|+ 90|- 28]: debug test-http-server
[04:05|% 42|+ 91|- 28]: debug test-http-set-cookies
[04:06|% 43|+ 92|- 28]: debug test-http-set-timeout
[04:08|% 43|+ 93|- 28]: debug test-http-set-trailers
[04:09|% 44|+ 94|- 28]: debug test-http-status-code
[04:11|% 44|+ 95|- 28]: debug test-http-unix-socket
[04:12|% 44|+ 96|- 28]: debug test-http-upgrade-agent
[04:14|% 45|+ 97|- 28]: debug test-http-upgrade-client
[04:15|% 45|+ 98|- 28]: debug test-http-upgrade-client2
[04:16|% 45|+ 99|- 28]: debug test-http-upgrade-server
[04:17|% 46|+ 100|- 28]: debug test-http-upgrade-server2
[04:18|% 46|+ 101|- 28]: debug test-http-wget
[04:20|% 46|+ 102|- 28]: debug test-http-write-empty-string
[04:22|% 47|+ 103|- 28]: debug test-http
[04:23|% 47|+ 104|- 28]: debug test-https-agent
[04:28|% 48|+ 105|- 28]: debug test-https-connecting-to-http
[04:30|% 48|+ 106|- 28]: debug test-https-eof-for-eom
[04:32|% 48|+ 107|- 28]: debug test-https-foafssl
[04:36|% 49|+ 108|- 28]: debug test-https-simple
[04:41|% 49|+ 109|- 28]: debug test-init
[04:44|% 49|+ 110|- 28]: debug test-listen-fd
=== debug test-listen-fd ===
Path: simple/test-listen-fd
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: No such module
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-listen-fd.js:31:26)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-listen-fd.js
[04:45|% 50|+ 110|- 29]: debug test-memory-usage
=== debug test-memory-usage ===
Path: simple/test-memory-usage
{ rss: 11616256,
vsize: 0,
heapTotal: 2456704,
heapUsed: 1428592 }
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: true == false
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-memory-usage.js:31:8)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-memory-usage.js
[04:46|% 50|+ 110|- 30]: debug test-mkdir-rmdir
[04:47|% 50|+ 111|- 30]: debug test-module-load-list
[04:47|% 51|+ 112|- 30]: debug test-module-loading
=== debug test-module-loading ===
Path: simple/test-module-loading
DEBUG: load test-module-loading.js
load fixtures/b/d.js
load package/index.js
load fixtures/b/c.js
load fixtures/a.js
DEBUG: test index.js modules ids and relative loading
DEBUG: test index.js in a folder with a trailing slash
DEBUG: test package.json require() loading
DEBUG: test cycles containing a .. path
DEBUG: test node_modules folders
D:\nodejs\node3\test\fixtures\node_modules\foo.js
D:\nodejs\node3\test\fixtures\node_modules
D:\nodejs\node3\test\node_modules
D:\nodejs\node3\node_modules
D:\nodejs\node_modules
D:\node_modules
D:\nodejs\node3\test\fixtures\node_modules\baz\index.js
D:\nodejs\node3\test\fixtures\node_modules\baz\node_modules
D:\nodejs\node3\test\fixtures\node_modules
D:\nodejs\node3\test\node_modules
D:\nodejs\node3\node_modules
D:\nodejs\node_modules
D:\node_modules
D:\nodejs\node3\test\fixtures\node_modules\bar.js
D:\nodejs\node3\test\fixtures\node_modules
D:\nodejs\node3\test\node_modules
D:\nodejs\node3\node_modules
D:\nodejs\node_modules
D:\node_modules
D:\nodejs\node3\test\fixtures\node_modules\baz\node_modules\asdf.js
D:\nodejs\node3\test\fixtures\node_modules\baz\node_modules
D:\nodejs\node3\test\fixtures\node_modules
D:\nodejs\node3\test\node_modules
D:\nodejs\node3\node_modules
D:\nodejs\node_modules
D:\node_modules
DEBUG: test name clashes
DEBUG: load custom file types with extensions
DEBUG: load custom file types that return non-strings
DEBUG: load order
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: null == true
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-module-loading.js:179:10)
at Module._compile (module.js:416:26)
at Object.<anonymous> (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-module-loading.js
[04:49|% 51|+ 112|- 31]: debug test-net-binary
[04:50|% 51|+ 113|- 31]: debug test-net-bytes-stats
[04:51|% 52|+ 114|- 31]: debug test-net-can-reset-timeout
[04:52|% 52|+ 115|- 31]: debug test-net-connect-buffer
[04:53|% 53|+ 116|- 31]: debug test-net-connect-handle-econnrefused
=== debug test-net-connect-handle-econnrefused ===
Path: simple/test-net-connect-handle-econnrefused
couldn't connect.
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: 107 == "ECONNREFUSED"
at Socket.<anonymous> (D:\nodejs\node3\test\simple\test-net-connect-handle-econnrefused.js:42:10)
at Socket.emit (events.js:67:17)
at Array.<anonymous> (net_uv.js:277:25)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-net-connect-handle-econnrefused.js
[04:55|% 53|+ 116|- 32]: debug test-net-connect-timeout
[04:56|% 53|+ 117|- 32]: debug test-net-create-connection
[04:58|% 54|+ 118|- 32]: debug test-net-eaddrinuse
[04:59|% 54|+ 119|- 32]: debug test-net-isip
[04:59|% 54|+ 120|- 32]: debug test-net-keepalive
[05:02|% 55|+ 121|- 32]: debug test-net-pingpong
[05:10|% 55|+ 122|- 32]: debug test-net-reconnect
[05:12|% 55|+ 123|- 32]: debug test-net-remote-address-port
[05:13|% 56|+ 124|- 32]: debug test-net-server-bind
[05:14|% 56|+ 125|- 32]: debug test-net-server-close
[05:15|% 57|+ 126|- 32]: debug test-net-server-max-connections
[05:17|% 57|+ 127|- 32]: debug test-net-server-try-ports
[05:18|% 57|+ 128|- 32]: debug test-net-socket-timeout
[05:19|% 58|+ 129|- 32]: debug test-net-stream
[05:20|% 58|+ 130|- 32]: debug test-next-tick-doesnt-hang
[05:21|% 58|+ 131|- 32]: debug test-next-tick-errors
[05:22|% 59|+ 132|- 32]: debug test-next-tick-ordering
[05:23|% 59|+ 133|- 32]: debug test-next-tick-ordering2
[05:24|% 59|+ 134|- 32]: debug test-next-tick-starvation
=== debug test-next-tick-starvation ===
Path: simple/test-next-tick-starvation
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: The timer is starving
at Array.spin (D:\nodejs\node3\test\simple\test-next-tick-starvation.js:33:11)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-next-tick-starvation.js
[05:25|% 60|+ 134|- 33]: debug test-next-tick
[05:25|% 60|+ 135|- 33]: debug test-os
=== debug test-os ===
Path: simple/test-os
hostname = piscisaureus
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Cannot read property 'length' of undefined
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-os.js:40:15)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-os.js
[05:27|% 61|+ 135|- 34]: debug test-path
[05:28|% 61|+ 136|- 34]: debug test-pipe-file-to-http
[05:31|% 61|+ 137|- 34]: debug test-pipe-head
[05:32|% 62|+ 138|- 34]: debug test-pipe-return-val
[05:33|% 62|+ 139|- 34]: debug test-pipe-stream
[05:34|% 62|+ 140|- 34]: debug test-pipe
[05:38|% 63|+ 141|- 34]: debug test-process-env
[05:39|% 63|+ 142|- 34]: debug test-process-kill-null
=== debug test-process-kill-null ===
Path: simple/test-process-kill-null
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: Object #<EventEmitter> has no method '_kill'
at EventEmitter.kill (node.js:288:17)
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-process-kill-null.js:32:9)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-process-kill-null.js
[05:40|% 63|+ 142|- 35]: debug test-process-wrap
[05:41|% 64|+ 143|- 35]: debug test-pump-file2tcp-noexist
[05:43|% 64|+ 144|- 35]: debug test-pump-file2tcp
[05:44|% 64|+ 145|- 35]: debug test-punycode
[05:45|% 65|+ 146|- 35]: debug test-querystring
[05:46|% 65|+ 147|- 35]: debug test-readdir
=== debug test-readdir ===
Path: simple/test-readdir
readdirSync D:\nodejs\node3\test\fixtures\readdir
[ 'are',
'dir',
'empty',
'files',
'for',
'just',
'testing.js',
'these' ]
assert.js:104
throw new assert.AssertionError({
^
AssertionError: ["are","dir","empty","files","for","just","testing.js","these"] deepEqual ["","","are","empty","for","testing.js","��p3��\n\f�:+","�����������������������������������������������������������������������
at D:\nodejs\node3\test\simple\test-readdir.js:53:12
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-readdir.js
[05:47|% 66|+ 147|- 36]: debug test-readdouble
[05:48|% 66|+ 148|- 36]: debug test-readfloat
[05:49|% 66|+ 149|- 36]: debug test-readint
[05:49|% 67|+ 150|- 36]: debug test-readuint
[05:50|% 67|+ 151|- 36]: debug test-regress-GH-1531
=== debug test-regress-GH-1531 ===
Path: simple/test-regress-GH-1531
200
read UNKNOWN
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-regress-GH-1531.js
[05:53|% 67|+ 151|- 37]: debug test-regress-GH-746
[05:53|% 68|+ 152|- 37]: debug test-regress-GH-784
[05:57|% 68|+ 153|- 37]: debug test-regress-GH-819
[05:58|% 68|+ 154|- 37]: debug test-regress-GH-877
[06:00|% 69|+ 155|- 37]: debug test-regress-GH-892
[06:40|% 69|+ 156|- 37]: debug test-regress-GH-897
[06:40|% 70|+ 157|- 37]: debug test-regression-object-prototype
[06:41|% 70|+ 158|- 37]: debug test-repl
[06:43|% 70|+ 159|- 37]: debug test-require-cache-without-stat
[06:45|% 71|+ 160|- 37]: debug test-require-cache
[06:46|% 71|+ 161|- 37]: debug test-require-exceptions
[06:46|% 71|+ 162|- 37]: debug test-require-resolve
[06:47|% 72|+ 163|- 37]: debug test-script-context
[06:48|% 72|+ 164|- 37]: debug test-script-new
[06:49|% 72|+ 165|- 37]: debug test-script-static-context
[06:50|% 73|+ 166|- 37]: debug test-script-static-new
[06:51|% 73|+ 167|- 37]: debug test-script-static-this
[06:52|% 74|+ 168|- 37]: debug test-script-this
[06:53|% 74|+ 169|- 37]: debug test-sendfd
=== debug test-sendfd ===
Path: simple/test-sendfd
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: No such module
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-sendfd.js:59:26)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-sendfd.js
[06:54|% 74|+ 169|- 38]: debug test-sigint-infinite-loop
[06:55|% 75|+ 170|- 38]: debug test-signal-handler
=== debug test-signal-handler ===
Path: simple/test-signal-handler
process.pid: 8512
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Unknown signal: SIGHUP
at EventEmitter.kill (node.js:294:17)
at Object.<anonymous> (D:\nodejs\node3\test\simple\test-signal-handler.js:62:9)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-signal-handler.js
[06:56|% 75|+ 170|- 39]: debug test-signal-unregister
[06:58|% 75|+ 171|- 39]: debug test-stdin-from-file
[07:00|% 76|+ 172|- 39]: debug test-stdout-to-file
=== debug test-stdout-to-file ===
Path: simple/test-stdout-to-file
1048576 chars to D:\nodejs\node3\test\fixtures\stdout.txt...done!
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: 1048576 == 1315005876
at D:\nodejs\node3\test\simple\test-stdout-to-file.js:59:12
at ChildProcess.exithandler (child_process_uv.js:147:7)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process_uv.js:226:16)
at Socket.<anonymous> (child_process_uv.js:327:7)
at Socket.emit (events.js:67:17)
at Array.<anonymous> (net_uv.js:278:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-stdout-to-file.js
[07:06|% 76|+ 172|- 40]: debug test-stream-pipe-cleanup
[07:08|% 76|+ 173|- 40]: debug test-stream-pipe-error-handling
[07:09|% 77|+ 174|- 40]: debug test-stream-pipe-event
[07:10|% 77|+ 175|- 40]: debug test-stream-pipe-multi
[07:54|% 77|+ 176|- 40]: debug test-string-decoder
[07:55|% 78|+ 177|- 40]: debug test-sync-fileread
[07:55|% 78|+ 178|- 40]: debug test-sys
[07:56|% 79|+ 179|- 40]: debug test-tcp-wrap-connect
[07:57|% 79|+ 180|- 40]: debug test-tcp-wrap-listen
[07:58|% 79|+ 181|- 40]: debug test-tcp-wrap
[07:59|% 80|+ 182|- 40]: debug test-timers-linked-list
[08:00|% 80|+ 183|- 40]: debug test-tls-client-abort
[08:01|% 80|+ 184|- 40]: debug test-tls-client-verify
[08:04|% 81|+ 185|- 40]: debug test-tls-connect
[08:07|% 81|+ 186|- 40]: debug test-tls-ext-key-usage
[08:07|% 81|+ 187|- 40]: debug test-tls-junk-closes-server
[08:09|% 82|+ 188|- 40]: debug test-tls-npn-server-client
[08:11|% 82|+ 189|- 40]: debug test-tls-peer-certificate
=== debug test-tls-peer-certificate ===
Path: simple/test-tls-peer-certificate
DEBUG: { subject:
{ CN: 'alice',
subjectAltName: 'uniformResourceIdentifier:http://localhost:8000/alice.foaf#me' },
issuer:
{ CN: 'alice',
subjectAltName: 'uniformResourceIdentifier:http://localhost:8000/alice.foaf#me' },
modulus: 'CFE2D764E8DC40226ADFE64A50569B8FBD68A3F7B1FD7B01705AAD0538638D3C3D095115C1F3D0429E17C2D3E2076D38BE7617C10D7F47635D4D0A8266EE3B97BF4BB2C2FFBB66B963DFB43445379D0039A9DB7ED45004D1CE687B13E29973AB4771967CACFB3E66763B4D75EC87825145CF1B953CBA68437BFE260C5E1934988A738D385AD86AB93AA04BBACB4191E167A0F41271A73A4CE59B124C60F34748E635FFA8AF74D514702F3B6B03440379607E1CB6E48C812B740973E69828D4DBB7BD0B7ABCB76EEDB058B146B663621A54134B826CC48991B0409323BDBB39B4BBFC558042CA96F8238BD126B906E305AC52298CFAC47B48A1EEF4516DD99747',
exponent: '10001',
valid_from: 'Aug 24 05:55:14 2011 GMT',
valid_to: 'Sep 23 05:55:14 2011 GMT',
fingerprint: '66:4A:01:7B:27:81:BB:B8:3D:AB:3C:11:90:A6:95:96:06:66:17:38' }
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: read UNKNOWN
at errnoException (net_uv.js:564:11)
at TCP.onread (net_uv.js:333:20)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-tls-peer-certificate.js
[08:13|% 83|+ 189|- 41]: debug test-tls-request-timeout
[08:15|% 83|+ 190|- 41]: debug test-tls-securepair-client
[08:16|% 83|+ 191|- 41]: debug test-tls-securepair-server
[08:18|% 84|+ 192|- 41]: debug test-tls-server-verify
[08:23|% 84|+ 193|- 41]: debug test-tls-set-encoding
[08:25|% 84|+ 194|- 41]: debug test-tls-sni-server-client
[08:27|% 85|+ 195|- 41]: debug test-tty-stdout-end
[08:28|% 85|+ 196|- 41]: debug test-umask
[08:28|% 85|+ 197|- 41]: debug test-url
[08:36|% 86|+ 198|- 41]: debug test-utf8-scripts
[08:37|% 86|+ 199|- 41]: debug test-util-format
[08:38|% 87|+ 200|- 41]: debug test-util-inspect
[08:39|% 87|+ 201|- 41]: debug test-vm-create-context-circular-reference
[08:40|% 87|+ 202|- 41]: debug test-writedouble
[08:41|% 88|+ 203|- 41]: debug test-writefloat
[08:42|% 88|+ 204|- 41]: debug test-writeint
[08:43|% 88|+ 205|- 41]: debug test-writeuint
[08:43|% 89|+ 206|- 41]: debug test-zerolengthbufferbug
[08:45|% 89|+ 207|- 41]: debug test-child-process-spawn-loop
=== debug test-child-process-spawn-loop ===
Path: pummel/test-child-process-spawn-loop
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: 1024001 == 1024002
at ChildProcess.<anonymous> (D:\nodejs\node3\test\pummel\test-child-process-spawn-loop.js:48:12)
at ChildProcess.emit (events.js:70:17)
at maybeExit (child_process_uv.js:226:16)
at Socket.<anonymous> (child_process_uv.js:327:7)
at Socket.emit (events.js:67:17)
at Array.<anonymous> (net_uv.js:278:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-child-process-spawn-loop.js
[08:46|% 89|+ 207|- 42]: debug test-exec
=== debug test-exec ===
Path: pummel/test-exec
kill pid 6808
'sleep 3' with timeout 50 took 156 ms
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: read UNKNOWN
at errnoException (net_uv.js:564:11)
at Pipe.onread (net_uv.js:333:20)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-exec.js
[08:47|% 90|+ 207|- 43]: debug test-http-client-reconnect-bug
[08:49|% 90|+ 208|- 43]: debug test-http-upload-timeout
[08:53|% 90|+ 209|- 43]: debug test-https-large-response
[09:09|% 91|+ 210|- 43]: debug test-keep-alive
[09:10|% 91|+ 211|- 43]: debug test-net-many-clients
[09:15|% 92|+ 212|- 43]: debug test-net-pause
[09:20|% 92|+ 213|- 43]: debug test-net-pingpong-delay
[09:24|% 92|+ 214|- 43]: debug test-net-pingpong
=== debug test-net-pingpong ===
Path: pummel/test-net-pingpong
assert.js:104
throw new assert.AssertionError({
^
AssertionError: true == false
at Server.<anonymous> (D:\nodejs\node3\test\pummel\test-net-pingpong.js:38:12)
at Server.emit (events.js:67:17)
at TCP.onconnection (net_uv.js:716:8)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-net-pingpong.js
[09:25|% 93|+ 214|- 44]: debug test-net-throttle
=== debug test-net-throttle ===
Path: pummel/test-net-throttle
build big string
start server on port 12346
assert.js:104
throw new assert.AssertionError({
^
AssertionError: false == true
at Socket.<anonymous> (D:\nodejs\node3\test\pummel\test-net-throttle.js:43:12)
at Socket.emit (events.js:64:17)
at TCP.onconnection (net_uv.js:717:10)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-net-throttle.js
[09:27|% 93|+ 214|- 45]: debug test-net-timeout
[09:32|% 93|+ 215|- 45]: debug test-next-tick-loops-quick
[09:35|% 94|+ 216|- 45]: debug test-process-uptime
=== debug test-process-uptime ===
Path: pummel/test-process-uptime
38889.957
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
AssertionError: false == true
at Object.<anonymous> (D:\nodejs\node3\test\pummel\test-process-uptime.js:28:8)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-process-uptime.js
[09:36|% 94|+ 216|- 46]: debug test-regress-GH-814
[09:45|% 94|+ 217|- 46]: debug test-regress-GH-814_2
=== debug test-regress-GH-814_2 ===
Path: pummel/test-regress-GH-814_2
D:\nodejs\node3\test\tmp\GH-814_test.txt
node.js:292
process._kill(pid, startup.lazyConstants()[sig]);
^
TypeError: Object #<EventEmitter> has no method '_kill'
at EventEmitter.kill (node.js:292:19)
at Object._onTimeout (D:\nodejs\node3\test\pummel\test-regress-GH-814_2.js:41:17)
at Timer.ontimeout (timers_uv.js:84:39)
Command: D:\nodejs\node3\Debug\node.exe --expose_gc D:\nodejs\node3\test\pummel\test-regress-GH-814_2.js
[09:52|% 95|+ 217|- 47]: debug test-timer-wrap
[09:54|% 95|+ 218|- 47]: debug test-timer-wrap2
[09:55|% 96|+ 219|- 47]: debug test-timers
=== debug test-timers ===
Path: pummel/test-timers
diff: 735
assert.js:104
throw new assert.AssertionError({
^
AssertionError: true == false
at Timer.<anonymous> (D:\nodejs\node3\test\pummel\test-timers.js:61:10)
at Timer.ontimeout (timers_uv.js:208:14)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-timers.js
[09:56|% 96|+ 219|- 48]: debug test-tls-throttle
=== debug test-tls-throttle ===
Path: pummel/test-tls-throttle
build body...done
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-tls-throttle.js
--- TIMEOUT ---
[14:00|% 96|+ 219|- 49]: debug test-vm-memleak
[14:06|% 97|+ 220|- 49]: debug test-watch-file
=== debug test-watch-file ===
Path: pummel/test-watch-file
watching for changes of D:\nodejs\node3\test\fixtures\x.txt
node.js:203
throw e; // process.nextTick error, or 'error' event on first tick
^
TypeError: undefined is not a function
at new StatWatcher (fs.js:593:18)
at Object.watchFile (fs.js:642:30)
at watchFile (D:\nodejs\node3\test\pummel\test-watch-file.js:38:6)
at Object.<anonymous> (D:\nodejs\node3\test\pummel\test-watch-file.js:48:1)
at Module._compile (module.js:416:26)
at Object..js (module.js:434:10)
at Module.load (module.js:335:31)
at Function._load (module.js:294:12)
at Array.<anonymous> (module.js:454:10)
at EventEmitter._tickCallback (node.js:195:26)
Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-watch-file.js
[14:07|% 97|+ 220|- 50]: debug 2100bytes
[14:08|% 97|+ 221|- 50]: debug hello_world
[14:09|% 98|+ 222|- 50]: debug stack_overflow
[14:10|% 98|+ 223|- 50]: debug throw_custom_error
[14:11|% 98|+ 224|- 50]: debug throw_non_error
[14:12|% 99|+ 225|- 50]: debug undefined_reference_in_new_context
[14:13|% 99|+ 226|- 50]: debug test-dns
[14:15|% 100|+ 227|- 50]: Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment