GitHub pull request #184 of commit 2ce45a5df6a084a538cee87bb9f84bb89b48ebd1, no merge conflicts. Running as SYSTEM Setting status of 2ce45a5df6a084a538cee87bb9f84bb89b48ebd1 to PENDING with url https://autotest.bioeng.auckland.ac.nz/jenkins/job/mapintegratedvuer/474/ and message: 'Build started for merge commit.' Building remotely on Ubuntu_18.04_bioeng49 (buildslave Testing) in workspace /home/cmiss/Jenkins/workspace/mapintegratedvuer The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /home/cmiss/Jenkins/workspace/mapintegratedvuer/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/ABI-Software/mapintegratedvuer.git # timeout=10 Fetching upstream changes from https://github.com/ABI-Software/mapintegratedvuer.git > git --version # timeout=10 > git --version # 'git version 2.25.1' > git fetch --tags --force --progress -- https://github.com/ABI-Software/mapintegratedvuer.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse refs/remotes/origin/pr/184/merge^{commit} # timeout=10 Checking out Revision 75ceb153d1055ff1087eb19f1ff166a18b14d317 (refs/remotes/origin/pr/184/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f 75ceb153d1055ff1087eb19f1ff166a18b14d317 # timeout=10 Commit message: "Merge 2ce45a5df6a084a538cee87bb9f84bb89b48ebd1 into 3c20651850dd5241152b7c7f5fa9b2529c483d77" First time build. Skipping changelog. [mapintegratedvuer] $ bash -c "test -f $HOME/.nvm/nvm.sh" NVM is already installed [mapintegratedvuer] $ bash -c "export > env.txt" [mapintegratedvuer] $ bash -c "NVM_DIR=$HOME/.nvm && source $NVM_DIR/nvm.sh --no-use && NVM_NODEJS_ORG_MIRROR=https://nodejs.org/dist nvm install 12.13.0 && nvm use 12.13.0 && export > env.txt" v12.13.0 is already installed. Now using node v12.13.0 (npm v6.12.0) Now using node v12.13.0 (npm v6.12.0) [mapintegratedvuer] $ /bin/sh -xe /tmp/jenkins5552774237434774873.sh + export NODE_OPTIONS=--max-old-space-size=8192 + node --version v12.13.0 + npm install npm WARN @cypress/webpack-dev-server@1.8.4 requires a peer of html-webpack-plugin@>=4 but none is installed. You must install peer dependencies yourself. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/@vue/cli-plugin-unit-mocha/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"}) 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/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"}) audited 2613 packages in 17.389s found 173 vulnerabilities (2 low, 134 moderate, 28 high, 9 critical) run `npm audit fix` to fix them, or `npm audit` for details + npm run build-bundle > @abi-software/mapintegratedvuer@0.6.3 build-bundle /home/cmiss/Jenkins/workspace/mapintegratedvuer > vue-cli-service build --target lib --name mapintegratedvuer ./src/components/index.js Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme - Building for production as library (commonjs,umd,umd-min)... Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme WARNING Compiled with 3 warnings2:12:33 PM warning asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: mapintegratedvuer.css (2.05 MiB) mapintegratedvuer.common.js (8.1 MiB) warning entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. Entrypoints: mapintegratedvuer.common (10.1 MiB) mapintegratedvuer.css mapintegratedvuer.common.js warning webpack performance recommendations: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. For more info visit https://webpack.js.org/guides/code-splitting/ Webpack Bundle Analyzer saved report to /home/cmiss/Jenkins/workspace/mapintegratedvuer/dist/report.html WARNING Compiled with 3 warnings2:14:49 PM warning asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: mapintegratedvuer.css (2.05 MiB) mapintegratedvuer.umd.min.js (3.36 MiB) warning entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. Entrypoints: mapintegratedvuer.umd.min (5.4 MiB) mapintegratedvuer.css mapintegratedvuer.umd.min.js warning webpack performance recommendations: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application. For more info visit https://webpack.js.org/guides/code-splitting/ Webpack Bundle Analyzer saved report to /home/cmiss/Jenkins/workspace/mapintegratedvuer/dist/report.html Killed npm ERR! code ELIFECYCLE npm ERR! errno 137 npm ERR! @abi-software/mapintegratedvuer@0.6.3 build-bundle: `vue-cli-service build --target lib --name mapintegratedvuer ./src/components/index.js` npm ERR! Exit status 137 npm ERR! npm ERR! Failed at the @abi-software/mapintegratedvuer@0.6.3 build-bundle 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/cmiss/.npm/_logs/2023-12-08T01_15_45_307Z-debug.log Build step 'Execute shell' marked build as failure Archiving artifacts [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at BUILD level /home/cmiss/Jenkins/workspace/mapintegratedvuer/cypress/reports/html to /home/jmaster/jenkins/jobs/mapintegratedvuer/builds/474/htmlreports/Cypress_20report [Set GitHub commit status (universal)] ERROR on repos [] (sha:75ceb15) with context:mapintegratedvuer Setting status of 2ce45a5df6a084a538cee87bb9f84bb89b48ebd1 to FAILURE with url https://autotest.bioeng.auckland.ac.nz/jenkins/job/mapintegratedvuer/474/ and message: 'Build finished. ' Finished: FAILURE