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

Untitled

By: a guest on May 14th, 2012  |  syntax: None  |  size: 68.98 KB  |  hits: 14  |  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. ['-f', 'msvs', '-G', 'msvs_version=2010', '.\\node.gyp', '-I', '.\\common.gypi', '--depth=.', '-Dtarget_arch=ia32', '-Dcomponent=static_library', '-Dlibrary=static_library']
  2. Project files generated.
  3.   http_parser.vcxproj -> D:\nodejs\node3\Debug\http_parser.lib
  4.   openssl.vcxproj -> D:\nodejs\node3\Debug\openssl.lib
  5.   uv.vcxproj -> D:\nodejs\node3\Debug\uv.lib
  6.   v8_base.vcxproj -> D:\nodejs\node3\Debug\v8_base.lib
  7.   v8_nosnapshot.vcxproj -> D:\nodejs\node3\Debug\v8_nosnapshot.lib
  8.   v8_snapshot.vcxproj -> D:\nodejs\node3\Debug\v8_snapshot.lib
  9. running 'python tools/test.py --mode=debug'
  10.  
  11.  
  12. [00:00|%   0|+   0|-   0]: debug test-assert
  13.                                            
  14. [00:01|%   0|+   1|-   0]: debug test-buffer
  15.                                            
  16. [00:03|%   0|+   2|-   0]: debug test-c-ares
  17.                                            
  18. [00:04|%   1|+   3|-   0]: debug test-chdir
  19.                                            
  20. [00:05|%   1|+   4|-   0]: debug test-child-process-buffering
  21.                                                              
  22. === debug test-child-process-buffering ===
  23. Path: simple/test-child-process-buffering
  24. stdout: "D:\\nodejs\\node3\r\n"
  25. node.js:203
  26.         throw e; // process.nextTick error, or 'error' event on first tick
  27.               ^
  28. Error: read UNKNOWN
  29.     at errnoException (net_uv.js:564:11)
  30.     at Pipe.onread (net_uv.js:333:20)
  31. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-buffering.js
  32.  
  33.                                                              
  34. [00:06|%   1|+   4|-   1]: debug test-child-process-channel
  35.                                                            
  36. === debug test-child-process-channel ===
  37. Path: simple/test-child-process-channel
  38. fds undefined
  39. node.js:203
  40.         throw e; // process.nextTick error, or 'error' event on first tick
  41.               ^
  42. TypeError: Cannot read property 'length' of undefined
  43.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-child-process-channel.js:14:20)
  44.     at Module._compile (module.js:416:26)
  45.     at Object..js (module.js:434:10)
  46.     at Module.load (module.js:335:31)
  47.     at Function._load (module.js:294:12)
  48.     at Array.<anonymous> (module.js:454:10)
  49.     at EventEmitter._tickCallback (node.js:195:26)
  50. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-channel.js
  51.  
  52.                                                            
  53. [00:07|%   2|+   4|-   2]: debug test-child-process-custom-fds
  54.                                                              
  55. === debug test-child-process-custom-fds ===
  56. Path: simple/test-child-process-custom-fds
  57. Test 1...
  58. assert.js:104
  59.   throw new assert.AssertionError({
  60.         ^
  61. <error: TypeError: Converting circular structure to JSON>
  62.     at D:\nodejs\node3\test\simple\test-child-process-custom-fds.js:50:12
  63. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-custom-fds.js
  64.  
  65.                                                              
  66. [00:08|%   2|+   4|-   3]: debug test-child-process-customfd-bounded
  67.                                                                    
  68. === debug test-child-process-customfd-bounded ===
  69. Path: simple/test-child-process-customfd-bounded
  70. node.js:203
  71.         throw e; // process.nextTick error, or 'error' event on first tick
  72.               ^
  73. Error: read UNKNOWN
  74.     at errnoException (net_uv.js:564:11)
  75.     at Pipe.onread (net_uv.js:333:20)
  76. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-customfd-bounded.js
  77.  
  78.                                                                    
  79. [00:09|%   2|+   4|-   4]: debug test-child-process-cwd
  80.                                                        
  81. [00:10|%   3|+   5|-   4]: debug test-child-process-deprecated-api
  82.                                                                  
  83. [00:11|%   3|+   6|-   4]: debug test-child-process-double-pipe
  84.                                                                
  85. === debug test-child-process-double-pipe ===
  86. Path: simple/test-child-process-double-pipe
  87. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-double-pipe.js
  88.  
  89.                                                                
  90. [00:44|%   3|+   6|-   5]: debug test-child-process-env
  91.                                                        
  92. [00:45|%   4|+   7|-   5]: debug test-child-process-exec-cwd
  93.                                                            
  94. === debug test-child-process-exec-cwd ===
  95. Path: simple/test-child-process-exec-cwd
  96. node.js:203
  97.         throw e; // process.nextTick error, or 'error' event on first tick
  98.               ^
  99. Error: read UNKNOWN
  100.     at errnoException (net_uv.js:564:11)
  101.     at Pipe.onread (net_uv.js:333:20)
  102. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-exec-cwd.js
  103.  
  104.                                                            
  105. [00:47|%   4|+   7|-   6]: debug test-child-process-exec-env
  106.                                                            
  107. === debug test-child-process-exec-env ===
  108. Path: simple/test-child-process-exec-env
  109. node.js:203
  110.         throw e; // process.nextTick error, or 'error' event on first tick
  111.               ^
  112. Error: read UNKNOWN
  113.     at errnoException (net_uv.js:564:11)
  114.     at Pipe.onread (net_uv.js:333:20)
  115. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-exec-env.js
  116.  
  117.                                                            
  118. [00:48|%   5|+   7|-   7]: debug test-child-process-exit-code
  119.                                                              
  120. [00:50|%   5|+   8|-   7]: debug test-child-process-ipc
  121.                                                        
  122. [00:52|%   5|+   9|-   7]: debug test-child-process-kill
  123.                                                        
  124. [00:53|%   6|+  10|-   7]: debug test-child-process-spawn-node
  125.                                                              
  126. === debug test-child-process-spawn-node ===
  127. Path: simple/test-child-process-spawn-node
  128. node.js:203
  129.         throw e; // process.nextTick error, or 'error' event on first tick
  130.               ^
  131. TypeError: undefined is not a function
  132.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-child-process-spawn-node.js:5:9)
  133.     at Module._compile (module.js:416:26)
  134.     at Object..js (module.js:434:10)
  135.     at Module.load (module.js:335:31)
  136.     at Function._load (module.js:294:12)
  137.     at Array.<anonymous> (module.js:454:10)
  138.     at EventEmitter._tickCallback (node.js:195:26)
  139. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-child-process-spawn-node.js
  140.  
  141.                                                              
  142. [00:54|%   6|+  10|-   8]: debug test-child-process-stdin
  143.                                                          
  144. [00:55|%   6|+  11|-   8]: debug test-child-process-stdout-flush
  145.                                                                
  146. [00:59|%   7|+  12|-   8]: debug test-cli-eval
  147.                                              
  148. === debug test-cli-eval ===
  149. Path: simple/test-cli-eval
  150. node.js:203
  151.         throw e; // process.nextTick error, or 'error' event on first tick
  152.               ^
  153. AssertionError: "" == "42\n"
  154.     at D:\nodejs\node3\test\simple\test-cli-eval.js:45:14
  155.     at ChildProcess.exithandler (child_process_uv.js:147:7)
  156.     at ChildProcess.emit (events.js:70:17)
  157.     at maybeExit (child_process_uv.js:226:16)
  158.     at Socket.<anonymous> (child_process_uv.js:327:7)
  159.     at Socket.emit (events.js:67:17)
  160.     at Array.<anonymous> (net_uv.js:278:10)
  161.     at EventEmitter._tickCallback (node.js:195:26)
  162. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-cli-eval.js
  163.  
  164.                                              
  165. [01:02|%   7|+  12|-   9]: debug test-console-not-call-toString
  166.                                                                
  167. [01:03|%   7|+  13|-   9]: debug test-console
  168.                                              
  169. === debug test-console ===
  170. Path: simple/test-console
  171. hello world
  172. node.js:203
  173.         throw e; // process.nextTick error, or 'error' event on first tick
  174.               ^
  175. AssertionError: true == "undefined"
  176.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-console.js:45:8)
  177.     at Module._compile (module.js:416:26)
  178.     at Object..js (module.js:434:10)
  179.     at Module.load (module.js:335:31)
  180.     at Function._load (module.js:294:12)
  181.     at Array.<anonymous> (module.js:454:10)
  182.     at EventEmitter._tickCallback (node.js:195:26)
  183. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-console.js
  184.  
  185.                                              
  186. [01:04|%   8|+  13|-  10]: debug test-crypto
  187.                                            
  188. [01:05|%   8|+  14|-  10]: debug test-debugger-client
  189.                                                      
  190. === debug test-debugger-client ===
  191. Path: simple/test-debugger-client
  192. >>> new node process: 8500
  193. node.js:294
  194.           throw new Error('Unknown signal: ' + sig);
  195.                 ^
  196. Error: Unknown signal: SIGUSR1
  197.     at EventEmitter.kill (node.js:294:17)
  198.     at Socket.<anonymous> (D:\nodejs\node3\test\simple\test-debugger-client.js:148:13)
  199.     at Socket.g (events.js:154:14)
  200.     at Socket.emit (events.js:67:17)
  201.     at Pipe.onread (net_uv.js:305:14)
  202. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-debugger-client.js
  203.  
  204.                                                      
  205. [01:07|%   9|+  14|-  11]: debug test-delayed-require
  206.                                                      
  207. [01:08|%   9|+  15|-  11]: debug test-dgram-multicast
  208.                                                      
  209. === debug test-dgram-multicast ===
  210. Path: simple/test-dgram-multicast
  211. node.js:203
  212.         throw e; // process.nextTick error, or 'error' event on first tick
  213.               ^
  214. Error: not yet implemented
  215.     at Socket.setBroadcast (dgram_uv.js:226:9)
  216.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-dgram-multicast.js:48:12)
  217.     at Module._compile (module.js:416:26)
  218.     at Object..js (module.js:434:10)
  219.     at Module.load (module.js:335:31)
  220.     at Function._load (module.js:294:12)
  221.     at Array.<anonymous> (module.js:454:10)
  222.     at EventEmitter._tickCallback (node.js:195:26)
  223. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-dgram-multicast.js
  224.  
  225.                                                      
  226. [01:09|%   9|+  15|-  12]: debug test-dgram-pingpong
  227.                                                    
  228. === debug test-dgram-pingpong ===
  229. Path: simple/test-dgram-pingpong
  230. server listening on 20988 undefined
  231. Client sending to 20988, localhost PING
  232. server listening on 20989 localhost
  233. Client sending to 20989, localhost PING
  234. server listening on 20990 localhost
  235. Client sending to 20990, localhost PING
  236. Client sent 4 bytes
  237. server got: PING from 127.0.0.1:50381
  238. Client sent 4 bytes
  239. Client sent 4 bytes
  240. server got: PING from 127.0.0.1:50382
  241. server got: PING from 127.0.0.1:50383
  242. client got: PONG from 127.0.0.1:20988
  243. client got: PONG from 127.0.0.1:20989
  244. client got: PONG from 127.0.0.1:20990
  245. server got: PING from 127.0.0.1:50381
  246. client got: PONG from 127.0.0.1:20988
  247. server got: PING from 127.0.0.1:50382
  248. server got: PING from 127.0.0.1:50383
  249. client got: PONG from 127.0.0.1:20989
  250. client got: PONG from 127.0.0.1:20990
  251. server got: PING from 127.0.0.1:50381
  252. client got: PONG from 127.0.0.1:20988
  253. server got: PING from 127.0.0.1:50382
  254. server got: PING from 127.0.0.1:50383
  255. client got: PONG from 127.0.0.1:20989
  256. client got: PONG from 127.0.0.1:20990
  257. server got: PING from 127.0.0.1:50381
  258. client got: PONG from 127.0.0.1:20988
  259. server got: PING from 127.0.0.1:50382
  260. server got: PING from 127.0.0.1:50383
  261. client got: PONG from 127.0.0.1:20989
  262. client got: PONG from 127.0.0.1:20990
  263. server got: PING from 127.0.0.1:50381
  264. client got: PONG from 127.0.0.1:20988
  265. server got: PING from 127.0.0.1:50382
  266. server got: PING from 127.0.0.1:50383
  267. client got: PONG from 127.0.0.1:20989
  268. client got: PONG from 127.0.0.1:20990
  269. server got: PING from 127.0.0.1:50381
  270. client got: PONG from 127.0.0.1:20988
  271. server got: PING from 127.0.0.1:50382
  272. server got: PING from 127.0.0.1:50383
  273. client got: PONG from 127.0.0.1:20989
  274. client got: PONG from 127.0.0.1:20990
  275. server got: PING from 127.0.0.1:50381
  276. client got: PONG from 127.0.0.1:20988
  277. server got: PING from 127.0.0.1:50382
  278. server got: PING from 127.0.0.1:50383
  279. client got: PONG from 127.0.0.1:20989
  280. client got: PONG from 127.0.0.1:20990
  281. server got: PING from 127.0.0.1:50381
  282. client got: PONG from 127.0.0.1:20988
  283. server got: PING from 127.0.0.1:50382
  284. server got: PING from 127.0.0.1:50383
  285. client got: PONG from 127.0.0.1:20989
  286. client got: PONG from 127.0.0.1:20990
  287. server got: PING from 127.0.0.1:50381
  288. client got: PONG from 127.0.0.1:20988
  289. server got: PING from 127.0.0.1:50382
  290. server got: PING from 127.0.0.1:50383
  291. client got: PONG from 127.0.0.1:20989
  292. client got: PONG from 127.0.0.1:20990
  293. server got: PING from 127.0.0.1:50381
  294. client got: PONG from 127.0.0.1:20988
  295. server got: PING from 127.0.0.1:50382
  296. server got: PING from 127.0.0.1:50383
  297. client got: PONG from 127.0.0.1:20989
  298. client got: PONG from 127.0.0.1:20990
  299. server got: PING from 127.0.0.1:50381
  300. client got: PONG from 127.0.0.1:20988
  301. server got: PING from 127.0.0.1:50382
  302. server got: PING from 127.0.0.1:50383
  303. client got: PONG from 127.0.0.1:20989
  304. client got: PONG from 127.0.0.1:20990
  305. server got: PING from 127.0.0.1:50381
  306. client got: PONG from 127.0.0.1:20988
  307. server got: PING from 127.0.0.1:50382
  308. server got: PING from 127.0.0.1:50383
  309. client got: PONG from 127.0.0.1:20989
  310. client got: PONG from 127.0.0.1:20990
  311. server got: PING from 127.0.0.1:50381
  312. client got: PONG from 127.0.0.1:20988
  313. server got: PING from 127.0.0.1:50382
  314. server got: PING from 127.0.0.1:50383
  315. client got: PONG from 127.0.0.1:20989
  316. client got: PONG from 127.0.0.1:20990
  317. server got: PING from 127.0.0.1:50381
  318. client got: PONG from 127.0.0.1:20988
  319. server got: PING from 127.0.0.1:50382
  320. server got: PING from 127.0.0.1:50383
  321. client got: PONG from 127.0.0.1:20989
  322. client got: PONG from 127.0.0.1:20990
  323. server got: PING from 127.0.0.1:50381
  324. client got: PONG from 127.0.0.1:20988
  325. server got: PING from 127.0.0.1:50382
  326. server got: PING from 127.0.0.1:50383
  327. client got: PONG from 127.0.0.1:20989
  328. client got: PONG from 127.0.0.1:20990
  329. server got: PING from 127.0.0.1:50381
  330. client got: PONG from 127.0.0.1:20988
  331. server got: PING from 127.0.0.1:50382
  332. server got: PING from 127.0.0.1:50383
  333. client got: PONG from 127.0.0.1:20989
  334. client got: PONG from 127.0.0.1:20990
  335. server got: PING from 127.0.0.1:50381
  336. client got: PONG from 127.0.0.1:20988
  337. server got: PING from 127.0.0.1:50382
  338. server got: PING from 127.0.0.1:50383
  339. client got: PONG from 127.0.0.1:20989
  340. client got: PONG from 127.0.0.1:20990
  341. server got: PING from 127.0.0.1:50381
  342. client got: PONG from 127.0.0.1:20988
  343. server got: PING from 127.0.0.1:50382
  344. server got: PING from 127.0.0.1:50383
  345. client got: PONG from 127.0.0.1:20989
  346. client got: PONG from 127.0.0.1:20990
  347. server got: PING from 127.0.0.1:50381
  348. client got: PONG from 127.0.0.1:20988
  349. server got: PING from 127.0.0.1:50382
  350. server got: PING from 127.0.0.1:50383
  351. client got: PONG from 127.0.0.1:20989
  352. client got: PONG from 127.0.0.1:20990
  353. server got: PING from 127.0.0.1:50381
  354. client got: PONG from 127.0.0.1:20988
  355. server got: PING from 127.0.0.1:50382
  356. server got: PING from 127.0.0.1:50383
  357. client got: PONG from 127.0.0.1:20989
  358. client got: PONG from 127.0.0.1:20990
  359. server got: PING from 127.0.0.1:50381
  360. client got: PONG from 127.0.0.1:20988
  361. server got: PING from 127.0.0.1:50382
  362. server got: PING from 127.0.0.1:50383
  363. client got: PONG from 127.0.0.1:20989
  364. client got: PONG from 127.0.0.1:20990
  365. server got: PING from 127.0.0.1:50381
  366. client got: PONG from 127.0.0.1:20988
  367. server got: PING from 127.0.0.1:50382
  368. server got: PING from 127.0.0.1:50383
  369. client got: PONG from 127.0.0.1:20989
  370. 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�
  371. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-dgram-pingpong.js
  372.  
  373.                                                    
  374. [01:17|%  10|+  15|-  13]: debug test-dgram-udp4
  375.                                                
  376. [01:18|%  10|+  16|-  13]: debug test-dgram-unix-anon
  377.                                                      
  378. === debug test-dgram-unix-anon ===
  379. Path: simple/test-dgram-unix-anon
  380. node.js:203
  381.         throw e; // process.nextTick error, or 'error' event on first tick
  382.               ^
  383. Error: unix_dgram sockets are not supported any more.
  384.     at newHandle (dgram_uv.js:84:11)
  385.     at new Socket (dgram_uv.js:93:16)
  386.     at Object.createSocket (dgram_uv.js:110:10)
  387.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-dgram-unix-anon.js:40:16)
  388.     at Module._compile (module.js:416:26)
  389.     at Object..js (module.js:434:10)
  390.     at Module.load (module.js:335:31)
  391.     at Function._load (module.js:294:12)
  392.     at Array.<anonymous> (module.js:454:10)
  393.     at EventEmitter._tickCallback (node.js:195:26)
  394. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-dgram-unix-anon.js
  395.  
  396.                                                      
  397. [01:19|%  10|+  16|-  14]: debug test-dgram-unix
  398.                                                
  399. === debug test-dgram-unix ===
  400. Path: simple/test-dgram-unix
  401. node.js:203
  402.         throw e; // process.nextTick error, or 'error' event on first tick
  403.               ^
  404. Error: unix_dgram sockets are not supported any more.
  405.     at newHandle (dgram_uv.js:84:11)
  406.     at new Socket (dgram_uv.js:93:16)
  407.     at Object.createSocket (dgram_uv.js:110:10)
  408.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-dgram-unix.js:37:20)
  409.     at Module._compile (module.js:416:26)
  410.     at Object..js (module.js:434:10)
  411.     at Module.load (module.js:335:31)
  412.     at Function._load (module.js:294:12)
  413.     at Array.<anonymous> (module.js:454:10)
  414.     at EventEmitter._tickCallback (node.js:195:26)
  415. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-dgram-unix.js
  416.  
  417.                                                
  418. [01:21|%  11|+  16|-  15]: debug test-eio-race
  419.                                              
  420. === debug test-eio-race ===
  421. Path: simple/test-eio-race
  422. trying to kill event loop ...
  423. D:\nodejs\node3\test\simple\test-eio-race.js:62
  424.   if (err) throw err;
  425.                  ^
  426. Error: ENOENT, Het systeem kan het opgegeven bestand niet vinden.
  427. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-eio-race.js
  428.  
  429.                                              
  430. [01:21|%  11|+  16|-  16]: debug test-eio-race2
  431.                                                
  432. [01:23|%  11|+  17|-  16]: debug test-eio-race4
  433.                                                
  434. [01:24|%  12|+  18|-  16]: debug test-error-reporting
  435.                                                      
  436. [01:26|%  12|+  19|-  16]: debug test-eval-require
  437.                                                  
  438. [01:28|%  12|+  20|-  16]: debug test-eval
  439.                                          
  440. [01:29|%  13|+  21|-  16]: debug test-event-emitter-add-listeners
  441.                                                                  
  442. [01:30|%  13|+  22|-  16]: debug test-event-emitter-check-listener-leaks
  443.                                                                        
  444. [01:31|%  14|+  23|-  16]: debug test-event-emitter-modify-in-emit
  445.                                                                  
  446. [01:32|%  14|+  24|-  16]: debug test-event-emitter-num-args
  447.                                                            
  448. [01:33|%  14|+  25|-  16]: debug test-event-emitter-once
  449.                                                        
  450. [01:33|%  15|+  26|-  16]: debug test-event-emitter-remove-all-listeners
  451.                                                                        
  452. [01:34|%  15|+  27|-  16]: debug test-event-emitter-remove-listeners
  453.                                                                    
  454. [01:35|%  15|+  28|-  16]: debug test-exception-handler
  455.                                                        
  456. [01:36|%  16|+  29|-  16]: debug test-exception-handler2
  457.                                                        
  458. [01:37|%  16|+  30|-  16]: debug test-exec-max-buffer
  459.                                                      
  460. === debug test-exec-max-buffer ===
  461. Path: simple/test-exec-max-buffer
  462. node.js:203
  463.         throw e; // process.nextTick error, or 'error' event on first tick
  464.               ^
  465. Error: read UNKNOWN
  466.     at errnoException (net_uv.js:564:11)
  467.     at Pipe.onread (net_uv.js:333:20)
  468. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-exec-max-buffer.js
  469.  
  470.                                                      
  471. [01:38|%  16|+  30|-  17]: debug test-executable-path
  472.                                                      
  473. === debug test-executable-path ===
  474. Path: simple/test-executable-path
  475. debugPath: D:\nodejs\node3\out\Debug\node
  476. defaultPath: D:\nodejs\node3\out\Release\node
  477. process.execPath: D:\nodejs\node3\Debug\node.exe
  478.  
  479. node.js:203
  480.         throw e; // process.nextTick error, or 'error' event on first tick
  481.               ^
  482. AssertionError: false == true
  483.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-executable-path.js:38:10)
  484.     at Module._compile (module.js:416:26)
  485.     at Object..js (module.js:434:10)
  486.     at Module.load (module.js:335:31)
  487.     at Function._load (module.js:294:12)
  488.     at Array.<anonymous> (module.js:454:10)
  489.     at EventEmitter._tickCallback (node.js:195:26)
  490. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-executable-path.js
  491.  
  492.                                                      
  493. [01:39|%  17|+  30|-  18]: debug test-file-read-noexist
  494.                                                        
  495. [01:40|%  17|+  31|-  18]: debug test-file-write-stream
  496.                                                        
  497. [01:42|%  18|+  32|-  18]: debug test-fs-chmod
  498.                                              
  499. === debug test-fs-chmod ===
  500. Path: simple/test-fs-chmod
  501. 33206
  502. assert.js:104
  503.   throw new assert.AssertionError({
  504.         ^
  505. AssertionError: 511 == 438
  506.     at D:\nodejs\node3\test\simple\test-fs-chmod.js:39:12
  507. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-chmod.js
  508.  
  509.                                              
  510. [01:42|%  18|+  32|-  19]: debug test-fs-error-messages
  511.                                                        
  512. === debug test-fs-error-messages ===
  513. Path: simple/test-fs-error-messages
  514. node.js:203
  515.         throw e; // process.nextTick error, or 'error' event on first tick
  516.               ^
  517. TypeError: Object #<Object> has no method 'lstat'
  518.     at Object.lstat (fs.js:385:11)
  519.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-fs-error-messages.js:40:4)
  520.     at Module._compile (module.js:416:26)
  521.     at Object..js (module.js:434:10)
  522.     at Module.load (module.js:335:31)
  523.     at Function._load (module.js:294:12)
  524.     at Array.<anonymous> (module.js:454:10)
  525.     at EventEmitter._tickCallback (node.js:195:26)
  526. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-error-messages.js
  527.  
  528.                                                        
  529. [01:43|%  18|+  32|-  20]: debug test-fs-fsync
  530.                                              
  531. [01:44|%  19|+  33|-  20]: debug test-fs-open
  532.                                              
  533. [01:45|%  19|+  34|-  20]: debug test-fs-read-buffer
  534.                                                    
  535. [01:46|%  19|+  35|-  20]: debug test-fs-read-file-sync-hostname
  536.                                                                
  537. [01:47|%  20|+  36|-  20]: debug test-fs-read-file-sync
  538.                                                        
  539. [01:48|%  20|+  37|-  20]: debug test-fs-read-stream
  540.                                                    
  541. [01:49|%  20|+  38|-  20]: debug test-fs-read
  542.                                              
  543. [01:50|%  21|+  39|-  20]: debug test-fs-readfile-empty
  544.                                                        
  545. [01:51|%  21|+  40|-  20]: debug test-fs-realpath
  546.                                                  
  547. === debug test-fs-realpath ===
  548. Path: simple/test-fs-realpath
  549. node.js:203
  550.         throw e; // process.nextTick error, or 'error' event on first tick
  551.               ^
  552. Error: ENOENT, Het systeem kan het opgegeven bestand niet vinden.
  553.     at Object.statSync (fs.js:401:18)
  554.     at Object.realpathSync (fs.js:677:8)
  555.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-fs-realpath.js:454:22)
  556.     at Module._compile (module.js:416:26)
  557.     at Object..js (module.js:434:10)
  558.     at Module.load (module.js:335:31)
  559.     at Function._load (module.js:294:12)
  560.     at Array.<anonymous> (module.js:454:10)
  561.     at EventEmitter._tickCallback (node.js:195:26)
  562. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-realpath.js
  563.  
  564.                                                  
  565. [01:52|%  22|+  40|-  21]: debug test-fs-sir-writes-alot
  566.                                                        
  567. [01:55|%  22|+  41|-  21]: debug test-fs-stat
  568.                                              
  569. === debug test-fs-stat ===
  570. Path: simple/test-fs-stat
  571. node.js:203
  572.         throw e; // process.nextTick error, or 'error' event on first tick
  573.               ^
  574. TypeError: Object #<Object> has no method 'lstat'
  575.     at Object.lstat (fs.js:385:11)
  576.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-fs-stat.js:41:4)
  577.     at Module._compile (module.js:416:26)
  578.     at Object..js (module.js:434:10)
  579.     at Module.load (module.js:335:31)
  580.     at Function._load (module.js:294:12)
  581.     at Array.<anonymous> (module.js:454:10)
  582.     at EventEmitter._tickCallback (node.js:195:26)
  583. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-stat.js
  584.  
  585.                                              
  586. [01:56|%  22|+  41|-  22]: debug test-fs-symlink
  587.                                                
  588. === debug test-fs-symlink ===
  589. Path: simple/test-fs-symlink
  590. node.js:203
  591.         throw e; // process.nextTick error, or 'error' event on first tick
  592.               ^
  593. TypeError: Object #<Object> has no method 'symlink'
  594.     at Object.symlink (fs.js:413:11)
  595.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-fs-symlink.js:34:4)
  596.     at Module._compile (module.js:416:26)
  597.     at Object..js (module.js:434:10)
  598.     at Module.load (module.js:335:31)
  599.     at Function._load (module.js:294:12)
  600.     at Array.<anonymous> (module.js:454:10)
  601.     at EventEmitter._tickCallback (node.js:195:26)
  602. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-symlink.js
  603.  
  604.                                                
  605. [01:57|%  23|+  41|-  23]: debug test-fs-utimes
  606.                                                
  607. === debug test-fs-utimes ===
  608. Path: simple/test-fs-utimes
  609. FAILED: expect_ok { '0': 'utimes',
  610.   '1': 'D:\\nodejs\\node3\\test\\simple\\test-fs-utimes.js',
  611.   '2': undefined,
  612.   '3': Fri, 10 Sep 1982 11:37:00 GMT,
  613.   '4': Fri, 10 Sep 1982 11:37:00 GMT }
  614. FAILED: expect_ok { '0': 'futimes',
  615.   '1': 3,
  616.   '2': { errno: 22, code: 'EINVAL' },
  617.   '3': Fri, 10 Sep 1982 11:37:00 GMT,
  618.   '4': Fri, 10 Sep 1982 11:37:00 GMT }
  619. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-utimes.js
  620.  
  621.                                                
  622. [02:08|%  23|+  41|-  24]: debug test-fs-watch-file
  623.                                                    
  624. === debug test-fs-watch-file ===
  625. Path: simple/test-fs-watch-file
  626. node.js:203
  627.         throw e; // process.nextTick error, or 'error' event on first tick
  628.               ^
  629. TypeError: undefined is not a function
  630.     at new StatWatcher (fs.js:593:18)
  631.     at Object.watchFile (fs.js:642:30)
  632.     at D:\nodejs\node3\test\simple\test-fs-watch-file.js:45:8
  633.     at Object._throws (assert.js:291:5)
  634.     at Object.doesNotThrow (assert.js:322:11)
  635.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-fs-watch-file.js:43:8)
  636.     at Module._compile (module.js:416:26)
  637.     at Object..js (module.js:434:10)
  638.     at Module.load (module.js:335:31)
  639.     at Function._load (module.js:294:12)
  640. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-fs-watch-file.js
  641.  
  642.                                                    
  643. [02:09|%  23|+  41|-  25]: debug test-fs-write-buffer
  644.                                                      
  645. [02:10|%  24|+  42|-  25]: debug test-fs-write-file-buffer
  646.                                                          
  647. [02:11|%  24|+  43|-  25]: debug test-fs-write-file
  648.                                                    
  649. [02:12|%  24|+  44|-  25]: debug test-fs-write-stream-end
  650.                                                          
  651. [02:13|%  25|+  45|-  25]: debug test-fs-write-stream
  652.                                                      
  653. [02:14|%  25|+  46|-  25]: debug test-fs-write-sync
  654.                                                    
  655. [02:15|%  25|+  47|-  25]: debug test-fs-write
  656.                                              
  657. [02:16|%  26|+  48|-  25]: debug test-global
  658.                                            
  659. [02:16|%  26|+  49|-  25]: debug test-http-1.0
  660.                                              
  661. [02:18|%  27|+  50|-  25]: debug test-http-304
  662.                                              
  663. [02:21|%  27|+  51|-  25]: debug test-http-abort-client
  664.                                                        
  665. [02:22|%  27|+  52|-  25]: debug test-http-agent
  666.                                                
  667. [02:24|%  28|+  53|-  25]: debug test-http-allow-req-after-204-res
  668.                                                                  
  669. [02:26|%  28|+  54|-  25]: debug test-http-blank-header
  670.                                                        
  671. [02:27|%  28|+  55|-  25]: debug test-http-buffer-sanity
  672.                                                        
  673. [02:29|%  29|+  56|-  25]: debug test-http-chunked
  674.                                                  
  675. [02:31|%  29|+  57|-  25]: debug test-http-client-abort
  676.                                                        
  677. [02:32|%  29|+  58|-  25]: debug test-http-client-abort2
  678.                                                        
  679. [02:34|%  30|+  59|-  25]: debug test-http-client-parse-error
  680.                                                              
  681. [02:35|%  30|+  60|-  25]: debug test-http-client-race-2
  682.                                                        
  683. [02:37|%  31|+  61|-  25]: debug test-http-client-race
  684.                                                      
  685. [02:39|%  31|+  62|-  25]: debug test-http-client-upload-buf
  686.                                                            
  687. [02:40|%  31|+  63|-  25]: debug test-http-client-upload
  688.                                                        
  689. [02:41|%  32|+  64|-  25]: debug test-http-contentLength0
  690.                                                          
  691. [02:42|%  32|+  65|-  25]: debug test-http-curl-chunk-problem
  692.                                                              
  693. === debug test-http-curl-chunk-problem ===
  694. Path: simple/test-http-curl-chunk-problem
  695. dd command:  fsutil.exe file createnew "D:\nodejs\node3\test\tmp\big" 10485760
  696. Server running at http://localhost:8080
  697. making curl request
  698. assert.js:104
  699.   throw new assert.AssertionError({
  700.         ^
  701. 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
  702.     at Object.afterWrite [as oncomplete] (net_uv.js:414:10)
  703. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-http-curl-chunk-problem.js
  704.  
  705.                                                              
  706. [02:47|%  32|+  65|-  26]: debug test-http-default-encoding
  707.                                                            
  708. [02:48|%  33|+  66|-  26]: debug test-http-dns-error
  709.                                                    
  710. [02:49|%  33|+  67|-  26]: debug test-http-dns-fail
  711.                                                    
  712. [02:51|%  33|+  68|-  26]: debug test-http-eof-on-connect
  713.                                                          
  714. [02:52|%  34|+  69|-  26]: debug test-http-exceptions
  715.                                                      
  716. [02:53|%  34|+  70|-  26]: debug test-http-expect-continue
  717.                                                          
  718. [02:54|%  35|+  71|-  26]: debug test-http-extra-response
  719.                                                          
  720. [02:55|%  35|+  72|-  26]: debug test-http-full-response
  721.                                                        
  722. === debug test-http-full-response ===
  723. Path: simple/test-http-full-response
  724. node.js:203
  725.         throw e; // process.nextTick error, or 'error' event on first tick
  726.               ^
  727. Error: read UNKNOWN
  728.     at errnoException (net_uv.js:564:11)
  729.     at Pipe.onread (net_uv.js:333:20)
  730. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-http-full-response.js
  731.  
  732.                                                        
  733. [02:57|%  35|+  72|-  27]: debug test-http-get-pipeline-problem
  734.                                                                
  735. === debug test-http-get-pipeline-problem ===
  736. Path: simple/test-http-get-pipeline-problem
  737. image.length = 57928
  738. recv 0
  739. recv 1
  740. recv 2
  741. done 2
  742. recv 3
  743. recv 4
  744. done 4
  745. done 0
  746. recv 5
  747. recv 6
  748. done 1
  749. done 3
  750. done 5
  751. done 6
  752. recv 7
  753. recv 8
  754. recv 9
  755. recv 10
  756. recv 11
  757. done 11
  758. recv 12
  759. done 7
  760. done 9
  761. done 8
  762. done 10
  763. done 12
  764. recv 13
  765. recv 14
  766. recv 15
  767. recv 16
  768. recv 17
  769. done 13
  770. done 15
  771. done 16
  772. done 17
  773. done 14
  774. recv 18
  775. recv 19
  776. recv 20
  777. recv 21
  778. recv 22
  779. done 18
  780. done 19
  781. done 20
  782. done 21
  783. done 22
  784. recv 23
  785. recv 24
  786. recv 25
  787. recv 26
  788. recv 27
  789. done 23
  790. done 24
  791. done 25
  792. done 26
  793. done 27
  794. recv 28
  795. recv 29
  796. recv 30
  797. recv 31
  798. recv 32
  799. done 28
  800. done 29
  801. done 30
  802. done 31
  803. done 32
  804. recv 33
  805. recv 34
  806. recv 35
  807. recv 36
  808. recv 37
  809. done 33
  810. done 34
  811. done 35
  812. done 36
  813. done 37
  814. recv 38
  815. recv 39
  816. recv 40
  817. recv 41
  818. recv 42
  819. done 38
  820. done 39
  821. done 40
  822. done 41
  823. done 42
  824. recv 43
  825. recv 44
  826. done 43
  827. done 44
  828. recv 45
  829. recv 46
  830. recv 47
  831. done 45
  832. done 46
  833. done 47
  834. recv 49
  835. recv 48
  836. recv 50
  837. recv 51
  838. done 49
  839. recv 52
  840. done 48
  841. done 50
  842. done 51
  843. recv 53
  844. recv 54
  845. recv 55
  846. recv 56
  847. done 52
  848. done 53
  849. done 54
  850. done 55
  851. done 56
  852. recv 57
  853. done 57
  854. recv 58
  855. recv 59
  856. recv 60
  857. recv 61
  858. done 58
  859. done 59
  860. done 60
  861. done 61
  862. recv 62
  863. done 62
  864. recv 63
  865. recv 64
  866. recv 65
  867. recv 66
  868. recv 67
  869. done 64
  870. done 63
  871. done 65
  872. done 66
  873. done 67
  874. recv 68
  875. recv 69
  876. recv 70
  877. recv 71
  878. recv 72
  879. done 68
  880. done 69
  881. done 70
  882. done 71
  883. done 72
  884. recv 73
  885. recv 74
  886. recv 75
  887. recv 76
  888. recv 77
  889. done 73
  890. done 75
  891. done 74
  892. done 76
  893. done 77
  894. recv 78
  895. recv 79
  896. recv 80
  897. recv 81
  898. recv 82
  899. done 78
  900. done 79
  901. done 80
  902. done 81
  903. done 82
  904. recv 83
  905. recv 84
  906. recv 85
  907. recv 86
  908. recv 87
  909. done 83
  910. done 84
  911. done 85
  912. done 86
  913. done 87
  914. recv 88
  915. recv 89
  916. recv 90
  917. recv 91
  918. done 88
  919. done 89
  920. done 91
  921. done 90
  922. recv 92
  923. recv 93
  924. recv 94
  925. recv 95
  926. recv 96
  927. done 92
  928. done 93
  929. done 94
  930. done 95
  931. done 96
  932. recv 97
  933. recv 98
  934. recv 99
  935. done 97
  936. done 98
  937. done 99
  938.  
  939. assert.js:104
  940.   throw new assert.AssertionError({
  941.         ^
  942. AssertionError: size doesn't match on '0.jpg'. Got 1315005634 bytes
  943.     at [object Object].checkFiles (D:\nodejs\node3\test\simple\test-http-get-pipeline-problem.js:98:12)
  944.     at [object Object].emit (events.js:64:17)
  945.     at fs.js:1167:12
  946. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-http-get-pipeline-problem.js
  947.  
  948.                                                                
  949. [03:00|%  36|+  72|-  28]: debug test-http-head-request
  950.                                                        
  951. [03:01|%  36|+  73|-  28]: debug test-http-head-response-has-no-body-end
  952.                                                                        
  953. [03:02|%  36|+  74|-  28]: debug test-http-head-response-has-no-body
  954.                                                                    
  955. [03:04|%  37|+  75|-  28]: debug test-http-header-read
  956.                                                      
  957. [03:05|%  37|+  76|-  28]: debug test-http-host-headers
  958.                                                        
  959. [03:08|%  37|+  77|-  28]: debug test-http-keep-alive-close-on-header
  960.                                                                      
  961. [03:10|%  38|+  78|-  28]: debug test-http-keep-alive
  962.                                                      
  963. [03:11|%  38|+  79|-  28]: debug test-http-legacy
  964.                                                  
  965. [03:13|%  38|+  80|-  28]: debug test-http-malformed-request
  966.                                                            
  967. [03:14|%  39|+  81|-  28]: debug test-http-many-keep-alive-connections
  968.                                                                      
  969. [03:53|%  39|+  82|-  28]: debug test-http-mutable-headers
  970.                                                          
  971. [03:55|%  40|+  83|-  28]: debug test-http-parser
  972.                                                  
  973. [03:56|%  40|+  84|-  28]: debug test-http-proxy
  974.                                                
  975. [03:57|%  40|+  85|-  28]: debug test-http-request-end-twice
  976.                                                            
  977. [03:58|%  41|+  86|-  28]: debug test-http-request-end
  978.                                                      
  979. [04:00|%  41|+  87|-  28]: debug test-http-response-close
  980.                                                          
  981. [04:01|%  41|+  88|-  28]: debug test-http-response-readable
  982.                                                            
  983. [04:02|%  42|+  89|-  28]: debug test-http-server-multiheaders
  984.                                                              
  985. [04:03|%  42|+  90|-  28]: debug test-http-server
  986.                                                  
  987. [04:05|%  42|+  91|-  28]: debug test-http-set-cookies
  988.                                                      
  989. [04:06|%  43|+  92|-  28]: debug test-http-set-timeout
  990.                                                      
  991. [04:08|%  43|+  93|-  28]: debug test-http-set-trailers
  992.                                                        
  993. [04:09|%  44|+  94|-  28]: debug test-http-status-code
  994.                                                      
  995. [04:11|%  44|+  95|-  28]: debug test-http-unix-socket
  996.                                                      
  997. [04:12|%  44|+  96|-  28]: debug test-http-upgrade-agent
  998.                                                        
  999. [04:14|%  45|+  97|-  28]: debug test-http-upgrade-client
  1000.                                                          
  1001. [04:15|%  45|+  98|-  28]: debug test-http-upgrade-client2
  1002.                                                          
  1003. [04:16|%  45|+  99|-  28]: debug test-http-upgrade-server
  1004.                                                          
  1005. [04:17|%  46|+ 100|-  28]: debug test-http-upgrade-server2
  1006.                                                          
  1007. [04:18|%  46|+ 101|-  28]: debug test-http-wget
  1008.                                                
  1009. [04:20|%  46|+ 102|-  28]: debug test-http-write-empty-string
  1010.                                                              
  1011. [04:22|%  47|+ 103|-  28]: debug test-http
  1012.                                          
  1013. [04:23|%  47|+ 104|-  28]: debug test-https-agent
  1014.                                                  
  1015. [04:28|%  48|+ 105|-  28]: debug test-https-connecting-to-http
  1016.                                                              
  1017. [04:30|%  48|+ 106|-  28]: debug test-https-eof-for-eom
  1018.                                                        
  1019. [04:32|%  48|+ 107|-  28]: debug test-https-foafssl
  1020.                                                    
  1021. [04:36|%  49|+ 108|-  28]: debug test-https-simple
  1022.                                                  
  1023. [04:41|%  49|+ 109|-  28]: debug test-init
  1024.                                          
  1025. [04:44|%  49|+ 110|-  28]: debug test-listen-fd
  1026.                                                
  1027. === debug test-listen-fd ===
  1028. Path: simple/test-listen-fd
  1029. node.js:203
  1030.         throw e; // process.nextTick error, or 'error' event on first tick
  1031.               ^
  1032. Error: No such module
  1033.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-listen-fd.js:31:26)
  1034.     at Module._compile (module.js:416:26)
  1035.     at Object..js (module.js:434:10)
  1036.     at Module.load (module.js:335:31)
  1037.     at Function._load (module.js:294:12)
  1038.     at Array.<anonymous> (module.js:454:10)
  1039.     at EventEmitter._tickCallback (node.js:195:26)
  1040. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-listen-fd.js
  1041.  
  1042.                                                
  1043. [04:45|%  50|+ 110|-  29]: debug test-memory-usage
  1044.                                                  
  1045. === debug test-memory-usage ===
  1046. Path: simple/test-memory-usage
  1047. { rss: 11616256,
  1048.   vsize: 0,
  1049.   heapTotal: 2456704,
  1050.   heapUsed: 1428592 }
  1051. node.js:203
  1052.         throw e; // process.nextTick error, or 'error' event on first tick
  1053.               ^
  1054. AssertionError: true == false
  1055.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-memory-usage.js:31:8)
  1056.     at Module._compile (module.js:416:26)
  1057.     at Object..js (module.js:434:10)
  1058.     at Module.load (module.js:335:31)
  1059.     at Function._load (module.js:294:12)
  1060.     at Array.<anonymous> (module.js:454:10)
  1061.     at EventEmitter._tickCallback (node.js:195:26)
  1062. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-memory-usage.js
  1063.  
  1064.                                                  
  1065. [04:46|%  50|+ 110|-  30]: debug test-mkdir-rmdir
  1066.                                                  
  1067. [04:47|%  50|+ 111|-  30]: debug test-module-load-list
  1068.                                                      
  1069. [04:47|%  51|+ 112|-  30]: debug test-module-loading
  1070.                                                    
  1071. === debug test-module-loading ===
  1072. Path: simple/test-module-loading
  1073. DEBUG: load test-module-loading.js
  1074. load fixtures/b/d.js
  1075. load package/index.js
  1076. load fixtures/b/c.js
  1077. load fixtures/a.js
  1078. DEBUG: test index.js modules ids and relative loading
  1079. DEBUG: test index.js in a folder with a trailing slash
  1080. DEBUG: test package.json require() loading
  1081. DEBUG: test cycles containing a .. path
  1082. DEBUG: test node_modules folders
  1083. D:\nodejs\node3\test\fixtures\node_modules\foo.js
  1084. D:\nodejs\node3\test\fixtures\node_modules
  1085. D:\nodejs\node3\test\node_modules
  1086. D:\nodejs\node3\node_modules
  1087. D:\nodejs\node_modules
  1088. D:\node_modules
  1089.  
  1090. D:\nodejs\node3\test\fixtures\node_modules\baz\index.js
  1091. D:\nodejs\node3\test\fixtures\node_modules\baz\node_modules
  1092. D:\nodejs\node3\test\fixtures\node_modules
  1093. D:\nodejs\node3\test\node_modules
  1094. D:\nodejs\node3\node_modules
  1095. D:\nodejs\node_modules
  1096. D:\node_modules
  1097.  
  1098. D:\nodejs\node3\test\fixtures\node_modules\bar.js
  1099. D:\nodejs\node3\test\fixtures\node_modules
  1100. D:\nodejs\node3\test\node_modules
  1101. D:\nodejs\node3\node_modules
  1102. D:\nodejs\node_modules
  1103. D:\node_modules
  1104.  
  1105. D:\nodejs\node3\test\fixtures\node_modules\baz\node_modules\asdf.js
  1106. D:\nodejs\node3\test\fixtures\node_modules\baz\node_modules
  1107. D:\nodejs\node3\test\fixtures\node_modules
  1108. D:\nodejs\node3\test\node_modules
  1109. D:\nodejs\node3\node_modules
  1110. D:\nodejs\node_modules
  1111. D:\node_modules
  1112.  
  1113. DEBUG: test name clashes
  1114. DEBUG: load custom file types with extensions
  1115. DEBUG: load custom file types that return non-strings
  1116. DEBUG: load order
  1117.  
  1118. node.js:203
  1119.         throw e; // process.nextTick error, or 'error' event on first tick
  1120.               ^
  1121. AssertionError: null == true
  1122.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-module-loading.js:179:10)
  1123.     at Module._compile (module.js:416:26)
  1124.     at Object.<anonymous> (module.js:434:10)
  1125.     at Module.load (module.js:335:31)
  1126.     at Function._load (module.js:294:12)
  1127.     at Array.<anonymous> (module.js:454:10)
  1128.     at EventEmitter._tickCallback (node.js:195:26)
  1129. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-module-loading.js
  1130.  
  1131.                                                    
  1132. [04:49|%  51|+ 112|-  31]: debug test-net-binary
  1133.                                                
  1134. [04:50|%  51|+ 113|-  31]: debug test-net-bytes-stats
  1135.                                                      
  1136. [04:51|%  52|+ 114|-  31]: debug test-net-can-reset-timeout
  1137.                                                            
  1138. [04:52|%  52|+ 115|-  31]: debug test-net-connect-buffer
  1139.                                                        
  1140. [04:53|%  53|+ 116|-  31]: debug test-net-connect-handle-econnrefused
  1141.                                                                      
  1142. === debug test-net-connect-handle-econnrefused ===
  1143. Path: simple/test-net-connect-handle-econnrefused
  1144. couldn't connect.
  1145.  
  1146. node.js:203
  1147.         throw e; // process.nextTick error, or 'error' event on first tick
  1148.               ^
  1149. AssertionError: 107 == "ECONNREFUSED"
  1150.     at Socket.<anonymous> (D:\nodejs\node3\test\simple\test-net-connect-handle-econnrefused.js:42:10)
  1151.     at Socket.emit (events.js:67:17)
  1152.     at Array.<anonymous> (net_uv.js:277:25)
  1153.     at EventEmitter._tickCallback (node.js:195:26)
  1154. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-net-connect-handle-econnrefused.js
  1155.  
  1156.                                                                      
  1157. [04:55|%  53|+ 116|-  32]: debug test-net-connect-timeout
  1158.                                                          
  1159. [04:56|%  53|+ 117|-  32]: debug test-net-create-connection
  1160.                                                            
  1161. [04:58|%  54|+ 118|-  32]: debug test-net-eaddrinuse
  1162.                                                    
  1163. [04:59|%  54|+ 119|-  32]: debug test-net-isip
  1164.                                              
  1165. [04:59|%  54|+ 120|-  32]: debug test-net-keepalive
  1166.                                                    
  1167. [05:02|%  55|+ 121|-  32]: debug test-net-pingpong
  1168.                                                  
  1169. [05:10|%  55|+ 122|-  32]: debug test-net-reconnect
  1170.                                                    
  1171. [05:12|%  55|+ 123|-  32]: debug test-net-remote-address-port
  1172.                                                              
  1173. [05:13|%  56|+ 124|-  32]: debug test-net-server-bind
  1174.                                                      
  1175. [05:14|%  56|+ 125|-  32]: debug test-net-server-close
  1176.                                                      
  1177. [05:15|%  57|+ 126|-  32]: debug test-net-server-max-connections
  1178.                                                                
  1179. [05:17|%  57|+ 127|-  32]: debug test-net-server-try-ports
  1180.                                                          
  1181. [05:18|%  57|+ 128|-  32]: debug test-net-socket-timeout
  1182.                                                        
  1183. [05:19|%  58|+ 129|-  32]: debug test-net-stream
  1184.                                                
  1185. [05:20|%  58|+ 130|-  32]: debug test-next-tick-doesnt-hang
  1186.                                                            
  1187. [05:21|%  58|+ 131|-  32]: debug test-next-tick-errors
  1188.                                                      
  1189. [05:22|%  59|+ 132|-  32]: debug test-next-tick-ordering
  1190.                                                        
  1191. [05:23|%  59|+ 133|-  32]: debug test-next-tick-ordering2
  1192.                                                          
  1193. [05:24|%  59|+ 134|-  32]: debug test-next-tick-starvation
  1194.                                                          
  1195. === debug test-next-tick-starvation ===
  1196. Path: simple/test-next-tick-starvation
  1197. node.js:203
  1198.         throw e; // process.nextTick error, or 'error' event on first tick
  1199.               ^
  1200. Error: The timer is starving
  1201.     at Array.spin (D:\nodejs\node3\test\simple\test-next-tick-starvation.js:33:11)
  1202.     at EventEmitter._tickCallback (node.js:195:26)
  1203. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-next-tick-starvation.js
  1204.  
  1205.                                                          
  1206. [05:25|%  60|+ 134|-  33]: debug test-next-tick
  1207.                                                
  1208. [05:25|%  60|+ 135|-  33]: debug test-os
  1209.                                        
  1210. === debug test-os ===
  1211. Path: simple/test-os
  1212. hostname = piscisaureus
  1213. node.js:203
  1214.         throw e; // process.nextTick error, or 'error' event on first tick
  1215.               ^
  1216. TypeError: Cannot read property 'length' of undefined
  1217.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-os.js:40:15)
  1218.     at Module._compile (module.js:416:26)
  1219.     at Object..js (module.js:434:10)
  1220.     at Module.load (module.js:335:31)
  1221.     at Function._load (module.js:294:12)
  1222.     at Array.<anonymous> (module.js:454:10)
  1223.     at EventEmitter._tickCallback (node.js:195:26)
  1224. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-os.js
  1225.  
  1226.                                        
  1227. [05:27|%  61|+ 135|-  34]: debug test-path
  1228.                                          
  1229. [05:28|%  61|+ 136|-  34]: debug test-pipe-file-to-http
  1230.                                                        
  1231. [05:31|%  61|+ 137|-  34]: debug test-pipe-head
  1232.                                                
  1233. [05:32|%  62|+ 138|-  34]: debug test-pipe-return-val
  1234.                                                      
  1235. [05:33|%  62|+ 139|-  34]: debug test-pipe-stream
  1236.                                                  
  1237. [05:34|%  62|+ 140|-  34]: debug test-pipe
  1238.                                          
  1239. [05:38|%  63|+ 141|-  34]: debug test-process-env
  1240.                                                  
  1241. [05:39|%  63|+ 142|-  34]: debug test-process-kill-null
  1242.                                                        
  1243. === debug test-process-kill-null ===
  1244. Path: simple/test-process-kill-null
  1245. node.js:203
  1246.         throw e; // process.nextTick error, or 'error' event on first tick
  1247.               ^
  1248. TypeError: Object #<EventEmitter> has no method '_kill'
  1249.     at EventEmitter.kill (node.js:288:17)
  1250.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-process-kill-null.js:32:9)
  1251.     at Module._compile (module.js:416:26)
  1252.     at Object..js (module.js:434:10)
  1253.     at Module.load (module.js:335:31)
  1254.     at Function._load (module.js:294:12)
  1255.     at Array.<anonymous> (module.js:454:10)
  1256.     at EventEmitter._tickCallback (node.js:195:26)
  1257. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-process-kill-null.js
  1258.  
  1259.                                                        
  1260. [05:40|%  63|+ 142|-  35]: debug test-process-wrap
  1261.                                                  
  1262. [05:41|%  64|+ 143|-  35]: debug test-pump-file2tcp-noexist
  1263.                                                            
  1264. [05:43|%  64|+ 144|-  35]: debug test-pump-file2tcp
  1265.                                                    
  1266. [05:44|%  64|+ 145|-  35]: debug test-punycode
  1267.                                              
  1268. [05:45|%  65|+ 146|-  35]: debug test-querystring
  1269.                                                  
  1270. [05:46|%  65|+ 147|-  35]: debug test-readdir
  1271.                                              
  1272. === debug test-readdir ===
  1273. Path: simple/test-readdir
  1274. readdirSync D:\nodejs\node3\test\fixtures\readdir
  1275. [ 'are',
  1276.   'dir',
  1277.   'empty',
  1278.   'files',
  1279.   'for',
  1280.   'just',
  1281.   'testing.js',
  1282.   'these' ]
  1283. assert.js:104
  1284.   throw new assert.AssertionError({
  1285.         ^
  1286. AssertionError: ["are","dir","empty","files","for","just","testing.js","these"] deepEqual ["","","are","empty","for","testing.js","��p3��\n\f�:+","�����������������������������������������������������������������������
  1287.     at D:\nodejs\node3\test\simple\test-readdir.js:53:12
  1288. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-readdir.js
  1289.  
  1290.                                              
  1291. [05:47|%  66|+ 147|-  36]: debug test-readdouble
  1292.                                                
  1293. [05:48|%  66|+ 148|-  36]: debug test-readfloat
  1294.                                                
  1295. [05:49|%  66|+ 149|-  36]: debug test-readint
  1296.                                              
  1297. [05:49|%  67|+ 150|-  36]: debug test-readuint
  1298.                                              
  1299. [05:50|%  67|+ 151|-  36]: debug test-regress-GH-1531
  1300.                                                      
  1301. === debug test-regress-GH-1531 ===
  1302. Path: simple/test-regress-GH-1531
  1303. 200
  1304. read UNKNOWN
  1305. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-regress-GH-1531.js
  1306.  
  1307.                                                      
  1308. [05:53|%  67|+ 151|-  37]: debug test-regress-GH-746
  1309.                                                    
  1310. [05:53|%  68|+ 152|-  37]: debug test-regress-GH-784
  1311.                                                    
  1312. [05:57|%  68|+ 153|-  37]: debug test-regress-GH-819
  1313.                                                    
  1314. [05:58|%  68|+ 154|-  37]: debug test-regress-GH-877
  1315.                                                    
  1316. [06:00|%  69|+ 155|-  37]: debug test-regress-GH-892
  1317.                                                    
  1318. [06:40|%  69|+ 156|-  37]: debug test-regress-GH-897
  1319.                                                    
  1320. [06:40|%  70|+ 157|-  37]: debug test-regression-object-prototype
  1321.                                                                  
  1322. [06:41|%  70|+ 158|-  37]: debug test-repl
  1323.                                          
  1324. [06:43|%  70|+ 159|-  37]: debug test-require-cache-without-stat
  1325.                                                                
  1326. [06:45|%  71|+ 160|-  37]: debug test-require-cache
  1327.                                                    
  1328. [06:46|%  71|+ 161|-  37]: debug test-require-exceptions
  1329.                                                        
  1330. [06:46|%  71|+ 162|-  37]: debug test-require-resolve
  1331.                                                      
  1332. [06:47|%  72|+ 163|-  37]: debug test-script-context
  1333.                                                    
  1334. [06:48|%  72|+ 164|-  37]: debug test-script-new
  1335.                                                
  1336. [06:49|%  72|+ 165|-  37]: debug test-script-static-context
  1337.                                                            
  1338. [06:50|%  73|+ 166|-  37]: debug test-script-static-new
  1339.                                                        
  1340. [06:51|%  73|+ 167|-  37]: debug test-script-static-this
  1341.                                                        
  1342. [06:52|%  74|+ 168|-  37]: debug test-script-this
  1343.                                                  
  1344. [06:53|%  74|+ 169|-  37]: debug test-sendfd
  1345.                                            
  1346. === debug test-sendfd ===
  1347. Path: simple/test-sendfd
  1348. node.js:203
  1349.         throw e; // process.nextTick error, or 'error' event on first tick
  1350.               ^
  1351. Error: No such module
  1352.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-sendfd.js:59:26)
  1353.     at Module._compile (module.js:416:26)
  1354.     at Object..js (module.js:434:10)
  1355.     at Module.load (module.js:335:31)
  1356.     at Function._load (module.js:294:12)
  1357.     at Array.<anonymous> (module.js:454:10)
  1358.     at EventEmitter._tickCallback (node.js:195:26)
  1359. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-sendfd.js
  1360.  
  1361.                                            
  1362. [06:54|%  74|+ 169|-  38]: debug test-sigint-infinite-loop
  1363.                                                          
  1364. [06:55|%  75|+ 170|-  38]: debug test-signal-handler
  1365.                                                    
  1366. === debug test-signal-handler ===
  1367. Path: simple/test-signal-handler
  1368. process.pid: 8512
  1369. node.js:203
  1370.         throw e; // process.nextTick error, or 'error' event on first tick
  1371.               ^
  1372. Error: Unknown signal: SIGHUP
  1373.     at EventEmitter.kill (node.js:294:17)
  1374.     at Object.<anonymous> (D:\nodejs\node3\test\simple\test-signal-handler.js:62:9)
  1375.     at Module._compile (module.js:416:26)
  1376.     at Object..js (module.js:434:10)
  1377.     at Module.load (module.js:335:31)
  1378.     at Function._load (module.js:294:12)
  1379.     at Array.<anonymous> (module.js:454:10)
  1380.     at EventEmitter._tickCallback (node.js:195:26)
  1381. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-signal-handler.js
  1382.  
  1383.                                                    
  1384. [06:56|%  75|+ 170|-  39]: debug test-signal-unregister
  1385.                                                        
  1386. [06:58|%  75|+ 171|-  39]: debug test-stdin-from-file
  1387.                                                      
  1388. [07:00|%  76|+ 172|-  39]: debug test-stdout-to-file
  1389.                                                    
  1390. === debug test-stdout-to-file ===
  1391. Path: simple/test-stdout-to-file
  1392. 1048576 chars to D:\nodejs\node3\test\fixtures\stdout.txt...done!
  1393. node.js:203
  1394.         throw e; // process.nextTick error, or 'error' event on first tick
  1395.               ^
  1396. AssertionError: 1048576 == 1315005876
  1397.     at D:\nodejs\node3\test\simple\test-stdout-to-file.js:59:12
  1398.     at ChildProcess.exithandler (child_process_uv.js:147:7)
  1399.     at ChildProcess.emit (events.js:70:17)
  1400.     at maybeExit (child_process_uv.js:226:16)
  1401.     at Socket.<anonymous> (child_process_uv.js:327:7)
  1402.     at Socket.emit (events.js:67:17)
  1403.     at Array.<anonymous> (net_uv.js:278:10)
  1404.     at EventEmitter._tickCallback (node.js:195:26)
  1405. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-stdout-to-file.js
  1406.  
  1407.                                                    
  1408. [07:06|%  76|+ 172|-  40]: debug test-stream-pipe-cleanup
  1409.                                                          
  1410. [07:08|%  76|+ 173|-  40]: debug test-stream-pipe-error-handling
  1411.                                                                
  1412. [07:09|%  77|+ 174|-  40]: debug test-stream-pipe-event
  1413.                                                        
  1414. [07:10|%  77|+ 175|-  40]: debug test-stream-pipe-multi
  1415.                                                        
  1416. [07:54|%  77|+ 176|-  40]: debug test-string-decoder
  1417.                                                    
  1418. [07:55|%  78|+ 177|-  40]: debug test-sync-fileread
  1419.                                                    
  1420. [07:55|%  78|+ 178|-  40]: debug test-sys
  1421.                                          
  1422. [07:56|%  79|+ 179|-  40]: debug test-tcp-wrap-connect
  1423.                                                      
  1424. [07:57|%  79|+ 180|-  40]: debug test-tcp-wrap-listen
  1425.                                                      
  1426. [07:58|%  79|+ 181|-  40]: debug test-tcp-wrap
  1427.                                              
  1428. [07:59|%  80|+ 182|-  40]: debug test-timers-linked-list
  1429.                                                        
  1430. [08:00|%  80|+ 183|-  40]: debug test-tls-client-abort
  1431.                                                      
  1432. [08:01|%  80|+ 184|-  40]: debug test-tls-client-verify
  1433.                                                        
  1434. [08:04|%  81|+ 185|-  40]: debug test-tls-connect
  1435.                                                  
  1436. [08:07|%  81|+ 186|-  40]: debug test-tls-ext-key-usage
  1437.                                                        
  1438. [08:07|%  81|+ 187|-  40]: debug test-tls-junk-closes-server
  1439.                                                            
  1440. [08:09|%  82|+ 188|-  40]: debug test-tls-npn-server-client
  1441.                                                            
  1442. [08:11|%  82|+ 189|-  40]: debug test-tls-peer-certificate
  1443.                                                          
  1444. === debug test-tls-peer-certificate ===
  1445. Path: simple/test-tls-peer-certificate
  1446. DEBUG: { subject:
  1447.    { CN: 'alice',
  1448.      subjectAltName: 'uniformResourceIdentifier:http://localhost:8000/alice.foaf#me' },
  1449.   issuer:
  1450.    { CN: 'alice',
  1451.      subjectAltName: 'uniformResourceIdentifier:http://localhost:8000/alice.foaf#me' },
  1452.   modulus: 'CFE2D764E8DC40226ADFE64A50569B8FBD68A3F7B1FD7B01705AAD0538638D3C3D095115C1F3D0429E17C2D3E2076D38BE7617C10D7F47635D4D0A8266EE3B97BF4BB2C2FFBB66B963DFB43445379D0039A9DB7ED45004D1CE687B13E29973AB4771967CACFB3E66763B4D75EC87825145CF1B953CBA68437BFE260C5E1934988A738D385AD86AB93AA04BBACB4191E167A0F41271A73A4CE59B124C60F34748E635FFA8AF74D514702F3B6B03440379607E1CB6E48C812B740973E69828D4DBB7BD0B7ABCB76EEDB058B146B663621A54134B826CC48991B0409323BDBB39B4BBFC558042CA96F8238BD126B906E305AC52298CFAC47B48A1EEF4516DD99747',
  1453.   exponent: '10001',
  1454.   valid_from: 'Aug 24 05:55:14 2011 GMT',
  1455.   valid_to: 'Sep 23 05:55:14 2011 GMT',
  1456.   fingerprint: '66:4A:01:7B:27:81:BB:B8:3D:AB:3C:11:90:A6:95:96:06:66:17:38' }
  1457.  
  1458. node.js:203
  1459.         throw e; // process.nextTick error, or 'error' event on first tick
  1460.               ^
  1461. Error: read UNKNOWN
  1462.     at errnoException (net_uv.js:564:11)
  1463.     at TCP.onread (net_uv.js:333:20)
  1464. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\simple\test-tls-peer-certificate.js
  1465.  
  1466.                                                          
  1467. [08:13|%  83|+ 189|-  41]: debug test-tls-request-timeout
  1468.                                                          
  1469. [08:15|%  83|+ 190|-  41]: debug test-tls-securepair-client
  1470.                                                            
  1471. [08:16|%  83|+ 191|-  41]: debug test-tls-securepair-server
  1472.                                                            
  1473. [08:18|%  84|+ 192|-  41]: debug test-tls-server-verify
  1474.                                                        
  1475. [08:23|%  84|+ 193|-  41]: debug test-tls-set-encoding
  1476.                                                      
  1477. [08:25|%  84|+ 194|-  41]: debug test-tls-sni-server-client
  1478.                                                            
  1479. [08:27|%  85|+ 195|-  41]: debug test-tty-stdout-end
  1480.                                                    
  1481. [08:28|%  85|+ 196|-  41]: debug test-umask
  1482.                                            
  1483. [08:28|%  85|+ 197|-  41]: debug test-url
  1484.                                          
  1485. [08:36|%  86|+ 198|-  41]: debug test-utf8-scripts
  1486.                                                  
  1487. [08:37|%  86|+ 199|-  41]: debug test-util-format
  1488.                                                  
  1489. [08:38|%  87|+ 200|-  41]: debug test-util-inspect
  1490.                                                  
  1491. [08:39|%  87|+ 201|-  41]: debug test-vm-create-context-circular-reference
  1492.                                                                          
  1493. [08:40|%  87|+ 202|-  41]: debug test-writedouble
  1494.                                                  
  1495. [08:41|%  88|+ 203|-  41]: debug test-writefloat
  1496.                                                
  1497. [08:42|%  88|+ 204|-  41]: debug test-writeint
  1498.                                              
  1499. [08:43|%  88|+ 205|-  41]: debug test-writeuint
  1500.                                                
  1501. [08:43|%  89|+ 206|-  41]: debug test-zerolengthbufferbug
  1502.                                                          
  1503. [08:45|%  89|+ 207|-  41]: debug test-child-process-spawn-loop
  1504.                                                              
  1505. === debug test-child-process-spawn-loop ===
  1506. Path: pummel/test-child-process-spawn-loop
  1507. node.js:203
  1508.         throw e; // process.nextTick error, or 'error' event on first tick
  1509.               ^
  1510. AssertionError: 1024001 == 1024002
  1511.     at ChildProcess.<anonymous> (D:\nodejs\node3\test\pummel\test-child-process-spawn-loop.js:48:12)
  1512.     at ChildProcess.emit (events.js:70:17)
  1513.     at maybeExit (child_process_uv.js:226:16)
  1514.     at Socket.<anonymous> (child_process_uv.js:327:7)
  1515.     at Socket.emit (events.js:67:17)
  1516.     at Array.<anonymous> (net_uv.js:278:10)
  1517.     at EventEmitter._tickCallback (node.js:195:26)
  1518. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-child-process-spawn-loop.js
  1519.  
  1520.                                                              
  1521. [08:46|%  89|+ 207|-  42]: debug test-exec
  1522.                                          
  1523. === debug test-exec ===
  1524. Path: pummel/test-exec
  1525. kill pid 6808
  1526. 'sleep 3' with timeout 50 took 156 ms
  1527. node.js:203
  1528.         throw e; // process.nextTick error, or 'error' event on first tick
  1529.               ^
  1530. Error: read UNKNOWN
  1531.     at errnoException (net_uv.js:564:11)
  1532.     at Pipe.onread (net_uv.js:333:20)
  1533. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-exec.js
  1534.  
  1535.                                          
  1536. [08:47|%  90|+ 207|-  43]: debug test-http-client-reconnect-bug
  1537.                                                                
  1538. [08:49|%  90|+ 208|-  43]: debug test-http-upload-timeout
  1539.                                                          
  1540. [08:53|%  90|+ 209|-  43]: debug test-https-large-response
  1541.                                                          
  1542. [09:09|%  91|+ 210|-  43]: debug test-keep-alive
  1543.                                                
  1544. [09:10|%  91|+ 211|-  43]: debug test-net-many-clients
  1545.                                                      
  1546. [09:15|%  92|+ 212|-  43]: debug test-net-pause
  1547.                                                
  1548. [09:20|%  92|+ 213|-  43]: debug test-net-pingpong-delay
  1549.                                                        
  1550. [09:24|%  92|+ 214|-  43]: debug test-net-pingpong
  1551.                                                  
  1552. === debug test-net-pingpong ===
  1553. Path: pummel/test-net-pingpong
  1554. assert.js:104
  1555.   throw new assert.AssertionError({
  1556.         ^
  1557. AssertionError: true == false
  1558.     at Server.<anonymous> (D:\nodejs\node3\test\pummel\test-net-pingpong.js:38:12)
  1559.     at Server.emit (events.js:67:17)
  1560.     at TCP.onconnection (net_uv.js:716:8)
  1561. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-net-pingpong.js
  1562.  
  1563.                                                  
  1564. [09:25|%  93|+ 214|-  44]: debug test-net-throttle
  1565.                                                  
  1566. === debug test-net-throttle ===
  1567. Path: pummel/test-net-throttle
  1568. build big string
  1569. start server on port 12346
  1570. assert.js:104
  1571.   throw new assert.AssertionError({
  1572.         ^
  1573. AssertionError: false == true
  1574.     at Socket.<anonymous> (D:\nodejs\node3\test\pummel\test-net-throttle.js:43:12)
  1575.     at Socket.emit (events.js:64:17)
  1576.     at TCP.onconnection (net_uv.js:717:10)
  1577. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-net-throttle.js
  1578.  
  1579.                                                  
  1580. [09:27|%  93|+ 214|-  45]: debug test-net-timeout
  1581.                                                  
  1582. [09:32|%  93|+ 215|-  45]: debug test-next-tick-loops-quick
  1583.                                                            
  1584. [09:35|%  94|+ 216|-  45]: debug test-process-uptime
  1585.                                                    
  1586. === debug test-process-uptime ===
  1587. Path: pummel/test-process-uptime
  1588. 38889.957
  1589.  
  1590. node.js:203
  1591.         throw e; // process.nextTick error, or 'error' event on first tick
  1592.               ^
  1593. AssertionError: false == true
  1594.     at Object.<anonymous> (D:\nodejs\node3\test\pummel\test-process-uptime.js:28:8)
  1595.     at Module._compile (module.js:416:26)
  1596.     at Object..js (module.js:434:10)
  1597.     at Module.load (module.js:335:31)
  1598.     at Function._load (module.js:294:12)
  1599.     at Array.<anonymous> (module.js:454:10)
  1600.     at EventEmitter._tickCallback (node.js:195:26)
  1601. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-process-uptime.js
  1602.  
  1603.                                                    
  1604. [09:36|%  94|+ 216|-  46]: debug test-regress-GH-814
  1605.                                                    
  1606. [09:45|%  94|+ 217|-  46]: debug test-regress-GH-814_2
  1607.                                                      
  1608. === debug test-regress-GH-814_2 ===
  1609. Path: pummel/test-regress-GH-814_2
  1610. D:\nodejs\node3\test\tmp\GH-814_test.txt
  1611.  
  1612.  
  1613. node.js:292
  1614.           process._kill(pid, startup.lazyConstants()[sig]);
  1615.                   ^
  1616. TypeError: Object #<EventEmitter> has no method '_kill'
  1617.     at EventEmitter.kill (node.js:292:19)
  1618.     at Object._onTimeout (D:\nodejs\node3\test\pummel\test-regress-GH-814_2.js:41:17)
  1619.     at Timer.ontimeout (timers_uv.js:84:39)
  1620. Command: D:\nodejs\node3\Debug\node.exe --expose_gc D:\nodejs\node3\test\pummel\test-regress-GH-814_2.js
  1621.  
  1622.                                                      
  1623. [09:52|%  95|+ 217|-  47]: debug test-timer-wrap
  1624.                                                
  1625. [09:54|%  95|+ 218|-  47]: debug test-timer-wrap2
  1626.                                                  
  1627. [09:55|%  96|+ 219|-  47]: debug test-timers
  1628.                                            
  1629. === debug test-timers ===
  1630. Path: pummel/test-timers
  1631. diff: 735
  1632.  
  1633. assert.js:104
  1634.   throw new assert.AssertionError({
  1635.         ^
  1636. AssertionError: true == false
  1637.     at Timer.<anonymous> (D:\nodejs\node3\test\pummel\test-timers.js:61:10)
  1638.     at Timer.ontimeout (timers_uv.js:208:14)
  1639. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-timers.js
  1640.  
  1641.                                            
  1642. [09:56|%  96|+ 219|-  48]: debug test-tls-throttle
  1643.                                                  
  1644. === debug test-tls-throttle ===
  1645. Path: pummel/test-tls-throttle
  1646. build body...done
  1647. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-tls-throttle.js
  1648. --- TIMEOUT ---
  1649.  
  1650.                                                  
  1651. [14:00|%  96|+ 219|-  49]: debug test-vm-memleak
  1652.                                                
  1653. [14:06|%  97|+ 220|-  49]: debug test-watch-file
  1654.                                                
  1655. === debug test-watch-file ===
  1656. Path: pummel/test-watch-file
  1657. watching for changes of D:\nodejs\node3\test\fixtures\x.txt
  1658. node.js:203
  1659.         throw e; // process.nextTick error, or 'error' event on first tick
  1660.               ^
  1661. TypeError: undefined is not a function
  1662.     at new StatWatcher (fs.js:593:18)
  1663.     at Object.watchFile (fs.js:642:30)
  1664.     at watchFile (D:\nodejs\node3\test\pummel\test-watch-file.js:38:6)
  1665.     at Object.<anonymous> (D:\nodejs\node3\test\pummel\test-watch-file.js:48:1)
  1666.     at Module._compile (module.js:416:26)
  1667.     at Object..js (module.js:434:10)
  1668.     at Module.load (module.js:335:31)
  1669.     at Function._load (module.js:294:12)
  1670.     at Array.<anonymous> (module.js:454:10)
  1671.     at EventEmitter._tickCallback (node.js:195:26)
  1672. Command: D:\nodejs\node3\Debug\node.exe D:\nodejs\node3\test\pummel\test-watch-file.js
  1673.  
  1674.                                                
  1675. [14:07|%  97|+ 220|-  50]: debug 2100bytes
  1676.                                          
  1677. [14:08|%  97|+ 221|-  50]: debug hello_world
  1678.                                            
  1679. [14:09|%  98|+ 222|-  50]: debug stack_overflow
  1680.                                                
  1681. [14:10|%  98|+ 223|-  50]: debug throw_custom_error
  1682.                                                    
  1683. [14:11|%  98|+ 224|-  50]: debug throw_non_error
  1684.                                                
  1685. [14:12|%  99|+ 225|-  50]: debug undefined_reference_in_new_context
  1686.                                                                    
  1687. [14:13|%  99|+ 226|-  50]: debug test-dns
  1688.                                          
  1689. [14:15|% 100|+ 227|-  50]: Done