Skip to content
Failed

Console Output

GitHub pull request #68 of commit 9493eff7139054e5748f86d77e0dbbdf73881b25, no merge conflicts.
Running as SYSTEM
Setting status of 9493eff7139054e5748f86d77e0dbbdf73881b25 to PENDING with url https://autotest.bioeng.auckland.ac.nz/jenkins/job/ZincJS/90/ and message: 'Build started for merge commit.'
Building remotely on Ubuntu_18.04_bioeng49 (buildslave Testing) in workspace /home/cmiss/Jenkins/workspace/ZincJS
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/ABI-Software/ZincJS.git
 > git init /home/cmiss/Jenkins/workspace/ZincJS # timeout=10
Fetching upstream changes from https://github.com/ABI-Software/ZincJS.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
 > git fetch --tags --force --progress -- https://github.com/ABI-Software/ZincJS.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/ABI-Software/ZincJS.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/ABI-Software/ZincJS.git # timeout=10
Fetching upstream changes from https://github.com/ABI-Software/ZincJS.git
 > git fetch --tags --force --progress -- https://github.com/ABI-Software/ZincJS.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10
 > git rev-parse refs/remotes/origin/pr/68/merge^{commit} # timeout=10
Checking out Revision c2bb50366a490f68cb4441d48d85fcd636079eb4 (refs/remotes/origin/pr/68/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c2bb50366a490f68cb4441d48d85fcd636079eb4 # timeout=10
Commit message: "Merge 9493eff7139054e5748f86d77e0dbbdf73881b25 into a97ad3c0052441552b337e157f6e6d3f031bea47"
 > git rev-list --no-walk 0b6a004f14cdfe55c597b7320700e2e750e50257 # timeout=10
First time build. Skipping changelog.
[ZincJS] $ bash -c "test -f $HOME/.nvm/nvm.sh"
NVM is already installed

[ZincJS] $ bash -c "export > env.txt"
[ZincJS] $ bash -c "NVM_DIR=$HOME/.nvm && source $NVM_DIR/nvm.sh --no-use && NVM_NODEJS_ORG_MIRROR=https://nodejs.org/dist nvm install 18.17.1 && nvm use 18.17.1 && export > env.txt"
v18.17.1 is already installed.
Now using node v18.17.1 (npm v9.6.7)
Now using node v18.17.1 (npm v9.6.7)
[ZincJS] $ /bin/sh -xe /tmp/jenkins15675138651740904234.sh
+ npm install

added 365 packages, and audited 366 packages in 8s

33 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
+ npm run build-bundle

> zincjs@1.15.0 build-bundle
> webpack --config webpack.frontend.js; webpack --config webpack.backend.js

Browserslist: browsers data (caniuse-lite) is 11 months old. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
asset zinc.frontend.js 918 KiB [emitted] [minimized] [big] (name: zinc) 2 related assets
orphan modules 7.27 KiB [orphan] 4 modules
runtime modules 891 bytes 4 modules
modules by path ./src/ 434 KiB 49 modules
modules by path ./node_modules/ 1 MiB
  modules by path ./node_modules/three/ 984 KiB
    ./node_modules/three/build/three.module.js 911 KiB [built] [code generated]
    ./node_modules/three/examples/jsm/loaders/GLTFLoader.js 73.1 KiB [built] [code generated]
  ./node_modules/url-polyfill/url-polyfill.js 9 KiB [built] [code generated]
  ./node_modules/three-spritetext/dist/three-spritetext.module.js 11.7 KiB [built] [code generated]
  ./node_modules/css-element-queries/src/ResizeSensor.js 7.45 KiB [built] [code generated]
  ./node_modules/webworkify-webpack/index.js 5.57 KiB [built] [code generated]
  ./node_modules/promise-polyfill/src/index.js + 3 modules 6.19 KiB [built] [code generated]
./package.json 1.66 KiB [built] [code generated]

WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  zinc.frontend.js (918 KiB)

WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  zinc (918 KiB)
      zinc.frontend.js

WARNING in 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 5.96.1 compiled with 3 warnings in 54896 ms
Browserslist: browsers data (caniuse-lite) is 11 months old. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme
asset zinc.js 456 KiB [emitted] (name: zinc) 1 related asset
runtime modules 937 bytes 4 modules
modules by path ./src/ 434 KiB 50 modules
external "url-polyfill" 42 bytes [built] [code generated]
./package.json 1.66 KiB [built] [code generated]
external "three" 42 bytes [built] [code generated]
external "three-spritetext" 42 bytes [built] [code generated]
external "css-element-queries/src/ResizeSensor" 42 bytes [built] [code generated]
external "webworkify-webpack" 42 bytes [built] [code generated]
external "promise-polyfill" 42 bytes [built] [code generated]
external "three/examples/jsm/loaders/GLTFLoader" 42 bytes [built] [code generated]
webpack 5.96.1 compiled successfully in 13754 ms
+ xvfb-run -s -screen 0 1024x1024x24 npm run test
xvfb-run: error: Xvfb failed to start
Build step 'Execute shell' marked build as failure
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
[Set GitHub commit status (universal)] ERROR on repos [] (sha:ca4cefa) with context:ZincJS
Setting status of 9493eff7139054e5748f86d77e0dbbdf73881b25 to FAILURE with url https://autotest.bioeng.auckland.ac.nz/jenkins/job/ZincJS/90/ and message: 'Build finished. '
Finished: FAILURE