Page MenuHomePhabricator
Paste P4396

Kartotherian node 6 build
ActivePublic

Authored by mobrovac on Nov 9 2016, 11:44 AM.
$ ./server.js build --deploy-repo --force --verbose --reshrinkwrap
# RUNNING: docker version --format {{.Server.Version}}
(in /home/doorman/code/wikimiki/kartotherian)
# RUNNING: git config deploy.dir
(in /home/doorman/code/wikimiki/kartotherian)
# RUNNING: docker build -t kartotherian-deploy .
(in /home/doorman/code/wikimiki/kartotherian)
Sending build context to Docker daemon 188.9 kB
Step 1 : FROM debian:jessie
---> 040bf8e08425
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
---> 0651b97ca773
Step 3 : ENV NVM_DIR /usr/local/nvm
---> Using cache
---> 55de1af076d4
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
---> ea700e9a1ea7
Step 5 : RUN groupadd -o -g 1000 -r rungroup && useradd -o -m -r -g rungroup -u 1000 runuser
---> Using cache
---> ff15af50eff6
Step 6 : USER runuser
---> Using cache
---> 2ca296f250c0
Step 7 : ENV HOME /home/runuser LINK g++
---> Using cache
---> 32c39ad57588
Step 8 : ENV IN_DOCKER 1
---> Using cache
---> 249f06900959
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
---> Running in 71cf7da0d35f
---> e2abbdf63a03
Removing intermediate container 71cf7da0d35f
Successfully built e2abbdf63a03
# RUNNING: git config deploy.name
(in /home/doorman/code/wikimiki/kartotherian)
# RUNNING: git config deploy.remote
(in /home/doorman/code/wikimiki/kartotherian)
# RUNNING: git config deploy.submodule
(in /home/doorman/code/wikimiki/kartotherian)
# RUNNING: git config deploy.deploybranch
(in /home/doorman/code/wikimiki/kartotherian)
# RUNNING: git config deploy.srcbranch
(in /home/doorman/code/wikimiki/kartotherian)
# RUNNING: git checkout master
(in /home/doorman/code/wikimiki/deploys/kartotherian)
# RUNNING: git fetch origin
(in /home/doorman/code/wikimiki/deploys/kartotherian)
# RUNNING: git checkout -B sync-repo origin/master
(in /home/doorman/code/wikimiki/deploys/kartotherian)
# RUNNING: git submodule status
(in /home/doorman/code/wikimiki/deploys/kartotherian)
# RUNNING: git submodule update --init
(in /home/doorman/code/wikimiki/deploys/kartotherian)
# RUNNING: git fetch origin
(in /home/doorman/code/wikimiki/deploys/kartotherian/src)
# RUNNING: git diff --name-only origin/master
(in /home/doorman/code/wikimiki/deploys/kartotherian/src)
# RUNNING: git rev-parse --short origin/master
(in /home/doorman/code/wikimiki/deploys/kartotherian/src)
# RUNNING: git log ..origin/master --oneline --no-merges --reverse --color=never
(in /home/doorman/code/wikimiki/deploys/kartotherian/src)
# RUNNING: git checkout origin/master
(in /home/doorman/code/wikimiki/deploys/kartotherian/src)
# RUNNING: git add src
(in /home/doorman/code/wikimiki/deploys/kartotherian)
# RUNNING: git add package.json
(in /home/doorman/code/wikimiki/deploys/kartotherian)
# RUNNING: git rm -r node_modules
(in /home/doorman/code/wikimiki/deploys/kartotherian)
# RUNNING: rm -rf node_modules
(in /home/doorman/code/wikimiki/deploys/kartotherian)
# RUNNING: docker run --name kartotherian-1478691590471-703 --rm -v /home/doorman/code/wikimiki/deploys/kartotherian:/opt/service -w /opt/service kartotherian-deploy
(in /home/doorman/code/wikimiki/deploys/kartotherian)
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.23 /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
| | +-- ncp@2.0.0
| | `-- rimraf@2.4.5
| | `-- glob@6.0.4
| `-- 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
| `-- protozero@1.4.2
+-- 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
| | | +-- 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
| | +-- 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
| +-- 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
| `-- 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
+-- 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
+-- service-runner@2.1.8 (git+https://github.com/nyurik/service-runner.git#295549921895260a07e287b076ec203774d1c5dc)
| +-- 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
| | `-- 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
| +-- 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
`-- tiletype@0.3.0
wrote npm-shrinkwrap.json
> 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.23 /opt/service
`-- heapdump@0.3.7
- abbrev@1.0.9 node_modules/mapnik/node_modules/abbrev
- ansi-regex@2.0.0 node_modules/mapnik/node_modules/ansi-regex
- ansi-styles@2.2.1 node_modules/mapnik/node_modules/ansi-styles
- aproba@1.0.4 node_modules/mapnik/node_modules/aproba
- asn1@0.2.3 node_modules/mapnik/node_modules/asn1
- assert-plus@0.2.0 node_modules/mapnik/node_modules/assert-plus
- asynckit@0.4.0 node_modules/mapnik/node_modules/asynckit
- aws-sign2@0.6.0 node_modules/mapnik/node_modules/aws-sign2
- aws4@1.5.0 node_modules/mapnik/node_modules/aws4
- balanced-match@0.4.2 node_modules/mapnik/node_modules/balanced-match
- buffer-shims@1.0.0 node_modules/mapnik/node_modules/buffer-shims
- caseless@0.11.0 node_modules/mapnik/node_modules/caseless
- code-point-at@1.1.0 node_modules/mapnik/node_modules/code-point-at
- concat-map@0.0.1 node_modules/mapnik/node_modules/concat-map
- brace-expansion@1.1.6 node_modules/mapnik/node_modules/brace-expansion
- console-control-strings@1.1.0 node_modules/mapnik/node_modules/console-control-strings
- core-util-is@1.0.2 node_modules/mapnik/node_modules/core-util-is
- assert-plus@1.0.0 node_modules/mapnik/node_modules/dashdash/node_modules/assert-plus
- dashdash@1.14.0 node_modules/mapnik/node_modules/dashdash
- deep-extend@0.4.1 node_modules/mapnik/node_modules/deep-extend
- delayed-stream@1.0.0 node_modules/mapnik/node_modules/delayed-stream
- combined-stream@1.0.5 node_modules/mapnik/node_modules/combined-stream
- delegates@1.0.0 node_modules/mapnik/node_modules/delegates
- escape-string-regexp@1.0.5 node_modules/mapnik/node_modules/escape-string-regexp
- extend@3.0.0 node_modules/mapnik/node_modules/extend
- extsprintf@1.0.2 node_modules/mapnik/node_modules/extsprintf
- forever-agent@0.6.1 node_modules/mapnik/node_modules/forever-agent
- fs.realpath@1.0.0 node_modules/mapnik/node_modules/fs.realpath
- generate-function@2.0.0 node_modules/mapnik/node_modules/generate-function
- assert-plus@1.0.0 node_modules/mapnik/node_modules/getpass/node_modules/assert-plus
- getpass@0.1.6 node_modules/mapnik/node_modules/getpass
- graceful-fs@4.1.10 node_modules/mapnik/node_modules/graceful-fs
- graceful-readlink@1.0.1 node_modules/mapnik/node_modules/graceful-readlink
- commander@2.9.0 node_modules/mapnik/node_modules/commander
- has-ansi@2.0.0 node_modules/mapnik/node_modules/has-ansi
- has-color@0.1.7 node_modules/mapnik/node_modules/has-color
- has-unicode@2.0.1 node_modules/mapnik/node_modules/has-unicode
- hoek@2.16.3 node_modules/mapnik/node_modules/hoek
- boom@2.10.1 node_modules/mapnik/node_modules/boom
- cryptiles@2.0.5 node_modules/mapnik/node_modules/cryptiles
- inherits@2.0.3 node_modules/mapnik/node_modules/inherits
- block-stream@0.0.9 node_modules/mapnik/node_modules/block-stream
- ini@1.3.4 node_modules/mapnik/node_modules/ini
- is-property@1.0.2 node_modules/mapnik/node_modules/is-property
- generate-object-property@1.2.0 node_modules/mapnik/node_modules/generate-object-property
- is-typedarray@1.0.0 node_modules/mapnik/node_modules/is-typedarray
- isarray@1.0.0 node_modules/mapnik/node_modules/isarray
- isstream@0.1.2 node_modules/mapnik/node_modules/isstream
- jsbn@0.1.0 node_modules/mapnik/node_modules/jsbn
- ecc-jsbn@0.1.1 node_modules/mapnik/node_modules/ecc-jsbn
- jodid25519@1.0.2 node_modules/mapnik/node_modules/jodid25519
- json-schema@0.2.3 node_modules/mapnik/node_modules/json-schema
- json-stringify-safe@5.0.1 node_modules/mapnik/node_modules/json-stringify-safe
- jsonpointer@4.0.0 node_modules/mapnik/node_modules/jsonpointer
- mime-db@1.24.0 node_modules/mapnik/node_modules/mime-db
- mime-types@2.1.12 node_modules/mapnik/node_modules/mime-types
- form-data@2.1.2 node_modules/mapnik/node_modules/form-data
- minimatch@3.0.3 node_modules/mapnik/node_modules/minimatch
- minimist@0.0.8 node_modules/mapnik/node_modules/minimist
- mkdirp@0.5.1 node_modules/mapnik/node_modules/mkdirp
- fstream@1.0.10 node_modules/mapnik/node_modules/fstream
- fstream-ignore@1.0.5 node_modules/mapnik/node_modules/fstream-ignore
- ms@0.7.1 node_modules/mapnik/node_modules/ms
- debug@2.2.0 node_modules/mapnik/node_modules/debug
- node-uuid@1.4.7 node_modules/mapnik/node_modules/node-uuid
- nopt@3.0.6 node_modules/mapnik/node_modules/nopt
- number-is-nan@1.0.1 node_modules/mapnik/node_modules/number-is-nan
- is-fullwidth-code-point@1.0.0 node_modules/mapnik/node_modules/is-fullwidth-code-point
- oauth-sign@0.8.2 node_modules/mapnik/node_modules/oauth-sign
- object-assign@4.1.0 node_modules/mapnik/node_modules/object-assign
- path-is-absolute@1.0.1 node_modules/mapnik/node_modules/path-is-absolute
- pinkie@2.0.4 node_modules/mapnik/node_modules/pinkie
- pinkie-promise@2.0.1 node_modules/mapnik/node_modules/pinkie-promise
- process-nextick-args@1.0.7 node_modules/mapnik/node_modules/process-nextick-args
- punycode@1.4.1 node_modules/mapnik/node_modules/punycode
- minimist@1.2.0 node_modules/mapnik/node_modules/rc/node_modules/minimist
- set-blocking@2.0.0 node_modules/mapnik/node_modules/set-blocking
- signal-exit@3.0.1 node_modules/mapnik/node_modules/signal-exit
- sntp@1.0.9 node_modules/mapnik/node_modules/sntp
- hawk@3.1.3 node_modules/mapnik/node_modules/hawk
- assert-plus@1.0.0 node_modules/mapnik/node_modules/sshpk/node_modules/assert-plus
- string_decoder@0.10.31 node_modules/mapnik/node_modules/string_decoder
- stringstream@0.0.5 node_modules/mapnik/node_modules/stringstream
- strip-ansi@3.0.1 node_modules/mapnik/node_modules/strip-ansi
- string-width@1.0.2 node_modules/mapnik/node_modules/string-width
- strip-json-comments@1.0.4 node_modules/mapnik/node_modules/strip-json-comments
- rc@1.1.6 node_modules/mapnik/node_modules/rc
- supports-color@2.0.0 node_modules/mapnik/node_modules/supports-color
- chalk@1.1.3 node_modules/mapnik/node_modules/chalk
- tar@2.2.1 node_modules/mapnik/node_modules/tar
- tough-cookie@2.3.2 node_modules/mapnik/node_modules/tough-cookie
- tunnel-agent@0.4.3 node_modules/mapnik/node_modules/tunnel-agent
- tweetnacl@0.14.3 node_modules/mapnik/node_modules/tweetnacl
- bcrypt-pbkdf@1.0.0 node_modules/mapnik/node_modules/bcrypt-pbkdf
- sshpk@1.10.1 node_modules/mapnik/node_modules/sshpk
- uid-number@0.0.6 node_modules/mapnik/node_modules/uid-number
- util-deprecate@1.0.2 node_modules/mapnik/node_modules/util-deprecate
- readable-stream@2.1.5 node_modules/mapnik/node_modules/readable-stream
- are-we-there-yet@1.1.2 node_modules/mapnik/node_modules/are-we-there-yet
- verror@1.3.6 node_modules/mapnik/node_modules/verror
- jsprim@1.3.1 node_modules/mapnik/node_modules/jsprim
- http-signature@1.1.1 node_modules/mapnik/node_modules/http-signature
- wide-align@1.1.0 node_modules/mapnik/node_modules/wide-align
- gauge@2.6.0 node_modules/mapnik/node_modules/gauge
- npmlog@4.0.0 node_modules/mapnik/node_modules/npmlog
- wrappy@1.0.2 node_modules/mapnik/node_modules/wrappy
- once@1.4.0 node_modules/mapnik/node_modules/once
- inflight@1.0.6 node_modules/mapnik/node_modules/inflight
- once@1.3.3 node_modules/mapnik/node_modules/tar-pack/node_modules/once
- tar-pack@3.3.0 node_modules/mapnik/node_modules/tar-pack
- xtend@4.0.1 node_modules/mapnik/node_modules/xtend
- is-my-json-valid@2.15.0 node_modules/mapnik/node_modules/is-my-json-valid
- har-validator@2.0.6 node_modules/mapnik/node_modules/har-validator
- request@2.78.0 node_modules/mapnik/node_modules/request
- node-pre-gyp@0.6.31 node_modules/mapnik/node_modules/node-pre-gyp
# RUNNING: find node_modules/ -regextype posix-egrep -iregex (.*\.git.*|.*\.md|.*readme|.*licence) -exec rm -rf {} ;
(in /home/doorman/code/wikimiki/deploys/kartotherian)
# RUNNING: git add node_modules
(in /home/doorman/code/wikimiki/deploys/kartotherian)
# RUNNING: git commit -m Update kartotherian to 4a6a581
List of changes:
xxxxxxx Update node module dependencies
(in /home/doorman/code/wikimiki/deploys/kartotherian)
Changes are sitting in the sync-repo branch in
/home/doorman/code/wikimiki/deploys/kartotherian with the commit:
Update kartotherian to 4a6a581
List of changes:
xxxxxxx Update node module dependencies