Skip to content
Success

Console Output

GitHub pull request #11 of commit adf0a56dab76131c5d21c7998f8bef3d30172e93, no merge conflicts.
Setting status of adf0a56dab76131c5d21c7998f8bef3d30172e93 to PENDING with url https://autotest.bioeng.auckland.ac.nz/jenkins/job/Plotsvy/16/ and message: 'Build started for merge commit.'
Building remotely on Ubuntu_16.04_bioeng49 (buildslave Testing) in workspace /home/cmiss/Jenkins/workspace/Plotsvy
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/ABI-Software/plotsvy.git
 > git init /home/cmiss/Jenkins/workspace/Plotsvy # timeout=10
Fetching upstream changes from https://github.com/ABI-Software/plotsvy.git
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/ABI-Software/plotsvy.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/ABI-Software/plotsvy.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/plotsvy.git # timeout=10
Fetching upstream changes from https://github.com/ABI-Software/plotsvy.git
 > git fetch --tags --progress -- https://github.com/ABI-Software/plotsvy.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10
 > git rev-parse refs/remotes/origin/pr/11/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/11/merge^{commit} # timeout=10
Checking out Revision f234ca76b2ad4b64ab38a71a0927ae11ad1d3b83 (refs/remotes/origin/pr/11/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f234ca76b2ad4b64ab38a71a0927ae11ad1d3b83 # timeout=10
Commit message: "Merge adf0a56dab76131c5d21c7998f8bef3d30172e93 into af19c4c8f68b77245efb686719aab65879e7fa2a"
First time build. Skipping changelog.
[Plotsvy] $ /bin/sh -xe /tmp/jenkins6954643125691041697.sh
+ pwd
/home/cmiss/Jenkins/workspace/Plotsvy
+ node -v
v10.15.0
+ npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (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"})

added 1326 packages from 628 contributors and audited 20857 packages in 41.365s
found 16 moderate severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details
+ cd test
+ npm install

> nodent-runtime@3.2.1 install /home/cmiss/Jenkins/workspace/Plotsvy/test/node_modules/nodent-runtime
> node build.js

## Built /home/cmiss/Jenkins/workspace/Plotsvy/test/node_modules/nodent-runtime/dist/index.js

> canvas@2.6.0 install /home/cmiss/Jenkins/workspace/Plotsvy/test/node_modules/canvas
> node-pre-gyp install --fallback-to-build

node-pre-gyp WARN Using request for node-pre-gyp https download 
[canvas] Success: "/home/cmiss/Jenkins/workspace/Plotsvy/test/node_modules/canvas/build/Release/canvas.node" is installed via remote

> gl@4.3.3 install /home/cmiss/Jenkins/workspace/Plotsvy/test/node_modules/gl
> prebuild-install || node-gyp rebuild


> core-js@3.2.1 postinstall /home/cmiss/Jenkins/workspace/Plotsvy/test/node_modules/@babel/register/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 /home/cmiss/Jenkins/workspace/Plotsvy/test/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 -)

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (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.1.1 (node_modules/karma/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 1115 packages from 1175 contributors and audited 21804 packages in 170.236s
found 3 vulnerabilities (1 moderate, 2 high)
  run `npm audit fix` to fix them, or `npm audit` for details
+ npm run test-ci

> plotsvy-testing@1.0.0 test-ci /home/cmiss/Jenkins/workspace/Plotsvy/test
> mocha-webpack

 WEBPACK  Compiling...

 WEBPACK  Compiled with 1 warning(s)

Warning in ../node_modules/es6-promise/dist/es6-promise.js

  Module not found: 'vertx' in '/home/cmiss/Jenkins/workspace/Plotsvy/node_modules/es6-promise/dist'

 MOCHA  Testing...



  Array
    #indexOf()
      ✓ should return -1 when the value is not present

  Plotsvy
    #require()
      ✓ Should return an object when we require it.
    #openCSV()
/data/18907011_channel_1.csv
      ✓ Should update the state to the given url (1250ms)
    #plotByName()
      ✓ should update state.selectedChannels to reflect the state
      ✓ should create channels array when we have two channels (356ms)
    #clearChart()
      ✓ should reset selectedChannels to empty array
    #createFileNavigation()
/data/example-directory-meta.json
      ✓ should resolve promise after creating fileNavigator

  CSV_Manager
    #require()
      ✓ Should return an object when we require it.
    #csv.getHeaders()
/data/18907011_channel_1.csv
      ✓ Should be able to process headers consistently
    #csv.transposeSelf()
      ✓ Data should not change when transposed twice
    #csv.getDataType()
      ✓ Should categorise data correctly

  Plot Manager
No chart available to resize! Resize cancelled
    #require()
      ✓ Should return an object when we require it.
    #plot.createChart()
/data/18907011_channel_1.csv
      ✓ Should be able to generate a chart (592ms)
    #plot.resizePlot()
      ✓ Should find and resize the plot (397ms)


  14 passing (4s)

 MOCHA  Tests completed successfully

[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@76eb5e41[description=A CSV plotter that loads and plots timeseries or static data,homepage=<null>,name=plotsvy,fork=false,archived=false,size=69317,milestones={},language=CSS,commits={},source=<null>,parent=<null>,responseHeaderFields={null=[HTTP/1.1 200 OK], Access-Control-Allow-Origin=[*], Access-Control-Expose-Headers=[ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type], Cache-Control=[private, max-age=60, s-maxage=60], Content-Encoding=[gzip], Content-Security-Policy=[default-src 'none'], Content-Type=[application/json; charset=utf-8], Date=[Tue, 19 Nov 2019 01:17:44 GMT], ETag=[W/"ba2ab166ff22e12d26ba2927acc33254"], Last-Modified=[Tue, 12 Nov 2019 23:42:38 GMT], OkHttp-Received-Millis=[1574126264328], OkHttp-Response-Source=[CONDITIONAL_CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1574126263380], Referrer-Policy=[origin-when-cross-origin, strict-origin-when-cross-origin], Server=[GitHub.com], Status=[200 OK], Strict-Transport-Security=[max-age=31536000; includeSubdomains; preload], Transfer-Encoding=[chunked], Vary=[Accept, Authorization, Cookie, X-GitHub-OTP, Accept-Encoding], X-Accepted-OAuth-Scopes=[repo], X-Content-Type-Options=[nosniff], X-Frame-Options=[deny], X-GitHub-Media-Type=[github.v3; format=json], X-GitHub-Request-Id=[B33C:768F:4AB1E:5579E:5DD342B7], X-OAuth-Scopes=[admin:repo_hook, repo, repo:status], X-RateLimit-Limit=[5000], X-RateLimit-Remaining=[4976], X-RateLimit-Reset=[1574129569], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/ABI-Software/plotsvy,id=197081203]] (sha:f234ca7) with context:Plotsvy
Setting commit status on GitHub for https://github.com/ABI-Software/plotsvy/commit/f234ca76b2ad4b64ab38a71a0927ae11ad1d3b83
Setting status of adf0a56dab76131c5d21c7998f8bef3d30172e93 to SUCCESS with url https://autotest.bioeng.auckland.ac.nz/jenkins/job/Plotsvy/16/ and message: 'Build finished. '
Finished: SUCCESS