Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parallel build issue #536

Closed
p3x-robot opened this issue Jul 1, 2019 · 42 comments
Closed

parallel build issue #536

p3x-robot opened this issue Jul 1, 2019 · 42 comments

Comments

@p3x-robot
Copy link
Contributor

p3x-robot commented Jul 1, 2019

eg. make V=s vs make V=s -j8

@nxhack
Copy link
Owner

nxhack commented Jul 1, 2019

@p3x-robot
My build environment is AWS EC2 m4.large. It is 2 core.
I'm using build toolchain as it is. So I think it's '-j1'.

@p3x-robot
Copy link
Contributor Author

so -j1 means 2 cores? just kinda weird, i tought 2 cores means -j2, but i suppose then -j1 means 0 and 1 - eg 2?

@nxhack
Copy link
Owner

nxhack commented Jul 1, 2019

@p3x-robot
Copy link
Contributor Author

the problem is, that when i build multiple cores in openwrt (when i build all packages), except for nodejs it works, because it knows about the dependencies, is it possible to add all packages to have a dependencies so that npm should be have a dependecies on node and the rest should be have dependencies on nodejs and npm, because then it would works with multiple cores, right now my problem is that my build would take 4 hours, but because this nodejs repo is not using these dependencies , it tries to build for example node-cpx before npm or nodejs is available so it gives an error.
i would love to do it, just tell me where i could put these, because then it would work with parallel building. do you know what i mean?

@nxhack
Copy link
Owner

nxhack commented Jul 1, 2019

To build node-cpx, you need npm of host build. It may not be possible to build npm packages until npm can build it.

@p3x-robot
Copy link
Contributor Author

but can i somehow add a dependencies (nodejs, npm) on all these nodejs packages as a dependencies, because when i try to build with multiple cores/jobs it will throw an error because it starts to build any eg node-cpx, because nodejs and npm is not built.

if i would add these packages as a dependency on nodejs and npm, then the multiple jobs would work, do you know what i mean? right now because it only works with 1 job, i would like to build the node feeds with multiple jobs.
i do in openwrt IGNORE_ERRORS=1 make V=s -j4 but it is not working with multiple jobs and only because of the nodejs packages all the rest is working (they have dependencies).

can we transform it the packages to be a dependencies of nodejs and npm? do you know what i mean?

@nxhack
Copy link
Owner

nxhack commented Jul 1, 2019

The dependencies are explicitly described in the Makefile of npm modules.

PKG_BUILD_DEPENDS:=node/host

@p3x-robot
Copy link
Contributor Author

i see, but for some reason it is not working, maybe the node/host is built, but the npm is not built still, can we add the dependency for npm as well?

@p3x-robot
Copy link
Contributor Author

i see the error on the multiple jobs it is missing NPM... that is my issue

@p3x-robot
Copy link
Contributor Author

do you want to show me what the error is?

@nxhack
Copy link
Owner

nxhack commented Jul 1, 2019

Yes Please.

@p3x-robot
Copy link
Contributor Author

ok, i am sending it to you , now building

@p3x-robot
Copy link
Contributor Author

here are the errors, it is missing the npm:

make[3]: Entering directory '/build/source/feeds/node/node-browserify'
mkdir -p /build/source/dl
SHELL= flock /build/source/tmp/.browserify-16.2.3.tgz.flock -c '        /build/source/scripts/download.pl "/build/source/dl$
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://registry.npmjs.org/browserify/-/browserify-16.2.3.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
^M  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0^M  0     0    0     0    0     0      0   $
install -d -m0755 /build/source/build_dir/hostpkg/node-browserify-16.2.3
touch /build/source/build_dir/hostpkg/node-browserify-16.2.3/.prepareddaa78577660823ecdee8eab81e37069d_6664517399ebbbc92a37$
(cd /build/source/build_dir/hostpkg/node-browserify-16.2.3/; if [ -x configure ]; then cp -fpR /build/source/scripts/config$
touch /build/source/build_dir/hostpkg/node-browserify-16.2.3/.configured
npm_config_nodedir=/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/ npm_config_prefix=/build/source/stag$
bash: npm: command not found
Makefile:88: recipe for target '/build/source/build_dir/hostpkg/node-browserify-16.2.3/.built' failed
make[3]: *** [/build/source/build_dir/hostpkg/node-browserify-16.2.3/.built] Error 127
make[3]: Leaving directory '/build/source/feeds/node/node-browserify'
time: package/feeds/node/node-browserify/host-compile#0.16#0.03#5.77
make[3]: Entering directory '/build/source/feeds/node/node-cpx'
mkdir -p /build/source/dl
SHELL= flock /build/source/tmp/.cpx-1.5.0.tgz.flock -c '        /build/source/scripts/download.pl "/build/source/dl" "cpx-1$
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://registry.npmjs.org/cpx/-/cpx-1.5.0.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
^M  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0^M  0     0    0     0    0     0      0   $
install -d -m0755 /build/source/build_dir/hostpkg/node-cpx-1.5.0
touch /build/source/build_dir/hostpkg/node-cpx-1.5.0/.preparedb030254d5cc72eb029e366440a378efb_6664517399ebbbc92a37c5bb081b$
(cd /build/source/build_dir/hostpkg/node-cpx-1.5.0/; if [ -x configure ]; then cp -fpR /build/source/scripts/config.{guess,$
touch /build/source/build_dir/hostpkg/node-cpx-1.5.0/.configured
npm_config_nodedir=/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/ npm_config_prefix=/build/source/stag$
bash: npm: command not found
Makefile:88: recipe for target '/build/source/build_dir/hostpkg/node-cpx-1.5.0/.built' failed
make[3]: *** [/build/source/build_dir/hostpkg/node-cpx-1.5.0/.built] Error 127
make[3]: Leaving directory '/build/source/feeds/node/node-cpx'
time: package/feeds/node/node-cpx/host-compile#0.14#0.02#5.73

@nxhack
Copy link
Owner

nxhack commented Jul 1, 2019

Oh! understood.
Those npm modules also build the host package itself.
I will fix it from now on.

@p3x-robot
Copy link
Contributor Author

would you tell me when it is working? then i would try to build with multiple jobs? no rush, just asking.

@nxhack
Copy link
Owner

nxhack commented Jul 1, 2019

@p3x-robot
merged. please test.

@p3x-robot
Copy link
Contributor Author

building

@p3x-robot
Copy link
Contributor Author

now, it is a different problem:
right now it looks like the node package is still building as the log is growing and now, i get this error:

docker@7c0d52556493:/build/source/logs/package/feeds/node/node-browserify$ cat host-compile.txt 
make[3]: Entering directory '/build/source/feeds/node/node-browserify'
mkdir -p /build/source/dl
SHELL= flock /build/source/tmp/.browserify-16.2.3.tgz.flock -c '  	/build/source/scripts/download.pl "/build/source/dl" "browserify-16.2.3.tgz" "275b7748d4d169dd4fcc49c651ba944da798297e28b1197b2ecb1affd0f62b04" "" "https://registry.npmjs.org/browserify/-/"    '
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://registry.npmjs.org/browserify/-/browserify-16.2.3.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  165k  100  165k    0     0  30076      0  0:00:05  0:00:05 --:--:-- 41080
install -d -m0755 /build/source/build_dir/hostpkg/node-browserify-16.2.3
touch /build/source/build_dir/hostpkg/node-browserify-16.2.3/.prepareddaa78577660823ecdee8eab81e37069d_6664517399ebbbc92a37c5bb081b5c53
(cd /build/source/build_dir/hostpkg/node-browserify-16.2.3/; if [ -x configure ]; then cp -fpR /build/source/scripts/config.{guess,sub} /build/source/build_dir/hostpkg/node-browserify-16.2.3// && CC="ccache gcc" CFLAGS="-O2 -I/build/source/staging_dir/host/include -I/build/source/staging_dir/hostpkg/include -I/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/include" CXX="ccache g++" CPPFLAGS="-I/build/source/staging_dir/host/include -I/build/source/staging_dir/hostpkg/include -I/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/include" LDFLAGS="-L/build/source/staging_dir/host/lib -L/build/source/staging_dir/hostpkg/lib -L/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/lib" CONFIG_SHELL="/usr/bin/env bash"  bash ./configure --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/build/source/staging_dir/hostpkg --exec-prefix=/build/source/staging_dir/hostpkg --sysconfdir=/build/source/staging_dir/hostpkg/etc --localstatedir=/build/source/staging_dir/hostpkg/var --sbindir=/build/source/staging_dir/hostpkg/bin ; fi )
touch /build/source/build_dir/hostpkg/node-browserify-16.2.3/.configured
npm_config_nodedir=/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/ npm_config_prefix=/build/source/staging_dir/hostpkg/ npm_config_cache=/build/source/tmp/npm-cache-7X52ReTGa5 npm_config_tmp=/build/source/tmp/npm-tmp-7X52ReTGa5 npm install -g /build/source/dl/browserify-16.2.3.tgz
npm info it worked if it ends with ok
npm info using npm@6.9.0
npm info using node@v12.4.0
npm timing stage:loadCurrentTree Completed in 68ms
npm timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms
npm timing stage:loadIdealTree:loadShrinkwrap Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/JSONStream 5131ms
npm http fetch GET 200 https://registry.npmjs.org/assert 5166ms
npm http fetch GET 200 https://registry.npmjs.org/crypto-browserify 36ms
npm http fetch GET 200 https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz 38ms
npm http fetch GET 200 https://registry.npmjs.org/defined 36ms
npm http fetch GET 200 https://registry.npmjs.org/deps-sort 28ms
npm http fetch GET 200 https://registry.npmjs.org/domain-browser 39ms
npm http fetch GET 200 https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.0.tgz 26ms
npm http fetch GET 200 https://registry.npmjs.org/duplexer2 25ms
npm http fetch GET 200 https://registry.npmjs.org/events 25ms
npm http fetch GET 200 https://registry.npmjs.org/glob 29ms
npm http fetch GET 200 https://registry.npmjs.org/has 22ms
npm http fetch GET 200 https://registry.npmjs.org/htmlescape 25ms
npm http fetch GET 200 https://registry.npmjs.org/https-browserify 24ms
npm http fetch GET 200 https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz 29ms
npm http fetch GET 200 https://registry.npmjs.org/inherits 34ms
npm http fetch GET 200 https://registry.npmjs.org/insert-module-globals 29ms
npm http fetch GET 200 https://registry.npmjs.org/labeled-stream-splicer 23ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp 25ms
npm http fetch GET 200 https://registry.npmjs.org/module-deps 36ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz 34ms
npm http fetch GET 200 https://registry.npmjs.org/os-browserify 23ms
npm http fetch GET 200 https://registry.npmjs.org/parents 25ms
npm http fetch GET 200 https://registry.npmjs.org/path-browserify 29ms
npm http fetch GET 200 https://registry.npmjs.org/process 26ms
npm http fetch GET 200 https://registry.npmjs.org/punycode 22ms
npm http fetch GET 200 https://registry.npmjs.org/querystring-es3 23ms
npm http fetch GET 200 https://registry.npmjs.org/read-only-stream 24ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream 27ms
npm http fetch GET 200 https://registry.npmjs.org/resolve 29ms
npm http fetch GET 200 https://registry.npmjs.org/shasum 27ms
npm http fetch GET 200 https://registry.npmjs.org/shell-quote 26ms
npm http fetch GET 200 https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz 35ms
npm http fetch GET 200 https://registry.npmjs.org/stream-browserify 33ms
npm http fetch GET 200 https://registry.npmjs.org/stream-http 28ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder 33ms
npm http fetch GET 200 https://registry.npmjs.org/subarg 28ms
npm http fetch GET 200 https://registry.npmjs.org/syntax-error 35ms
npm http fetch GET 200 https://registry.npmjs.org/through2 35ms
npm http fetch GET 200 https://registry.npmjs.org/tty-browserify 21ms
npm http fetch GET 200 https://registry.npmjs.org/timers-browserify 42ms
npm http fetch GET 200 https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz 21ms
npm http fetch GET 200 https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz 40ms
npm http fetch GET 200 https://registry.npmjs.org/url 25ms
npm http fetch GET 200 https://registry.npmjs.org/util 31ms
npm http fetch GET 200 https://registry.npmjs.org/vm-browserify 34ms
npm http fetch GET 200 https://registry.npmjs.org/xtend 32ms
npm http fetch GET 200 https://registry.npmjs.org/browser-resolve 10140ms
npm http fetch GET 200 https://registry.npmjs.org/browser-pack 10142ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-zlib 15162ms
npm http fetch GET 200 https://registry.npmjs.org/buffer 15167ms
npm http fetch GET 200 https://registry.npmjs.org/concat-stream 20170ms
npm http fetch GET 200 https://registry.npmjs.org/cached-path-relative 20174ms
npm http fetch GET 200 https://registry.npmjs.org/console-browserify 25169ms
npm http fetch GET 200 https://registry.npmjs.org/constants-browserify 25181ms
npm http fetch GET 200 https://registry.npmjs.org/jsonparse 23ms
npm http fetch GET 200 https://registry.npmjs.org/through 59ms
npm http fetch GET 200 https://registry.npmjs.org/through/-/through-2.3.8.tgz 35ms
npm http fetch GET 200 https://registry.npmjs.org/util/-/util-0.10.3.tgz 26ms
npm http fetch GET 200 https://registry.npmjs.org/object-assign 36ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 28ms
npm http fetch GET 200 https://registry.npmjs.org/umd 30ms
npm http fetch GET 200 https://registry.npmjs.org/combine-source-map 883ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.memoize 26ms
npm http fetch GET 200 https://registry.npmjs.org/convert-source-map 33ms
npm http fetch GET 200 https://registry.npmjs.org/source-map 36ms
npm http fetch GET 200 https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/inline-source-map 908ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is 27ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate 30ms
npm http fetch GET 200 https://registry.npmjs.org/isarray 33ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args 34ms
npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/pako 25ms
npm http fetch GET 200 https://registry.npmjs.org/base64-js 27ms
npm http fetch GET 200 https://registry.npmjs.org/ieee754 27ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-from 27ms
npm http fetch GET 200 https://registry.npmjs.org/typedarray 28ms
npm http fetch GET 200 https://registry.npmjs.org/date-now 41ms
npm http fetch GET 200 https://registry.npmjs.org/create-hmac 37ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-sign 40ms
npm http fetch GET 200 https://registry.npmjs.org/create-hash 41ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-cipher 44ms
npm http fetch GET 200 https://registry.npmjs.org/create-ecdh 45ms
npm http fetch GET 200 https://registry.npmjs.org/diffie-hellman 46ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/public-encrypt 5084ms
npm http fetch GET 200 https://registry.npmjs.org/pbkdf2 5088ms
npm http fetch GET 200 https://registry.npmjs.org/randombytes 10088ms
npm http fetch GET 200 https://registry.npmjs.org/randomfill 10092ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-des 30ms
npm http fetch GET 200 https://registry.npmjs.org/evp_bytestokey 31ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-aes 36ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-xor 24ms
npm http fetch GET 200 https://registry.npmjs.org/cipher-base 25ms
npm http fetch GET 200 https://registry.npmjs.org/sha.js 26ms
npm http fetch GET 200 https://registry.npmjs.org/md5.js 27ms
npm http fetch GET 200 https://registry.npmjs.org/ripemd160 43ms
npm http fetch GET 200 https://registry.npmjs.org/hash-base 44ms
npm http fetch GET 200 https://registry.npmjs.org/des.js 22ms
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-assert 30ms
npm http fetch GET 200 https://registry.npmjs.org/parse-asn1 26ms
npm http fetch GET 200 https://registry.npmjs.org/elliptic 28ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-rsa 30ms
npm http fetch GET 200 https://registry.npmjs.org/bn.js 35ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz 35ms
npm http fetch GET 200 https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz 36ms
npm http fetch GET 200 https://registry.npmjs.org/hash.js 26ms
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-crypto-utils 26ms
npm http fetch GET 200 https://registry.npmjs.org/brorand 29ms
npm http fetch GET 200 https://registry.npmjs.org/hmac-drbg 31ms
npm http fetch GET 200 https://registry.npmjs.org/asn1.js 22ms
npm http fetch GET 200 https://registry.npmjs.org/miller-rabin 23ms
npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify 23ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify 35ms
npm http fetch GET 200 https://registry.npmjs.org/minimist 22ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz 37ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath 27ms
npm http fetch GET 200 https://registry.npmjs.org/inflight 27ms
npm http fetch GET 200 https://registry.npmjs.org/once 29ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch 30ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 35ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz 32ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy 25ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 24ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map 24ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match 25ms
npm http fetch GET 200 https://registry.npmjs.org/function-bind 31ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-node 26ms
npm http fetch GET 200 https://registry.npmjs.org/undeclared-identifiers 27ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer 29ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-dynamic-import 24ms
npm http fetch GET 200 https://registry.npmjs.org/acorn 29ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-walk 37ms
npm http fetch GET 200 https://registry.npmjs.org/simple-concat 27ms
npm http fetch GET 200 https://registry.npmjs.org/get-assigned-identifiers 28ms
npm http fetch GET 200 https://registry.npmjs.org/dash-ast 34ms
npm http fetch GET 200 https://registry.npmjs.org/stream-splicer 25ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz 36ms
npm http fetch GET 200 https://registry.npmjs.org/detective 22ms
npm http fetch GET 200 https://registry.npmjs.org/stream-combiner2 31ms
npm http fetch GET 200 https://registry.npmjs.org/path-platform 25ms
npm http fetch GET 200 https://registry.npmjs.org/path-parse 23ms
npm http fetch GET 200 https://registry.npmjs.org/array-reduce 26ms
npm http fetch GET 200 https://registry.npmjs.org/array-filter 28ms
npm http fetch GET 200 https://registry.npmjs.org/array-map 32ms
npm http fetch GET 200 https://registry.npmjs.org/builtin-status-codes 29ms
npm http fetch GET 200 https://registry.npmjs.org/to-arraybuffer 34ms
npm http fetch GET 200 https://registry.npmjs.org/querystring 35ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz 23ms
npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 38667ms
npm timing stage:loadIdealTree Completed in 38739ms
npm timing stage:generateActionsToTake Completed in 23ms
npm http fetch GET 200 https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz 126ms
npm http fetch GET 200 https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz 125ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz 128ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.1.1.tgz 128ms
npm http fetch GET 200 https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz 127ms
npm http fetch GET 200 https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz 128ms
npm http fetch GET 200 https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz 131ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz 130ms
npm http fetch GET 200 https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz 136ms
npm http fetch GET 200 https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.0.tgz 70ms
npm http fetch GET 200 https://registry.npmjs.org/util/-/util-0.10.4.tgz 85ms
npm http fetch GET 200 https://registry.npmjs.org/url/-/url-0.11.0.tgz 91ms
npm http fetch GET 200 https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz 62ms
npm http fetch GET 200 https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz 74ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.2.0.tgz 75ms
npm http fetch GET 200 https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz 75ms
npm http fetch GET 200 https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz 74ms
npm http fetch GET 200 https://registry.npmjs.org/read-only-stream/-/read-only-stream-2.0.0.tgz 72ms
npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz 72ms
npm http fetch GET 200 https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz 78ms
npm http fetch GET 200 https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz 76ms
npm http fetch GET 200 https://registry.npmjs.org/module-deps/-/module-deps-6.2.1.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz 49ms
npm http fetch GET 200 https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.0.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/has/-/has-1.0.3.tgz 47ms
npm http fetch GET 200 https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz 306ms
npm http fetch GET 200 https://registry.npmjs.org/events/-/events-2.1.0.tgz 61ms
npm http fetch GET 200 https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz 59ms
npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.4.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz 48ms
npm http fetch GET 200 https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz 52ms
npm http fetch GET 200 https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz 46ms
npm http fetch GET 200 https://registry.npmjs.org/browser-pack/-/browser-pack-6.1.0.tgz 47ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz 54ms
npm http fetch GET 200 https://registry.npmjs.org/assert/-/assert-1.5.0.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz 55ms
npm http fetch GET 200 https://registry.npmjs.org/detective/-/detective-5.2.0.tgz 57ms
npm http fetch GET 200 https://registry.npmjs.org/through2/-/through2-2.0.5.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-node/-/acorn-node-1.7.0.tgz 54ms
npm http fetch GET 200 https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz 49ms
npm http fetch GET 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz 52ms
npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.1.tgz 43ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 62ms
npm http fetch GET 200 https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz 46ms
npm http fetch GET 200 https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz 54ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz 48ms
npm http fetch GET 200 https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz 55ms
npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz 41ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 51ms
npm http fetch GET 200 https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz 69ms
npm http fetch GET 200 https://registry.npmjs.org/umd/-/umd-3.0.3.tgz 74ms
npm http fetch GET 200 https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz 55ms
npm http fetch GET 200 https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.8.0.tgz 66ms
npm http fetch GET 200 https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.2.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz 54ms
npm http fetch GET 200 https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.4.tgz 67ms
npm http fetch GET 200 https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz 117ms
npm http fetch GET 200 https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz 52ms
npm http fetch GET 200 https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz 50ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz 50ms
npm http fetch GET 200 https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz 52ms
npm http fetch GET 200 https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz 62ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz 62ms
npm http fetch GET 200 https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz 48ms
npm http fetch GET 200 https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz 46ms
npm http fetch GET 200 https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz 50ms
npm http fetch GET 200 https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz 52ms
npm http fetch GET 200 https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz 59ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz 48ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz 57ms
npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.11.1.tgz 46ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz 44ms
npm http fetch GET 200 https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz 49ms
npm http fetch GET 200 https://registry.npmjs.org/process/-/process-0.11.10.tgz 45ms
npm http fetch GET 200 https://registry.npmjs.org/parents/-/parents-1.0.1.tgz 36ms
npm http fetch GET 200 https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.tgz 33ms
npm http fetch GET 200 https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz 5090ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz 5116ms
npm http fetch GET 200 https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz 10122ms
npm http fetch GET 200 https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz 10156ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz 15128ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz 15186ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 20179ms
npm http fetch GET 200 https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz 20211ms
npm http fetch GET 200 https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz 25193ms
npm http fetch GET 200 https://registry.npmjs.org/defined/-/defined-1.0.0.tgz 25236ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 30223ms
npm http fetch GET 200 https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz 30252ms
npm http fetch GET 200 https://registry.npmjs.org/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz 35230ms
npm http fetch GET 200 https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz 35277ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 40267ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz 40308ms
npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 45279ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz 45319ms
npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz 50303ms
npm http fetch GET 200 https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz 50339ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz 55326ms
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz 55336ms
npm http fetch GET 200 https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz 60347ms
npm http fetch GET 200 https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz 60363ms
npm http fetch GET 304 https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz 35ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz 26ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz 65364ms
npm http fetch GET 200 https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz 65387ms
npm http fetch GET 304 https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz 29ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz 36ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/elliptic/-/elliptic-6.5.0.tgz 70393ms
npm http fetch GET 200 https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz 70427ms
npm http fetch GET 304 https://registry.npmjs.org/elliptic/-/elliptic-6.5.0.tgz 26ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz 29ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz 75404ms
npm http fetch GET 200 https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz 75444ms
npm http fetch GET 304 https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz 28ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz 33ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz 80408ms
npm http fetch GET 304 https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz 41ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/pako/-/pako-1.0.10.tgz 44ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz 85292ms
npm http fetch GET 304 https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz 31ms (from cache)
npm timing action:extract Completed in 86531ms
npm timing action:finalize Completed in 6ms
npm timing stage:rollbackFailedOptional Completed in 1ms
npm timing stage:runTopLevelLifecycles Completed in 125533ms
npm ERR! path /build/source/staging_dir/hostpkg/lib/node_modules/browserify/node_modules/acorn
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/build/source/staging_dir/hostpkg/lib/node_modules/browserify/node_modules/acorn' -> '/build/source/staging_dir/hostpkg/lib/node_modules/browserify/node_modules/.acorn.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 
npm timing npm Completed in 125763ms

npm ERR! A complete log of this run can be found in:
npm ERR!     /build/source/tmp/npm-cache-7X52ReTGa5/_logs/2019-07-01T12_44_23_645Z-debug.log
Makefile:89: recipe for target '/build/source/build_dir/hostpkg/node-browserify-16.2.3/.built' failed
make[3]: *** [/build/source/build_dir/hostpkg/node-browserify-16.2.3/.built] Error 254
make[3]: Leaving directory '/build/source/feeds/node/node-browserify'
time: package/feeds/node/node-browserify/host-compile#4.13#0.89#132.24
docker@7c0d52556493:/build/source/logs/package/feeds/node/node-browserify$ 
docker@7c0d52556493:/build/source/logs/package/feeds/node/node-cpx$ cat host-compile.txt 
make[3]: Entering directory '/build/source/feeds/node/node-cpx'
mkdir -p /build/source/dl
SHELL= flock /build/source/tmp/.cpx-1.5.0.tgz.flock -c '  	/build/source/scripts/download.pl "/build/source/dl" "cpx-1.5.0.tgz" "900f32742f1efd584f7c5364c379fc5d30f0cbad6b35cd262ac08b9b3d6b6ca1" "" "https://registry.npmjs.org/cpx/-/"    '
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://registry.npmjs.org/cpx/-/cpx-1.5.0.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 11753  100 11753    0     0   2095      0  0:00:05  0:00:05 --:--:--  3793
install -d -m0755 /build/source/build_dir/hostpkg/node-cpx-1.5.0
touch /build/source/build_dir/hostpkg/node-cpx-1.5.0/.preparedb030254d5cc72eb029e366440a378efb_6664517399ebbbc92a37c5bb081b5c53
(cd /build/source/build_dir/hostpkg/node-cpx-1.5.0/; if [ -x configure ]; then cp -fpR /build/source/scripts/config.{guess,sub} /build/source/build_dir/hostpkg/node-cpx-1.5.0// && CC="ccache gcc" CFLAGS="-O2 -I/build/source/staging_dir/host/include -I/build/source/staging_dir/hostpkg/include -I/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/include" CXX="ccache g++" CPPFLAGS="-I/build/source/staging_dir/host/include -I/build/source/staging_dir/hostpkg/include -I/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/include" LDFLAGS="-L/build/source/staging_dir/host/lib -L/build/source/staging_dir/hostpkg/lib -L/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/lib" CONFIG_SHELL="/usr/bin/env bash"  bash ./configure --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/build/source/staging_dir/hostpkg --exec-prefix=/build/source/staging_dir/hostpkg --sysconfdir=/build/source/staging_dir/hostpkg/etc --localstatedir=/build/source/staging_dir/hostpkg/var --sbindir=/build/source/staging_dir/hostpkg/bin ; fi )
touch /build/source/build_dir/hostpkg/node-cpx-1.5.0/.configured
npm_config_nodedir=/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/ npm_config_prefix=/build/source/staging_dir/hostpkg/ npm_config_cache=/build/source/tmp/npm-cache-XAqNO1klQO npm_config_tmp=/build/source/tmp/npm-tmp-XAqNO1klQO npm install -g /build/source/dl/cpx-1.5.0.tgz
npm info it worked if it ends with ok
npm info using npm@6.9.0
npm info using node@v12.4.0
npm timing stage:loadCurrentTree Completed in 42ms
npm timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms
npm timing stage:loadIdealTree:loadShrinkwrap Completed in 2ms
npm http fetch GET 200 https://registry.npmjs.org/chokidar 5170ms
npm http fetch GET 200 https://registry.npmjs.org/babel-runtime 5184ms
npm http fetch GET 200 https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz 47ms
npm http fetch GET 200 https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz 59ms
npm http fetch GET 200 https://registry.npmjs.org/subarg 52ms
npm http fetch GET 200 https://registry.npmjs.org/duplexer 10185ms
npm http fetch GET 200 https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz 39ms
npm http fetch GET 200 https://registry.npmjs.org/glob 10229ms
npm http fetch GET 200 https://registry.npmjs.org/glob2base 15189ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch 15210ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz 86ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp 20204ms
npm http fetch GET 200 https://registry.npmjs.org/resolve 20216ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz 32ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 25221ms
npm http fetch GET 200 https://registry.npmjs.org/shell-quote 25230ms
npm http fetch GET 200 https://registry.npmjs.org/regenerator-runtime 42ms
npm http fetch GET 200 https://registry.npmjs.org/core-js 44ms
npm http fetch GET 200 https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz 30ms
npm http fetch GET 200 https://registry.npmjs.org/is-binary-path 45ms
npm http fetch GET 200 https://registry.npmjs.org/anymatch 48ms
npm http fetch GET 200 https://registry.npmjs.org/glob-parent 47ms
npm http fetch GET 200 https://registry.npmjs.org/is-glob 51ms
npm http fetch GET 200 https://registry.npmjs.org/inherits 53ms
npm http fetch GET 200 https://registry.npmjs.org/readdirp 51ms
npm http fetch GET 200 https://registry.npmjs.org/async-each 57ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 56ms
npm http fetch GET 200 https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz 27ms
npm http fetch GET 200 https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz 36ms
npm http fetch GET 200 https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz 30ms
npm http fetch GET 200 https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz 43ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz 37ms
npm http fetch GET 200 https://registry.npmjs.org/fsevents 5101ms
npm http fetch GET 200 https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz 136ms
npm http fetch GET 200 https://registry.npmjs.org/micromatch 28ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-path 35ms
npm http fetch GET 200 https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/array-unique 33ms
npm http fetch GET 200 https://registry.npmjs.org/expand-brackets 43ms
npm http fetch GET 200 https://registry.npmjs.org/filename-regex 43ms
npm http fetch GET 200 https://registry.npmjs.org/braces 45ms
npm http fetch GET 200 https://registry.npmjs.org/is-extglob 45ms
npm http fetch GET 200 https://registry.npmjs.org/object.omit 45ms
npm http fetch GET 200 https://registry.npmjs.org/extglob 51ms
npm http fetch GET 200 https://registry.npmjs.org/arr-diff 56ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of 59ms
npm http fetch GET 200 https://registry.npmjs.org/regex-cache 26ms
npm http fetch GET 200 https://registry.npmjs.org/braces/-/braces-1.8.5.tgz 35ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz 29ms
npm http fetch GET 200 https://registry.npmjs.org/parse-glob 5114ms
npm http fetch GET 200 https://registry.npmjs.org/arr-flatten 24ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-element 25ms
npm http fetch GET 200 https://registry.npmjs.org/expand-range 25ms
npm http fetch GET 200 https://registry.npmjs.org/preserve 30ms
npm http fetch GET 200 https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/fill-range 27ms
npm http fetch GET 200 https://registry.npmjs.org/is-number 33ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-string 40ms
npm http fetch GET 200 https://registry.npmjs.org/randomatic 43ms
npm http fetch GET 200 https://registry.npmjs.org/isobject 46ms
npm http fetch GET 200 https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz 23ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer 32ms
npm http fetch GET 200 https://registry.npmjs.org/isarray 21ms
npm http fetch GET 200 https://registry.npmjs.org/math-random 31ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz 36ms
npm http fetch GET 200 https://registry.npmjs.org/is-posix-bracket 27ms
npm http fetch GET 200 https://registry.npmjs.org/remove-trailing-separator 32ms
npm http fetch GET 200 https://registry.npmjs.org/for-own 28ms
npm http fetch GET 200 https://registry.npmjs.org/is-extendable 37ms
npm http fetch GET 200 https://registry.npmjs.org/for-in 28ms
npm http fetch GET 200 https://registry.npmjs.org/is-dotfile 23ms
npm http fetch GET 200 https://registry.npmjs.org/glob-base 29ms
npm http fetch GET 200 https://registry.npmjs.org/is-equal-shallow 24ms
npm http fetch GET 200 https://registry.npmjs.org/is-primitive 26ms
npm http fetch GET 200 https://registry.npmjs.org/nan 37ms
npm http fetch GET 200 https://registry.npmjs.org/binary-extensions 25ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream 34ms
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs 47ms
npm http fetch GET 200 https://registry.npmjs.org/define-property 31ms
npm http fetch GET 200 https://registry.npmjs.org/fragment-cache 31ms
npm http fetch GET 200 https://registry.npmjs.org/object.pick 41ms
npm http fetch GET 200 https://registry.npmjs.org/regex-not 34ms
npm http fetch GET 200 https://registry.npmjs.org/extend-shallow 44ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon 31ms
npm http fetch GET 200 https://registry.npmjs.org/nanomatch 49ms
npm http fetch GET 200 https://registry.npmjs.org/to-regex 40ms
npm http fetch GET 200 https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz 22ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon-node 29ms
npm http fetch GET 200 https://registry.npmjs.org/split-string 40ms
npm http fetch GET 200 https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz 39ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz 36ms
npm http fetch GET 200 https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz 32ms
npm http fetch GET 200 https://registry.npmjs.org/to-regex-range 24ms
npm http fetch GET 200 https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz 42ms
npm http fetch GET 200 https://registry.npmjs.org/map-cache 26ms
npm http fetch GET 200 https://registry.npmjs.org/base 38ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-resolve 38ms
npm http fetch GET 200 https://registry.npmjs.org/debug 41ms
npm http fetch GET 200 https://registry.npmjs.org/use 48ms
npm http fetch GET 200 https://registry.npmjs.org/source-map 49ms
npm http fetch GET 200 https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz 36ms
npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-2.6.9.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz 48ms
npm http fetch GET 200 https://registry.npmjs.org/cache-base 26ms
npm http fetch GET 200 https://registry.npmjs.org/class-utils 29ms
npm http fetch GET 200 https://registry.npmjs.org/mixin-deep 31ms
npm http fetch GET 200 https://registry.npmjs.org/component-emitter 34ms
npm http fetch GET 200 https://registry.npmjs.org/pascalcase 35ms
npm http fetch GET 200 https://registry.npmjs.org/union-value 29ms
npm http fetch GET 200 https://registry.npmjs.org/to-object-path 29ms
npm http fetch GET 200 https://registry.npmjs.org/unset-value 30ms
npm http fetch GET 200 https://registry.npmjs.org/collection-visit 33ms
npm http fetch GET 200 https://registry.npmjs.org/has-value 34ms
npm http fetch GET 200 https://registry.npmjs.org/set-value 35ms
npm http fetch GET 200 https://registry.npmjs.org/get-value 38ms
npm http fetch GET 200 https://registry.npmjs.org/map-visit 47ms
npm http fetch GET 200 https://registry.npmjs.org/object-visit 57ms
npm http fetch GET 200 https://registry.npmjs.org/has-values 24ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz 27ms
npm http fetch GET 200 https://registry.npmjs.org/is-plain-object 25ms
npm http fetch GET 200 https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz 33ms
npm http fetch GET 200 https://registry.npmjs.org/assign-symbols 27ms
npm http fetch GET 200 https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz 36ms
npm http fetch GET 200 https://registry.npmjs.org/arr-union 33ms
npm http fetch GET 200 https://registry.npmjs.org/static-extend 22ms
npm http fetch GET 200 https://registry.npmjs.org/is-descriptor 26ms
npm http fetch GET 200 https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz 36ms
npm http fetch GET 200 https://registry.npmjs.org/is-accessor-descriptor 26ms
npm http fetch GET 200 https://registry.npmjs.org/is-data-descriptor 30ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz 35ms
npm http fetch GET 200 https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz 26ms
npm http fetch GET 200 https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/object-copy 27ms
npm http fetch GET 200 https://registry.npmjs.org/copy-descriptor 22ms
npm http fetch GET 200 https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz 43ms
npm http fetch GET 200 https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/ms 34ms
npm http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.0.0.tgz 32ms
npm http fetch GET 200 https://registry.npmjs.org/decode-uri-component 23ms
npm http fetch GET 200 https://registry.npmjs.org/atob 26ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-url 26ms
npm http fetch GET 200 https://registry.npmjs.org/urix 27ms
npm http fetch GET 200 https://registry.npmjs.org/resolve-url 44ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon-util 23ms
npm http fetch GET 200 https://registry.npmjs.org/safe-regex 22ms
npm http fetch GET 200 https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/ret 21ms
npm http fetch GET 200 https://registry.npmjs.org/ret/-/ret-0.1.15.tgz 33ms
npm http fetch GET 200 https://registry.npmjs.org/posix-character-classes 23ms
npm http fetch GET 200 https://registry.npmjs.org/is-windows 25ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder 24ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args 33ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate 34ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is 49ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath 26ms
npm http fetch GET 200 https://registry.npmjs.org/inflight 26ms
npm http fetch GET 200 https://registry.npmjs.org/once 39ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy 37ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 37ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map 26ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match 27ms
npm http fetch GET 200 https://registry.npmjs.org/find-index 35ms
npm http fetch GET 200 https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz 34ms
npm http fetch GET 200 https://registry.npmjs.org/minimist 24ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz 35ms
npm http fetch GET 200 https://registry.npmjs.org/path-parse 39ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify 25ms
npm http fetch GET 200 https://registry.npmjs.org/array-map 27ms
npm http fetch GET 200 https://registry.npmjs.org/array-filter 31ms
npm http fetch GET 200 https://registry.npmjs.org/array-reduce 47ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz 23ms
npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 38467ms
npm timing stage:loadIdealTree Completed in 38547ms
npm timing stage:generateActionsToTake Completed in 63ms
npm http fetch GET 200 https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz 106ms
npm http fetch GET 200 https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz 108ms
npm http fetch GET 200 https://registry.npmjs.org/atob/-/atob-2.1.2.tgz 109ms
npm http fetch GET 200 https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz 112ms
npm http fetch GET 200 https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz 115ms
npm http fetch GET 200 https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz 115ms
npm http fetch GET 200 https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz 116ms
npm http fetch GET 200 https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz 119ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz 118ms
npm http fetch GET 200 https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz 122ms
npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.4.tgz 79ms
npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.11.1.tgz 84ms
npm http fetch GET 200 https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz 87ms
npm http fetch GET 200 https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz 80ms
npm http fetch GET 200 https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz 88ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz 82ms
npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 83ms
npm http fetch GET 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz 83ms
npm http fetch GET 200 https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz 92ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 95ms
npm http fetch GET 200 https://registry.npmjs.org/braces/-/braces-2.3.2.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz 70ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/use/-/use-3.1.1.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/urix/-/urix-0.1.0.tgz 72ms
npm http fetch GET 200 https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz 66ms
npm http fetch GET 200 https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/base/-/base-0.11.2.tgz 70ms
npm http fetch GET 200 https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz 66ms
npm http fetch GET 200 https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz 70ms
npm http fetch GET 200 https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz 75ms
npm http fetch GET 200 https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz 78ms
npm http fetch GET 200 https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz 74ms
npm http fetch GET 200 https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz 65ms
npm http fetch GET 200 https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz 83ms
npm http fetch GET 200 https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz 66ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz 72ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz 62ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz 59ms
npm http fetch GET 200 https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz 67ms
npm http fetch GET 200 https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz 75ms
npm http fetch GET 200 https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz 73ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz 75ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz 78ms
npm http fetch GET 200 https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz 79ms
npm http fetch GET 200 https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz 79ms
npm http fetch GET 200 https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz 66ms
npm http fetch GET 200 https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz 61ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz 67ms
npm http fetch GET 200 https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz 73ms
npm http fetch GET 200 https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz 62ms
npm http fetch GET 200 https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz 59ms
npm http fetch GET 200 https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz 58ms
npm http fetch GET 200 https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz 73ms
npm http fetch GET 200 https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz 59ms
npm http fetch GET 200 https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz 61ms
npm http fetch GET 200 https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz 58ms
npm http fetch GET 200 https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/nan/-/nan-2.14.0.tgz 55ms
npm http fetch GET 200 https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz 57ms
npm http fetch GET 200 https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz 59ms
npm http fetch GET 200 https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz 54ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz 51ms
npm http fetch GET 200 https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz 76ms
npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz 49ms
npm http fetch GET 200 https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz 51ms
npm http fetch GET 200 https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz 39ms
npm http fetch GET 200 https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz 48ms
npm http fetch GET 200 https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz 52ms
npm http fetch GET 200 https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz 65ms
npm http fetch GET 200 https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz 40ms
npm http fetch GET 200 https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz 34ms
npm http fetch GET 200 https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz 37ms
npm http fetch GET 200 https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz 37ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz 5096ms
npm http fetch GET 200 https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz 5096ms
npm http fetch GET 200 https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz 10105ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz 10105ms
npm http fetch GET 200 https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz 15143ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz 15157ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 20170ms
npm http fetch GET 304 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 33ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/core-js/-/core-js-2.6.9.tgz 100ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz 25181ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz 25193ms
npm http fetch GET 304 https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz 35ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz 25ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz 30188ms
npm http fetch GET 200 https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz 30215ms
npm http fetch GET 304 https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz 41ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz 35ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz 35225ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 35237ms
npm http fetch GET 304 https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz 30ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 26ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.0.tgz 40247ms
npm http fetch GET 200 https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz 40256ms
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.0.tgz 3ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz 35ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz 45266ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 45305ms
npm http fetch GET 304 https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz 28ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 27ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz 50278ms
npm http fetch GET 200 https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz 50302ms
npm http fetch GET 304 https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz 28ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz 29ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz 55293ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 55261ms
npm http fetch GET 304 https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz 31ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 30ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz 60214ms
npm http fetch GET 200 https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz 60281ms
npm http fetch GET 304 https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz 34ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz 34ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz 65224ms
npm http fetch GET 200 https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz 64972ms
npm http fetch GET 304 https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz 36ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz 29ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz 69931ms
npm http fetch GET 200 https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz 70006ms
npm http fetch GET 304 https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz 37ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz 42ms (from cache)
npm timing action:extract Completed in 71511ms
npm timing action:finalize Completed in 5ms
npm timing stage:rollbackFailedOptional Completed in 1ms
npm timing stage:runTopLevelLifecycles Completed in 110438ms
npm ERR! path /build/source/staging_dir/hostpkg/lib/node_modules/cpx/node_modules/arr-flatten
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/build/source/staging_dir/hostpkg/lib/node_modules/cpx/node_modules/arr-flatten' -> '/build/source/staging_dir/hostpkg/lib/node_modules/cpx/node_modules/.arr-flatten.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 
npm timing npm Completed in 110729ms

npm ERR! A complete log of this run can be found in:
npm ERR!     /build/source/tmp/npm-cache-XAqNO1klQO/_logs/2019-07-01T12_43_53_520Z-debug.log
Makefile:89: recipe for target '/build/source/build_dir/hostpkg/node-cpx-1.5.0/.built' failed
make[3]: *** [/build/source/build_dir/hostpkg/node-cpx-1.5.0/.built] Error 254
make[3]: Leaving directory '/build/source/feeds/node/node-cpx'
time: package/feeds/node/node-cpx/host-compile#5.41#1.21#117.24
docker@7c0d52556493:/build/source/logs/package/feeds/node/node-cpx$ 

@p3x-robot
Copy link
Contributor Author

what is good, that now it builds node and npm (the log is growing still), but it is weird why it is still not working perfectly like all dependencies (all other packages).
image

before, it was building node-browserify and node-cpx without even having a node folder.

@p3x-robot
Copy link
Contributor Author

in the node folder what is happening is there are to log files:
image

the host-compile.txt is done:
image

but for the compile.txt is still growing, it is still at some point:
image

do you have an idea why it is happening?

@p3x-robot
Copy link
Contributor Author

the log error.txt file right now looks like this:

   ERROR: package/feeds/packages/protobuf-c [host] failed to build.
   ERROR: package/feeds/packages/hamlib failed to build.
   ERROR: package/feeds/packages/open2300 failed to build.
   ERROR: package/feeds/packages/classpath failed to build.
   ERROR: package/feeds/packages/openssh failed to build (build variant: with-pam).
   ERROR: package/feeds/node/node-cpx [host] failed to build.
   ERROR: package/feeds/node/node-browserify [host] failed to build.

@p3x-robot
Copy link
Contributor Author

now finally, the node compile.txt is ready, now i am expecting the new packages should work:
image

@p3x-robot
Copy link
Contributor Author

the rest as it works as i was doing it in serial, but instead of 17 hours it took 4 hours...
looks like somehow the compile.txt should be done before the npm packages should be building.
do you know what i mean?

@p3x-robot
Copy link
Contributor Author

p3x-robot commented Jul 1, 2019

https://cdn.corifeus.com/openwrt/18.06.4/targets/mvebu/error-packages.txt - you can see were serial and no npm host job error
https://cdn.corifeus.com/openwrt/18.06.4/targets/mvebu/error-packages.txt - you can see were multiple jobs and 2 host job npm error, weird, huh?

image

@nxhack
Copy link
Owner

nxhack commented Jul 1, 2019

#464 (comment)

@p3x-robot p3x-robot reopened this Jul 2, 2019
@p3x-robot
Copy link
Contributor Author

p3x-robot commented Jul 2, 2019

but how come it is still not building? some host compile error:

  ERROR: package/feeds/node/node-cpx [host] failed to build.
  ERROR: package/feeds/node/node-browserify [host] failed to build.

And it builds before node is totally built. I can se the log the node compile.txt is still growing and that why is has a host failed to build. that is the question. when i build serially it works 100%.

@p3x-robot
Copy link
Contributor Author

i think you did not look at my comments careful. i run 4 jobs and it is still compiling node , when it start building node-cpx and node-browserify, these packages are still not correct from the building point. these should start building when build is 100% built, not during. the rest is all good.

@nxhack
Copy link
Owner

nxhack commented Jul 2, 2019

@p3x-robot

I changed the part that seems to be related.
Test please.

@p3x-robot
Copy link
Contributor Author

ok, building, thanks

@p3x-robot
Copy link
Contributor Author

p3x-robot commented Jul 2, 2019

weird, same error:

   ERROR: package/feeds/node/node-authenticate-pam failed to build.
   ERROR: package/feeds/node/node-bignum failed to build.
   ERROR: package/feeds/node/node-bluetooth-hci-socket failed to build.
   ERROR: package/feeds/node/node-browserify [host] failed to build.
   ERROR: package/feeds/node/node-cpx [host] failed to build.
   ERROR: package/feeds/node/node-ejdb failed to build.
   ERROR: package/feeds/node/node-fuse-bindings failed to build.
   ERROR: package/feeds/node/node-hashtable failed to build.
   ERROR: package/feeds/node/node-mdns failed to build.
   ERROR: package/feeds/node/node-mknod failed to build.
   ERROR: package/feeds/node/node-openzwave-shared failed to build.
   ERROR: package/feeds/node/node-pi-spi failed to build.
   ERROR: package/feeds/node/node-pty failed to build.
   ERROR: package/feeds/node/node-rpio failed to build.
   ERROR: package/feeds/node/node-statvfs failed to build.
   ERROR: package/feeds/packages/classpath failed to build.
   ERROR: package/feeds/packages/dmapd failed to build.
   ERROR: package/feeds/packages/grilo-plugins failed to build.
   ERROR: package/feeds/packages/hamlib failed to build.
   ERROR: package/feeds/packages/lcdgrilo failed to build.
   ERROR: package/feeds/packages/libmraa failed to build.
   ERROR: package/feeds/packages/libupm failed to build.
   ERROR: package/feeds/packages/open2300 failed to build.
   ERROR: package/feeds/packages/openssh failed to build (build variant: with-pam).
   ERROR: package/feeds/packages/perl-device-usb failed to build.
   ERROR: package/feeds/packages/perl-inline [host] failed to build.
   ERROR: package/feeds/packages/protobuf-c [host] failed to build.
   ERROR: package/feeds/routing/pimbd failed to build.
   ERROR: package/network/services/omcproxy failed to build.

browserify and cpx is giving a host failed to build and it is because node is the host-compile is done but, then actual final compile is not done.

NODEJS: the host-compile is done at 08:06 AM, but the compile is actually is done at 09:08 AM:
image

@nxhack nxhack changed the title @nxhack do you use multiple cores when you build this repo or just one core? parallel build issue Jul 3, 2019
@nxhack
Copy link
Owner

nxhack commented Jul 3, 2019

Please show me detailed log on the construction of "node-cpx".

@p3x-robot
Copy link
Contributor Author

ok, i deleted, but i am sending you in about 2-3 hours.

@p3x-robot
Copy link
Contributor Author

ok, same result. what is see is happening is, that there are 2 logs for node:
compile.txt, host-compile.txt
it completes the host-compile.txt, when that is done, it start to do the next node package -> node-browserfy and i can see the node/compile.txt is starts to fill the log there when node-browserify starts and it giving an error, then going to node-cpx, same error [host] fialed built error.

how can we trigger to build the node/compile.txt before it starts the node-cpx and the other, here is the log, but it is the same, but in the package error.txt is shows it is a host error:

error.txt

  ERROR: package/feeds/packages/protobuf-c [host] failed to build.
   ERROR: package/feeds/packages/hamlib failed to build.
   ERROR: package/feeds/packages/open2300 failed to build.
   ERROR: package/feeds/packages/classpath failed to build.
   ERROR: package/feeds/packages/openssh failed to build (build variant: with-pam).
   ERROR: package/feeds/node/node-cpx [host] failed to build.
   ERROR: package/feeds/node/node-browserify [host] failed to build.

node-browserfy

docker@1c55aa7c49a2:/build/source/logs/package/feeds/node/node-browserify$ cat host-compile.txt 
make[3]: Entering directory '/build/source/feeds/node/node-browserify'
mkdir -p /build/source/dl
SHELL= flock /build/source/tmp/.browserify-16.2.3.tgz.flock -c '  	/build/source/scripts/download.pl "/build/source/dl" "browserify-16.2.3.tgz" "275b7748d4d169dd4fcc49c651ba944da798297e28b1197b2ecb1affd0f62b04" "" "https://registry.npmjs.org/browserify/-/"    '
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://registry.npmjs.org/browserify/-/browserify-16.2.3.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  165k  100  165k    0     0  30133      0  0:00:05  0:00:05 --:--:-- 41190
install -d -m0755 /build/source/build_dir/hostpkg/node-browserify-16.2.3
touch /build/source/build_dir/hostpkg/node-browserify-16.2.3/.prepareddaa78577660823ecdee8eab81e37069d_6664517399ebbbc92a37c5bb081b5c53
(cd /build/source/build_dir/hostpkg/node-browserify-16.2.3/; if [ -x configure ]; then cp -fpR /build/source/scripts/config.{guess,sub} /build/source/build_dir/hostpkg/node-browserify-16.2.3// && CC="ccache gcc" CFLAGS="-O2 -I/build/source/staging_dir/host/include -I/build/source/staging_dir/hostpkg/include -I/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/include" CXX="ccache g++" CPPFLAGS="-I/build/source/staging_dir/host/include -I/build/source/staging_dir/hostpkg/include -I/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/include" LDFLAGS="-L/build/source/staging_dir/host/lib -L/build/source/staging_dir/hostpkg/lib -L/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/lib" CONFIG_SHELL="/usr/bin/env bash"  bash ./configure --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/build/source/staging_dir/hostpkg --exec-prefix=/build/source/staging_dir/hostpkg --sysconfdir=/build/source/staging_dir/hostpkg/etc --localstatedir=/build/source/staging_dir/hostpkg/var --sbindir=/build/source/staging_dir/hostpkg/bin ; fi )
touch /build/source/build_dir/hostpkg/node-browserify-16.2.3/.configured
npm_config_nodedir=/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/ npm_config_prefix=/build/source/staging_dir/hostpkg/ npm_config_cache=/build/source/tmp/npm-cache-uQvGFM3NE7 npm_config_tmp=/build/source/tmp/npm-tmp-uQvGFM3NE7 npm install -g /build/source/dl/browserify-16.2.3.tgz
npm info it worked if it ends with ok
npm info using npm@6.9.0
npm info using node@v12.4.0
npm timing stage:loadCurrentTree Completed in 71ms
npm timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms
npm timing stage:loadIdealTree:loadShrinkwrap Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/assert 5144ms
npm http fetch GET 200 https://registry.npmjs.org/JSONStream 5155ms
npm http fetch GET 200 https://registry.npmjs.org/crypto-browserify 33ms
npm http fetch GET 200 https://registry.npmjs.org/defined 29ms
npm http fetch GET 200 https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz 33ms
npm http fetch GET 200 https://registry.npmjs.org/domain-browser 24ms
npm http fetch GET 200 https://registry.npmjs.org/duplexer2 35ms
npm http fetch GET 200 https://registry.npmjs.org/events 22ms
npm http fetch GET 200 https://registry.npmjs.org/glob 26ms
npm http fetch GET 200 https://registry.npmjs.org/has 24ms
npm http fetch GET 200 https://registry.npmjs.org/deps-sort 912ms
npm http fetch GET 200 https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.0.tgz 37ms
npm http fetch GET 200 https://registry.npmjs.org/htmlescape 794ms
npm http fetch GET 200 https://registry.npmjs.org/https-browserify 24ms
npm http fetch GET 200 https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz 36ms
npm http fetch GET 200 https://registry.npmjs.org/inherits 28ms
npm http fetch GET 200 https://registry.npmjs.org/insert-module-globals 805ms
npm http fetch GET 200 https://registry.npmjs.org/labeled-stream-splicer 805ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp 25ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz 48ms
npm http fetch GET 200 https://registry.npmjs.org/os-browserify 22ms
npm http fetch GET 200 https://registry.npmjs.org/module-deps 808ms
npm http fetch GET 200 https://registry.npmjs.org/path-browserify 33ms
npm http fetch GET 200 https://registry.npmjs.org/process 21ms
npm http fetch GET 200 https://registry.npmjs.org/punycode 41ms
npm http fetch GET 200 https://registry.npmjs.org/parents 823ms
npm http fetch GET 200 https://registry.npmjs.org/querystring-es3 24ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream 24ms
npm http fetch GET 200 https://registry.npmjs.org/resolve 33ms
npm http fetch GET 200 https://registry.npmjs.org/read-only-stream 814ms
npm http fetch GET 200 https://registry.npmjs.org/shell-quote 24ms
npm http fetch GET 200 https://registry.npmjs.org/stream-browserify 23ms
npm http fetch GET 200 https://registry.npmjs.org/shasum 810ms
npm http fetch GET 200 https://registry.npmjs.org/stream-http 31ms
npm http fetch GET 200 https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz 25ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder 25ms
npm http fetch GET 200 https://registry.npmjs.org/subarg 26ms
npm http fetch GET 200 https://registry.npmjs.org/through2 32ms
npm http fetch GET 200 https://registry.npmjs.org/timers-browserify 48ms
npm http fetch GET 200 https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz 26ms
npm http fetch GET 200 https://registry.npmjs.org/tty-browserify 23ms
npm http fetch GET 200 https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz 33ms
npm http fetch GET 200 https://registry.npmjs.org/url 23ms
npm http fetch GET 200 https://registry.npmjs.org/util 24ms
npm http fetch GET 200 https://registry.npmjs.org/vm-browserify 23ms
npm http fetch GET 200 https://registry.npmjs.org/xtend 26ms
npm http fetch GET 200 https://registry.npmjs.org/syntax-error 820ms
npm http fetch GET 200 https://registry.npmjs.org/browser-resolve 10175ms
npm http fetch GET 200 https://registry.npmjs.org/browser-pack 10907ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-zlib 15149ms
npm http fetch GET 200 https://registry.npmjs.org/buffer 15229ms
npm http fetch GET 200 https://registry.npmjs.org/concat-stream 20229ms
npm http fetch GET 200 https://registry.npmjs.org/cached-path-relative 20980ms
npm http fetch GET 200 https://registry.npmjs.org/console-browserify 25197ms
npm http fetch GET 200 https://registry.npmjs.org/constants-browserify 25268ms
npm http fetch GET 200 https://registry.npmjs.org/jsonparse 28ms
npm http fetch GET 200 https://registry.npmjs.org/through 46ms
npm http fetch GET 200 https://registry.npmjs.org/through/-/through-2.3.8.tgz 37ms
npm http fetch GET 200 https://registry.npmjs.org/util/-/util-0.10.3.tgz 30ms
npm http fetch GET 200 https://registry.npmjs.org/object-assign 31ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz 23ms
npm http fetch GET 200 https://registry.npmjs.org/combine-source-map 26ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 30ms
npm http fetch GET 200 https://registry.npmjs.org/umd 850ms
npm http fetch GET 200 https://registry.npmjs.org/convert-source-map 31ms
npm http fetch GET 200 https://registry.npmjs.org/source-map 33ms
npm http fetch GET 200 https://registry.npmjs.org/inline-source-map 45ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.memoize 46ms
npm http fetch GET 200 https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz 47ms
npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz 47ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate 28ms
npm http fetch GET 200 https://registry.npmjs.org/isarray 35ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is 37ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args 44ms
npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/pako 29ms
npm http fetch GET 200 https://registry.npmjs.org/base64-js 25ms
npm http fetch GET 200 https://registry.npmjs.org/ieee754 26ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-from 24ms
npm http fetch GET 200 https://registry.npmjs.org/typedarray 32ms
npm http fetch GET 200 https://registry.npmjs.org/date-now 33ms
npm http fetch GET 200 https://registry.npmjs.org/create-hmac 41ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-sign 42ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-cipher 44ms
npm http fetch GET 200 https://registry.npmjs.org/create-ecdh 45ms
npm http fetch GET 200 https://registry.npmjs.org/diffie-hellman 44ms
npm http fetch GET 200 https://registry.npmjs.org/pbkdf2 49ms
npm http fetch GET 200 https://registry.npmjs.org/create-hash 54ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz 37ms
npm http fetch GET 200 https://registry.npmjs.org/randombytes 5105ms
npm http fetch GET 200 https://registry.npmjs.org/public-encrypt 5111ms
npm http fetch GET 200 https://registry.npmjs.org/randomfill 10107ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-des 24ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-aes 29ms
npm http fetch GET 200 https://registry.npmjs.org/evp_bytestokey 38ms
npm http fetch GET 200 https://registry.npmjs.org/cipher-base 26ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-xor 27ms
npm http fetch GET 200 https://registry.npmjs.org/md5.js 24ms
npm http fetch GET 200 https://registry.npmjs.org/ripemd160 28ms
npm http fetch GET 200 https://registry.npmjs.org/sha.js 29ms
npm http fetch GET 200 https://registry.npmjs.org/hash-base 34ms
npm http fetch GET 200 https://registry.npmjs.org/des.js 31ms
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-assert 32ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-rsa 28ms
npm http fetch GET 200 https://registry.npmjs.org/bn.js 31ms
npm http fetch GET 200 https://registry.npmjs.org/elliptic 33ms
npm http fetch GET 200 https://registry.npmjs.org/parse-asn1 40ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz 25ms
npm http fetch GET 200 https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz 27ms
npm http fetch GET 200 https://registry.npmjs.org/hmac-drbg 27ms
npm http fetch GET 200 https://registry.npmjs.org/hash.js 28ms
npm http fetch GET 200 https://registry.npmjs.org/brorand 30ms
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-crypto-utils 30ms
npm http fetch GET 200 https://registry.npmjs.org/asn1.js 25ms
npm http fetch GET 200 https://registry.npmjs.org/miller-rabin 26ms
npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify 25ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify 32ms
npm http fetch GET 200 https://registry.npmjs.org/minimist 22ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz 34ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath 32ms
npm http fetch GET 200 https://registry.npmjs.org/inflight 32ms
npm http fetch GET 200 https://registry.npmjs.org/once 33ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 34ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch 34ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz 26ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz 26ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy 34ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 23ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map 24ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match 27ms
npm http fetch GET 200 https://registry.npmjs.org/function-bind 24ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer 29ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-node 834ms
npm http fetch GET 200 https://registry.npmjs.org/undeclared-identifiers 937ms
npm http fetch GET 200 https://registry.npmjs.org/acorn 27ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-walk 28ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-dynamic-import 29ms
npm http fetch GET 200 https://registry.npmjs.org/dash-ast 784ms
npm http fetch GET 200 https://registry.npmjs.org/get-assigned-identifiers 796ms
npm http fetch GET 200 https://registry.npmjs.org/simple-concat 841ms
npm http fetch GET 200 https://registry.npmjs.org/stream-splicer 803ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz 23ms
npm http fetch GET 200 https://registry.npmjs.org/stream-combiner2 832ms
npm http fetch GET 200 https://registry.npmjs.org/detective 866ms
npm http fetch GET 200 https://registry.npmjs.org/path-platform 788ms
npm http fetch GET 200 https://registry.npmjs.org/path-parse 24ms
npm http fetch GET 200 https://registry.npmjs.org/array-filter 24ms
npm http fetch GET 200 https://registry.npmjs.org/array-map 36ms
npm http fetch GET 200 https://registry.npmjs.org/array-reduce 39ms
npm http fetch GET 200 https://registry.npmjs.org/builtin-status-codes 23ms
npm http fetch GET 200 https://registry.npmjs.org/to-arraybuffer 35ms
npm http fetch GET 200 https://registry.npmjs.org/querystring 23ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz 27ms
npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 41923ms
npm timing stage:loadIdealTree Completed in 41980ms
npm timing stage:generateActionsToTake Completed in 23ms
npm http fetch GET 200 https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz 124ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.1.1.tgz 128ms
npm http fetch GET 200 https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz 131ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz 132ms
npm http fetch GET 200 https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz 131ms
npm http fetch GET 200 https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz 132ms
npm http fetch GET 200 https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz 133ms
npm http fetch GET 200 https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz 133ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz 134ms
npm http fetch GET 200 https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.0.tgz 65ms
npm http fetch GET 200 https://registry.npmjs.org/util/-/util-0.10.4.tgz 84ms
npm http fetch GET 200 https://registry.npmjs.org/url/-/url-0.11.0.tgz 86ms
npm http fetch GET 200 https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz 61ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.2.0.tgz 73ms
npm http fetch GET 200 https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz 73ms
npm http fetch GET 200 https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz 69ms
npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz 63ms
npm http fetch GET 200 https://registry.npmjs.org/read-only-stream/-/read-only-stream-2.0.0.tgz 67ms
npm http fetch GET 200 https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz 78ms
npm http fetch GET 200 https://registry.npmjs.org/module-deps/-/module-deps-6.2.1.tgz 57ms
npm http fetch GET 200 https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz 57ms
npm http fetch GET 200 https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.0.tgz 57ms
npm http fetch GET 200 https://registry.npmjs.org/has/-/has-1.0.3.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/events/-/events-2.1.0.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.4.tgz 66ms
npm http fetch GET 200 https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz 314ms
npm http fetch GET 200 https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz 63ms
npm http fetch GET 200 https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz 169ms
npm http fetch GET 200 https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz 55ms
npm http fetch GET 200 https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz 54ms
npm http fetch GET 200 https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz 83ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz 72ms
npm http fetch GET 200 https://registry.npmjs.org/browser-pack/-/browser-pack-6.1.0.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz 63ms
npm http fetch GET 200 https://registry.npmjs.org/through2/-/through2-2.0.5.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/assert/-/assert-1.5.0.tgz 75ms
npm http fetch GET 200 https://registry.npmjs.org/detective/-/detective-5.2.0.tgz 67ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-node/-/acorn-node-1.7.0.tgz 73ms
npm http fetch GET 200 https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz 61ms
npm http fetch GET 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz 63ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.1.tgz 62ms
npm http fetch GET 200 https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz 61ms
npm http fetch GET 200 https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz 55ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz 59ms
npm http fetch GET 200 https://registry.npmjs.org/umd/-/umd-3.0.3.tgz 47ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 59ms
npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz 67ms
npm http fetch GET 200 https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz 63ms
npm http fetch GET 200 https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.8.0.tgz 57ms
npm http fetch GET 200 https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.2.tgz 55ms
npm http fetch GET 200 https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz 61ms
npm http fetch GET 200 https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz 94ms
npm http fetch GET 200 https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz 57ms
npm http fetch GET 200 https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.4.tgz 59ms
npm http fetch GET 200 https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz 58ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz 70ms
npm http fetch GET 200 https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz 80ms
npm http fetch GET 200 https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz 72ms
npm http fetch GET 200 https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz 76ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz 61ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz 58ms
npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.11.1.tgz 58ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz 51ms
npm http fetch GET 200 https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/process/-/process-0.11.10.tgz 42ms
npm http fetch GET 200 https://registry.npmjs.org/parents/-/parents-1.0.1.tgz 37ms
npm http fetch GET 200 https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.tgz 34ms
npm http fetch GET 200 https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz 5094ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz 5104ms
npm http fetch GET 200 https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz 10116ms
npm http fetch GET 200 https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz 10142ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz 15136ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz 15151ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 20175ms
npm http fetch GET 200 https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz 20211ms
npm http fetch GET 200 https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz 25210ms
npm http fetch GET 200 https://registry.npmjs.org/defined/-/defined-1.0.0.tgz 25250ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 30228ms
npm http fetch GET 200 https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz 30257ms
npm http fetch GET 200 https://registry.npmjs.org/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz 35249ms
npm http fetch GET 200 https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz 35306ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 40268ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz 40327ms
npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 45284ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz 45354ms
npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz 50330ms
npm http fetch GET 200 https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz 50388ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz 55370ms
npm http fetch GET 200 https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz 55427ms
npm http fetch GET 304 https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz 36ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz 42ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz 60382ms
npm http fetch GET 200 https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz 60429ms
npm http fetch GET 304 https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz 35ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz 26ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz 65403ms
npm http fetch GET 200 https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz 65448ms
npm http fetch GET 304 https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz 31ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz 29ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz 70429ms
npm http fetch GET 200 https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz 70452ms
npm http fetch GET 304 https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz 28ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz 38ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/elliptic/-/elliptic-6.5.0.tgz 75433ms
npm http fetch GET 200 https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz 75499ms
npm http fetch GET 304 https://registry.npmjs.org/elliptic/-/elliptic-6.5.0.tgz 26ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz 25ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz 80437ms
npm http fetch GET 304 https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz 27ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/pako/-/pako-1.0.10.tgz 30ms (from cache)
npm timing action:extract Completed in 81623ms
npm timing action:finalize Completed in 4ms
npm timing stage:rollbackFailedOptional Completed in 1ms
npm timing stage:runTopLevelLifecycles Completed in 123864ms
npm ERR! path /build/source/staging_dir/hostpkg/lib/node_modules/browserify/node_modules/acorn
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/build/source/staging_dir/hostpkg/lib/node_modules/browserify/node_modules/acorn' -> '/build/source/staging_dir/hostpkg/lib/node_modules/browserify/node_modules/.acorn.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 
npm timing npm Completed in 124132ms

npm ERR! A complete log of this run can be found in:
npm ERR!     /build/source/tmp/npm-cache-uQvGFM3NE7/_logs/2019-07-03T05_19_22_366Z-debug.log
Makefile:92: recipe for target '/build/source/build_dir/hostpkg/node-browserify-16.2.3/.built' failed
make[3]: *** [/build/source/build_dir/hostpkg/node-browserify-16.2.3/.built] Error 254
make[3]: Leaving directory '/build/source/feeds/node/node-browserify'
time: package/feeds/node/node-browserify/host-compile#4.12#0.90#130.61
docker@1c55aa7c49a2:/build/source/logs/package/feeds/node/node-browserify$ 

node-cpx:

docker@1c55aa7c49a2:/build/source/logs/package/feeds/node/node-cpx$ cat host-compile.txt 
make[3]: Entering directory '/build/source/feeds/node/node-cpx'
mkdir -p /build/source/dl
SHELL= flock /build/source/tmp/.cpx-1.5.0.tgz.flock -c '  	/build/source/scripts/download.pl "/build/source/dl" "cpx-1.5.0.tgz" "900f32742f1efd584f7c5364c379fc5d30f0cbad6b35cd262ac08b9b3d6b6ca1" "" "https://registry.npmjs.org/cpx/-/"    '
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://registry.npmjs.org/cpx/-/cpx-1.5.0.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 11753  100 11753    0     0   1835      0  0:00:06  0:00:06 --:--:--  3018
install -d -m0755 /build/source/build_dir/hostpkg/node-cpx-1.5.0
touch /build/source/build_dir/hostpkg/node-cpx-1.5.0/.preparedb030254d5cc72eb029e366440a378efb_6664517399ebbbc92a37c5bb081b5c53
(cd /build/source/build_dir/hostpkg/node-cpx-1.5.0/; if [ -x configure ]; then cp -fpR /build/source/scripts/config.{guess,sub} /build/source/build_dir/hostpkg/node-cpx-1.5.0// && CC="ccache gcc" CFLAGS="-O2 -I/build/source/staging_dir/host/include -I/build/source/staging_dir/hostpkg/include -I/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/include" CXX="ccache g++" CPPFLAGS="-I/build/source/staging_dir/host/include -I/build/source/staging_dir/hostpkg/include -I/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/include" LDFLAGS="-L/build/source/staging_dir/host/lib -L/build/source/staging_dir/hostpkg/lib -L/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/lib" CONFIG_SHELL="/usr/bin/env bash"  bash ./configure --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/build/source/staging_dir/hostpkg --exec-prefix=/build/source/staging_dir/hostpkg --sysconfdir=/build/source/staging_dir/hostpkg/etc --localstatedir=/build/source/staging_dir/hostpkg/var --sbindir=/build/source/staging_dir/hostpkg/bin ; fi )
touch /build/source/build_dir/hostpkg/node-cpx-1.5.0/.configured
npm_config_nodedir=/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/ npm_config_prefix=/build/source/staging_dir/hostpkg/ npm_config_cache=/build/source/tmp/npm-cache-ngU09tQCnK npm_config_tmp=/build/source/tmp/npm-tmp-ngU09tQCnK npm install -g /build/source/dl/cpx-1.5.0.tgz
npm info it worked if it ends with ok
npm info using npm@6.9.0
npm info using node@v12.4.0
npm timing stage:loadCurrentTree Completed in 33ms
npm timing stage:loadIdealTree:cloneCurrentTree Completed in 0ms
npm timing stage:loadIdealTree:loadShrinkwrap Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/chokidar 5157ms
npm http fetch GET 200 https://registry.npmjs.org/babel-runtime 5163ms
npm http fetch GET 200 https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz 47ms
npm http fetch GET 200 https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz 52ms
npm http fetch GET 200 https://registry.npmjs.org/subarg 860ms
npm http fetch GET 200 https://registry.npmjs.org/duplexer 10165ms
npm http fetch GET 200 https://registry.npmjs.org/glob 10184ms
npm http fetch GET 200 https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz 30ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch 15195ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz 27ms
npm http fetch GET 200 https://registry.npmjs.org/glob2base 16005ms
npm http fetch GET 200 https://registry.npmjs.org/resolve 20214ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp 20217ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz 40ms
npm http fetch GET 200 https://registry.npmjs.org/shell-quote 25255ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 25261ms
npm http fetch GET 200 https://registry.npmjs.org/regenerator-runtime 29ms
npm http fetch GET 200 https://registry.npmjs.org/core-js 45ms
npm http fetch GET 200 https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz 29ms
npm http fetch GET 200 https://registry.npmjs.org/is-binary-path 43ms
npm http fetch GET 200 https://registry.npmjs.org/is-glob 43ms
npm http fetch GET 200 https://registry.npmjs.org/async-each 47ms
npm http fetch GET 200 https://registry.npmjs.org/readdirp 46ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 46ms
npm http fetch GET 200 https://registry.npmjs.org/inherits 50ms
npm http fetch GET 200 https://registry.npmjs.org/glob-parent 51ms
npm http fetch GET 200 https://registry.npmjs.org/anymatch 52ms
npm http fetch GET 200 https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz 30ms
npm http fetch GET 200 https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz 32ms
npm http fetch GET 200 https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz 39ms
npm http fetch GET 200 https://registry.npmjs.org/fsevents 5115ms
npm http fetch GET 200 https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz 171ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-path 32ms
npm http fetch GET 200 https://registry.npmjs.org/micromatch 33ms
npm http fetch GET 200 https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz 26ms
npm http fetch GET 200 https://registry.npmjs.org/filename-regex 38ms
npm http fetch GET 200 https://registry.npmjs.org/expand-brackets 39ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of 41ms
npm http fetch GET 200 https://registry.npmjs.org/extglob 43ms
npm http fetch GET 200 https://registry.npmjs.org/braces 44ms
npm http fetch GET 200 https://registry.npmjs.org/array-unique 46ms
npm http fetch GET 200 https://registry.npmjs.org/object.omit 49ms
npm http fetch GET 200 https://registry.npmjs.org/arr-diff 53ms
npm http fetch GET 200 https://registry.npmjs.org/is-extglob 57ms
npm http fetch GET 200 https://registry.npmjs.org/braces/-/braces-1.8.5.tgz 27ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz 27ms
npm http fetch GET 200 https://registry.npmjs.org/regex-cache 22ms
npm http fetch GET 200 https://registry.npmjs.org/parse-glob 5102ms
npm http fetch GET 200 https://registry.npmjs.org/arr-flatten 28ms
npm http fetch GET 200 https://registry.npmjs.org/expand-range 27ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-element 32ms
npm http fetch GET 200 https://registry.npmjs.org/preserve 33ms
npm http fetch GET 200 https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/fill-range 24ms
npm http fetch GET 200 https://registry.npmjs.org/is-number 30ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-string 28ms
npm http fetch GET 200 https://registry.npmjs.org/randomatic 30ms
npm http fetch GET 200 https://registry.npmjs.org/isobject 39ms
npm http fetch GET 200 https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz 35ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer 25ms
npm http fetch GET 200 https://registry.npmjs.org/isarray 24ms
npm http fetch GET 200 https://registry.npmjs.org/math-random 28ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/is-posix-bracket 24ms
npm http fetch GET 200 https://registry.npmjs.org/remove-trailing-separator 24ms
npm http fetch GET 200 https://registry.npmjs.org/for-own 26ms
npm http fetch GET 200 https://registry.npmjs.org/is-extendable 29ms
npm http fetch GET 200 https://registry.npmjs.org/for-in 35ms
npm http fetch GET 200 https://registry.npmjs.org/glob-base 26ms
npm http fetch GET 200 https://registry.npmjs.org/is-dotfile 39ms
npm http fetch GET 200 https://registry.npmjs.org/is-equal-shallow 53ms
npm http fetch GET 200 https://registry.npmjs.org/is-primitive 23ms
npm http fetch GET 200 https://registry.npmjs.org/nan 24ms
npm http fetch GET 200 https://registry.npmjs.org/binary-extensions 32ms
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs 29ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream 29ms
npm http fetch GET 200 https://registry.npmjs.org/define-property 32ms
npm http fetch GET 200 https://registry.npmjs.org/fragment-cache 33ms
npm http fetch GET 200 https://registry.npmjs.org/nanomatch 35ms
npm http fetch GET 200 https://registry.npmjs.org/extend-shallow 35ms
npm http fetch GET 200 https://registry.npmjs.org/object.pick 36ms
npm http fetch GET 200 https://registry.npmjs.org/regex-not 33ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon 36ms
npm http fetch GET 200 https://registry.npmjs.org/to-regex 36ms
npm http fetch GET 200 https://registry.npmjs.org/split-string 28ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon-node 30ms
npm http fetch GET 200 https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz 29ms
npm http fetch GET 200 https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz 34ms
npm http fetch GET 200 https://registry.npmjs.org/to-regex-range 25ms
npm http fetch GET 200 https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/map-cache 33ms
npm http fetch GET 200 https://registry.npmjs.org/base 37ms
npm http fetch GET 200 https://registry.npmjs.org/debug 38ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-resolve 37ms
npm http fetch GET 200 https://registry.npmjs.org/use 43ms
npm http fetch GET 200 https://registry.npmjs.org/source-map 57ms
npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-2.6.9.tgz 36ms
npm http fetch GET 200 https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz 46ms
npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz 42ms
npm http fetch GET 200 https://registry.npmjs.org/mixin-deep 33ms
npm http fetch GET 200 https://registry.npmjs.org/class-utils 36ms
npm http fetch GET 200 https://registry.npmjs.org/cache-base 38ms
npm http fetch GET 200 https://registry.npmjs.org/component-emitter 38ms
npm http fetch GET 200 https://registry.npmjs.org/pascalcase 36ms
npm http fetch GET 200 https://registry.npmjs.org/collection-visit 34ms
npm http fetch GET 200 https://registry.npmjs.org/unset-value 33ms
npm http fetch GET 200 https://registry.npmjs.org/get-value 35ms
npm http fetch GET 200 https://registry.npmjs.org/to-object-path 36ms
npm http fetch GET 200 https://registry.npmjs.org/has-value 37ms
npm http fetch GET 200 https://registry.npmjs.org/set-value 37ms
npm http fetch GET 200 https://registry.npmjs.org/union-value 38ms
npm http fetch GET 200 https://registry.npmjs.org/map-visit 25ms
npm http fetch GET 200 https://registry.npmjs.org/object-visit 26ms
npm http fetch GET 200 https://registry.npmjs.org/has-values 30ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz 22ms
npm http fetch GET 200 https://registry.npmjs.org/is-plain-object 25ms
npm http fetch GET 200 https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz 34ms
npm http fetch GET 200 https://registry.npmjs.org/assign-symbols 25ms
npm http fetch GET 200 https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz 33ms
npm http fetch GET 200 https://registry.npmjs.org/arr-union 24ms
npm http fetch GET 200 https://registry.npmjs.org/static-extend 27ms
npm http fetch GET 200 https://registry.npmjs.org/is-descriptor 26ms
npm http fetch GET 200 https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz 33ms
npm http fetch GET 200 https://registry.npmjs.org/is-data-descriptor 27ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz 33ms
npm http fetch GET 200 https://registry.npmjs.org/is-accessor-descriptor 37ms
npm http fetch GET 200 https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz 26ms
npm http fetch GET 200 https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/object-copy 23ms
npm http fetch GET 200 https://registry.npmjs.org/copy-descriptor 23ms
npm http fetch GET 200 https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz 26ms
npm http fetch GET 200 https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz 23ms
npm http fetch GET 200 https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz 34ms
npm http fetch GET 200 https://registry.npmjs.org/ms 25ms
npm http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.0.0.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-url 26ms
npm http fetch GET 200 https://registry.npmjs.org/atob 28ms
npm http fetch GET 200 https://registry.npmjs.org/urix 27ms
npm http fetch GET 200 https://registry.npmjs.org/resolve-url 29ms
npm http fetch GET 200 https://registry.npmjs.org/decode-uri-component 30ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon-util 23ms
npm http fetch GET 200 https://registry.npmjs.org/safe-regex 22ms
npm http fetch GET 200 https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/ret 26ms
npm http fetch GET 200 https://registry.npmjs.org/ret/-/ret-0.1.15.tgz 30ms
npm http fetch GET 200 https://registry.npmjs.org/posix-character-classes 22ms
npm http fetch GET 200 https://registry.npmjs.org/is-windows 23ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate 27ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args 28ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is 29ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder 43ms
npm http fetch GET 200 https://registry.npmjs.org/inflight 24ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath 25ms
npm http fetch GET 200 https://registry.npmjs.org/once 26ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy 25ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 31ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map 26ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match 27ms
npm http fetch GET 200 https://registry.npmjs.org/find-index 796ms
npm http fetch GET 200 https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz 32ms
npm http fetch GET 200 https://registry.npmjs.org/minimist 26ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz 34ms
npm http fetch GET 200 https://registry.npmjs.org/path-parse 27ms
npm http fetch GET 200 https://registry.npmjs.org/array-reduce 28ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify 29ms
npm http fetch GET 200 https://registry.npmjs.org/array-map 31ms
npm http fetch GET 200 https://registry.npmjs.org/array-filter 32ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz 29ms
npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 39104ms
npm timing stage:loadIdealTree Completed in 39196ms
npm timing stage:generateActionsToTake Completed in 72ms
npm http fetch GET 200 https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz 93ms
npm http fetch GET 200 https://registry.npmjs.org/atob/-/atob-2.1.2.tgz 96ms
npm http fetch GET 200 https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz 98ms
npm http fetch GET 200 https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz 99ms
npm http fetch GET 200 https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz 98ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz 98ms
npm http fetch GET 200 https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz 102ms
npm http fetch GET 200 https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz 107ms
npm http fetch GET 200 https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz 108ms
npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.4.tgz 78ms
npm http fetch GET 200 https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz 80ms
npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.11.1.tgz 79ms
npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 85ms
npm http fetch GET 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz 86ms
npm http fetch GET 200 https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz 99ms
npm http fetch GET 200 https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz 95ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 101ms
npm http fetch GET 200 https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz 109ms
npm http fetch GET 200 https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz 190ms
npm http fetch GET 200 https://registry.npmjs.org/braces/-/braces-2.3.2.tgz 85ms
npm http fetch GET 200 https://registry.npmjs.org/use/-/use-3.1.1.tgz 82ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz 83ms
npm http fetch GET 200 https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz 88ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz 88ms
npm http fetch GET 200 https://registry.npmjs.org/urix/-/urix-0.1.0.tgz 83ms
npm http fetch GET 200 https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz 80ms
npm http fetch GET 200 https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz 80ms
npm http fetch GET 200 https://registry.npmjs.org/base/-/base-0.11.2.tgz 84ms
npm http fetch GET 200 https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz 73ms
npm http fetch GET 200 https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz 74ms
npm http fetch GET 200 https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz 72ms
npm http fetch GET 200 https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz 69ms
npm http fetch GET 200 https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz 75ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz 78ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz 65ms
npm http fetch GET 200 https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz 70ms
npm http fetch GET 200 https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz 70ms
npm http fetch GET 200 https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz 73ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz 72ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz 82ms
npm http fetch GET 200 https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz 69ms
npm http fetch GET 200 https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz 82ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz 61ms
npm http fetch GET 200 https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz 63ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz 66ms
npm http fetch GET 200 https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz 63ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz 63ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz 63ms
npm http fetch GET 200 https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz 69ms
npm http fetch GET 200 https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz 74ms
npm http fetch GET 200 https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz 74ms
npm http fetch GET 200 https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz 63ms
npm http fetch GET 200 https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz 58ms
npm http fetch GET 200 https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz 62ms
npm http fetch GET 200 https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz 55ms
npm http fetch GET 200 https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz 61ms
npm http fetch GET 200 https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz 59ms
npm http fetch GET 200 https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz 69ms
npm http fetch GET 200 https://registry.npmjs.org/nan/-/nan-2.14.0.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz 58ms
npm http fetch GET 200 https://registry.npmjs.org/math-random/-/math-random-1.0.4.tgz 51ms
npm http fetch GET 200 https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz 66ms
npm http fetch GET 200 https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz 59ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz 49ms
npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 62ms
npm http fetch GET 200 https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz 57ms
npm http fetch GET 200 https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz 49ms
npm http fetch GET 200 https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz 50ms
npm http fetch GET 200 https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz 48ms
npm http fetch GET 200 https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz 51ms
npm http fetch GET 200 https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz 51ms
npm http fetch GET 200 https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz 38ms
npm http fetch GET 200 https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz 39ms
npm http fetch GET 200 https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz 40ms
npm http fetch GET 200 https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz 32ms
npm http fetch GET 200 https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz 5103ms
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz 5112ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz 10127ms
npm http fetch GET 200 https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz 10135ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz 15135ms
npm http fetch GET 200 https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz 15141ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 20168ms
npm http fetch GET 304 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 33ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/core-js/-/core-js-2.6.9.tgz 89ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz 25175ms
npm http fetch GET 200 https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz 25198ms
npm http fetch GET 304 https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz 27ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz 33ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz 30205ms
npm http fetch GET 200 https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz 30225ms
npm http fetch GET 304 https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz 30ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz 46ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz 35228ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 35230ms
npm http fetch GET 304 https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz 29ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 33ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz 40254ms
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.0.tgz 40272ms
npm http fetch GET 304 https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz 24ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.0.tgz 23ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 45284ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz 45298ms
npm http fetch GET 304 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 27ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz 26ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz 50308ms
npm http fetch GET 200 https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz 50329ms
npm http fetch GET 304 https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz 29ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz 36ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz 55320ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz 55266ms
npm http fetch GET 304 https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz 29ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz 26ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz 60260ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 60293ms
npm http fetch GET 304 https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz 28ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 26ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz 65278ms
npm http fetch GET 200 https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz 65279ms
npm http fetch GET 304 https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz 36ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz 35ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz 69960ms
npm http fetch GET 200 https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz 69998ms
npm http fetch GET 304 https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz 39ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz 46ms (from cache)
npm timing action:extract Completed in 71517ms
npm timing action:finalize Completed in 5ms
npm timing stage:rollbackFailedOptional Completed in 1ms
npm timing stage:runTopLevelLifecycles Completed in 111079ms
npm ERR! path /build/source/staging_dir/hostpkg/lib/node_modules/cpx/node_modules/arr-flatten
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/build/source/staging_dir/hostpkg/lib/node_modules/cpx/node_modules/arr-flatten' -> '/build/source/staging_dir/hostpkg/lib/node_modules/cpx/node_modules/.arr-flatten.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 
npm timing npm Completed in 111349ms

npm ERR! A complete log of this run can be found in:
npm ERR!     /build/source/tmp/npm-cache-ngU09tQCnK/_logs/2019-07-03T05_18_53_015Z-debug.log
Makefile:92: recipe for target '/build/source/build_dir/hostpkg/node-cpx-1.5.0/.built' failed
make[3]: *** [/build/source/build_dir/hostpkg/node-cpx-1.5.0/.built] Error 254
make[3]: Leaving directory '/build/source/feeds/node/node-cpx'
time: package/feeds/node/node-cpx/host-compile#5.20#1.29#118.59
docker@1c55aa7c49a2:/build/source/logs/package/feeds/node/node-cpx$ 

@nxhack
Copy link
Owner

nxhack commented Jul 3, 2019

hmm

npm ERR! enoent ENOENT: no such file or directory, rename '/build/source/staging_dir/hostpkg/lib/node_modules/cpx/node_modules/arr-flatten' -> '/build/source/staging_dir/hostpkg/lib/node_modules/cpx/node_modules/.arr-flatten.DELETE'

I will check it

@p3x-robot
Copy link
Contributor Author

i installed this package on my workstation and i get tons of warning of rename:

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: abbrev@1.1.1 (node_modules/fsevents/node_modules/abbrev):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/abbrev' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.abbrev.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ansi-regex@2.1.1 (node_modules/fsevents/node_modules/ansi-regex):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/ansi-regex' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.ansi-regex.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: aproba@1.2.0 (node_modules/fsevents/node_modules/aproba):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/aproba' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.aproba.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: balanced-match@1.0.0 (node_modules/fsevents/node_modules/balanced-match):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/balanced-match' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.balanced-match.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: chownr@1.1.1 (node_modules/fsevents/node_modules/chownr):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/chownr' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.chownr.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: code-point-at@1.1.0 (node_modules/fsevents/node_modules/code-point-at):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/code-point-at' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.code-point-at.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: concat-map@0.0.1 (node_modules/fsevents/node_modules/concat-map):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/concat-map' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.concat-map.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: console-control-strings@1.1.0 (node_modules/fsevents/node_modules/console-control-strings):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/console-control-strings' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.console-control-strings.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: core-util-is@1.0.2 (node_modules/fsevents/node_modules/core-util-is):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/core-util-is' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.core-util-is.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: deep-extend@0.6.0 (node_modules/fsevents/node_modules/deep-extend):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/deep-extend' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.deep-extend.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: delegates@1.0.0 (node_modules/fsevents/node_modules/delegates):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/delegates' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.delegates.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: detect-libc@1.0.3 (node_modules/fsevents/node_modules/detect-libc):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/detect-libc' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.detect-libc.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs.realpath@1.0.0 (node_modules/fsevents/node_modules/fs.realpath):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/fs.realpath' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.fs.realpath.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: has-unicode@2.0.1 (node_modules/fsevents/node_modules/has-unicode):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/has-unicode' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.has-unicode.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: inherits@2.0.3 (node_modules/fsevents/node_modules/inherits):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/inherits' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.inherits.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ini@1.3.5 (node_modules/fsevents/node_modules/ini):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/ini' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.ini.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: isarray@1.0.0 (node_modules/fsevents/node_modules/isarray):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/isarray' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.isarray.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: minimist@0.0.8 (node_modules/fsevents/node_modules/minimist):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/minimist' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.minimist.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: ms@2.1.1 (node_modules/fsevents/node_modules/ms):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/ms' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.ms.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: npm-bundled@1.0.6 (node_modules/fsevents/node_modules/npm-bundled):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/npm-bundled' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.npm-bundled.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: number-is-nan@1.0.1 (node_modules/fsevents/node_modules/number-is-nan):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/number-is-nan' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.number-is-nan.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: object-assign@4.1.1 (node_modules/fsevents/node_modules/object-assign):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/object-assign' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.object-assign.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: os-homedir@1.0.2 (node_modules/fsevents/node_modules/os-homedir):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/os-homedir' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.os-homedir.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: os-tmpdir@1.0.2 (node_modules/fsevents/node_modules/os-tmpdir):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/os-tmpdir' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.os-tmpdir.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: path-is-absolute@1.0.1 (node_modules/fsevents/node_modules/path-is-absolute):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/path-is-absolute' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.path-is-absolute.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: process-nextick-args@2.0.0 (node_modules/fsevents/node_modules/process-nextick-args):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/process-nextick-args' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.process-nextick-args.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: minimist@1.2.0 (node_modules/fsevents/node_modules/rc/node_modules/minimist):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/rc/node_modules/minimist' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/rc/node_modules/.minimist.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: safe-buffer@5.1.2 (node_modules/fsevents/node_modules/safe-buffer):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/safe-buffer' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.safe-buffer.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: safer-buffer@2.1.2 (node_modules/fsevents/node_modules/safer-buffer):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/safer-buffer' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.safer-buffer.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: sax@1.2.4 (node_modules/fsevents/node_modules/sax):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/sax' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.sax.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: semver@5.7.0 (node_modules/fsevents/node_modules/semver):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/semver' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.semver.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: set-blocking@2.0.0 (node_modules/fsevents/node_modules/set-blocking):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/set-blocking' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.set-blocking.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: signal-exit@3.0.2 (node_modules/fsevents/node_modules/signal-exit):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/signal-exit' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.signal-exit.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: strip-json-comments@2.0.1 (node_modules/fsevents/node_modules/strip-json-comments):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/strip-json-comments' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.strip-json-comments.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: util-deprecate@1.0.2 (node_modules/fsevents/node_modules/util-deprecate):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/util-deprecate' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.util-deprecate.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: wrappy@1.0.2 (node_modules/fsevents/node_modules/wrappy):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/wrappy' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.wrappy.DELETE'
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: yallist@3.0.3 (node_modules/fsevents/node_modules/yallist):
npm WARN enoent SKIPPING OPTIONAL DEPENDENCY: ENOENT: no such file or directory, rename '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/yallist' -> '/home/patrikx3/Downloads/package/node_modules/fsevents/node_modules/.yallist.DELETE'

Is in it something with the rename that is not working with the building?

@nxhack
Copy link
Owner

nxhack commented Jul 3, 2019

I did not found root cause, but I changed a little. Please test if you can.

@p3x-robot
Copy link
Contributor Author

building

@p3x-robot
Copy link
Contributor Author

p3x-robot commented Jul 3, 2019

ok, the node-cpx now built.

so does node-browserify has the same changes as in node-cpx?

the only thing i did, i used 6 cores, instead of 4...

now, only node-browserify could not build:

docker@bd99082b3202:/build/source/logs/package/feeds/node/node-browserify$ cat host-compile.txt 
make[3]: Entering directory '/build/source/feeds/node/node-browserify'
mkdir -p /build/source/dl
SHELL= flock /build/source/tmp/.browserify-16.2.3.tgz.flock -c '  	/build/source/scripts/download.pl "/build/source/dl" "browserify-16.2.3.tgz" "275b7748d4d169dd4fcc49c651ba944da798297e28b1197b2ecb1affd0f62b04" "" "https://registry.npmjs.org/browserify/-/"    '
+ curl -f --connect-timeout 20 --retry 5 --location --insecure https://registry.npmjs.org/browserify/-/browserify-16.2.3.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  165k  100  165k    0     0  30091      0  0:00:05  0:00:05 --:--:-- 41110
install -d -m0755 /build/source/build_dir/hostpkg/node-browserify-16.2.3
touch /build/source/build_dir/hostpkg/node-browserify-16.2.3/.prepareddaa78577660823ecdee8eab81e37069d_6664517399ebbbc92a37c5bb081b5c53
(cd /build/source/build_dir/hostpkg/node-browserify-16.2.3/; if [ -x configure ]; then cp -fpR /build/source/scripts/config.{guess,sub} /build/source/build_dir/hostpkg/node-browserify-16.2.3// && CC="ccache gcc" CFLAGS="-O2 -I/build/source/staging_dir/host/include -I/build/source/staging_dir/hostpkg/include -I/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/include" CXX="ccache g++" CPPFLAGS="-I/build/source/staging_dir/host/include -I/build/source/staging_dir/hostpkg/include -I/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/include" LDFLAGS="-L/build/source/staging_dir/host/lib -L/build/source/staging_dir/hostpkg/lib -L/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/lib" CONFIG_SHELL="/usr/bin/env bash"  bash ./configure --target=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/build/source/staging_dir/hostpkg --exec-prefix=/build/source/staging_dir/hostpkg --sysconfdir=/build/source/staging_dir/hostpkg/etc --localstatedir=/build/source/staging_dir/hostpkg/var --sbindir=/build/source/staging_dir/hostpkg/bin ; fi )
touch /build/source/build_dir/hostpkg/node-browserify-16.2.3/.configured
CFLAGS="-O2 -I/build/source/staging_dir/host/include -I/build/source/staging_dir/hostpkg/include -I/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/include" CPPFLAGS="-I/build/source/staging_dir/host/include -I/build/source/staging_dir/hostpkg/include -I/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/include" CXXFLAGS="" LDFLAGS="-L/build/source/staging_dir/host/lib -L/build/source/staging_dir/hostpkg/lib -L/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/host/lib" npm_config_nodedir=/build/source/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/usr/ npm_config_prefix=/build/source/staging_dir/hostpkg/ npm_config_cache=/build/source/tmp/npm-cache-48A1jLCVhj npm_config_tmp=/build/source/tmp/npm-tmp-48A1jLCVhj npm install -g /build/source/dl/browserify-16.2.3.tgz
npm info it worked if it ends with ok
npm info using npm@6.9.0
npm info using node@v12.4.0
npm timing stage:loadCurrentTree Completed in 85ms
npm timing stage:loadIdealTree:cloneCurrentTree Completed in 1ms
npm timing stage:loadIdealTree:loadShrinkwrap Completed in 1ms
npm http fetch GET 200 https://registry.npmjs.org/JSONStream 5141ms
npm http fetch GET 200 https://registry.npmjs.org/assert 5153ms
npm http fetch GET 200 https://registry.npmjs.org/crypto-browserify 29ms
npm http fetch GET 200 https://registry.npmjs.org/defined 23ms
npm http fetch GET 200 https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz 42ms
npm http fetch GET 200 https://registry.npmjs.org/deps-sort 37ms
npm http fetch GET 200 https://registry.npmjs.org/domain-browser 28ms
npm http fetch GET 200 https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.0.tgz 44ms
npm http fetch GET 200 https://registry.npmjs.org/duplexer2 30ms
npm http fetch GET 200 https://registry.npmjs.org/events 51ms
npm http fetch GET 200 https://registry.npmjs.org/glob 45ms
npm http fetch GET 200 https://registry.npmjs.org/has 23ms
npm http fetch GET 200 https://registry.npmjs.org/htmlescape 23ms
npm http fetch GET 200 https://registry.npmjs.org/https-browserify 61ms
npm http fetch GET 200 https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.1.tgz 45ms
npm http fetch GET 200 https://registry.npmjs.org/inherits 25ms
npm http fetch GET 200 https://registry.npmjs.org/insert-module-globals 38ms
npm http fetch GET 200 https://registry.npmjs.org/labeled-stream-splicer 30ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp 32ms
npm http fetch GET 200 https://registry.npmjs.org/module-deps 27ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz 29ms
npm http fetch GET 200 https://registry.npmjs.org/os-browserify 26ms
npm http fetch GET 200 https://registry.npmjs.org/parents 27ms
npm http fetch GET 200 https://registry.npmjs.org/path-browserify 26ms
npm http fetch GET 200 https://registry.npmjs.org/process 24ms
npm http fetch GET 200 https://registry.npmjs.org/punycode 31ms
npm http fetch GET 200 https://registry.npmjs.org/querystring-es3 22ms
npm http fetch GET 200 https://registry.npmjs.org/read-only-stream 30ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream 37ms
npm http fetch GET 200 https://registry.npmjs.org/resolve 25ms
npm http fetch GET 200 https://registry.npmjs.org/shasum 23ms
npm http fetch GET 200 https://registry.npmjs.org/shell-quote 24ms
npm http fetch GET 200 https://registry.npmjs.org/shasum/-/shasum-1.0.2.tgz 23ms
npm http fetch GET 200 https://registry.npmjs.org/stream-browserify 26ms
npm http fetch GET 200 https://registry.npmjs.org/stream-http 25ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder 24ms
npm http fetch GET 200 https://registry.npmjs.org/subarg 22ms
npm http fetch GET 200 https://registry.npmjs.org/syntax-error 29ms
npm http fetch GET 200 https://registry.npmjs.org/through2 40ms
npm http fetch GET 200 https://registry.npmjs.org/timers-browserify 34ms
npm http fetch GET 200 https://registry.npmjs.org/timers-browserify/-/timers-browserify-1.4.2.tgz 28ms
npm http fetch GET 200 https://registry.npmjs.org/url 35ms
npm http fetch GET 200 https://registry.npmjs.org/tty-browserify 112ms
npm http fetch GET 200 https://registry.npmjs.org/util 28ms
npm http fetch GET 200 https://registry.npmjs.org/vm-browserify 28ms
npm http fetch GET 200 https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz 39ms
npm http fetch GET 200 https://registry.npmjs.org/xtend 45ms
npm http fetch GET 200 https://registry.npmjs.org/browser-pack 10127ms
npm http fetch GET 200 https://registry.npmjs.org/browser-resolve 10158ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-zlib 15146ms
npm http fetch GET 200 https://registry.npmjs.org/buffer 15182ms
npm http fetch GET 200 https://registry.npmjs.org/cached-path-relative 20186ms
npm http fetch GET 200 https://registry.npmjs.org/concat-stream 20254ms
npm http fetch GET 200 https://registry.npmjs.org/console-browserify 25204ms
npm http fetch GET 200 https://registry.npmjs.org/constants-browserify 25209ms
npm http fetch GET 200 https://registry.npmjs.org/jsonparse 28ms
npm http fetch GET 200 https://registry.npmjs.org/through 30ms
npm http fetch GET 200 https://registry.npmjs.org/through/-/through-2.3.8.tgz 29ms
npm http fetch GET 200 https://registry.npmjs.org/object-assign 26ms
npm http fetch GET 200 https://registry.npmjs.org/util/-/util-0.10.3.tgz 37ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz 34ms
npm http fetch GET 200 https://registry.npmjs.org/combine-source-map 32ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 32ms
npm http fetch GET 200 https://registry.npmjs.org/umd 33ms
npm http fetch GET 200 https://registry.npmjs.org/convert-source-map 35ms
npm http fetch GET 200 https://registry.npmjs.org/inline-source-map 35ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.memoize 37ms
npm http fetch GET 200 https://registry.npmjs.org/source-map 46ms
npm http fetch GET 200 https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.1.3.tgz 34ms
npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz 47ms
npm http fetch GET 200 https://registry.npmjs.org/isarray 34ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args 35ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate 36ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is 37ms
npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz 29ms
npm http fetch GET 200 https://registry.npmjs.org/pako 26ms
npm http fetch GET 200 https://registry.npmjs.org/ieee754 26ms
npm http fetch GET 200 https://registry.npmjs.org/base64-js 28ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-from 24ms
npm http fetch GET 200 https://registry.npmjs.org/typedarray 40ms
npm http fetch GET 200 https://registry.npmjs.org/date-now 24ms
npm http fetch GET 200 https://registry.npmjs.org/create-hash 39ms
npm http fetch GET 200 https://registry.npmjs.org/diffie-hellman 44ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-sign 48ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-cipher 51ms
npm http fetch GET 200 https://registry.npmjs.org/create-hmac 52ms
npm http fetch GET 200 https://registry.npmjs.org/create-ecdh 63ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz 32ms
npm http fetch GET 200 https://registry.npmjs.org/pbkdf2 5075ms
npm http fetch GET 200 https://registry.npmjs.org/public-encrypt 5100ms
npm http fetch GET 200 https://registry.npmjs.org/randomfill 10096ms
npm http fetch GET 200 https://registry.npmjs.org/randombytes 10113ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-des 25ms
npm http fetch GET 200 https://registry.npmjs.org/evp_bytestokey 29ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-aes 34ms
npm http fetch GET 200 https://registry.npmjs.org/cipher-base 24ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-xor 28ms
npm http fetch GET 200 https://registry.npmjs.org/ripemd160 27ms
npm http fetch GET 200 https://registry.npmjs.org/md5.js 32ms
npm http fetch GET 200 https://registry.npmjs.org/sha.js 36ms
npm http fetch GET 200 https://registry.npmjs.org/hash-base 29ms
npm http fetch GET 200 https://registry.npmjs.org/des.js 26ms
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-assert 25ms
npm http fetch GET 200 https://registry.npmjs.org/bn.js 28ms
npm http fetch GET 200 https://registry.npmjs.org/parse-asn1 37ms
npm http fetch GET 200 https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/elliptic 66ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-rsa 88ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz 37ms
npm http fetch GET 200 https://registry.npmjs.org/hmac-drbg 29ms
npm http fetch GET 200 https://registry.npmjs.org/hash.js 32ms
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-crypto-utils 32ms
npm http fetch GET 200 https://registry.npmjs.org/brorand 47ms
npm http fetch GET 200 https://registry.npmjs.org/asn1.js 28ms
npm http fetch GET 200 https://registry.npmjs.org/miller-rabin 23ms
npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify 22ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify 28ms
npm http fetch GET 200 https://registry.npmjs.org/minimist 86ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz 32ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath 36ms
npm http fetch GET 200 https://registry.npmjs.org/inflight 37ms
npm http fetch GET 200 https://registry.npmjs.org/once 38ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 37ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch 42ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz 27ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz 31ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy 38ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 24ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map 24ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match 31ms
npm http fetch GET 200 https://registry.npmjs.org/function-bind 33ms
npm http fetch GET 200 https://registry.npmjs.org/undeclared-identifiers 25ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer 31ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-node 36ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-walk 25ms
npm http fetch GET 200 https://registry.npmjs.org/acorn 29ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-dynamic-import 30ms
npm http fetch GET 200 https://registry.npmjs.org/get-assigned-identifiers 26ms
npm http fetch GET 200 https://registry.npmjs.org/simple-concat 37ms
npm http fetch GET 200 https://registry.npmjs.org/dash-ast 39ms
npm http fetch GET 200 https://registry.npmjs.org/stream-splicer 23ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz 34ms
npm http fetch GET 200 https://registry.npmjs.org/stream-combiner2 24ms
npm http fetch GET 200 https://registry.npmjs.org/detective 30ms
npm http fetch GET 200 https://registry.npmjs.org/path-platform 28ms
npm http fetch GET 200 https://registry.npmjs.org/path-parse 40ms
npm http fetch GET 200 https://registry.npmjs.org/array-filter 29ms
npm http fetch GET 200 https://registry.npmjs.org/array-map 30ms
npm http fetch GET 200 https://registry.npmjs.org/array-reduce 43ms
npm http fetch GET 200 https://registry.npmjs.org/builtin-status-codes 23ms
npm http fetch GET 200 https://registry.npmjs.org/to-arraybuffer 38ms
npm http fetch GET 200 https://registry.npmjs.org/querystring 23ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz 34ms
npm timing stage:loadIdealTree:loadAllDepsIntoIdealTree Completed in 37262ms
npm timing stage:loadIdealTree Completed in 37345ms
npm timing stage:generateActionsToTake Completed in 26ms
npm http fetch GET 200 https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz 147ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.1.1.tgz 153ms
npm http fetch GET 200 https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz 155ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz 157ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz 154ms
npm http fetch GET 200 https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz 164ms
npm http fetch GET 200 https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz 165ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz 176ms
npm http fetch GET 200 https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz 176ms
npm http fetch GET 200 https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.0.tgz 121ms
npm http fetch GET 200 https://registry.npmjs.org/util/-/util-0.10.4.tgz 129ms
npm http fetch GET 200 https://registry.npmjs.org/url/-/url-0.11.0.tgz 128ms
npm http fetch GET 200 https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz 116ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.2.0.tgz 112ms
npm http fetch GET 200 https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz 115ms
npm http fetch GET 200 https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz 106ms
npm http fetch GET 200 https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz 120ms
npm http fetch GET 200 https://registry.npmjs.org/read-only-stream/-/read-only-stream-2.0.0.tgz 116ms
npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz 113ms
npm http fetch GET 200 https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz 131ms
npm http fetch GET 200 https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz 97ms
npm http fetch GET 200 https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz 122ms
npm http fetch GET 200 https://registry.npmjs.org/module-deps/-/module-deps-6.2.1.tgz 86ms
npm http fetch GET 200 https://registry.npmjs.org/labeled-stream-splicer/-/labeled-stream-splicer-2.0.2.tgz 75ms
npm http fetch GET 200 https://registry.npmjs.org/insert-module-globals/-/insert-module-globals-7.2.0.tgz 85ms
npm http fetch GET 200 https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz 76ms
npm http fetch GET 200 https://registry.npmjs.org/has/-/has-1.0.3.tgz 69ms
npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.4.tgz 77ms
npm http fetch GET 200 https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz 74ms
npm http fetch GET 200 https://registry.npmjs.org/events/-/events-2.1.0.tgz 80ms
npm http fetch GET 200 https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz 76ms
npm http fetch GET 200 https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz 69ms
npm http fetch GET 200 https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz 63ms
npm http fetch GET 200 https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz 493ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz 77ms
npm http fetch GET 200 https://registry.npmjs.org/browser-pack/-/browser-pack-6.1.0.tgz 82ms
npm http fetch GET 200 https://registry.npmjs.org/through2/-/through2-2.0.5.tgz 76ms
npm http fetch GET 200 https://registry.npmjs.org/detective/-/detective-5.2.0.tgz 76ms
npm http fetch GET 200 https://registry.npmjs.org/assert/-/assert-1.5.0.tgz 84ms
npm http fetch GET 200 https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz 84ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-node/-/acorn-node-1.7.0.tgz 81ms
npm http fetch GET 200 https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz 67ms
npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 65ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 62ms
npm http fetch GET 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz 56ms
npm http fetch GET 200 https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz 66ms
npm http fetch GET 200 https://registry.npmjs.org/stream-splicer/-/stream-splicer-2.0.1.tgz 77ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz 70ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 76ms
npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/umd/-/umd-3.0.3.tgz 62ms
npm http fetch GET 200 https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz 72ms
npm http fetch GET 200 https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz 74ms
npm http fetch GET 200 https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz 76ms
npm http fetch GET 200 https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.8.0.tgz 82ms
npm http fetch GET 200 https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.2.tgz 76ms
npm http fetch GET 200 https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz 76ms
npm http fetch GET 200 https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz 70ms
npm http fetch GET 200 https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.4.tgz 70ms
npm http fetch GET 200 https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz 79ms
npm http fetch GET 200 https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz 75ms
npm http fetch GET 200 https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz 158ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz 72ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz 75ms
npm http fetch GET 200 https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz 60ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz 62ms
npm http fetch GET 200 https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz 67ms
npm http fetch GET 200 https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz 72ms
npm http fetch GET 200 https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz 85ms
npm http fetch GET 200 https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz 68ms
npm http fetch GET 200 https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz 58ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz 64ms
npm http fetch GET 200 https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz 71ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz 53ms
npm http fetch GET 200 https://registry.npmjs.org/resolve/-/resolve-1.11.1.tgz 51ms
npm http fetch GET 200 https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz 51ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz 48ms
npm http fetch GET 200 https://registry.npmjs.org/process/-/process-0.11.10.tgz 46ms
npm http fetch GET 200 https://registry.npmjs.org/parents/-/parents-1.0.1.tgz 41ms
npm http fetch GET 200 https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz 37ms
npm http fetch GET 200 https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.tgz 41ms
npm http fetch GET 200 https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz 5119ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz 5138ms
npm http fetch GET 304 https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz 28ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz 27ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz 10126ms
npm http fetch GET 200 https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz 10145ms
npm http fetch GET 304 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz 38ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz 48ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 15144ms
npm http fetch GET 200 https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz 15153ms
npm http fetch GET 304 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 30ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/dash-ast/-/dash-ast-1.0.0.tgz 35ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz 20159ms
npm http fetch GET 200 https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz 20189ms
npm http fetch GET 304 https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz 36ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz 31ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/defined/-/defined-1.0.0.tgz 25182ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz 25222ms
npm http fetch GET 304 https://registry.npmjs.org/defined/-/defined-1.0.0.tgz 28ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz 34ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz 30170ms
npm http fetch GET 200 https://registry.npmjs.org/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz 30205ms
npm http fetch GET 304 https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz 39ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/get-assigned-identifiers/-/get-assigned-identifiers-1.2.0.tgz 39ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz 35199ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz 35252ms
npm http fetch GET 304 https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz 40ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz 29ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 40221ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 40265ms
npm http fetch GET 304 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 25ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 27ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 45228ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz 45288ms
npm http fetch GET 304 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 35ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz 30ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz 50243ms
npm http fetch GET 200 https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz 50311ms
npm http fetch GET 304 https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-0.0.1.tgz 29ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz 55257ms
npm http fetch GET 200 https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz 55301ms
npm http fetch GET 304 https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-3.0.4.tgz 25ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz 27ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz 60282ms
npm http fetch GET 200 https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz 60331ms
npm http fetch GET 304 https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz 29ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz 71ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz 65321ms
npm http fetch GET 200 https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz 65337ms
npm http fetch GET 304 https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz 28ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz 25ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz 70315ms
npm http fetch GET 200 https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz 70370ms
npm http fetch GET 304 https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz 29ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz 29ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/elliptic/-/elliptic-6.5.0.tgz 75332ms
npm http fetch GET 200 https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz 75416ms
npm http fetch GET 304 https://registry.npmjs.org/elliptic/-/elliptic-6.5.0.tgz 42ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz 26ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz 80325ms
npm http fetch GET 304 https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz 36ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/pako/-/pako-1.0.10.tgz 37ms (from cache)
npm timing action:extract Completed in 81536ms
npm timing action:finalize Completed in 7ms
npm timing stage:rollbackFailedOptional Completed in 1ms
npm timing stage:runTopLevelLifecycles Completed in 119081ms
npm ERR! path /build/source/staging_dir/hostpkg/lib/node_modules/browserify/node_modules/acorn
npm ERR! code ENOENT
npm ERR! errno -2
npm ERR! syscall rename
npm ERR! enoent ENOENT: no such file or directory, rename '/build/source/staging_dir/hostpkg/lib/node_modules/browserify/node_modules/acorn' -> '/build/source/staging_dir/hostpkg/lib/node_modules/browserify/node_modules/.acorn.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 
npm timing npm Completed in 119370ms

npm ERR! A complete log of this run can be found in:
npm ERR!     /build/source/tmp/npm-cache-48A1jLCVhj/_logs/2019-07-03T10_51_31_120Z-debug.log
Makefile:94: recipe for target '/build/source/build_dir/hostpkg/node-browserify-16.2.3/.built' failed
make[3]: *** [/build/source/build_dir/hostpkg/node-browserify-16.2.3/.built] Error 254
make[3]: Leaving directory '/build/source/feeds/node/node-browserify'
time: package/feeds/node/node-browserify/host-compile#4.63#0.96#125.98
docker@bd99082b3202:/build/source/logs/package/feeds/node/node-browserify$ 

https://cdn.corifeus.com/openwrt/18.06.4/targets/mvebu/error-packages.txt

   ERROR: package/feeds/node/node-authenticate-pam failed to build.
   ERROR: package/feeds/node/node-bignum failed to build.
   ERROR: package/feeds/node/node-bluetooth-hci-socket failed to build.
   ERROR: package/feeds/node/node-browserify [host] failed to build.
   ERROR: package/feeds/node/node-ejdb failed to build.
   ERROR: package/feeds/node/node-fuse-bindings failed to build.
   ERROR: package/feeds/node/node-hashtable failed to build.
   ERROR: package/feeds/node/node-mdns failed to build.
   ERROR: package/feeds/node/node-mknod failed to build.
   ERROR: package/feeds/node/node-openzwave-shared failed to build.
   ERROR: package/feeds/node/node-pi-spi failed to build.
   ERROR: package/feeds/node/node-pty failed to build.
   ERROR: package/feeds/node/node-rpio failed to build.
   ERROR: package/feeds/node/node-statvfs failed to build.
   ERROR: package/feeds/packages/classpath failed to build.
   ERROR: package/feeds/packages/dmapd failed to build.
   ERROR: package/feeds/packages/grilo-plugins failed to build.
   ERROR: package/feeds/packages/hamlib failed to build.
   ERROR: package/feeds/packages/lcdgrilo failed to build.
   ERROR: package/feeds/packages/libmraa failed to build.
   ERROR: package/feeds/packages/libupm failed to build.
   ERROR: package/feeds/packages/open2300 failed to build.
   ERROR: package/feeds/packages/openssh failed to build (build variant: with-pam).
   ERROR: package/feeds/packages/protobuf-c [host] failed to build.
   ERROR: package/feeds/routing/pimbd failed to build.
   ERROR: package/network/services/omcproxy failed to build.

@p3x-robot
Copy link
Contributor Author

it does not make sense as the node-cpx and node-browserify Makefile is almost identical.
i think because i use 6 jobs instead of 4, it built the node package complete earlier now.
so it is still not waiting for node to be completed.

@nxhack
Copy link
Owner

nxhack commented Jul 3, 2019

Thank you for the test.
Next I will change the package structure. It will take some time.

@p3x-robot
Copy link
Contributor Author

with 8 cores, an no host error:

   ERROR: package/feeds/node/node-authenticate-pam failed to build.
   ERROR: package/feeds/node/node-bignum failed to build.
   ERROR: package/feeds/node/node-bluetooth-hci-socket failed to build.
   ERROR: package/feeds/node/node-ejdb failed to build.
   ERROR: package/feeds/node/node-fuse-bindings failed to build.
   ERROR: package/feeds/node/node-hashtable failed to build.
   ERROR: package/feeds/node/node-mdns failed to build.
   ERROR: package/feeds/node/node-mknod failed to build.
   ERROR: package/feeds/node/node-openzwave-shared failed to build.
   ERROR: package/feeds/node/node-pi-spi failed to build.
   ERROR: package/feeds/node/node-pty failed to build.
   ERROR: package/feeds/node/node-rpio failed to build.
   ERROR: package/feeds/node/node-statvfs failed to build.
   ERROR: package/feeds/packages/classpath failed to build.
   ERROR: package/feeds/packages/dmapd failed to build.
   ERROR: package/feeds/packages/grilo-plugins failed to build.
   ERROR: package/feeds/packages/hamlib failed to build.
   ERROR: package/feeds/packages/lcdgrilo failed to build.
   ERROR: package/feeds/packages/libmraa failed to build.
   ERROR: package/feeds/packages/libupm failed to build.
   ERROR: package/feeds/packages/open2300 failed to build.
   ERROR: package/feeds/packages/openssh failed to build (build variant: with-pam).
   ERROR: package/feeds/packages/perl-device-usb failed to build.
   ERROR: package/feeds/packages/perl-parse-recdescent [host] failed to build.
   ERROR: package/feeds/packages/protobuf-c [host] failed to build.
   ERROR: package/feeds/routing/pimbd failed to build.
   ERROR: package/network/services/omcproxy failed to build.

@p3x-robot
Copy link
Contributor Author

this package is perfect, i used 9 jobs and no host error at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants