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/v13.1.0/node-v13.1.0-linux-x64.tar.gz to /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_13.1.0 on Jenkins
$ /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_13.1.0/bin/npm install -g sudo npm install -g
/var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_13.1.0/bin/npm -> /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_13.1.0/lib/node_modules/npm/bin/npm-cli.js
/var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_13.1.0/bin/npx -> /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_13.1.0/lib/node_modules/npm/bin/npx-cli.js
+ sudo@1.0.3
+ install@0.13.0
+ npm@6.13.0
added 6 packages from 3 contributors and updated 4 packages in 4.73s
[DIM-Diamant-Angular] $ /bin/sh -xe /tmp/jenkins5341053690067649049.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/workspace/DIM-Diamant-Angular/.npm/_logs/2019-11-14T12_31_58_905Z-debug.log
Build step 'Execute shell' marked build as failure
Finished: FAILURE