Skip to content
Failed

Console Output

Started by user Martin Ledvinka
Building in workspace /home/developer/.jenkins/jobs/semforms/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url file:///srv/git/semforms.git # timeout=10
Fetching upstream changes from file:///srv/git/semforms.git
 > git --version # timeout=10
 > git fetch --tags --progress file:///srv/git/semforms.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 3ce013e03debd7f39c1b68d502d1fb1856f38b79 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3ce013e03debd7f39c1b68d502d1fb1856f38b79
 > git rev-list 0a95a74ba38830a8cdc11f2890e10ce55bb301cd # timeout=10
[workspace] $ /bin/sh -xe /opt/apache-tomcat-8.0.32/temp/hudson8328737648793105372.sh
+ npm run build-npm-prod

> semforms@0.1.0 build-npm-prod /home/developer/.jenkins/jobs/semforms/workspace
> npm run build && npm run lib && npm pack


> semforms@0.1.0 build /home/developer/.jenkins/jobs/semforms/workspace
> browserify ./src/semforms.js -o ./dist/semforms.js

Error: Cannot find module 'react-bootstrap-datetimepicker' from '/home/developer/.jenkins/jobs/semforms/workspace/src/components/answer'
    at /home/developer/.jenkins/jobs/semforms/workspace/node_modules/resolve/lib/async.js:46:17
    at process (/home/developer/.jenkins/jobs/semforms/workspace/node_modules/resolve/lib/async.js:173:43)
    at ondir (/home/developer/.jenkins/jobs/semforms/workspace/node_modules/resolve/lib/async.js:188:17)
    at load (/home/developer/.jenkins/jobs/semforms/workspace/node_modules/resolve/lib/async.js:69:43)
    at onex (/home/developer/.jenkins/jobs/semforms/workspace/node_modules/resolve/lib/async.js:92:31)
    at /home/developer/.jenkins/jobs/semforms/workspace/node_modules/resolve/lib/async.js:22:47
    at FSReqWrap.oncomplete (fs.js:123:15)

npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v6.4.0
npm ERR! npm  v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! semforms@0.1.0 build: `browserify ./src/semforms.js -o ./dist/semforms.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the semforms@0.1.0 build script 'browserify ./src/semforms.js -o ./dist/semforms.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the semforms package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     browserify ./src/semforms.js -o ./dist/semforms.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs semforms
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls semforms
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/developer/.jenkins/jobs/semforms/workspace/npm-debug.log

npm ERR! Linux 3.16.0-4-amd64
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build-npm-prod"
npm ERR! node v6.4.0
npm ERR! npm  v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! semforms@0.1.0 build-npm-prod: `npm run build && npm run lib && npm pack`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the semforms@0.1.0 build-npm-prod script 'npm run build && npm run lib && npm pack'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the semforms package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     npm run build && npm run lib && npm pack
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs semforms
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls semforms
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/developer/.jenkins/jobs/semforms/workspace/npm-debug.log
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE