Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 60.10 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Waf: Entering directory `c:\Documents and Settings\Administrator\node\build'
  2. Waf: Leaving directory `c:\Documents and Settings\Administrator\node\build'
  3. 'build' finished successfully (0.125s)
  4. DEST_OS: win32
  5. DEST_CPU: ia32
  6. Parallel Jobs: 1
  7. Product type: program
  8. -rwxr-xr-x    1 Administ Administ     9.9M Aug 10 13:28 build/default/node
  9. mingw32-make: [all] Error 1 (ignored)
  10. python tools/test.py --mode=release simple message
  11.  
  12.  
  13. [00:00|%   0|+   0|-   0]: release test-assert
  14.                                              
  15. [00:00|%   0|+   1|-   0]: release test-buffer
  16.                                              
  17. [00:00|%   0|+   2|-   0]: release test-c-ares
  18.                                              
  19. [00:00|%   1|+   3|-   0]: release test-chdir
  20.                                              
  21. [00:00|%   1|+   4|-   0]: release test-child-process-buffering
  22.                                                                
  23. [00:01|%   2|+   5|-   0]: release test-child-process-channel
  24.                                                              
  25. === release test-child-process-channel ===
  26. Path: simple/test-child-process-channel
  27. node.js:198
  28.         throw e; // process.nextTick error, or 'error' event on first tick
  29.               ^
  30. TypeError: Cannot read property 'length' of undefined
  31.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-child-process-channel.js:14:20)
  32.     at Module._compile (module.js:416:26)
  33.     at Object..js (module.js:434:10)
  34.     at Module.load (module.js:335:31)
  35.     at Function._load (module.js:294:12)
  36.     at Array.<anonymous> (module.js:454:10)
  37.     at EventEmitter._tickCallback (node.js:190:26)
  38. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-child-process-channel.js"
  39.  
  40.                                                              
  41. [00:01|%   2|+   5|-   1]: release test-child-process-custom-fds
  42.                                                                
  43. === release test-child-process-custom-fds ===
  44. Path: simple/test-child-process-custom-fds
  45. Test 1...
  46. assert.js:104
  47.   throw new assert.AssertionError({
  48.         ^
  49. <error: TypeError: Converting circular structure to JSON>
  50.     at c:\Documents and Settings\Administrator\node\test\simple\test-child-process-custom-fds.js:47:12
  51. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-child-process-custom-fds.js"
  52.  
  53.                                                                
  54. [00:01|%   2|+   5|-   2]: release test-child-process-cwd
  55.                                                          
  56. [00:01|%   3|+   6|-   2]: release test-child-process-deprecated-api
  57.                                                                    
  58. [00:02|%   3|+   7|-   2]: release test-child-process-double-pipe
  59.                                                                  
  60. === release test-child-process-double-pipe ===
  61. Path: simple/test-child-process-double-pipe
  62. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-child-process-double-pipe.js"
  63. --- TIMEOUT ---
  64.  
  65.                                                                  
  66. [01:02|%   4|+   7|-   3]: release test-child-process-env
  67.                                                          
  68. [01:02|%   4|+   8|-   3]: release test-child-process-exec-cwd
  69.                                                              
  70. [01:02|%   4|+   9|-   3]: release test-child-process-exec-env
  71.                                                              
  72. [01:02|%   5|+  10|-   3]: release test-child-process-exit-code
  73.                                                                
  74. [01:03|%   5|+  11|-   3]: release test-child-process-ipc
  75.                                                          
  76. [01:03|%   6|+  12|-   3]: release test-child-process-kill
  77.                                                          
  78. [01:03|%   6|+  13|-   3]: release test-child-process-spawn-node
  79.                                                                
  80. === release test-child-process-spawn-node ===
  81. Path: simple/test-child-process-spawn-node
  82. node.js:198
  83.         throw e; // process.nextTick error, or 'error' event on first tick
  84.               ^
  85. TypeError: undefined is not a function
  86.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-child-process-spawn-node.js:5:9)
  87.     at Module._compile (module.js:416:26)
  88.     at Object..js (module.js:434:10)
  89.     at Module.load (module.js:335:31)
  90.     at Function._load (module.js:294:12)
  91.     at Array.<anonymous> (module.js:454:10)
  92.     at EventEmitter._tickCallback (node.js:190:26)
  93. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-child-process-spawn-node.js"
  94.  
  95.                                                                
  96. [01:03|%   6|+  13|-   4]: release test-child-process-stdin
  97.                                                            
  98. [01:04|%   7|+  14|-   4]: release test-child-process-stdout-flush
  99.                                                                  
  100. [01:04|%   7|+  15|-   4]: release test-cli-eval
  101.                                                
  102. === release test-cli-eval ===
  103. Path: simple/test-cli-eval
  104. node.js:198
  105.         throw e; // process.nextTick error, or 'error' event on first tick
  106.               ^
  107. AssertionError: 11 == 42
  108.     at c:\Documents and Settings\Administrator\node\test\simple\test-cli-eval.js:48:14
  109.     at ChildProcess.exithandler (child_process_uv.js:153:7)
  110.     at ChildProcess.emit (events.js:70:17)
  111.     at maybeExit (child_process_uv.js:226:16)
  112.     at Socket.<anonymous> (child_process_uv.js:319:7)
  113.     at Socket.emit (events.js:67:17)
  114.     at Array.<anonymous> (net_uv.js:249:10)
  115.     at EventEmitter._tickCallback (node.js:190:26)
  116. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-cli-eval.js"
  117.  
  118.                                                
  119. [01:05|%   8|+  15|-   5]: release test-console
  120.                                                
  121. === release test-console ===
  122. Path: simple/test-console
  123. hello world
  124. node.js:198
  125.         throw e; // process.nextTick error, or 'error' event on first tick
  126.               ^
  127. AssertionError: true == "undefined"
  128.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-console.js:42:8)
  129.     at Module._compile (module.js:416:26)
  130.     at Object..js (module.js:434:10)
  131.     at Module.load (module.js:335:31)
  132.     at Function._load (module.js:294:12)
  133.     at Array.<anonymous> (module.js:454:10)
  134.     at EventEmitter._tickCallback (node.js:190:26)
  135. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-console.js"
  136.  
  137.                                                
  138. [01:05|%   8|+  15|-   6]: release test-crypto
  139.                                              
  140. === release test-crypto ===
  141. Path: simple/test-crypto
  142. node.js:198
  143.         throw e; // process.nextTick error, or 'error' event on first tick
  144.               ^
  145. AssertionError: "908e8dab3bf75348d57ffb03eb41fdeb1a1550f88443d4c0a4833d012aa778bb01fde6ed29caa6ccb0b6795f64728e15309a425b409055f98d38df910570b0b == "5c50e3145c4e2497aadb0eabc83b342d0b0021ece0d4c4a064b7c8f020d7e2688b122bfb54c724ac9ee169f83f66d2fe90abeb95e8e1290e7e177152a4de3d9
  146.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-crypto.js:387:8)
  147.     at Module._compile (module.js:416:26)
  148.     at Object..js (module.js:434:10)
  149.     at Module.load (module.js:335:31)
  150.     at Function._load (module.js:294:12)
  151.     at Array.<anonymous> (module.js:454:10)
  152.     at EventEmitter._tickCallback (node.js:190:26)
  153. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-crypto.js"
  154.  
  155.                                              
  156. [01:05|%   8|+  15|-   7]: release test-debugger-client
  157.                                                        
  158. === release test-debugger-client ===
  159. Path: simple/test-debugger-client
  160. node.js:289
  161.           throw new Error('Unknown signal: ' + sig);
  162.                 ^
  163. Error: Unknown signal: SIGUSR1
  164.     at EventEmitter.kill (node.js:289:17)
  165.     at Socket.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-debugger-client.js:145:13)
  166.     at Socket.g (events.js:154:14)
  167.     at Socket.emit (events.js:67:17)
  168.     at Pipe.onread (net_uv.js:276:14)
  169. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-debugger-client.js"
  170.  
  171.                                                        
  172. [01:06|%   9|+  15|-   8]: release test-delayed-require
  173.                                                        
  174. [01:06|%   9|+  16|-   8]: release test-dgram-multicast
  175.                                                        
  176. === release test-dgram-multicast ===
  177. Path: simple/test-dgram-multicast
  178. node.js:198
  179.         throw e; // process.nextTick error, or 'error' event on first tick
  180.               ^
  181. Error: No such module
  182.     at dgram.js:27:25
  183.     at NativeModule.compile (node.js:495:5)
  184.     at Function.require (node.js:460:18)
  185.     at Function._load (module.js:282:25)
  186.     at Module.require (module.js:341:17)
  187.     at require (module.js:352:17)
  188.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-dgram-multicast.js:25:13)
  189.     at Module._compile (module.js:416:26)
  190.     at Object..js (module.js:434:10)
  191.     at Module.load (module.js:335:31)
  192. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-dgram-multicast.js"
  193.  
  194.                                                        
  195. [01:06|%  10|+  16|-   9]: release test-dgram-pingpong
  196.                                                      
  197. === release test-dgram-pingpong ===
  198. Path: simple/test-dgram-pingpong
  199. node.js:198
  200.         throw e; // process.nextTick error, or 'error' event on first tick
  201.               ^
  202. Error: No such module
  203.     at dgram.js:27:25
  204.     at NativeModule.compile (node.js:495:5)
  205.     at Function.require (node.js:460:18)
  206.     at Function._load (module.js:282:25)
  207.     at Module.require (module.js:341:17)
  208.     at require (module.js:352:17)
  209.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-dgram-pingpong.js:25:13)
  210.     at Module._compile (module.js:416:26)
  211.     at Object..js (module.js:434:10)
  212.     at Module.load (module.js:335:31)
  213. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-dgram-pingpong.js"
  214.  
  215.                                                      
  216. [01:06|%  10|+  16|-  10]: release test-dgram-udp4
  217.                                                  
  218. === release test-dgram-udp4 ===
  219. Path: simple/test-dgram-udp4
  220. node.js:198
  221.         throw e; // process.nextTick error, or 'error' event on first tick
  222.               ^
  223. Error: No such module
  224.     at dgram.js:27:25
  225.     at NativeModule.compile (node.js:495:5)
  226.     at Function.require (node.js:460:18)
  227.     at Function._load (module.js:282:25)
  228.     at Module.require (module.js:341:17)
  229.     at require (module.js:352:17)
  230.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-dgram-udp4.js:27:13)
  231.     at Module._compile (module.js:416:26)
  232.     at Object..js (module.js:434:10)
  233.     at Module.load (module.js:335:31)
  234. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-dgram-udp4.js"
  235.  
  236.                                                  
  237. [01:06|%  10|+  16|-  11]: release test-dgram-unix-anon
  238.                                                        
  239. === release test-dgram-unix-anon ===
  240. Path: simple/test-dgram-unix-anon
  241. node.js:198
  242.         throw e; // process.nextTick error, or 'error' event on first tick
  243.               ^
  244. Error: No such module
  245.     at dgram.js:27:25
  246.     at NativeModule.compile (node.js:495:5)
  247.     at Function.require (node.js:460:18)
  248.     at Function._load (module.js:282:25)
  249.     at Module.require (module.js:341:17)
  250.     at require (module.js:352:17)
  251.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-dgram-unix-anon.js:27:13)
  252.     at Module._compile (module.js:416:26)
  253.     at Object..js (module.js:434:10)
  254.     at Module.load (module.js:335:31)
  255. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-dgram-unix-anon.js"
  256.  
  257.                                                        
  258. [01:06|%  11|+  16|-  12]: release test-dgram-unix
  259.                                                  
  260. === release test-dgram-unix ===
  261. Path: simple/test-dgram-unix
  262. node.js:198
  263.         throw e; // process.nextTick error, or 'error' event on first tick
  264.               ^
  265. Error: No such module
  266.     at dgram.js:27:25
  267.     at NativeModule.compile (node.js:495:5)
  268.     at Function.require (node.js:460:18)
  269.     at Function._load (module.js:282:25)
  270.     at Module.require (module.js:341:17)
  271.     at require (module.js:352:17)
  272.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-dgram-unix.js:26:13)
  273.     at Module._compile (module.js:416:26)
  274.     at Object..js (module.js:434:10)
  275.     at Module.load (module.js:335:31)
  276. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-dgram-unix.js"
  277.  
  278.                                                  
  279. [01:07|%  11|+  16|-  13]: release test-eio-race
  280.                                                
  281. === release test-eio-race ===
  282. Path: simple/test-eio-race
  283. trying to kill event loop ...
  284. c:\Documents and Settings\Administrator\node\test\simple\test-eio-race.js:59
  285.   if (err) throw err;
  286.                  ^
  287. Error: ENOENT, The system cannot find the file specified. '/dev/zero'
  288. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-eio-race.js"
  289.  
  290.                                                
  291. [01:07|%  12|+  16|-  14]: release test-eio-race2
  292.                                                  
  293. [01:07|%  12|+  17|-  14]: release test-eio-race4
  294.                                                  
  295. [01:07|%  13|+  18|-  14]: release test-error-reporting
  296.                                                        
  297. [01:08|%  13|+  19|-  14]: release test-eval-require
  298.                                                    
  299. [01:08|%  13|+  20|-  14]: release test-eval
  300.                                            
  301. === release test-eval ===
  302. Path: simple/test-eval
  303. Error: Command failed: 'c:\Documents' is not recognized as an internal or external command,
  304. operable program or batch file.
  305. assert.js:104
  306.   throw new assert.AssertionError({
  307.         ^
  308. AssertionError: 1 == 0
  309.     at EventEmitter.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-eval.js:42:10)
  310.     at EventEmitter.emit (events.js:88:20)
  311. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-eval.js"
  312.  
  313.                                            
  314. [01:08|%  14|+  20|-  15]: release test-event-emitter-add-listeners
  315.                                                                    
  316. [01:08|%  14|+  21|-  15]: release test-event-emitter-check-listener-leaks
  317.                                                                          
  318. [01:08|%  15|+  22|-  15]: release test-event-emitter-modify-in-emit
  319.                                                                    
  320. [01:08|%  15|+  23|-  15]: release test-event-emitter-num-args
  321.                                                              
  322. [01:08|%  15|+  24|-  15]: release test-event-emitter-once
  323.                                                          
  324. [01:09|%  16|+  25|-  15]: release test-event-emitter-remove-all-listeners
  325.                                                                          
  326. [01:09|%  16|+  26|-  15]: release test-event-emitter-remove-listeners
  327.                                                                      
  328. [01:09|%  17|+  27|-  15]: release test-exception-handler
  329.                                                          
  330. [01:09|%  17|+  28|-  15]: release test-exception-handler2
  331.                                                          
  332. [01:10|%  17|+  29|-  15]: release test-exec-max-buffer
  333.                                                        
  334. [01:10|%  18|+  30|-  15]: release test-executable-path
  335.                                                        
  336. [01:10|%  18|+  31|-  15]: release test-file-read-noexist
  337.                                                          
  338. [01:10|%  19|+  32|-  15]: release test-file-write-stream
  339.                                                          
  340. [01:10|%  19|+  33|-  15]: release test-fs-chmod
  341.                                                
  342. === release test-fs-chmod ===
  343. Path: simple/test-fs-chmod
  344. 33206
  345. assert.js:104
  346.   throw new assert.AssertionError({
  347.         ^
  348. AssertionError: 511 == 438
  349.     at c:\Documents and Settings\Administrator\node\test\simple\test-fs-chmod.js:36:12
  350. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-fs-chmod.js"
  351.  
  352.                                                
  353. [01:10|%  19|+  33|-  16]: release test-fs-error-messages
  354.                                                          
  355. === release test-fs-error-messages ===
  356. Path: simple/test-fs-error-messages
  357. node.js:198
  358.         throw e; // process.nextTick error, or 'error' event on first tick
  359.               ^
  360. TypeError: Object #<Object> has no method 'lstat'
  361.     at Object.lstat (fs.js:385:11)
  362.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-fs-error-messages.js:37:4)
  363.     at Module._compile (module.js:416:26)
  364.     at Object..js (module.js:434:10)
  365.     at Module.load (module.js:335:31)
  366.     at Function._load (module.js:294:12)
  367.     at Array.<anonymous> (module.js:454:10)
  368.     at EventEmitter._tickCallback (node.js:190:26)
  369. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-fs-error-messages.js"
  370.  
  371.                                                          
  372. [01:11|%  20|+  33|-  17]: release test-fs-fsync
  373.                                                
  374. [01:11|%  20|+  34|-  17]: release test-fs-open
  375.                                                
  376. [01:11|%  21|+  35|-  17]: release test-fs-read-buffer
  377.                                                      
  378. === release test-fs-read-buffer ===
  379. Path: simple/test-fs-read-buffer
  380. node.js:198
  381.         throw e; // process.nextTick error, or 'error' event on first tick
  382.               ^
  383. AssertionError: {"0":120,"1":121,"2":122,"3":13,"length":4,"parent":{"0":47,"1":47,"2":32,"3":67,"4":111,"5":112,"6":121,"7":114,"8":105,"9":103 deepEqual {"0":120,"1":121,"2":122,"3":10,"length":4,"parent":{"0":47,"1":47,"2":32,"3":67,"4":111,"5":112,"6":121,"7":114,"8":105,"9":103
  384.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-fs-read-buffer.js:42:8)
  385.     at Module._compile (module.js:416:26)
  386.     at Object..js (module.js:434:10)
  387.     at Module.load (module.js:335:31)
  388.     at Function._load (module.js:294:12)
  389.     at Array.<anonymous> (module.js:454:10)
  390.     at EventEmitter._tickCallback (node.js:190:26)
  391. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-fs-read-buffer.js"
  392.  
  393.                                                      
  394. [01:11|%  21|+  35|-  18]: release test-fs-read-file-sync-hostname
  395.                                                                  
  396. [01:11|%  21|+  36|-  18]: release test-fs-read-file-sync
  397.                                                          
  398. [01:11|%  22|+  37|-  18]: release test-fs-read-stream
  399.                                                      
  400. === release test-fs-read-stream ===
  401. Path: simple/test-fs-read-stream
  402. assert.js:104
  403.   throw new assert.AssertionError({
  404.         ^
  405. AssertionError: "yz\r\n" == "yz\n"
  406.     at [object Object].<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-fs-read-stream.js:130:10)
  407.     at [object Object].emit (events.js:64:17)
  408.     at afterRead (fs.js:1001:12)
  409.     at wrapper (fs.js:246:17)
  410. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-fs-read-stream.js"
  411.  
  412.                                                      
  413. [01:11|%  22|+  37|-  19]: release test-fs-read
  414.                                                
  415. === release test-fs-read ===
  416. Path: simple/test-fs-read
  417. node.js:198
  418.         throw e; // process.nextTick error, or 'error' event on first tick
  419.               ^
  420. AssertionError: "xyz\r" == "xyz\n"
  421.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-fs-read.js:40:8)
  422.     at Module._compile (module.js:416:26)
  423.     at Object..js (module.js:434:10)
  424.     at Module.load (module.js:335:31)
  425.     at Function._load (module.js:294:12)
  426.     at Array.<anonymous> (module.js:454:10)
  427.     at EventEmitter._tickCallback (node.js:190:26)
  428. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-fs-read.js"
  429.  
  430.                                                
  431. [01:12|%  23|+  37|-  20]: release test-fs-readfile-empty
  432.                                                          
  433. [01:12|%  23|+  38|-  20]: release test-fs-realpath
  434.                                                    
  435. === release test-fs-realpath ===
  436. Path: simple/test-fs-realpath
  437. node.js:198
  438.         throw e; // process.nextTick error, or 'error' event on first tick
  439.               ^
  440. AssertionError: "/" == "c:\\"
  441.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-fs-realpath.js:451:8)
  442.     at Module._compile (module.js:416:26)
  443.     at Object..js (module.js:434:10)
  444.     at Module.load (module.js:335:31)
  445.     at Function._load (module.js:294:12)
  446.     at Array.<anonymous> (module.js:454:10)
  447.     at EventEmitter._tickCallback (node.js:190:26)
  448. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-fs-realpath.js"
  449.  
  450.                                                    
  451. [01:12|%  23|+  38|-  21]: release test-fs-sir-writes-alot
  452.                                                          
  453. [01:12|%  24|+  39|-  21]: release test-fs-stat
  454.                                                
  455. === release test-fs-stat ===
  456. Path: simple/test-fs-stat
  457. node.js:198
  458.         throw e; // process.nextTick error, or 'error' event on first tick
  459.               ^
  460. TypeError: Object #<Object> has no method 'lstat'
  461.     at Object.lstat (fs.js:385:11)
  462.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-fs-stat.js:38:4)
  463.     at Module._compile (module.js:416:26)
  464.     at Object..js (module.js:434:10)
  465.     at Module.load (module.js:335:31)
  466.     at Function._load (module.js:294:12)
  467.     at Array.<anonymous> (module.js:454:10)
  468.     at EventEmitter._tickCallback (node.js:190:26)
  469. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-fs-stat.js"
  470.  
  471.                                                
  472. [01:12|%  24|+  39|-  22]: release test-fs-symlink
  473.                                                  
  474. === release test-fs-symlink ===
  475. Path: simple/test-fs-symlink
  476. node.js:198
  477.         throw e; // process.nextTick error, or 'error' event on first tick
  478.               ^
  479. TypeError: Object #<Object> has no method 'symlink'
  480.     at Object.symlink (fs.js:413:11)
  481.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-fs-symlink.js:31:4)
  482.     at Module._compile (module.js:416:26)
  483.     at Object..js (module.js:434:10)
  484.     at Module.load (module.js:335:31)
  485.     at Function._load (module.js:294:12)
  486.     at Array.<anonymous> (module.js:454:10)
  487.     at EventEmitter._tickCallback (node.js:190:26)
  488. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-fs-symlink.js"
  489.  
  490.                                                  
  491. [01:12|%  25|+  39|-  23]: release test-fs-utimes
  492.                                                  
  493. === release test-fs-utimes ===
  494. Path: simple/test-fs-utimes
  495. node.js:198
  496.         throw e; // process.nextTick error, or 'error' event on first tick
  497.               ^
  498. TypeError: Object #<Object> has no method 'utimes'
  499.     at Object.utimes (fs.js:523:11)
  500.     at runTests (c:\Documents and Settings\Administrator\node\test\simple\test-fs-utimes.js:92:6)
  501.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-fs-utimes.js:120:1)
  502.     at Module._compile (module.js:416:26)
  503.     at Object..js (module.js:434:10)
  504.     at Module.load (module.js:335:31)
  505.     at Function._load (module.js:294:12)
  506.     at Array.<anonymous> (module.js:454:10)
  507.     at EventEmitter._tickCallback (node.js:190:26)
  508. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-fs-utimes.js"
  509.  
  510.                                                  
  511. [01:13|%  25|+  39|-  24]: release test-fs-watch-file
  512.                                                      
  513. === release test-fs-watch-file ===
  514. Path: simple/test-fs-watch-file
  515. node.js:198
  516.         throw e; // process.nextTick error, or 'error' event on first tick
  517.               ^
  518. TypeError: undefined is not a function
  519.     at new StatWatcher (fs.js:593:18)
  520.     at Object.watchFile (fs.js:642:30)
  521.     at c:\Documents and Settings\Administrator\node\test\simple\test-fs-watch-file.js:42:8
  522.     at Object._throws (assert.js:291:5)
  523.     at Object.doesNotThrow (assert.js:322:11)
  524.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-fs-watch-file.js:40:8)
  525.     at Module._compile (module.js:416:26)
  526.     at Object..js (module.js:434:10)
  527.     at Module.load (module.js:335:31)
  528.     at Function._load (module.js:294:12)
  529. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-fs-watch-file.js"
  530.  
  531.                                                      
  532. [01:13|%  26|+  39|-  25]: release test-fs-write-buffer
  533.                                                        
  534. [01:13|%  26|+  40|-  25]: release test-fs-write-file-buffer
  535.                                                            
  536. [01:13|%  26|+  41|-  25]: release test-fs-write-file
  537.                                                      
  538. [01:13|%  27|+  42|-  25]: release test-fs-write-stream-end
  539.                                                            
  540. [01:13|%  27|+  43|-  25]: release test-fs-write-stream
  541.                                                        
  542. [01:13|%  28|+  44|-  25]: release test-fs-write-sync
  543.                                                      
  544. [01:14|%  28|+  45|-  25]: release test-fs-write
  545.                                                
  546. [01:14|%  28|+  46|-  25]: release test-global
  547.                                              
  548. [01:14|%  29|+  47|-  25]: release test-http-1.0
  549.                                                
  550. [01:14|%  29|+  48|-  25]: release test-http-304
  551.                                                
  552. [01:14|%  30|+  49|-  25]: release test-http-abort-client
  553.                                                          
  554. [01:14|%  30|+  50|-  25]: release test-http-agent
  555.                                                  
  556. [01:15|%  30|+  51|-  25]: release test-http-allow-req-after-204-res
  557.                                                                    
  558. [01:15|%  31|+  52|-  25]: release test-http-blank-header
  559.                                                          
  560. [01:15|%  31|+  53|-  25]: release test-http-buffer-sanity
  561.                                                          
  562. [01:15|%  32|+  54|-  25]: release test-http-cat
  563.                                                
  564. [01:17|%  32|+  55|-  25]: release test-http-chunked
  565.                                                    
  566. [01:17|%  32|+  56|-  25]: release test-http-client-abort
  567.                                                          
  568. [01:17|%  33|+  57|-  25]: release test-http-client-abort2
  569.                                                          
  570. [01:17|%  33|+  58|-  25]: release test-http-client-parse-error
  571.                                                                
  572. [01:17|%  34|+  59|-  25]: release test-http-client-race-2
  573.                                                          
  574. [01:18|%  34|+  60|-  25]: release test-http-client-race
  575.                                                        
  576. [01:18|%  34|+  61|-  25]: release test-http-client-upload-buf
  577.                                                              
  578. [01:18|%  35|+  62|-  25]: release test-http-client-upload
  579.                                                          
  580. [01:19|%  35|+  63|-  25]: release test-http-contentLength0
  581.                                                            
  582. [01:19|%  36|+  64|-  25]: release test-http-curl-chunk-problem
  583.                                                                
  584. [01:20|%  36|+  65|-  25]: release test-http-default-encoding
  585.                                                              
  586. [01:20|%  36|+  66|-  25]: release test-http-dns-fail
  587.                                                      
  588. === release test-http-dns-fail ===
  589. Path: simple/test-http-dns-fail
  590. getHostByName ENOTFOUND
  591. getHostByName ENOTFOUND
  592. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-http-dns-fail.js"
  593. --- TIMEOUT ---
  594.  
  595.                                                      
  596. [02:21|%  37|+  66|-  26]: release test-http-eof-on-connect
  597.                                                            
  598. [02:21|%  37|+  67|-  26]: release test-http-exceptions
  599.                                                        
  600. [02:21|%  38|+  68|-  26]: release test-http-expect-continue
  601.                                                            
  602. [02:21|%  38|+  69|-  26]: release test-http-extra-response
  603.                                                            
  604. [02:21|%  39|+  70|-  26]: release test-http-full-response
  605.                                                          
  606. [02:22|%  39|+  71|-  26]: release test-http-get-pipeline-problem
  607.                                                                  
  608. [02:23|%  39|+  72|-  26]: release test-http-head-request
  609.                                                          
  610. [02:23|%  40|+  73|-  26]: release test-http-head-response-has-no-body-end
  611.                                                                          
  612. [02:24|%  40|+  74|-  26]: release test-http-head-response-has-no-body
  613.                                                                      
  614. [02:24|%  41|+  75|-  26]: release test-http-host-headers
  615.                                                          
  616. [02:24|%  41|+  76|-  26]: release test-http-keep-alive-close-on-header
  617.                                                                        
  618. [02:25|%  41|+  77|-  26]: release test-http-keep-alive
  619.                                                        
  620. [02:25|%  42|+  78|-  26]: release test-http-malformed-request
  621.                                                              
  622. [02:25|%  42|+  79|-  26]: release test-http-many-keep-alive-connections
  623.                                                                        
  624. [02:29|%  43|+  80|-  26]: release test-http-mutable-headers
  625.                                                            
  626. [02:29|%  43|+  81|-  26]: release test-http-parser
  627.                                                    
  628. [02:29|%  43|+  82|-  26]: release test-http-proxy
  629.                                                  
  630. [02:29|%  44|+  83|-  26]: release test-http-request-end-twice
  631.                                                              
  632. [02:29|%  44|+  84|-  26]: release test-http-request-end
  633.                                                        
  634. [02:29|%  45|+  85|-  26]: release test-http-response-close
  635.                                                            
  636. [02:30|%  45|+  86|-  26]: release test-http-response-readable
  637.                                                              
  638. [02:30|%  45|+  87|-  26]: release test-http-server-multiheaders
  639.                                                                
  640. [02:30|%  46|+  88|-  26]: release test-http-server
  641.                                                    
  642. [02:30|%  46|+  89|-  26]: release test-http-set-cookies
  643.                                                        
  644. [02:30|%  47|+  90|-  26]: release test-http-set-timeout
  645.                                                        
  646. [02:31|%  47|+  91|-  26]: release test-http-set-trailers
  647.                                                          
  648. [02:31|%  47|+  92|-  26]: release test-http-status-code
  649.                                                        
  650. [02:32|%  48|+  93|-  26]: release test-http-unix-socket
  651.                                                        
  652. [02:32|%  48|+  94|-  26]: release test-http-upgrade-agent
  653.                                                          
  654. [02:32|%  49|+  95|-  26]: release test-http-upgrade-client
  655.                                                            
  656. [02:32|%  49|+  96|-  26]: release test-http-upgrade-client2
  657.                                                            
  658. [02:32|%  50|+  97|-  26]: release test-http-upgrade-server
  659.                                                            
  660. [02:32|%  50|+  98|-  26]: release test-http-upgrade-server2
  661.                                                            
  662. [02:33|%  50|+  99|-  26]: release test-http-wget
  663.                                                  
  664. [02:33|%  51|+ 100|-  26]: release test-http-write-empty-string
  665.                                                                
  666. [02:33|%  51|+ 101|-  26]: release test-http
  667.                                            
  668. [02:33|%  52|+ 102|-  26]: release test-https-agent
  669.                                                    
  670. [02:34|%  52|+ 103|-  26]: release test-https-connecting-to-http
  671.                                                                
  672. [02:34|%  52|+ 104|-  26]: release test-https-eof-for-eom
  673.                                                          
  674. [02:35|%  53|+ 105|-  26]: release test-https-simple
  675.                                                    
  676. [02:36|%  53|+ 106|-  26]: release test-init
  677.                                            
  678. === release test-init ===
  679. Path: simple/test-init
  680. node.js:198
  681.         throw e; // process.nextTick error, or 'error' event on first tick
  682.               ^
  683. AssertionError: `node test-init-index failed!
  684.     at c:\Documents and Settings\Administrator\node\test\simple\test-init.js:48:14
  685.     at ChildProcess.exithandler (child_process_uv.js:153:7)
  686.     at ChildProcess.emit (events.js:70:17)
  687.     at maybeExit (child_process_uv.js:226:16)
  688.     at Socket.<anonymous> (child_process_uv.js:319:7)
  689.     at Socket.emit (events.js:67:17)
  690.     at Array.<anonymous> (net_uv.js:249:10)
  691.     at EventEmitter._tickCallback (node.js:190:26)
  692. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-init.js"
  693.  
  694.                                            
  695. [02:36|%  54|+ 106|-  27]: release test-listen-fd
  696.                                                  
  697. === release test-listen-fd ===
  698. Path: simple/test-listen-fd
  699. node.js:198
  700.         throw e; // process.nextTick error, or 'error' event on first tick
  701.               ^
  702. Error: No such module
  703.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-listen-fd.js:28:26)
  704.     at Module._compile (module.js:416:26)
  705.     at Object..js (module.js:434:10)
  706.     at Module.load (module.js:335:31)
  707.     at Function._load (module.js:294:12)
  708.     at Array.<anonymous> (module.js:454:10)
  709.     at EventEmitter._tickCallback (node.js:190:26)
  710. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-listen-fd.js"
  711.  
  712.                                                  
  713. [02:36|%  54|+ 106|-  28]: release test-memory-usage
  714.                                                    
  715. === release test-memory-usage ===
  716. Path: simple/test-memory-usage
  717. node.js:198
  718.         throw e; // process.nextTick error, or 'error' event on first tick
  719.               ^
  720. AssertionError: true == false
  721.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-memory-usage.js:27:8)
  722.     at Module._compile (module.js:416:26)
  723.     at Object..js (module.js:434:10)
  724.     at Module.load (module.js:335:31)
  725.     at Function._load (module.js:294:12)
  726.     at Array.<anonymous> (module.js:454:10)
  727.     at EventEmitter._tickCallback (node.js:190:26)
  728. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-memory-usage.js"
  729.  
  730.                                                    
  731. [02:37|%  54|+ 106|-  29]: release test-mkdir-rmdir
  732.                                                    
  733. [02:37|%  55|+ 107|-  29]: release test-module-load-list
  734.                                                        
  735. [02:37|%  55|+ 108|-  29]: release test-module-loading
  736.                                                      
  737. === release test-module-loading ===
  738. Path: simple/test-module-loading
  739. DEBUG: load test-module-loading.js
  740. load fixtures/b/d.js
  741. load package/index.js
  742. load fixtures/b/c.js
  743. load fixtures/a.js
  744. DEBUG: test index.js modules ids and relative loading
  745. DEBUG: test index.js in a folder with a trailing slash
  746. DEBUG: test package.json require() loading
  747. DEBUG: test cycles containing a .. path
  748. DEBUG: test node_modules folders
  749. c:\Documents and Settings\Administrator\node\test\fixtures\node_modules\foo.js
  750. c:\Documents and Settings\Administrator\node\test\fixtures\node_modules
  751. c:\Documents and Settings\Administrator\node\test\node_modules
  752. c:\Documents and Settings\Administrator\node\node_modules
  753. c:\Documents and Settings\Administrator\node_modules
  754. c:\Documents and Settings\node_modules
  755. c:\node_modules
  756.  
  757. c:\Documents and Settings\Administrator\node\test\fixtures\node_modules\baz\index.js
  758. c:\Documents and Settings\Administrator\node\test\fixtures\node_modules\baz\node_modules
  759. c:\Documents and Settings\Administrator\node\test\fixtures\node_modules
  760. c:\Documents and Settings\Administrator\node\test\node_modules
  761. c:\Documents and Settings\Administrator\node\node_modules
  762. c:\Documents and Settings\Administrator\node_modules
  763. c:\Documents and Settings\node_modules
  764. c:\node_modules
  765.  
  766. c:\Documents and Settings\Administrator\node\test\fixtures\node_modules\bar.js
  767. c:\Documents and Settings\Administrator\node\test\fixtures\node_modules
  768. c:\Documents and Settings\Administrator\node\test\node_modules
  769. c:\Documents and Settings\Administrator\node\node_modules
  770. c:\Documents and Settings\Administrator\node_modules
  771. c:\Documents and Settings\node_modules
  772. c:\node_modules
  773.  
  774. c:\Documents and Settings\Administrator\node\test\fixtures\node_modules\baz\node_modules\asdf.js
  775. c:\Documents and Settings\Administrator\node\test\fixtures\node_modules\baz\node_modules
  776. c:\Documents and Settings\Administrator\node\test\fixtures\node_modules
  777. c:\Documents and Settings\Administrator\node\test\node_modules
  778. c:\Documents and Settings\Administrator\node\node_modules
  779. c:\Documents and Settings\Administrator\node_modules
  780. c:\Documents and Settings\node_modules
  781. c:\node_modules
  782.  
  783. DEBUG: test name clashes
  784. DEBUG: load custom file types with extensions
  785.  
  786. node.js:198
  787.         throw e; // process.nextTick error, or 'error' event on first tick
  788.               ^
  789. AssertionError: "this is custom source\n" == "this is custom source\r\n"
  790.     at Object..test (c:\Documents and Settings\Administrator\node\test\simple\test-module-loading.js:128:10)
  791.     at Module.load (module.js:335:31)
  792.     at Function._load (module.js:294:12)
  793.     at Module.require (module.js:341:17)
  794.     at require (module.js:352:17)
  795.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-module-loading.js:134:14)
  796.     at Module._compile (module.js:416:26)
  797.     at Object..js (module.js:434:10)
  798.     at Module.load (module.js:335:31)
  799.     at Function._load (module.js:294:12)
  800. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-module-loading.js"
  801.  
  802.                                                      
  803. [02:37|%  56|+ 108|-  30]: release test-net-binary
  804.                                                  
  805. [02:37|%  56|+ 109|-  30]: release test-net-bytes-stats
  806.                                                        
  807. [02:37|%  56|+ 110|-  30]: release test-net-can-reset-timeout
  808.                                                              
  809. [02:38|%  57|+ 111|-  30]: release test-net-connect-buffer
  810.                                                          
  811. [02:38|%  57|+ 112|-  30]: release test-net-connect-handle-econnrefused
  812.                                                                        
  813. === release test-net-connect-handle-econnrefused ===
  814. Path: simple/test-net-connect-handle-econnrefused
  815. couldn't connect.
  816.  
  817. node.js:198
  818.         throw e; // process.nextTick error, or 'error' event on first tick
  819.               ^
  820. AssertionError: "undefined" == "ECONNREFUSED"
  821.     at Socket.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-net-connect-handle-econnrefused.js:39:10)
  822.     at Socket.emit (events.js:67:17)
  823.     at Array.<anonymous> (net_uv.js:248:25)
  824.     at EventEmitter._tickCallback (node.js:190:26)
  825. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-net-connect-handle-econnrefused.js"
  826.  
  827.                                                                        
  828. [02:39|%  58|+ 112|-  31]: release test-net-connect-timeout
  829.                                                            
  830. [02:40|%  58|+ 113|-  31]: release test-net-create-connection
  831.                                                              
  832. [02:40|%  58|+ 114|-  31]: release test-net-eaddrinuse
  833.                                                      
  834. [02:40|%  59|+ 115|-  31]: release test-net-isip
  835.                                                
  836. [02:40|%  59|+ 116|-  31]: release test-net-keepalive
  837.                                                      
  838. [02:42|%  60|+ 117|-  31]: release test-net-pingpong
  839.                                                    
  840. === release test-net-pingpong ===
  841. Path: simple/test-net-pingpong
  842. node.js:198
  843.         throw e; // process.nextTick error, or 'error' event on first tick
  844.               ^
  845. Error: listen OK
  846.     at errnoException (net_uv.js:516:11)
  847.     at Array.<anonymous> (net_uv.js:582:26)
  848.     at EventEmitter._tickCallback (node.js:190:26)
  849. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-net-pingpong.js"
  850.  
  851.                                                    
  852. [02:42|%  60|+ 117|-  32]: release test-net-reconnect
  853.                                                      
  854. [02:42|%  60|+ 118|-  32]: release test-net-remote-address-port
  855.                                                                
  856. [02:43|%  61|+ 119|-  32]: release test-net-server-bind
  857.                                                        
  858. [02:43|%  61|+ 120|-  32]: release test-net-server-close
  859.                                                        
  860. [02:43|%  62|+ 121|-  32]: release test-net-server-max-connections
  861.                                                                  
  862. [02:43|%  62|+ 122|-  32]: release test-net-server-try-ports
  863.                                                            
  864. [02:44|%  63|+ 123|-  32]: release test-net-socket-timeout
  865.                                                          
  866. [02:44|%  63|+ 124|-  32]: release test-net-stream
  867.                                                  
  868. [02:44|%  63|+ 125|-  32]: release test-next-tick-doesnt-hang
  869.                                                              
  870. [02:44|%  64|+ 126|-  32]: release test-next-tick-errors
  871.                                                        
  872. [02:44|%  64|+ 127|-  32]: release test-next-tick-ordering
  873.                                                          
  874. [02:45|%  65|+ 128|-  32]: release test-next-tick-ordering2
  875.                                                            
  876. [02:45|%  65|+ 129|-  32]: release test-next-tick-starvation
  877.                                                            
  878. [02:45|%  65|+ 130|-  32]: release test-next-tick
  879.                                                  
  880. [02:45|%  66|+ 131|-  32]: release test-os
  881.                                          
  882. === release test-os ===
  883. Path: simple/test-os
  884. hostname = ryan-olllm1zkmw
  885. node.js:198
  886.         throw e; // process.nextTick error, or 'error' event on first tick
  887.               ^
  888. AssertionError: false == true
  889.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-os.js:33:8)
  890.     at Module._compile (module.js:416:26)
  891.     at Object..js (module.js:434:10)
  892.     at Module.load (module.js:335:31)
  893.     at Function._load (module.js:294:12)
  894.     at Array.<anonymous> (module.js:454:10)
  895.     at EventEmitter._tickCallback (node.js:190:26)
  896. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-os.js"
  897.  
  898.                                          
  899. [02:45|%  66|+ 131|-  33]: release test-path
  900.                                            
  901. [02:45|%  67|+ 132|-  33]: release test-pipe-file-to-http
  902.                                                          
  903. [02:47|%  67|+ 133|-  33]: release test-pipe-head
  904.                                                  
  905. [02:47|%  67|+ 134|-  33]: release test-pipe-return-val
  906.                                                        
  907. [02:47|%  68|+ 135|-  33]: release test-pipe-stream
  908.                                                    
  909. [02:48|%  68|+ 136|-  33]: release test-pipe
  910.                                            
  911. [02:48|%  69|+ 137|-  33]: release test-process-env
  912.                                                    
  913. === release test-process-env ===
  914. Path: simple/test-process-env
  915. Not implemented: setenv
  916.  
  917. node.js:198
  918.         throw e; // process.nextTick error, or 'error' event on first tick
  919.               ^
  920. AssertionError: 5 == 3
  921.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-process-env.js:31:8)
  922.     at Module._compile (module.js:416:26)
  923.     at Object..js (module.js:434:10)
  924.     at Module.load (module.js:335:31)
  925.     at Function._load (module.js:294:12)
  926.     at Array.<anonymous> (module.js:454:10)
  927.     at EventEmitter._tickCallback (node.js:190:26)
  928. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-process-env.js"
  929.  
  930.                                                    
  931. [02:48|%  69|+ 137|-  34]: release test-process-kill-null
  932.                                                          
  933. === release test-process-kill-null ===
  934. Path: simple/test-process-kill-null
  935. node.js:198
  936.         throw e; // process.nextTick error, or 'error' event on first tick
  937.               ^
  938. TypeError: Object #<EventEmitter> has no method '_kill'
  939.     at EventEmitter.kill (node.js:283:17)
  940.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-process-kill-null.js:29:9)
  941.     at Module._compile (module.js:416:26)
  942.     at Object..js (module.js:434:10)
  943.     at Module.load (module.js:335:31)
  944.     at Function._load (module.js:294:12)
  945.     at Array.<anonymous> (module.js:454:10)
  946.     at EventEmitter._tickCallback (node.js:190:26)
  947. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-process-kill-null.js"
  948.  
  949.                                                          
  950. [02:49|%  69|+ 137|-  35]: release test-process-wrap
  951.                                                    
  952. [02:49|%  70|+ 138|-  35]: release test-pump-file2tcp-noexist
  953.                                                              
  954. [02:49|%  70|+ 139|-  35]: release test-pump-file2tcp
  955.                                                      
  956. [02:49|%  71|+ 140|-  35]: release test-punycode
  957.                                                
  958. [02:49|%  71|+ 141|-  35]: release test-querystring
  959.                                                    
  960. [02:49|%  71|+ 142|-  35]: release test-readdir
  961.                                                
  962. [02:50|%  72|+ 143|-  35]: release test-readdouble
  963.                                                  
  964. [02:50|%  72|+ 144|-  35]: release test-readfloat
  965.                                                  
  966. [02:50|%  73|+ 145|-  35]: release test-readint
  967.                                                
  968. [02:50|%  73|+ 146|-  35]: release test-readuint
  969.                                                
  970. [02:50|%  73|+ 147|-  35]: release test-regress-GH-746
  971.                                                      
  972. [02:50|%  74|+ 148|-  35]: release test-regress-GH-784
  973.                                                      
  974. [02:52|%  74|+ 149|-  35]: release test-regress-GH-819
  975.                                                      
  976. [02:53|%  75|+ 150|-  35]: release test-regress-GH-877
  977.                                                      
  978. [02:53|%  75|+ 151|-  35]: release test-regress-GH-892
  979.                                                      
  980. [03:03|%  76|+ 152|-  35]: release test-regress-GH-897
  981.                                                      
  982. [03:03|%  76|+ 153|-  35]: release test-regression-object-prototype
  983.                                                                    
  984. [03:03|%  76|+ 154|-  35]: release test-repl
  985.                                            
  986. [03:03|%  77|+ 155|-  35]: release test-require-cache-without-stat
  987.                                                                  
  988. [03:03|%  77|+ 156|-  35]: release test-require-cache
  989.                                                      
  990. [03:04|%  78|+ 157|-  35]: release test-require-exceptions
  991.                                                          
  992. [03:04|%  78|+ 158|-  35]: release test-require-resolve
  993.                                                        
  994. [03:04|%  78|+ 159|-  35]: release test-script-context
  995.                                                      
  996. [03:04|%  79|+ 160|-  35]: release test-script-new
  997.                                                  
  998. [03:04|%  79|+ 161|-  35]: release test-script-static-context
  999.                                                              
  1000. [03:04|%  80|+ 162|-  35]: release test-script-static-new
  1001.                                                          
  1002. [03:04|%  80|+ 163|-  35]: release test-script-static-this
  1003.                                                          
  1004. [03:05|%  80|+ 164|-  35]: release test-script-this
  1005.                                                    
  1006. [03:05|%  81|+ 165|-  35]: release test-sendfd
  1007.                                              
  1008. === release test-sendfd ===
  1009. Path: simple/test-sendfd
  1010. node.js:198
  1011.         throw e; // process.nextTick error, or 'error' event on first tick
  1012.               ^
  1013. Error: No such module
  1014.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-sendfd.js:56:26)
  1015.     at Module._compile (module.js:416:26)
  1016.     at Object..js (module.js:434:10)
  1017.     at Module.load (module.js:335:31)
  1018.     at Function._load (module.js:294:12)
  1019.     at Array.<anonymous> (module.js:454:10)
  1020.     at EventEmitter._tickCallback (node.js:190:26)
  1021. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-sendfd.js"
  1022.  
  1023.                                              
  1024. [03:05|%  81|+ 165|-  36]: release test-sigint-infinite-loop
  1025.                                                            
  1026. [03:05|%  82|+ 166|-  36]: release test-signal-handler
  1027.                                                      
  1028. === release test-signal-handler ===
  1029. Path: simple/test-signal-handler
  1030. node.js:198
  1031.         throw e; // process.nextTick error, or 'error' event on first tick
  1032.               ^
  1033. Error: Unknown signal: SIGHUP
  1034.     at EventEmitter.kill (node.js:289:17)
  1035.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-signal-handler.js:59:9)
  1036.     at Module._compile (module.js:416:26)
  1037.     at Object..js (module.js:434:10)
  1038.     at Module.load (module.js:335:31)
  1039.     at Function._load (module.js:294:12)
  1040.     at Array.<anonymous> (module.js:454:10)
  1041.     at EventEmitter._tickCallback (node.js:190:26)
  1042. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-signal-handler.js"
  1043.  
  1044.                                                      
  1045. [03:05|%  82|+ 166|-  37]: release test-signal-unregister
  1046.                                                          
  1047. [03:06|%  82|+ 167|-  37]: release test-stdin-from-file
  1048.                                                        
  1049. [03:06|%  83|+ 168|-  37]: release test-stdout-to-file
  1050.                                                      
  1051. [03:07|%  83|+ 169|-  37]: release test-stream-pipe-cleanup
  1052.                                                            
  1053. [03:07|%  84|+ 170|-  37]: release test-stream-pipe-error-handling
  1054.                                                                  
  1055. [03:07|%  84|+ 171|-  37]: release test-stream-pipe-event
  1056.                                                          
  1057. [03:08|%  84|+ 172|-  37]: release test-stream-pipe-multi
  1058.                                                          
  1059. [03:09|%  85|+ 173|-  37]: release test-string-decoder
  1060.                                                      
  1061. [03:09|%  85|+ 174|-  37]: release test-sync-fileread
  1062.                                                      
  1063. === release test-sync-fileread ===
  1064. Path: simple/test-sync-fileread
  1065. node.js:198
  1066.         throw e; // process.nextTick error, or 'error' event on first tick
  1067.               ^
  1068. AssertionError: "xyz\n" == {"0":120,"1":121,"2":122,"3":13,"4":10,"length":5,"parent":{"0":120,"1":1,"2":63,"3":0,"4":24,"5":3,"6":30,"7":1,"8":0,"9":0,"10
  1069.     at Object.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-sync-fileread.js:29:8)
  1070.     at Module._compile (module.js:416:26)
  1071.     at Object..js (module.js:434:10)
  1072.     at Module.load (module.js:335:31)
  1073.     at Function._load (module.js:294:12)
  1074.     at Array.<anonymous> (module.js:454:10)
  1075.     at EventEmitter._tickCallback (node.js:190:26)
  1076. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-sync-fileread.js"
  1077.  
  1078.                                                      
  1079. [03:09|%  86|+ 174|-  38]: release test-sys
  1080.                                            
  1081. [03:10|%  86|+ 175|-  38]: release test-tcp-wrap-connect
  1082.                                                        
  1083. [03:10|%  86|+ 176|-  38]: release test-tcp-wrap-listen
  1084.                                                        
  1085. [03:10|%  87|+ 177|-  38]: release test-tcp-wrap
  1086.                                                
  1087. [03:10|%  87|+ 178|-  38]: release test-timers-linked-list
  1088.                                                          
  1089. [03:10|%  88|+ 179|-  38]: release test-tls-client-abort
  1090.                                                        
  1091. [03:10|%  88|+ 180|-  38]: release test-tls-client-verify
  1092.                                                          
  1093. [03:11|%  89|+ 181|-  38]: release test-tls-connect
  1094.                                                    
  1095. [03:12|%  89|+ 182|-  38]: release test-tls-ext-key-usage
  1096.                                                          
  1097. === release test-tls-ext-key-usage ===
  1098. Path: simple/test-tls-ext-key-usage
  1099. Using default temp DH parameters
  1100. Using default temp ECDH parameters
  1101. WAIT-ACCEPT
  1102. WAIT-ACCEPT
  1103.  
  1104. assert.js:104
  1105.   throw new assert.AssertionError({
  1106.         ^
  1107. AssertionError: 0 == -1
  1108.     at EventEmitter.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-tls-ext-key-usage.js:171:10)
  1109.     at EventEmitter.emit (events.js:88:20)
  1110.     at EventEmitter.exit (node.js:276:15)
  1111.     at Object._onTimeout (c:\Documents and Settings\Administrator\node\test\simple\test-tls-ext-key-usage.js:98:11)
  1112.     at Timer.ontimeout (timers_uv.js:84:39)
  1113. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-tls-ext-key-usage.js"
  1114.  
  1115.                                                          
  1116. [03:18|%  89|+ 182|-  39]: release test-tls-junk-closes-server
  1117.                                                              
  1118. [03:18|%  90|+ 183|-  39]: release test-tls-npn-server-client
  1119.                                                              
  1120. [03:18|%  90|+ 184|-  39]: release test-tls-request-timeout
  1121.                                                            
  1122. [03:19|%  91|+ 185|-  39]: release test-tls-securepair-client
  1123.                                                              
  1124. === release test-tls-securepair-client ===
  1125. Path: simple/test-tls-securepair-client
  1126. Using default temp DH parameters
  1127. Using default temp ECDH parameters
  1128. WAIT-ACCEPT
  1129. WAIT-ACCEPT
  1130.  
  1131. assert.js:104
  1132.   throw new assert.AssertionError({
  1133.         ^
  1134. AssertionError: 0 == -1
  1135.     at EventEmitter.<anonymous> (c:\Documents and Settings\Administrator\node\test\simple\test-tls-securepair-client.js:166:10)
  1136.     at EventEmitter.emit (events.js:88:20)
  1137.     at EventEmitter.exit (node.js:276:15)
  1138.     at Object._onTimeout (c:\Documents and Settings\Administrator\node\test\simple\test-tls-securepair-client.js:98:11)
  1139.     at Timer.ontimeout (timers_uv.js:84:39)
  1140. Command: "c:\Documents and Settings\Administrator\node\build\default\node.exe" "c:\Documents and Settings\Administrator\node\test\simple\test-tls-securepair-client.js"
  1141.  
  1142.                                                              
  1143. [03:24|%  91|+ 185|-  40]: release test-tls-securepair-server
  1144.                                                              
  1145. [03:25|%  91|+ 186|-  40]: release test-tls-server-verify
  1146.                                                          
  1147. [03:27|%  92|+ 187|-  40]: release test-tls-set-encoding
  1148.                                                        
  1149. [03:27|%  92|+ 188|-  40]: release test-tls-sni-server-client
  1150.                                                              
  1151. [03:27|%  93|+ 189|-  40]: release test-tty-stdout-end
  1152.                                                      
  1153. [03:27|%  93|+ 190|-  40]: release test-umask
  1154.                                              
  1155. [03:27|%  93|+ 191|-  40]: release test-url
  1156.                                            
  1157. [03:28|%  94|+ 192|-  40]: release test-utf8-scripts
  1158.                                                    
  1159. [03:28|%  94|+ 193|-  40]: release test-util-format
  1160.                                                    
  1161. [03:28|%  95|+ 194|-  40]: release test-vm-create-context-circular-referenc...
  1162.                                                                              
  1163. [03:28|%  95|+ 195|-  40]: release test-writedouble
  1164.                                                    
  1165. [03:28|%  95|+ 196|-  40]: release test-writefloat
  1166.                                                  
  1167. [03:28|%  96|+ 197|-  40]: release test-writeint
  1168.                                                
  1169. [03:28|%  96|+ 198|-  40]: release test-writeuint
  1170.                                                  
  1171. [03:28|%  97|+ 199|-  40]: release test-zerolengthbufferbug
  1172.                                                            
  1173. [03:29|%  97|+ 200|-  40]: release 2100bytes
  1174.                                            
  1175. [03:29|%  97|+ 201|-  40]: release hello_world
  1176.                                              
  1177. [03:29|%  98|+ 202|-  40]: release stack_overflow
  1178.                                                  
  1179. [03:29|%  98|+ 203|-  40]: release throw_custom_error
  1180.                                                      
  1181. [03:29|%  99|+ 204|-  40]: release throw_non_error
  1182.                                                  
  1183. [03:29|%  99|+ 205|-  40]: release undefined_reference_in_new_context
  1184.                                                                      
  1185. [03:29|% 100|+ 206|-  40]: Done
  1186. mingw32-make: *** [test] Error 1