Created
October 24, 2012 19:58
-
-
Save piscisaureus/3948442 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\node4>vcbuild.bat release x64 test | |
{ 'target_defaults': { 'cflags': [], | |
'default_configuration': 'Release', | |
'defines': [], | |
'include_dirs': [], | |
'libraries': []}, | |
'variables': { 'clang': 0, | |
'host_arch': 'ia32', | |
'node_install_npm': 'true', | |
'node_prefix': '', | |
'node_shared_openssl': 'false', | |
'node_shared_v8': 'false', | |
'node_shared_zlib': 'false', | |
'node_use_dtrace': 'false', | |
'node_use_etw': 'true', | |
'node_use_openssl': 'true', | |
'target_arch': 'x64', | |
'v8_enable_gdbjit': 0, | |
'v8_no_strict_aliasing': 1, | |
'v8_use_snapshot': 'true', | |
'visibility': ''}} | |
creating config.gypi | |
creating config.mk | |
Project files generated. | |
http_parser.vcxproj -> D:\node4\Release\lib\http_parser.lib | |
cares.vcxproj -> D:\node4\Release\lib\cares.lib | |
node_js2c | |
libuv.vcxproj -> D:\node4\Release\lib\libuv.lib | |
zlib.vcxproj -> D:\node4\Release\lib\zlib.lib | |
v8_base.vcxproj -> ..\..\..\..\build\Release\lib\v8_base.lib | |
openssl.vcxproj -> D:\node4\Release\lib\openssl.lib | |
v8_nosnapshot.vcxproj -> ..\..\..\..\build\Release\lib\v8_nosnapshot.lib | |
Creating library ..\..\..\..\build\Release\mksnapshot.lib and object ..\..\..\..\build\Release\mksnapshot.exp | |
Generating code | |
Finished generating code | |
mksnapshot.vcxproj -> ..\..\..\..\build\Release\\mksnapshot.exe | |
run_mksnapshot | |
libraries.cc | |
experimental-libraries.cc | |
snapshot.cc | |
v8_snapshot.vcxproj -> ..\..\..\..\build\Release\lib\v8_snapshot.lib | |
node_javascript.cc | |
Creating library D:\node4\Release\node.lib and object D:\node4\Release\node.exp | |
Generating code | |
Finished generating code | |
node.vcxproj -> D:\node4\Release\\node.exe | |
SignTool Error: No certificates were found that met all the given criteria. | |
running 'python tools/test.py --mode=release simple message' | |
=== release test-debugger-client === | |
Path: simple/test-debugger-client | |
>>> new node process: 2856 | |
>>> starting debugger session | |
>>> connecting...ready! | |
version: 3.13.7.4 | |
>>> new node process: 1960 | |
>>> starting debugger session | |
>>> connecting...ready! | |
>>> new node process: 7520 | |
>>> starting debugger session | |
>>> connecting...ready! | |
requesting version | |
>>> killing node process 2856 | |
requesting scripts | |
got 14 scripts | |
>>> killing node process 1960 | |
eval 2+2 | |
Command: D:\node4\Release\node.exe D:\node4\test\simple\test-debugger-client.js | |
--- TIMEOUT --- | |
=== release test-debugger-repl === | |
Path: simple/test-debugger-repl | |
There was an internal error in Node's debugger. Please report this bug. | |
./node debug --port=13683 D:\node4\test\fixtures/breakpoints.js | |
Error: This socket is closed. | |
Command: D:\node4\Release\node.exe D:\node4\test\simple\test-debugger-repl.js | |
=== release test-listen-fd-ebadf === | |
Path: simple/test-listen-fd-ebadf | |
Command: D:\node4\Release\node.exe D:\node4\test\simple\test-listen-fd-ebadf.js | |
=== release test-tls-session-cache === | |
Path: simple/test-tls-session-cache | |
unknown option -no_ticket | |
usage: s_client args | |
-host host - use -connect instead | |
-port port - use -connect instead | |
-connect host:port - who to connect to (default is localhost:4433) | |
-verify depth - turn on peer certificate verification | |
-cert arg - certificate file to use, PEM format assumed | |
-certform arg - certificate format (PEM or DER) PEM default | |
-key arg - Private key file to use, in cert file if | |
not specified but cert file is. | |
-keyform arg - key format (PEM or DER) PEM default | |
-pass arg - private key file pass phrase source | |
-CApath arg - PEM format directory of CA's | |
-CAfile arg - PEM format file of CA's | |
-reconnect - Drop and re-make the connection with the same Session-ID | |
-pause - sleep(1) after each read(2) and write(2) system call | |
-showcerts - show all certificates in the chain | |
-debug - extra output | |
-msg - Show protocol messages | |
-nbio_test - more ssl protocol testing | |
-state - print the 'ssl' states | |
-nbio - Run with non-blocking IO | |
-crlf - convert LF from terminal into CRLF | |
-quiet - no s_client output | |
-ign_eof - ignore input eof (default when -quiet) | |
-ssl2 - just use SSLv2 | |
-ssl3 - just use SSLv3 | |
-tls1 - just use TLSv1 | |
-dtls1 - just use DTLSv1 | |
-mtu - set the MTU | |
-no_tls1/-no_ssl3/-no_ssl2 - turn off that protocol | |
-bugs - Switch on all SSL implementation bug workarounds | |
-serverpref - Use server's cipher preferences (only SSLv2) | |
-cipher - preferred cipher to use, use the 'openssl ciphers' | |
command to see what is available | |
-starttls prot - use the STARTTLS command before starting TLS | |
for those protocols that support it, where | |
'prot' defines which one to assume. Currently, | |
only "smtp", "pop3", "imap", and "ftp" are supported. | |
-engine id - Initialise and use the specified engine | |
-rand file:file:... | |
assert.js:102 | |
throw new assert.AssertionError({ | |
^ | |
AssertionError: 1 == 0 | |
at ChildProcess.<anonymous> (D:\node4\test\simple\test-tls-session-cache.js:87:14) | |
at ChildProcess.EventEmitter.emit (events.js:96:17) | |
at Process.ChildProcess._handle.onexit (child_process.js:698:12) | |
at process._makeCallback (node.js:248:20) | |
Command: D:\node4\Release\node.exe D:\node4\test\simple\test-tls-session-cache.js | |
[03:52|% 100|+ 479|- 4]: Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment