make test error

104 views
Skip to first unread message

jia...@gmail.com

unread,
Jan 12, 2015, 12:14:03 PM1/12/15
to nod...@googlegroups.com
[xiaolan@localhost node-v0.10.35]$ make test
make -C out BUILDTYPE=Release V=1
make[1]: Entering directory '/home/kkk/下载/node-v0.10.35/out'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/kkk/下载/node-v0.10.35/out'
ln -fs out/Release/node node
/usr/bin/python tools/test.py --mode=release simple message
=== release test-abort-fatal-error ===                   
Path: simple/test-abort-fatal-error
assert.js:93
  throw new assert.AssertionError({
        ^
AssertionError: null == true
    at /home/kkk/下载/node-v0.10.35/test/simple/test-abort-fatal-error.js:38:3
    at ChildProcess.exithandler (child_process.js:662:7)
    at ChildProcess.emit (events.js:98:17)
    at maybeClose (child_process.js:766:16)
    at Socket.<anonymous> (child_process.js:979:11)
    at Socket.emit (events.js:95:17)
    at Pipe.close (net.js:466:12)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-abort-fatal-error.js
=== release test-cluster-eaccess ===                                      
Path: simple/test-cluster-eaccess
{ code: 'EACCES', errno: 'EACCES', syscall: 'bind' }
master exited
assert.js:93
  throw new assert.AssertionError({
        ^
AssertionError: "EADDRINUSE" === "EACCES"
    at Worker.<anonymous> (/home/kkk/下载/node-v0.10.35/test/simple/test-cluster-eaccess.js:41:14)
    at Worker.emit (events.js:98:17)
    at ChildProcess.emit (events.js:98:17)
    at handleMessage (child_process.js:322:10)
    at Pipe.channel.onread (child_process.js:349:11)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-cluster-eaccess.js
=== release test-cluster-http-pipe ===                    
Path: simple/test-cluster-http-pipe
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: bind EACCES
    at errnoException (net.js:905:11)
    at net.js:1073:30
    at Object.1:1 (cluster.js:594:5)
    at handleResponse (cluster.js:171:41)
    at respond (cluster.js:192:5)
    at handleMessage (cluster.js:202:5)
    at process.emit (events.js:117:20)
    at handleMessage (child_process.js:322:10)
    at Pipe.channel.onread (child_process.js:349:11)

assert.js:93
  throw new assert.AssertionError({
        ^
AssertionError: false == true
    at process.http.createServer.listen.self (/home/kkk/下载/node-v0.10.35/test/simple/test-cluster-http-pipe.js:43:5)
    at process.emit (events.js:117:20)
    at process.exit (node.js:734:17)
    at Worker.http.createServer.listen.self (/home/kkk/下载/node-v0.10.35/test/simple/test-cluster-http-pipe.js:40:13)
    at Worker.emit (events.js:98:17)
    at ChildProcess.<anonymous> (cluster.js:345:10)
    at ChildProcess.g (events.js:180:16)
    at ChildProcess.emit (events.js:98:17)
    at Process.ChildProcess._handle.onexit (child_process.js:820:12)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-cluster-http-pipe.js
=== release test-http-client-pipe-end ===                                     
Path: simple/test-http-client-pipe-end
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EACCES
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1024:19)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1133:5)
    at Object.<anonymous> (/home/kkk/下载/node-v0.10.35/test/simple/test-http-client-pipe-end.js:37:8)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-http-client-pipe-end.js
=== release test-http-client-response-domain ===                   
Path: simple/test-http-client-response-domain
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EACCES
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1024:19)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1133:5)
    at Object.<anonymous> (/home/kkk/下载/node-v0.10.35/test/simple/test-http-client-response-domain.js:40:8)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-http-client-response-domain.js
=== release test-http-many-keep-alive-connections ===                         
Path: simple/test-http-many-keep-alive-connections
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-http-many-keep-alive-connections.js
--- TIMEOUT ---
=== release test-http-unix-socket ===                                     
Path: simple/test-http-unix-socket
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EACCES
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1024:19)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1133:5)
    at Object.<anonymous> (/home/kkk/下载/node-v0.10.35/test/simple/test-http-unix-socket.js:41:8)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-http-unix-socket.js
=== release test-net-pingpong ===                                             
Path: simple/test-net-pingpong
/home/kkk/下载/node-v0.10.35/test/tmp/test.sock
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EACCES
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1024:19)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1133:5)
    at pingPongTest (/home/kkk/下载/node-v0.10.35/test/simple/test-net-pingpong.js:83:10)
    at Object.<anonymous> (/home/kkk/下载/node-v0.10.35/test/simple/test-net-pingpong.js:135:1)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-net-pingpong.js
=== release test-net-pipe-connect-errors ===                   
Path: simple/test-net-pipe-connect-errors
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EACCES
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1024:19)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1133:5)
    at Object.<anonymous> (/home/kkk/下载/node-v0.10.35/test/simple/test-net-pipe-connect-errors.js:62:16)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-net-pipe-connect-errors.js
=== release test-pipe-address ===                                        
Path: simple/test-pipe-address
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EACCES
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1024:19)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1133:5)
    at Object.<anonymous> (/home/kkk/下载/node-v0.10.35/test/simple/test-pipe-address.js:32:8)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-pipe-address.js
=== release test-pipe-stream ===                         
Path: simple/test-pipe-stream
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EACCES
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1024:19)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1133:5)
    at test (/home/kkk/下载/node-v0.10.35/test/simple/test-pipe-stream.js:74:10)
    at Object.<anonymous> (/home/kkk/下载/node-v0.10.35/test/simple/test-pipe-stream.js:83:1)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-pipe-stream.js
=== release test-pipe-unref ===                   
Path: simple/test-pipe-unref
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EACCES
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1024:19)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1133:5)
    at Object.<anonymous> (/home/kkk/下载/node-v0.10.35/test/simple/test-pipe-unref.js:29:3)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-pipe-unref.js
=== release test-repl ===                                          
Path: simple/test-repl
repl test

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EACCES
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1024:19)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1133:5)
    at unix_test (/home/kkk/下载/node-v0.10.35/test/simple/test-repl.js:331:15)
    at Object.<anonymous> (/home/kkk/下载/node-v0.10.35/test/simple/test-repl.js:334:1)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-repl.js
=== release test-tls-connect-pipe ===                                         
Path: simple/test-tls-connect-pipe
events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EACCES
    at errnoException (net.js:905:11)
    at Server._listen2 (net.js:1024:19)
    at listen (net.js:1065:10)
    at Server.listen (net.js:1133:5)
    at Object.<anonymous> (/home/kkk/下载/node-v0.10.35/test/simple/test-tls-connect-pipe.js:39:8)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-tls-connect-pipe.js
[02:53|% 100|+ 622|-  14]: Done                                               
Makefile:76: recipe for target 'test' failed
make: *** [test] Error 1

i am new,thank you

Aria Stewart

unread,
Jan 12, 2015, 12:27:46 PM1/12/15
to nod...@googlegroups.com
> On Jan 12, 2015, at 12:14 PM, jia...@gmail.com wrote:
> === release test-abort-fatal-error ===
> Path: simple/test-abort-fatal-error
> assert.js:93
> throw new assert.AssertionError({
> ^
> AssertionError: null == true
> at /home/kkk/下载/node-v0.10.35/test/simple/test-abort-fatal-error.js:38:3
> at ChildProcess.exithandler (child_process.js:662:7)
> at ChildProcess.emit (events.js:98:17)
> at maybeClose (child_process.js:766:16)
> at Socket.<anonymous> (child_process.js:979:11)
> at Socket.emit (events.js:95:17)
> at Pipe.close (net.js:466:12)
> Command: out/Release/node /home/kkk/下载/node-v0.10.35/test/simple/test-abort-fatal-error.js

You may want to file this as an issue in the joyent/node repo on github, or test against io.js and try the iojs/io.js repo.

I've a hunch it's the localized directory name for your user, but that's a wild guess.

Aria

jia...@gmail.com

unread,
Jan 15, 2015, 11:30:06 AM1/15/15
to nod...@googlegroups.com
i changed the dir to ‘/var/tmp/node-v0.10.35’,issue appear the same.i will try others idea of yours.thanks again

在 2015年1月13日星期二 UTC+8上午1:27:46,Aria Stewart写道:
Reply all
Reply to author
Forward
0 new messages