Skip to content
Success

Console Output

Started by user Jesse Khorasanee
Building remotely on Ubuntu_16.04_bioeng49 (buildslave Testing) in workspace /home/cmiss/Jenkins/workspace/Plotsvy
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/ABI-Software/plotsvy # timeout=10
Fetching upstream changes from https://github.com/ABI-Software/plotsvy
 > git --version # timeout=10
 > git fetch --tags --progress -- https://github.com/ABI-Software/plotsvy +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/master
Seen branch in repository origin/netlify-hosting
Seen 2 remote branches
 > git show-ref --tags -d # timeout=10
Checking out Revision 64ac6c3bd1df8b76550b1053f1a3c16cc086d470 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 64ac6c3bd1df8b76550b1053f1a3c16cc086d470
Commit message: "Bug fixes and optimisation:"
First time build. Skipping changelog.
[Plotsvy] $ /bin/sh -xe /tmp/jenkins10909112898641575698.sh
+ pwd
/home/cmiss/Jenkins/workspace/Plotsvy
+ node -v
v10.15.0
+ npm install
npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN acorn-jsx@5.0.1 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.
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"})

audited 20857 packages in 21.15s
found 16 moderate severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details
+ cd test
+ npm install
npm WARN babel-loader@7.1.5 requires a peer of babel-core@6 but none is installed. You must install peer dependencies yourself.
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"})
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"})

audited 21804 packages in 20.392s
found 2 vulnerabilities (1 moderate, 1 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 (1389ms)
    #plotByName()
      ✓ should update state.selectedChannels to reflect the state
      ✓ should create channels array when we have two channels (201ms)
    #clearChart()
      ✓ should reset selectedChannels to empty array
    #createFileNavigation()
/data/example-directory-meta.json
      ✓ should resolve promise after creating fileNavigator


  7 passing (2s)

 MOCHA  Tests completed successfully

[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@29e0a41b[description=A CSV plotter that loads and plots timeseries or static data,homepage=<null>,name=plotsvy,fork=false,archived=false,size=69303,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, 12 Nov 2019 01:46:45 GMT], ETag=[W/"7ea4bf2265193aec35b0af97a5651424"], Last-Modified=[Thu, 07 Nov 2019 23:52:45 GMT], OkHttp-Received-Millis=[1573523205596], OkHttp-Response-Source=[NETWORK 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1573523205236], 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=[D634:1016:75EC08:867D20:5DCA0F05], X-OAuth-Scopes=[admin:repo_hook, repo, repo:status], X-RateLimit-Limit=[5000], X-RateLimit-Remaining=[4970], X-RateLimit-Reset=[1573526100], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/ABI-Software/plotsvy,id=197081203]] (sha:64ac6c3) with context:Plotsvy
Setting commit status on GitHub for https://github.com/ABI-Software/plotsvy/commit/64ac6c3bd1df8b76550b1053f1a3c16cc086d470
Finished: SUCCESS