Page MenuHomePhabricator
Paste P4395

Kartotherian build failing
ActivePublic

Authored by Yurik on Nov 9 2016, 4:58 AM.
Referenced Files
F4709024: Kartotherian build failing
Nov 9 2016, 4:58 AM
F4709021: Kartotherian build failing
Nov 9 2016, 4:58 AM
Subscribers
Note that --reshrinkwrap simply deletes npm-shrinkwrap.json before npm install, and runs npm shrinkwrap right after npm install finishes, before the dedup step (which it seems it never gets to)
yurik@steppenwolf:~/wmf/kartotherian/kartotherian$ ./server.js build --deploy-repo --force --reshrinkwrap
Sending build context to Docker daemon 277.5 kB
Step 1 : FROM debian:jessie
---> 73e72bf822ca
Step 2 : RUN apt-get update && apt-get install -y nodejs nodejs-legacy npm git wget libcairo2-dev libgif-dev libpango1.0-dev libjpeg62-turbo-dev && rm -rf /var/lib/apt/lists/*
---> Using cache
---> 51562b92eb32
Step 3 : ENV NVM_DIR /usr/local/nvm
---> Using cache
---> fccf033dfed2
Step 4 : RUN wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash && . $NVM_DIR/nvm.sh && nvm install 6.9.1
---> Using cache
---> 1ab668c91e5f
Step 5 : RUN groupadd -o -g 1000 -r rungroup && useradd -o -m -r -g rungroup -u 1000 runuser
---> Using cache
---> a4a81a093f37
Step 6 : USER runuser
---> Using cache
---> 6321d96ca46a
Step 7 : ENV HOME /home/runuser LINK g++
---> Using cache
---> 54a3b6a07cf9
Step 8 : ENV IN_DOCKER 1
---> Using cache
---> 7e822f3d53b2
Step 9 : CMD rm -f npm-shrinkwrap.json && . $NVM_DIR/nvm.sh && nvm use 6.9.1 && npm install --production && npm shrinkwrap && npm install heapdump && npm dedupe
---> Using cache
---> e77715f87c88
Successfully built e77715f87c88
Now using node v6.9.1 (npm v3.10.8)
npm WARN deprecated queue-async@1.0.7: renamed to d3-queue
npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
> mapnik@3.5.14 preinstall /opt/service/node_modules/.staging/mapnik-8de9c57f
> npm install node-pre-gyp
mapnik@3.5.14 /opt/service/node_modules/.staging/mapnik-8de9c57f
`-- node-pre-gyp@0.6.31
+-- mkdirp@0.5.1
| `-- minimist@0.0.8
+-- nopt@3.0.6
| `-- abbrev@1.0.9
+-- npmlog@4.0.0
| +-- are-we-there-yet@1.1.2
| | `-- delegates@1.0.0
| +-- console-control-strings@1.1.0
| +-- gauge@2.6.0
| | +-- aproba@1.0.4
| | +-- has-color@0.1.7
| | +-- has-unicode@2.0.1
| | +-- object-assign@4.1.0
| | +-- signal-exit@3.0.1
| | +-- string-width@1.0.2
| | | +-- code-point-at@1.1.0
| | | `-- is-fullwidth-code-point@1.0.0
| | | `-- number-is-nan@1.0.1
| | +-- strip-ansi@3.0.1
| | | `-- ansi-regex@2.0.0
| | `-- wide-align@1.1.0
| `-- set-blocking@2.0.0
+-- rc@1.1.6
| +-- deep-extend@0.4.1
| +-- ini@1.3.4
| +-- minimist@1.2.0
| `-- strip-json-comments@1.0.4
+-- request@2.78.0
| +-- aws-sign2@0.6.0
| +-- aws4@1.5.0
| +-- caseless@0.11.0
| +-- combined-stream@1.0.5
| | `-- delayed-stream@1.0.0
| +-- extend@3.0.0
| +-- forever-agent@0.6.1
| +-- form-data@2.1.2
| | `-- asynckit@0.4.0
| +-- har-validator@2.0.6
| | +-- chalk@1.1.3
| | | +-- ansi-styles@2.2.1
| | | +-- escape-string-regexp@1.0.5
| | | +-- has-ansi@2.0.0
| | | `-- supports-color@2.0.0
| | +-- commander@2.9.0
| | | `-- graceful-readlink@1.0.1
| | +-- is-my-json-valid@2.15.0
| | | +-- generate-function@2.0.0
| | | +-- generate-object-property@1.2.0
| | | | `-- is-property@1.0.2
| | | +-- jsonpointer@4.0.0
| | | `-- xtend@4.0.1
| | `-- pinkie-promise@2.0.1
| | `-- pinkie@2.0.4
| +-- hawk@3.1.3
| | +-- boom@2.10.1
| | +-- cryptiles@2.0.5
| | +-- hoek@2.16.3
| | `-- sntp@1.0.9
| +-- http-signature@1.1.1
| | +-- assert-plus@0.2.0
| | +-- jsprim@1.3.1
| | | +-- extsprintf@1.0.2
| | | +-- json-schema@0.2.3
| | | `-- verror@1.3.6
| | `-- sshpk@1.10.1
| | +-- asn1@0.2.3
| | +-- assert-plus@1.0.0
| | +-- bcrypt-pbkdf@1.0.0
| | +-- dashdash@1.14.0
| | | `-- assert-plus@1.0.0
| | +-- ecc-jsbn@0.1.1
| | +-- getpass@0.1.6
| | | `-- assert-plus@1.0.0
| | +-- jodid25519@1.0.2
| | +-- jsbn@0.1.0
| | `-- tweetnacl@0.14.3
| +-- is-typedarray@1.0.0
| +-- isstream@0.1.2
| +-- json-stringify-safe@5.0.1
| +-- mime-types@2.1.12
| | `-- mime-db@1.24.0
| +-- node-uuid@1.4.7
| +-- oauth-sign@0.8.2
| +-- qs@6.3.0
| +-- stringstream@0.0.5
| +-- tough-cookie@2.3.2
| | `-- punycode@1.4.1
| `-- tunnel-agent@0.4.3
+-- rimraf@2.5.4
| `-- glob@7.1.1
| +-- fs.realpath@1.0.0
| +-- inflight@1.0.6
| +-- minimatch@3.0.3
| | `-- brace-expansion@1.1.6
| | +-- balanced-match@0.4.2
| | `-- concat-map@0.0.1
| +-- once@1.4.0
| `-- path-is-absolute@1.0.1
+-- semver@5.3.0
+-- tar@2.2.1
| +-- block-stream@0.0.9
| +-- fstream@1.0.10
| | `-- graceful-fs@4.1.10
| `-- inherits@2.0.3
`-- tar-pack@3.3.0
+-- debug@2.2.0
| `-- ms@0.7.1
+-- fstream-ignore@1.0.5
+-- once@1.3.3
| `-- wrappy@1.0.2
+-- readable-stream@2.1.5
| +-- buffer-shims@1.0.0
| +-- core-util-is@1.0.2
| +-- isarray@1.0.0
| +-- process-nextick-args@1.0.7
| +-- string_decoder@0.10.31
| `-- util-deprecate@1.0.2
`-- uid-number@0.0.6
npm WARN mapnik@3.5.14 No license field.
> dtrace-provider@0.7.1 install /opt/service/node_modules/dtrace-provider
> node scripts/install.js
> mapnik@3.5.14 install /opt/service/node_modules/mapnik
> node-pre-gyp install --fallback-to-build
[mapnik] Success: "/opt/service/node_modules/mapnik/lib/binding/node-v48-linux-x64/mapnik.node" is installed via remote
> heapdump@0.3.7 install /opt/service/node_modules/heapdump
> node-gyp rebuild
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
gyp WARN download NVM_NODEJS_ORG_MIRROR is deprecated and will be removed in node-gyp v4, please use NODEJS_ORG_MIRROR
make: Entering directory '/opt/service/node_modules/heapdump/build'
CXX(target) Release/obj.target/addon/src/heapdump.o
SOLINK_MODULE(target) Release/obj.target/addon.node
COPY Release/addon.node
make: Leaving directory '/opt/service/node_modules/heapdump/build'
kartotherian@0.0.22 /opt/service
+-- bluebird@3.4.6
+-- body-parser@1.15.2
| +-- bytes@2.4.0
| +-- content-type@1.0.2
| +-- debug@2.2.0
| | `-- ms@0.7.1
| +-- depd@1.1.0
| +-- http-errors@1.5.0
| | +-- inherits@2.0.1
| | +-- setprototypeof@1.0.1
| | `-- statuses@1.3.0
| +-- iconv-lite@0.4.13
| +-- on-finished@2.3.0
| | `-- ee-first@1.1.1
| +-- qs@6.2.0
| +-- raw-body@2.1.7
| | `-- unpipe@1.0.0
| `-- type-is@1.6.13
| +-- media-typer@0.3.0
| `-- mime-types@2.1.12
+-- bunyan@1.8.4
| +-- dtrace-provider@0.7.1
| +-- moment@2.15.2
| +-- mv@2.1.1
| | +-- mkdirp@0.5.1
| | | `-- minimist@0.0.8
| | +-- ncp@2.0.0
| | `-- rimraf@2.4.5
| | `-- glob@6.0.4
| | +-- inflight@1.0.6
| | +-- minimatch@3.0.3
| | | `-- brace-expansion@1.1.6
| | | +-- balanced-match@0.4.2
| | | `-- concat-map@0.0.1
| | +-- once@1.4.0
| | `-- path-is-absolute@1.0.1
| `-- safe-json-stringify@1.0.3
+-- bunyan-prettystream@0.1.3
+-- cassandra-uuid@0.0.2
| `-- long@2.4.0
+-- compression@1.6.2
| +-- accepts@1.3.3
| | `-- negotiator@0.6.1
| +-- bytes@2.3.0
| +-- compressible@2.0.9
| | `-- mime-db@1.24.0
| +-- on-headers@1.0.1
| `-- vary@1.1.0
+-- domino@1.0.27
+-- express@4.14.0
| +-- array-flatten@1.1.1
| +-- content-disposition@0.5.1
| +-- cookie@0.3.1
| +-- cookie-signature@1.0.6
| +-- encodeurl@1.0.1
| +-- escape-html@1.0.3
| +-- etag@1.7.0
| +-- finalhandler@0.5.0
| +-- fresh@0.3.0
| +-- merge-descriptors@1.0.1
| +-- methods@1.1.2
| +-- parseurl@1.3.1
| +-- path-to-regexp@0.1.7
| +-- proxy-addr@1.1.2
| | +-- forwarded@0.1.0
| | `-- ipaddr.js@1.1.1
| +-- range-parser@1.2.0
| +-- send@0.14.1
| | +-- destroy@1.0.4
| | `-- mime@1.3.4
| +-- serve-static@1.11.1
| `-- utils-merge@1.0.0
+-- extend@3.0.0
+-- heapdump@0.3.7
+-- js-yaml@3.6.1
| +-- argparse@1.0.9
| | `-- sprintf-js@1.0.3
| `-- esprima@2.7.3
+-- kartotherian-autogen@0.0.5 (git+https://github.com/kartotherian/kartotherian-autogen.git#47b78dd4d8cac71ba6e0516fe147782044801823)
| `-- underscore@1.8.3
+-- kartotherian-cassandra@0.0.7 (git+https://github.com/kartotherian/kartotherian-cassandra.git#cabef6a41c37e24c41cf87e2e441e3d29a26b740)
| +-- cassandra-driver@3.0.2
| | `-- async@1.5.2
| +-- multistream@2.1.0
| | `-- readable-stream@2.1.5
| | +-- buffer-shims@1.0.0
| | +-- core-util-is@1.0.2
| | +-- isarray@1.0.0
| | +-- process-nextick-args@1.0.7
| | +-- string_decoder@0.10.31
| | `-- util-deprecate@1.0.2
| `-- promistreamus@0.1.11
+-- kartotherian-core@0.0.18 (git+https://github.com/kartotherian/kartotherian-core.git#d55341c2dc8c47dbd5876ae91aa3ea9504b5d4ed)
| `-- xmldoc@0.3.1 (git+https://github.com/nyurik/xmldoc.git#3107ca5fe10227539299fb1bb82992d5b824bc37)
| `-- sax@1.1.6
+-- kartotherian-demultiplexer@0.0.5 (git+https://github.com/kartotherian/kartotherian-demultiplexer.git#92d54bdd10ce15cfe3c537e11d5a54f4dedb84ff)
+-- kartotherian-geoshapes@0.0.10 (git+https://github.com/kartotherian/kartotherian-geoshapes.git#40965b7595a34d85f298314c8f4132b1329e196e)
| +-- pg-promise@3.9.1
| | +-- pg@4.5.6
| | | +-- buffer-writer@1.0.1
| | | +-- generic-pool@2.4.2
| | | +-- pg-types@1.11.0
| | | | +-- ap@0.2.0
| | | | +-- postgres-array@1.0.0
| | | | +-- postgres-bytea@1.0.0
| | | | +-- postgres-date@1.0.3
| | | | `-- postgres-interval@1.0.2
| | | `-- semver@4.3.6
| | +-- pg-minify@0.2.5
| | `-- spex@0.4.6
| +-- pg.js@4.1.1
| | +-- buffer-writer@1.0.0
| | +-- generic-pool@2.1.1
| | +-- packet-reader@0.2.0
| | +-- pg-connection-string@0.1.3
| | +-- pg-types@1.6.0
| | `-- pgpass@0.0.3
| | `-- split@0.3.3
| | `-- through@2.3.8
| +-- topojson@1.6.27
| | +-- d3@3.5.17
| | +-- d3-geo-projection@0.2.16
| | | `-- brfs@1.4.3
| | | +-- quote-stream@1.0.2
| | | | +-- buffer-equal@0.0.1
| | | | `-- minimist@1.2.0
| | | +-- resolve@1.1.7
| | | +-- static-module@1.3.1
| | | | +-- concat-stream@1.4.10
| | | | | +-- readable-stream@1.1.14
| | | | | | `-- isarray@0.0.1
| | | | | `-- typedarray@0.0.6
| | | | +-- duplexer2@0.0.2
| | | | | `-- readable-stream@1.1.14
| | | | | `-- isarray@0.0.1
| | | | +-- escodegen@1.3.3
| | | | | +-- esprima@1.1.1
| | | | | +-- estraverse@1.5.1
| | | | | +-- esutils@1.0.0
| | | | | `-- source-map@0.1.43
| | | | | `-- amdefine@1.0.1
| | | | +-- falafel@1.2.0
| | | | | +-- acorn@1.2.2
| | | | | +-- foreach@2.0.5
| | | | | +-- isarray@0.0.1
| | | | | `-- object-keys@1.0.11
| | | | +-- has@1.0.1
| | | | | `-- function-bind@1.1.0
| | | | +-- object-inspect@0.4.0
| | | | +-- quote-stream@0.0.0
| | | | +-- readable-stream@1.0.34
| | | | | `-- isarray@0.0.1
| | | | +-- shallow-copy@0.0.1
| | | | +-- static-eval@0.2.4
| | | | | `-- escodegen@0.0.28
| | | | | +-- esprima@1.0.4
| | | | | `-- estraverse@1.3.2
| | | | `-- through2@0.4.2
| | | | `-- xtend@2.1.2
| | | | `-- object-keys@0.4.0
| | | `-- through2@2.0.1
| | | `-- readable-stream@2.0.6
| | +-- d3-queue@2.0.3
| | +-- optimist@0.3.7
| | | `-- wordwrap@0.0.3
| | +-- rw@1.3.2
| | `-- shapefile@0.3.1
| | +-- d3-queue@1.2.3
| | `-- iconv-lite@0.2.11
| `-- wd-type-parser@0.0.2
+-- kartotherian-layermixer@0.0.5 (git+https://github.com/kartotherian/kartotherian-layermixer.git#6a3b5c8e04ee891a9a73269df8856b2b407bd882)
+-- kartotherian-maki@0.0.5 (git+https://github.com/kartotherian/kartotherian-maki.git#a8831d9913d07943c5877cca021f9446cff45486)
| `-- makizushi@1.4.0
| +-- blend@1.2.0
| +-- err-code@0.1.2
| +-- maki@0.5.0
| `-- xtend@3.0.0
+-- kartotherian-overzoom@0.0.7 (git+https://github.com/kartotherian/kartotherian-overzoom.git#e69a32c844293aae6bbe6ae599501ef5a6fb2c71)
+-- kartotherian-postgres@0.0.7 (git+https://github.com/kartotherian/kartotherian-postgres.git#dc57505b5389b55386b2c360ffa8049896a0cee0)
| `-- pg-query-stream@1.0.0
| `-- pg-cursor@1.0.0
+-- kartotherian-server@0.0.10 (git+https://github.com/kartotherian/kartotherian-server.git#0fbcbae3979c748a567edcf2e356fd353f029331)
| `-- leaflet@0.7.7
+-- kartotherian-snapshot@0.2.7 (git+https://github.com/kartotherian/kartotherian-snapshot.git#ebdec709d2269a8f7093100ccf9308a68babebd7)
| +-- abaculus@2.0.3
| +-- domain-validator@0.0.3
| +-- geojson-mapnikify@0.7.1
| | +-- agentkeepalive@2.0.5
| | +-- geojson-normalize@0.0.1
| | +-- minimist@1.2.0
| | +-- request@2.65.0
| | | +-- form-data@1.0.1
| | | | `-- async@2.1.2
| | | +-- http-signature@0.11.0
| | | | +-- asn1@0.1.11
| | | | `-- assert-plus@0.1.5
| | | +-- qs@5.2.1
| | | `-- tough-cookie@2.2.2
| | +-- sigmund@1.0.1
| | `-- xtend@4.0.1
| +-- mwapi@0.0.8
| +-- sphericalmercator@1.0.5
| +-- tilelive-overlay@0.7.0
| `-- wikimedia-mapdata@0.3.0 (git+https://github.com/juliengirault/wikimedia-mapdata.git#2e3fc3685f49a3c24e9f35c391bc66b318c9515f)
+-- kartotherian-substantial@0.0.5 (git+https://github.com/kartotherian/kartotherian-substantial.git#fa7c4d7798ffe4c4aa0b421214d823fd4a2d1539)
+-- mapnik@3.5.14
| +-- mapnik-vector-tile@1.2.2
| +-- nan@2.4.0
| +-- node-pre-gyp@0.6.31
| | +-- nopt@3.0.6
| | | `-- abbrev@1.0.9
| | +-- npmlog@4.0.0
| | | +-- are-we-there-yet@1.1.2
| | | | `-- delegates@1.0.0
| | | +-- console-control-strings@1.1.0
| | | `-- gauge@2.6.0
| | | +-- aproba@1.0.4
| | | +-- has-color@0.1.7
| | | +-- has-unicode@2.0.1
| | | +-- object-assign@4.1.0
| | | +-- signal-exit@3.0.1
| | | `-- wide-align@1.1.0
| | +-- rc@1.1.6
| | | +-- deep-extend@0.4.1
| | | +-- ini@1.3.4
| | | +-- minimist@1.2.0
| | | `-- strip-json-comments@1.0.4
| | +-- rimraf@2.5.4
| | | `-- glob@7.1.1
| | | `-- fs.realpath@1.0.0
| | +-- semver@5.3.0
| | `-- tar-pack@3.3.0
| | +-- fstream-ignore@1.0.5
| | +-- once@1.3.3
| | | `-- wrappy@1.0.2
| | +-- rimraf@2.5.4
| | | `-- glob@7.1.1
| | `-- uid-number@0.0.6
| `-- protozero@1.4.2
+-- osm-bright-source@0.0.2 (git+https://github.com/kartotherian/osm-bright.tm2source.git#07512354bf4fb5dca2896d5d61b913acd3b00d65)
| `-- postgis-vt-util@0.3.0 (git+https://github.com/mapbox/postgis-vt-util.git#5a62bbd3478a52716209fcbd2c9c474dbab29152)
+-- osm-bright-style@2.1.2 (git+https://github.com/kartotherian/osm-bright.tm2.git#3855bf40d77cd7c0d83e3ee5b30806bc1d477c37)
| `-- osm-bright-fonts@1.0.2 (git+https://github.com/kartotherian/osm-bright.fonts.git#e96eb757fd5f2829ba0a053f1eeb824366756bc1)
+-- preq@0.4.12
| `-- request@2.78.0
| +-- aws-sign2@0.6.0
| +-- aws4@1.5.0
| +-- caseless@0.11.0
| +-- combined-stream@1.0.5
| | `-- delayed-stream@1.0.0
| +-- forever-agent@0.6.1
| +-- form-data@2.1.2
| | `-- asynckit@0.4.0
| +-- har-validator@2.0.6
| | +-- chalk@1.1.3
| | | +-- ansi-styles@2.2.1
| | | +-- escape-string-regexp@1.0.5
| | | +-- has-ansi@2.0.0
| | | `-- supports-color@2.0.0
| | +-- commander@2.9.0
| | | `-- graceful-readlink@1.0.1
| | +-- is-my-json-valid@2.15.0
| | | +-- generate-function@2.0.0
| | | +-- generate-object-property@1.2.0
| | | | `-- is-property@1.0.2
| | | `-- jsonpointer@4.0.0
| | `-- pinkie-promise@2.0.1
| | `-- pinkie@2.0.4
| +-- hawk@3.1.3
| | +-- boom@2.10.1
| | +-- cryptiles@2.0.5
| | +-- hoek@2.16.3
| | `-- sntp@1.0.9
| +-- http-signature@1.1.1
| | +-- assert-plus@0.2.0
| | +-- jsprim@1.3.1
| | | +-- extsprintf@1.0.2
| | | +-- json-schema@0.2.3
| | | `-- verror@1.3.6
| | `-- sshpk@1.10.1
| | +-- asn1@0.2.3
| | +-- assert-plus@1.0.0
| | +-- bcrypt-pbkdf@1.0.0
| | +-- dashdash@1.14.0
| | | `-- assert-plus@1.0.0
| | +-- ecc-jsbn@0.1.1
| | +-- getpass@0.1.6
| | | `-- assert-plus@1.0.0
| | +-- jodid25519@1.0.2
| | +-- jsbn@0.1.0
| | `-- tweetnacl@0.14.3
| +-- is-typedarray@1.0.0
| +-- isstream@0.1.2
| +-- json-stringify-safe@5.0.1
| +-- node-uuid@1.4.7
| +-- oauth-sign@0.8.2
| +-- qs@6.3.0
| +-- stringstream@0.0.5
| +-- tough-cookie@2.3.2
| | `-- punycode@1.4.1
| `-- tunnel-agent@0.4.3
+-- service-runner@2.1.8 (git+https://github.com/nyurik/service-runner.git#e3925fcada4ac646b8b210daa2db2453e4d681ec)
| +-- bunyan-syslog-udp@0.1.0
| +-- gelf-stream@1.1.1
| | `-- gelfling@0.3.1
| +-- hot-shots@4.3.1
| +-- limitation@0.1.9
| | `-- kad@1.3.6 (git+https://github.com/gwicke/kad.git#f35971036f43814043245da82b12d035b7bbfd16)
| | +-- async@0.9.2
| | +-- clarinet@0.11.0
| | +-- colors@1.1.2
| | +-- hat@0.0.3
| | +-- kad-fs@0.0.4
| | +-- kad-localstorage@0.0.7
| | | `-- dom-storage@2.0.2
| | +-- kad-memstore@0.0.1
| | +-- lodash@3.10.1
| | +-- merge@1.2.0
| | `-- msgpack5@3.4.1
| +-- semver@5.3.0
| `-- yargs@5.0.0
| +-- cliui@3.2.0
| | +-- strip-ansi@3.0.1
| | | `-- ansi-regex@2.0.0
| | `-- wrap-ansi@2.0.0
| +-- decamelize@1.2.0
| +-- get-caller-file@1.0.2
| +-- lodash.assign@4.2.0
| +-- os-locale@1.4.0
| | `-- lcid@1.0.0
| | `-- invert-kv@1.0.0
| +-- read-pkg-up@1.0.1
| | +-- find-up@1.1.2
| | | `-- path-exists@2.1.0
| | `-- read-pkg@1.1.0
| | +-- load-json-file@1.1.0
| | | +-- parse-json@2.2.0
| | | | `-- error-ex@1.3.0
| | | | `-- is-arrayish@0.2.1
| | | +-- pify@2.3.0
| | | `-- strip-bom@2.0.0
| | | `-- is-utf8@0.2.1
| | +-- normalize-package-data@2.3.5
| | | +-- hosted-git-info@2.1.5
| | | +-- is-builtin-module@1.0.0
| | | | `-- builtin-modules@1.1.1
| | | `-- validate-npm-package-license@3.0.1
| | | +-- spdx-correct@1.0.2
| | | | `-- spdx-license-ids@1.2.2
| | | `-- spdx-expression-parse@1.0.4
| | `-- path-type@1.1.0
| +-- require-directory@2.1.1
| +-- require-main-filename@1.0.1
| +-- set-blocking@2.0.0
| +-- string-width@1.0.2
| | +-- code-point-at@1.1.0
| | `-- is-fullwidth-code-point@1.0.0
| | `-- number-is-nan@1.0.1
| +-- which-module@1.0.0
| +-- window-size@0.2.0
| +-- y18n@3.2.1
| `-- yargs-parser@3.2.0
| `-- camelcase@3.0.0
+-- tilelive@5.12.2
| +-- minimist@0.2.0
| +-- progress-stream@0.5.0
| | +-- single-line-log@0.3.1
| | +-- speedometer@0.1.4
| | `-- through2@0.2.3
| | +-- readable-stream@1.1.14
| | | `-- isarray@0.0.1
| | `-- xtend@2.1.2
| | `-- object-keys@0.4.0
| `-- queue-async@1.0.7
+-- tilelive-bridge@2.3.1
| `-- mapnik-pool@0.1.3
| `-- generic-pool@2.2.2
`-- tilelive-vector@3.9.4
+-- aws-sdk@2.6.15
| +-- buffer@4.9.1
| | +-- base64-js@1.2.0
| | `-- ieee754@1.1.8
| +-- crypto-browserify@1.0.9
| +-- jmespath@0.15.0
| +-- querystring@0.2.0
| +-- sax@1.1.5
| +-- url@0.10.3
| | `-- punycode@1.3.2
| +-- xml2js@0.4.15
| `-- xmlbuilder@2.6.2
| `-- lodash@3.5.0
+-- numeral@1.5.3
+-- request@2.65.0
| +-- bl@1.0.3
| | `-- readable-stream@2.0.6
| +-- form-data@1.0.1
| | `-- async@2.1.2
| | `-- lodash@4.16.6
| +-- http-signature@0.11.0
| | +-- asn1@0.1.11
| | +-- assert-plus@0.1.5
| | `-- ctype@0.5.3
| +-- qs@5.2.1
| `-- tough-cookie@2.2.2
+-- s3urls@1.5.2
| +-- minimist@1.2.0
| `-- s3signed@0.1.0
+-- spherical@0.1.0
| `-- wgs84@0.0.0
+-- tar@2.2.1
| +-- block-stream@0.0.9
| `-- fstream@1.0.10
| `-- graceful-fs@4.1.10
`-- tiletype@0.3.0
npm ERR! Linux 4.4.0-45-generic
npm ERR! argv "/usr/local/nvm/versions/node/v6.9.1/bin/node" "/usr/local/nvm/versions/node/v6.9.1/bin/npm" "shrinkwrap"
npm ERR! node v6.9.1
npm ERR! npm v3.10.8
npm ERR! Problems were encountered
npm ERR! Please correct and try again.
npm ERR! extraneous: abbrev@1.0.9 /opt/service/node_modules/abbrev
npm ERR! extraneous: aproba@1.0.4 /opt/service/node_modules/aproba
npm ERR! extraneous: are-we-there-yet@1.1.2 /opt/service/node_modules/are-we-there-yet
npm ERR! extraneous: console-control-strings@1.1.0 /opt/service/node_modules/console-control-strings
npm ERR! extraneous: deep-extend@0.4.1 /opt/service/node_modules/deep-extend
npm ERR! extraneous: delegates@1.0.0 /opt/service/node_modules/delegates
npm ERR! extraneous: fs.realpath@1.0.0 /opt/service/node_modules/fs.realpath
npm ERR! extraneous: fstream-ignore@1.0.5 /opt/service/node_modules/fstream-ignore
npm ERR! extraneous: gauge@2.6.0 /opt/service/node_modules/gauge
npm ERR! extraneous: has-color@0.1.7 /opt/service/node_modules/has-color
npm ERR! extraneous: has-unicode@2.0.1 /opt/service/node_modules/has-unicode
npm ERR! extraneous: ini@1.3.4 /opt/service/node_modules/ini
npm ERR! extraneous: node-pre-gyp@0.6.31 /opt/service/node_modules/node-pre-gyp
npm ERR! extraneous: glob@7.1.1 /opt/service/node_modules/node-pre-gyp/node_modules/glob
npm ERR! extraneous: rimraf@2.5.4 /opt/service/node_modules/node-pre-gyp/node_modules/rimraf
npm ERR! extraneous: semver@5.3.0 /opt/service/node_modules/node-pre-gyp/node_modules/semver
npm ERR! extraneous: nopt@3.0.6 /opt/service/node_modules/nopt
npm ERR! extraneous: npmlog@4.0.0 /opt/service/node_modules/npmlog
npm ERR! extraneous: object-assign@4.1.0 /opt/service/node_modules/object-assign
npm ERR! extraneous: rc@1.1.6 /opt/service/node_modules/rc
npm ERR! extraneous: minimist@1.2.0 /opt/service/node_modules/rc/node_modules/minimist
npm ERR! extraneous: signal-exit@3.0.1 /opt/service/node_modules/signal-exit
npm ERR! extraneous: strip-json-comments@1.0.4 /opt/service/node_modules/strip-json-comments
npm ERR! extraneous: tar-pack@3.3.0 /opt/service/node_modules/tar-pack
npm ERR! extraneous: glob@7.1.1 /opt/service/node_modules/tar-pack/node_modules/glob
npm ERR! extraneous: once@1.3.3 /opt/service/node_modules/tar-pack/node_modules/once
npm ERR! extraneous: rimraf@2.5.4 /opt/service/node_modules/tar-pack/node_modules/rimraf
npm ERR! extraneous: uid-number@0.0.6 /opt/service/node_modules/uid-number
npm ERR! extraneous: wide-align@1.1.0 /opt/service/node_modules/wide-align
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! Please include the following file with any support request:
npm ERR! /opt/service/npm-debug.log
ERROR: docker run exited with code 1

Event Timeline

Yurik edited the content of this paste. (Show Details)