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
-bash-4.3$ npm test | |
> [email protected] test /home/users/riclau/sandbox/github/fs-vacuum | |
> standard && tap test/*.js | |
test/arguments.js ..................................... 5/5 | |
test/base-leaf-mismatch.js ............................ 2/2 620ms | |
test/no-entries-file-no-purge.js .................... 19/19 | |
test/no-entries-link-no-purge.js .................... 21/21 | |
test/no-entries-no-purge.js ......................... 15/15 |
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
riclau@tau1 ~/node-1 $ uname -a | |
Linux tau1 4.1.13-v7+ #826 SMP PREEMPT Fri Nov 13 20:19:03 GMT 2015 armv7l GNU/Linux | |
riclau@tau1 ~/node-1 $ | |
riclau@tau1 ~/node-1 $ make binary 2>&1 | tee ../build.linux-arm.log | |
rm -rf node-v6.0.0-linux-x86 | |
rm -rf out/deps out/Release | |
python ./configure \ | |
--prefix=/ \ | |
--dest-cpu=x86 \ | |
--tag= \ |
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
riclau@j9nodelevm1:~/sandbox/github/nodejs$ uname -a | |
Linux j9nodelevm1.ottawa.ibm.com 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:02:53 UTC 2014 ppc64le ppc64le ppc64le GNU/Linux | |
riclau@j9nodelevm1:~/sandbox/github/nodejs$ | |
riclau@j9nodelevm1:~/sandbox/github/nodejs$ make -j 8 binary 2>&1 | tee ../build.linux-ppc64le.log | |
rm -rf node-v6.0.0-linux-x86 | |
rm -rf out/deps out/Release | |
/usr/bin/python ./configure \ | |
--prefix=/ \ | |
--dest-cpu=x86 \ |
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
api_call.js: triggering a NodeReport via API call... | |
Writing Node.js report to file: NodeReport.20161028.143703.61091.001.txt | |
Node.js report completed | |
exception.js: throwing an uncaught user exception.... | |
Writing Node.js report to file: NodeReport.20161028.143703.61097.001.txt | |
fatalerror.js: allocating excessive javascript heap memory.... | |
loop.js: going into loop now.... use kill -USR2 <pid> to trigger NodeReport | |
Node.js report completed |
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
================================================================================ | |
==== NodeReport ================================================================ | |
Event: Allocation failed - JavaScript heap out of memory, location: "CALL_AND_RETRY_LAST" | |
Filename: NodeReport.20161028.145341.75227.001.txt | |
Dump event time: 2016/10/28 14:53:41 | |
Module load time: 2016/10/28 14:53:40 | |
Process ID: 75227 | |
Node.js version: v6.9.1 |
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
C:\work\node\github\node>vcbuild projgen openssl-no-asm release | |
Looking for Python 2.x | |
Looking for Visual Studio 2017 | |
Found MSVS version 15.0 | |
configure --with-ltcg --dest-cpu=x64 --openssl-no-asm | |
[1m[93mWARNING[0m: --openssl-no-asm will result in binaries that do not take advantage | |
of modern CPU cryptographic instructions and will therefore be slower. | |
Please refer to BUILDING.md | |
[1m[93mWARNING[0m: warnings were emitted in the configure phase | |
Project files generated. |
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
-bash-4.2$ ./tools/test.py --worker parallel/test-cluster-dgram-bind-fd | |
=== release test-cluster-dgram-bind-fd === | |
Path: parallel/test-cluster-dgram-bind-fd | |
Module { | |
id: | |
'/home/users/riclau/sandbox/github/nodejs/test/common/index.js', | |
exports: {}, | |
parent: | |
Module { | |
id: '.', |
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
================================================================================ | |
==== Node Report =============================================================== | |
Event: exception, location: "OnUncaughtException" | |
Filename: node-report.20181213.142257.113738.001.txt | |
Dump event time: 2018/12/13 14:22:57 | |
Module load time: 2018/12/13 14:22:57 | |
Process ID: 113738 | |
Command line: node -r . -e throw new Error() |
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
12:10:06 + cd node-report | |
12:10:06 + [ master != master ] | |
12:10:06 + npm install | |
12:10:06 npm WARN npm npm does not support Node.js v12.0.0-nightly20181220e5966ef60c | |
12:10:06 npm WARN npm You should probably upgrade to a newer version of node as we | |
12:10:06 npm WARN npm can't make any promises that npm will work with this version. | |
12:10:06 npm WARN npm Supported releases of Node.js are the latest release of 6, 8, 9, 10, 11. | |
12:10:06 npm WARN npm You can find the latest version at https://nodejs.org/ | |
12:10:10 npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version. | |
12:10:10 npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version. |
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
Looking for Python 2.x | |
Looking for Visual Studio 2017 | |
Found MSVS version 15.0 | |
configure --with-ltcg --shared --dest-cpu=x64 --openssl-no-asm | |
WARNING: --openssl-no-asm will result in binaries that do not take advantage | |
of modern CPU cryptographic instructions and will therefore be slower. | |
Please refer to BUILDING.md | |
WARNING: warnings were emitted in the configure phase | |
Warning: Missing input files: | |
tools\msvs\genfiles\node_etw_provider.rc |