Started by GitHub push by blcham Running as SYSTEM Building in workspace /home/developer/.jenkins/jobs/s-forms/workspace The recommended git tool is: NONE No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/kbss-cvut/s-forms.git # timeout=10 Fetching upstream changes from https://github.com/kbss-cvut/s-forms.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/kbss-cvut/s-forms.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 82c2d2e12225a9dc7bcaee2a57042f52fe442fd6 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 82c2d2e12225a9dc7bcaee2a57042f52fe442fd6 # timeout=10 Commit message: "[Upd] Bump react to 17.0.2" > git rev-list --no-walk 2a8760d7c31ac3f1d695ab73483443b0ed75d1e8 # timeout=10 [workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins4758397101481570332.sh + rm -f s-forms-0.2.7.tgz [workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins4912153736462902728.sh + npm install npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it! > @fortawesome/fontawesome-common-types@0.2.36 postinstall /home/developer/.jenkins/jobs/s-forms/workspace/node_modules/@fortawesome/fontawesome-common-types > node attribution.js Font Awesome Free 0.2.36 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) > @fortawesome/free-solid-svg-icons@5.15.4 postinstall /home/developer/.jenkins/jobs/s-forms/workspace/node_modules/@fortawesome/free-solid-svg-icons > node attribution.js Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) > core-js@2.6.12 postinstall /home/developer/.jenkins/jobs/s-forms/workspace/node_modules/babel-runtime/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" > core-js@3.18.0 postinstall /home/developer/.jenkins/jobs/s-forms/workspace/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchify/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) added 339 packages from 685 contributors, removed 352 packages, updated 517 packages and audited 1608 packages in 28.062s 99 packages are looking for funding run `npm fund` for details found 9 vulnerabilities (1 low, 7 moderate, 1 high) run `npm audit fix` to fix them, or `npm audit` for details [workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins6255097706377170996.sh + npm run build:lib > s-forms@0.3.0 build:lib /home/developer/.jenkins/jobs/s-forms/workspace > npm run build && npm run build:css && npm pack > s-forms@0.3.0 build /home/developer/.jenkins/jobs/s-forms/workspace > webpack --config webpack.config.prod.js Hash: 0d69070fae095d1ddeca Version: webpack 4.46.0 Time: 3301ms Built at: 09/26/2021 11:59:02 PM Asset Size Chunks Chunk Names ./s-forms.js 377 KiB main [emitted] main Entrypoint main = ./s-forms.js [./constants/Constants.js] 7.19 KiB {main} [built] [./contexts/ConfigurationContext.js] 2.96 KiB {main} [built] [./contexts/FormGenContext.js] 4.27 KiB {main} [built] [./contexts/FormQuestionsContext.js] 3.77 KiB {main} [built] [./model/FormGenerator.js] 4.97 KiB {main} [built] [./model/QuestionAnswerProcessor.js] 3.59 KiB {main} [built] [./model/ValidatorFactory.js] 2.76 KiB {main} [built] [./s-forms.js] 833 bytes {main} [built] [./styles/icons/index.js] 239 bytes {main} [built] [./util/FormUtils.js] 15.1 KiB {main} [built] [./util/JsonLdFramingUtils.js] 5.62 KiB {main} [built] [./util/JsonLdObjectMap.js] 739 bytes {main} [built] [./util/JsonLdObjectUtils.js] 4.91 KiB {main} [built] [./util/Utils.js] 2.17 KiB {main} [built] [@babel/runtime/helpers/assertThisInitialized] external "@babel/runtime/helpers/assertThisInitialized" 42 bytes {main} [built] + 94 hidden modules > s-forms@0.3.0 build:css /home/developer/.jenkins/jobs/s-forms/workspace > cleancss --skip-rebase -d -o ./css/s-forms.min.css ./src/styles/s-forms.css Original: 3398 bytes Minified: 2672 bytes Efficiency: 21.36% Time spent: 50ms Inlined stylesheets: - /home/developer/.jenkins/jobs/s-forms/workspace/src/styles/s-forms.css npm notice npm notice 📦 s-forms@0.3.0 npm notice === Tarball Contents === npm notice 7.6kB license npm notice 2.7kB css/s-forms.min.css npm notice 385.8kB dist/s-forms.js npm notice 2.9kB package.json npm notice 1.1kB README.md npm notice 6.2kB types/s-forms.d.ts npm notice === Tarball Details === npm notice name: s-forms npm notice version: 0.3.0 npm notice filename: s-forms-0.3.0.tgz npm notice package size: 53.3 kB npm notice unpacked size: 406.4 kB npm notice shasum: dd1f973dabe364ab775f67c9d412ff51a101f6b4 npm notice integrity: sha512-0bKEsbRHKEiqu[...]Ps4hemgwwrI4A== npm notice total files: 6 npm notice s-forms-0.3.0.tgz [workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins1213601981358454881.sh + find . -name s-forms-*.tgz + bash -ex /home/developer/bin/publish-artifacts.sh ./s-forms-0.3.0.tgz + '[' -z ./s-forms-0.3.0.tgz ']' + DIST=/var/www/dist + for arg in "$@" ++ basename ./s-forms-0.3.0.tgz + filename=s-forms-0.3.0.tgz + echo 'Copying artifact ./s-forms-0.3.0.tgz to destination /var/www/dist.' Copying artifact ./s-forms-0.3.0.tgz to destination /var/www/dist. + cp ./s-forms-0.3.0.tgz /var/www/dist/s-forms-0.3.0.tgz + chmod a+r /var/www/dist/s-forms-0.3.0.tgz Archiving artifacts Finished: SUCCESS