Skip to content
Success

Console Output

Started by user DIM Build
Running as SYSTEM
Building in workspace /var/jenkins_home/workspace/DIM-Diamant-Angular-Medica
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 63eefe08b3bb96d2a294780e034dea732199aae9 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 63eefe08b3bb96d2a294780e034dea732199aae9
Commit message: "medica"
 > git rev-list --no-walk 63eefe08b3bb96d2a294780e034dea732199aae9 # timeout=10
[DIM-Diamant-Angular-Medica] $ /bin/sh -xe /tmp/jenkins4358146874784534920.sh
+ npm install --registry https://devel.data-in-motion.biz/nexus/repository/npm-group/

> core-js@2.6.9 postinstall /var/jenkins_home/workspace/DIM-Diamant-Angular-Medica/node_modules/babel-runtime/node_modules/core-js
> node scripts/postinstall || echo "ignore"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)


> core-js@3.2.1 postinstall /var/jenkins_home/workspace/DIM-Diamant-Angular-Medica/node_modules/core-js
> node scripts/postinstall || echo "ignore"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)


> core-js@2.6.9 postinstall /var/jenkins_home/workspace/DIM-Diamant-Angular-Medica/node_modules/karma/node_modules/core-js
> node scripts/postinstall || echo "ignore"

Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 
> https://opencollective.com/core-js 
> https://www.patreon.com/zloirock 

Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)


> @angular/cli@8.3.0 postinstall /var/jenkins_home/workspace/DIM-Diamant-Angular-Medica/node_modules/@angular/cli
> node ./bin/postinstall/script.js

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/webpack-dev-server/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/watchpack/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/karma/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/@angular/compiler-cli/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.0.7 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 1197 packages from 1084 contributors in 22.557s
+ npm run build -- --configuration=medica

> diamant-frontend@0.0.0 build /var/jenkins_home/workspace/DIM-Diamant-Angular-Medica
> ng build "--configuration=medica"


chunk {0} runtime-es2015.24b02acc1f369d9b9f37.js (runtime) 2.83 kB [entry] [rendered]
chunk {1} main-es2015.8cd8790f2cba9ba1b40c.js (main) 1.81 MB [initial] [rendered]
chunk {2} polyfills-es2015.fd917e7c3ed57f282ee5.js (polyfills) 64.3 kB [initial] [rendered]
chunk {3} polyfills-es5-es2015.f24fb8cb85b392c952f0.js (polyfills-es5) 211 kB [initial] [rendered]
chunk {4} styles.1a561d408a3da0685b22.css (styles) 139 kB [initial] [rendered]
chunk {scripts} scripts.d6e751540ae178e87486.js (scripts) 31.7 kB [entry] [rendered]
Date: 2019-11-15T13:29:16.075Z - Hash: 8e39140152420bf3c237 - Time: 46484ms

WARNING in budgets, maximum exceeded for initial. Budget 2 MB was exceeded by 257 kB.
Generating ES5 bundles for differential loading...
ES5 bundle generation complete.
[DIM-Diamant-Angular-Medica] $ /bin/sh -xe /tmp/jenkins4017798878301195024.sh
+ rm -rf docker/diamant-frontend
+ cp -r dist/diamant-frontend docker/
Docker Build
Docker Build: building image at path /var/jenkins_home/workspace/DIM-Diamant-Angular-Medica/docker
Step 1/4 : FROM httpd:2.4


 ---> 19459a872194

Step 2/4 : MAINTAINER Data In Motion Consulting GmbH


 ---> Using cache

 ---> 43fd7ca25ccc

Step 3/4 : COPY ./httpd-docker.conf /usr/local/apache2/conf/httpd.conf


 ---> 1959652f3b89

Step 4/4 : COPY ./diamant-frontend/ /usr/local/apache2/htdocs/


 ---> d69d644dc077

Successfully built d69d644dc077

Tagging built image with devel.data-in-motion.biz:6000/dim/diamant/frontend:medica-5
Tagging built image with devel.data-in-motion.biz:6000/dim/diamant/frontend:medica-latest
Docker Build Response : d69d644dc077
Pushing [devel.data-in-motion.biz:6000/dim/diamant/frontend:medica-5, devel.data-in-motion.biz:6000/dim/diamant/frontend:medica-latest]
The push refers to repository [devel.data-in-motion.biz:6000/dim/diamant/frontend]
7314010996fa: Preparing
09f4e491af59: Preparing
eb9b7fda09a9: Preparing
34bee37d8bba: Preparing
7051e05a2b9a: Preparing
64c4da2050e7: Preparing
2db44bce66cd: Preparing
64c4da2050e7: Waiting
2db44bce66cd: Waiting
eb9b7fda09a9: Layer already exists
7051e05a2b9a: Layer already exists
34bee37d8bba: Layer already exists
09f4e491af59: Pushing [=>                                                 ]     512B/20.68kB
7314010996fa: Pushing [>                                                  ]  35.33kB/3.502MB
64c4da2050e7: Layer already exists
2db44bce66cd: Layer already exists
09f4e491af59: Pushing [==================================================>]  24.58kB
7314010996fa: Pushing [======================>                            ]  1.596MB/3.502MB
7314010996fa: Pushing [============================================>      ]  3.104MB/3.502MB
09f4e491af59: Pushed
7314010996fa: Pushing [==================================================>]  3.515MB
7314010996fa: Pushed
medica-5: digest: sha256:c83db0577d7ee624bdb1185ebf47763b37f4b06101ee122e2947cd2aef16ed56 size: 1785
The push refers to repository [devel.data-in-motion.biz:6000/dim/diamant/frontend]
7314010996fa: Preparing
09f4e491af59: Preparing
eb9b7fda09a9: Preparing
34bee37d8bba: Preparing
7051e05a2b9a: Preparing
64c4da2050e7: Preparing
2db44bce66cd: Preparing
64c4da2050e7: Waiting
2db44bce66cd: Waiting
7314010996fa: Layer already exists
09f4e491af59: Layer already exists
34bee37d8bba: Layer already exists
7051e05a2b9a: Layer already exists
eb9b7fda09a9: Layer already exists
64c4da2050e7: Layer already exists
2db44bce66cd: Layer already exists
medica-latest: digest: sha256:c83db0577d7ee624bdb1185ebf47763b37f4b06101ee122e2947cd2aef16ed56 size: 1785
Cleaning local images [d69d644dc077]
Docker Build Done
Finished: SUCCESS