When doing ./server.js build --deploy-repo --force I get this error
npm ERR! Linux 4.9.0-4-amd64 npm ERR! argv "/usr/local/nvm/versions/node/v6.9.1/bin/node" "/usr/local/nvm/versions/node/v6.9.1/bin/npm" "install" "--production" "--build-from-source=mapnik" "--fallback-to-build=false" npm ERR! node v6.9.1 npm ERR! npm v3.10.8 npm ERR! path /opt/service/node_modules/.mapnik.DELETE/node_modules/abbrev npm ERR! code ENOTEMPTY npm ERR! errno -39 npm ERR! syscall rename npm ERR! ENOTEMPTY: directory not empty, rename '/opt/service/node_modules/.mapnik.DELETE/node_modules/abbrev' -> '/opt/service/node_modules/mapnik/node_modules/abbrev' 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 217
Make sure to do docker pull debian:jessie so that you have the latest version and we're building the same thing.
Before the big set of npm dependency trees, the last docker messages were
Step 11/11 : CMD . $NVM_DIR/nvm.sh && nvm use 6.9.1 && npm install --production --build-from-source=mapnik --fallback-to-build=false && npm install heapdump gc-stats&& if ! [ -e np m-shrinkwrap.json ] ; then npm dedupe ; fi ---> Using cache ---> 2a00b4aee5a3 Successfully built 2a00b4aee5a3
This looks to be service-runner related, rather than Kartotherian related.
Edit:
Package repo is 29a680f, deploy repo is 6e223dfb