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\production\node>vcbuild.bat nosign msi release x64 | |
Setting environment for using Microsoft Visual Studio 2010 x86 tools. | |
Found ctrpp in WinSDK--will build generated files into tools/msvs/genfiles. | |
{ 'target_defaults': { 'cflags': [], | |
'default_configuration': 'Release', | |
'defines': [], | |
'include_dirs': [], | |
'libraries': []}, | |
'variables': { 'clang': 0, | |
'host_arch': 'x64', |
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.1$ git checkout-index -a -f --prefix=node-v6.0.0/ | |
-bash-4.1$ mkdir -p node-v6.0.0/doc/api | |
-bash-4.1$ cp doc/node.1 node-v6.0.0/doc/node.1 | |
-bash-4.1$ cp -r out/doc/api/* node-v6.0.0/doc/api/ | |
-bash-4.1$ rm -rf node-v6.0.0/deps/v8/{test,samples,tools/profviz} # too big | |
-bash-4.1$ rm -rf node-v6.0.0/doc/images # too big | |
-bash-4.1$ rm -rf node-v6.0.0/deps/uv/{docs,samples,test} | |
-bash-4.1$ rm -rf node-v6.0.0/deps/openssl/{doc,demos,test} | |
-bash-4.1$ rm -rf node-v6.0.0/deps/zlib/contrib # too big, unused | |
-bash-4.1$ find node-v6.0.0/ -type l |
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.1$ make tar-headers | |
/usr/bin/python ./configure \ | |
--prefix=/ \ | |
--dest-cpu=x64 \ | |
--tag= \ | |
--release-urlbase= \ | |
--download=all --with-intl=small-icu | |
creating ./icu_config.gypi | |
* Using ICU in ./deps/icu | |
Using version-specific floating patch tools/icu/patches/55/source/io/ufile.c |
This file has been truncated, but you can view the full file.
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
rm -rf out/Makefile node node_g out/Release/node | |
rm -rf node_modules | |
rm -f test.tap | |
rm -rf node-v4.3.2-darwin-x64 | |
rm -rf out/deps out/Release | |
python ./configure \ | |
--prefix=/ \ | |
--dest-cpu=x64 \ | |
--tag= \ | |
--release-urlbase= \ |
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.1$ make test-npm | |
make -C out BUILDTYPE=Release V=1 | |
make[1]: Entering directory `/home/users/riclau/sandbox/github/node/out' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/home/users/riclau/sandbox/github/node/out' | |
ln -fs out/Release/node node | |
NODE=./node tools/test-npm.sh | |
npm WARN package.json [email protected] Non-dependency in bundleDependencies: ansi-regex | |
npm WARN package.json [email protected] Non-dependency in bundleDependencies: imurmurhash | |
npm WARN engine [email protected]: wanted: {"node":"0.12.x || 0.10.x || 0.8.x"} (current: {"node":"4.4.3","npm":"2.15.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
-bash-4.1$ make test-npm | |
make -C out BUILDTYPE=Release V=1 | |
make[1]: Entering directory `/home/users/riclau/sandbox/github/node/out' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/home/users/riclau/sandbox/github/node/out' | |
ln -fs out/Release/node node | |
NODE=./node tools/test-npm.sh | |
npm WARN package.json [email protected] Non-dependency in bundleDependencies: ansi-regex | |
npm WARN package.json [email protected] Non-dependency in bundleDependencies: imurmurhash | |
npm WARN engine [email protected]: wanted: {"node":"0.12.x || 0.10.x || 0.8.x"} (current: {"node":"4.4.3","npm":"2.15.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
-bash-4.1$ PATH=~/sandbox/github/node/test-npm/bin/:$PATH make test-npm | |
make -C out BUILDTYPE=Release V=1 | |
make[1]: Entering directory `/home/users/riclau/sandbox/github/node/out' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/home/users/riclau/sandbox/github/node/out' | |
ln -fs out/Release/node node | |
NODE=./node tools/test-npm.sh | |
npm WARN package.json [email protected] Non-dependency in bundleDependencies: ansi-regex | |
npm WARN package.json [email protected] Non-dependency in bundleDependencies: imurmurhash | |
npm WARN engine [email protected]: wanted: {"node":"0.12.x || 0.10.x || 0.8.x"} (current: {"node":"4.4.3","npm":"2.15.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
-bash-4.1$ make test-npm | |
make -C out BUILDTYPE=Release V=1 | |
make[1]: Entering directory `/home/users/riclau/sandbox/github/node/out' | |
make[1]: Nothing to be done for `all'. | |
make[1]: Leaving directory `/home/users/riclau/sandbox/github/node/out' | |
ln -fs out/Release/node node | |
NODE=./node tools/test-npm.sh | |
npm WARN package.json [email protected] Non-dependency in bundleDependencies: ansi-regex | |
npm WARN package.json [email protected] Non-dependency in bundleDependencies: imurmurhash | |
npm WARN engine [email protected]: wanted: {"node":">=0.8"} (current: {"node":"4.4.3-pre","npm":"2.15.2"}) |
This file has been truncated, but you can view the full file.
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/scratch/jenkins-local/new/workspace/github-node-v4.x-test/SUITE/npm/arch/ppc64/compiler/gcc48/distro/aix61/labels/bvt/os/aix/node/out/Release/node', | |
1 verbose cli '/scratch/jenkins-local/new/workspace/github-node-v4.x-test/SUITE/npm/arch/ppc64/compiler/gcc48/distro/aix61/labels/bvt/os/aix/tmpdir/npm-test-8388834/root/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli '/scratch/jenkins-local/new/workspace/github-node-v4.x-test/SUITE/npm/arch/ppc64/compiler/gcc48/distro/aix61/labels/bvt/os/aix/node/deps/npm' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose install initial load of /scratch/jenkins-local/new/workspace/github-node-v4.x-test/SUITE/npm/arch/ppc64/compiler/gcc48/distro/aix61/labels/bvt/os/aix/tmpdir/npm-test-8388834/root/lib/package.json | |
5 verbose readDependencies loading dependencies from /scratch/jenkins-local/new/workspace/github-node-v4.x-test/SUITE/npm/arch/ppc64/compiler/gcc48/distro/aix61/labels/bvt/os/aix/tmpdir/npm-test-8 |
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 678ms | |
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 |
OlderNewer