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 9ceff09587cfe00495371920b0270cef1bb977e4 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9ceff09587cfe00495371920b0270cef1bb977e4 # timeout=10 Commit message: "Merge pull request #75 from kbss-cvut/implement-on-hover-icons" > git rev-list --no-walk 993e500f93816360c7d6e574c75338b205cbcfd9 # timeout=10 [workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins64338920830799437.sh + rm -f s-forms-0.3.1.tgz [workspace] $ /bin/sh -xe /opt/kbss.felk.cvut.cz/opt/external/tomcat-dev/temp/jenkins1735197486017591204.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! npm WARN react-input-autosize@2.2.2 requires a peer of react@^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 but none is installed. You must install peer dependencies yourself. npm WARN react-select@3.1.0 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself. npm WARN react-select@3.1.0 requires a peer of react-dom@^16.8.0 but none is installed. You must install peer dependencies yourself. npm WARN react-window@1.8.5 requires a peer of react@^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself. npm WARN react-window@1.8.5 requires a peer of react-dom@^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/@babel/cli/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"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/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"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.1.3 (node_modules/jest-haste-map/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) updated 2 packages and audited 1584 packages in 14.187s 65 packages are looking for funding run `npm fund` for details found 97 vulnerabilities (1 low, 78 moderate, 18 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/jenkins8275883983908639452.sh + npm run build:lib > s-forms@0.3.1 build:lib /home/developer/.jenkins/jobs/s-forms/workspace > npm run build && npm run build:css && npm pack > s-forms@0.3.1 build /home/developer/.jenkins/jobs/s-forms/workspace > webpack --config webpack.config.prod.js Hash: f2531ca28168cfa50adb Version: webpack 4.43.0 Time: 4303ms Built at: 11/29/2021 11:27:37 AM Asset Size Chunks Chunk Names ./s-forms.js 426 KiB main [emitted] main Entrypoint main = ./s-forms.js [./constants/Constants.js] 8.06 KiB {main} [built] [./contexts/ConfigurationContext.js] 2.95 KiB {main} [built] [./contexts/FormGenContext.js] 4.29 KiB {main} [built] [./contexts/FormQuestionsContext.js] 3.78 KiB {main} [built] [./model/FormGenerator.js] 4.99 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 KiB {main} [built] [./util/JsonLdFramingUtils.js] 5.62 KiB {main} [built] [./util/JsonLdObjectMap.js] 739 bytes {main} [built] [./util/JsonLdObjectUtils.js] 4.95 KiB {main} [built] [./util/Utils.js] 2.16 KiB {main} [built] [@babel/runtime/helpers/assertThisInitialized] external "@babel/runtime/helpers/assertThisInitialized" 42 bytes {main} [built] + 111 hidden modules ERROR in ./components/Question.jsx Module not found: Error: Can't resolve '../styles/icons/ExternalLink' in '/home/developer/.jenkins/jobs/s-forms/workspace/src/components' @ ./components/Question.jsx 45:0-56 @ ./s-forms.js ERROR in ./components/Question.jsx Module not found: Error: Can't resolve './LinkIcon' in '/home/developer/.jenkins/jobs/s-forms/workspace/src/components' @ ./components/Question.jsx 46:0-34 @ ./s-forms.js npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! s-forms@0.3.1 build: `webpack --config webpack.config.prod.js` npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the s-forms@0.3.1 build script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/developer/.npm/_logs/2021-11-29T10_27_37_887Z-debug.log npm ERR! code ELIFECYCLE npm ERR! errno 2 npm ERR! s-forms@0.3.1 build:lib: `npm run build && npm run build:css && npm pack` npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the s-forms@0.3.1 build:lib script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! /home/developer/.npm/_logs/2021-11-29T10_27_37_914Z-debug.log Build step 'Execute shell' marked build as failure Archiving artifacts Not sending mail to unregistered user blcham@gmail.com Not sending mail to unregistered user chopamax@fd.cvut.cz Sending e-mails to: blaskmir@fel.cvut.cz Finished: FAILURE