Skip to content
Failed

Console Output

Started by user DIM Build
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/DIM-Diamant-Angular
using credential jenkins_gitlab
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitlab.com/datainmotion/diamant/frontend.git # timeout=10
Fetching upstream changes from https://gitlab.com/datainmotion/diamant/frontend.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials The Gitlab user for the jenkins
 > git fetch --tags --progress https://gitlab.com/datainmotion/diamant/frontend.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
Checking out Revision 7079dc6c415465cfe9fe3711d28217b04ee72815 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7079dc6c415465cfe9fe3711d28217b04ee72815
Commit message: "build"
 > git rev-list --no-walk 7079dc6c415465cfe9fe3711d28217b04ee72815 # timeout=10
Unpacking https://nodejs.org/dist/v12.13.0/node-v12.13.0-linux-x64.tar.gz to /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.13 on Jenkins
[DIM-Diamant-Angular] $ /bin/sh -xe /tmp/jenkins8393857602790576645.sh
+ npm config set user 0
+ npm config set unsafe-perm true
+ npm install
npm WARN bootstrap@4.3.1 requires a peer of popper.js@^1.14.7 but none is installed. You must install peer dependencies yourself.
npm WARN keycloak-angular@7.0.1 requires a peer of keycloak-js@>= 3.4.3 < 7 but none is installed. You must install peer dependencies yourself.

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@diamant%2fmodel - Not found
npm ERR! 404 
npm ERR! 404  '@diamant/model@1.0.8' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'DIM-Diamant-Angular'
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /var/jenkins_home/.npm/_logs/2019-11-14T12_36_12_752Z-debug.log
Build step 'Execute shell' marked build as failure
Finished: FAILURE