Skip to content
Success

Console Output

GitHub pull request #5 of commit 18c04e1e3c76401a79c795bc7143297167376b1e, no merge conflicts.
Setting status of 18c04e1e3c76401a79c795bc7143297167376b1e to PENDING with url https://autotest.bioeng.auckland.ac.nz/jenkins/job/ZincJS/8/ and message: 'Build started for merge commit.'
Building remotely on Ubuntu_16.04_bioeng49 (buildslave Testing) in workspace /home/cmiss/Jenkins/workspace/ZincJS
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/ZincJS.git # timeout=10
Fetching upstream changes from https://github.com/ABI-Software/ZincJS.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/ABI-Software/ZincJS.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
Checking out Revision f6c1edced4b515b9e12c697eccd591442f130a01 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f6c1edced4b515b9e12c697eccd591442f130a01
Commit message: "Merge pull request #4 from alan-wu/develop"
 > git rev-list --no-walk e0c48ce74cebec0c3d123673781ae928a3f817c9 # timeout=10
[ZincJS] $ /bin/sh -xe /tmp/jenkins13667470348173280514.sh
+ npm install
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

audited 5797 packages in 10.619s
found 0 vulnerabilities

+ npm run build

> zincjs@0.31.3 build /home/cmiss/Jenkins/workspace/ZincJS
> webpack --config webpack.frontend.js --mode=none; webpack --config webpack.backend.js --mode=none

Hash: 619293b6830b33cfd792
Version: webpack 4.29.6
Time: 25891ms
Built at: 08/20/2019 11:46:21 AM
               Asset      Size  Chunks             Chunk Names
    zinc.frontend.js  1.03 MiB       0  [emitted]  zinc
zinc.frontend.js.map   2.7 MiB       0  [emitted]  zinc
Entrypoint zinc = zinc.frontend.js zinc.frontend.js.map
 [0] ./src/zinc.js 1.13 KiB {0} [built]
 [2] (webpack)/buildin/global.js 685 bytes {0} [built]
 [3] ./src/geometry.js 6.15 KiB {0} [built]
 [5] ./src/glyph.js 3.44 KiB {0} [built]
 [6] ./src/label.js 1.38 KiB {0} [built]
 [7] ./src/glyphset.js 12.3 KiB {0} [built]
 [8] ./src/loader.js 8.75 KiB {0} [built]
[10] ./src/pointset.js 5.39 KiB {0} [built]
[11] ./src/Points.js 3.09 KiB {0} [built]
[13] ./src/renderer.js 10.6 KiB {0} [built]
[14] ./src/scene.js 27.8 KiB {0} [built]
[15] ./src/utilities.js 1.14 KiB {0} [built]
[18] ./src/controls.js 33 KiB {0} [built]
[19] ./src/geometryCSG.js 3.14 KiB {0} [built]
[29] ./src/glyphsetCSG.js 1.46 KiB {0} [built]
    + 15 hidden modules
Hash: ec56582f421114972b87
Version: webpack 4.29.6
Time: 4166ms
Built at: 08/20/2019 11:46:26 AM
      Asset     Size  Chunks             Chunk Names
    zinc.js  150 KiB       0  [emitted]  zinc
zinc.js.map  426 KiB       0  [emitted]  zinc
Entrypoint zinc = zinc.js zinc.js.map
 [0] ./src/zinc.js 1.13 KiB {0} [built]
 [1] external "url-polyfill" 42 bytes {0} [built]
 [2] ./src/geometry.js 6.15 KiB {0} [built]
 [3] external "three" 42 bytes {0} [built]
 [4] ./src/glyph.js 3.44 KiB {0} [built]
 [5] ./src/label.js 1.38 KiB {0} [built]
 [6] ./src/glyphset.js 12.3 KiB {0} [built]
 [7] ./src/loader.js 8.75 KiB {0} [built]
 [9] ./src/pointset.js 5.39 KiB {0} [built]
[12] ./src/renderer.js 10.6 KiB {0} [built]
[13] ./src/scene.js 27.8 KiB {0} [built]
[14] ./src/utilities.js 1.14 KiB {0} [built]
[17] ./src/controls.js 33 KiB {0} [built]
[18] ./src/geometryCSG.js 3.14 KiB {0} [built]
[24] ./src/glyphsetCSG.js 1.46 KiB {0} [built]
    + 10 hidden modules
+ xvfb-run -s -screen 0 1024x1024x24 npm run test

> zincjs@0.31.3 test /home/cmiss/Jenkins/workspace/ZincJS
> npm --prefix ./test install && npm --prefix ./test run test-ci

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 8889 packages in 11.004s
found 0 vulnerabilities


> @ test-ci /home/cmiss/Jenkins/workspace/ZincJS/test
> mocha-webpack

 WEBPACK  Compiling...

 WEBPACK  Compiled successfully in 3915ms

 MOCHA  Testing...

THREE.WebGLRenderer 93
THREE.WebGLRenderer: WEBGL_depth_texture extension not supported.
THREE.WebGLRenderer: OES_texture_float_linear extension not supported.
THREE.WebGLRenderer: OES_texture_half_float extension not supported.
THREE.WebGLRenderer: OES_texture_half_float_linear extension not supported.
THREE.WebGLRenderer: OES_standard_derivatives extension not supported.


  Zinc
    ✓ Zinc is a valid object
    Renderer()
      ✓ Renderer is a valid constructor
      ✓ Renderer creates an object
      Local Variables()
        ✓ playAnimation
      Methods()
        ✓ initialiseVisualisation
        ✓ getCurrentScene
        ✓ createScene
        ✓ getSceneByName
        ✓ setCurrentScene
        ✓ resetView
        ✓ viewAll
        ✓ updateDirectionalLight
        ✓ getPlayRate
        ✓ addPreRenderCallbackFunction
        ✓ setPlayRate
        ✓ getCurrentTime
        ✓ setMorphsTime
        ✓ PreRenderCallbackFunction
        ✓ render
        ✓ removePreRenderCallbackFunction
        ✓ getThreeJSRenderer
        ✓ isSceneActive
        ✓ addActiveScene
        ✓ isSceneActive
        ✓ removeActiveScene
        ✓ isSceneActive
        ✓ clearAllActiveScene
        ✓ clearAllActiveScene
        ✓ transitionScene
    Scene()
      ✓ New scene object
      ✓ Set as current scene
      Local Variables()
        ✓ autoClearFlag
      Methods()
        ✓ loadView
        ✓ loadMetadataURL (151ms)
        ✓ onWindowResize
        ✓ resetView
        ✓ viewAll
        ✓ getBoundingBox
        ✓ viewAllWithBoundingBox
        ✓ forEachGeometry
        ✓ findGeometriesWithGroupName
        ✓ findGlyphsetsWithGroupName
        ✓ findPointsetsWithGroupName
        ✓ updateDirectionalLight
        ✓ getCurrentTime
        ✓ setMorphsTime
        ✓ getZincGeometryByID
        ✓ getZincCameraControls
        ✓ getThreeJSScene
        ✓ setInteractiveControlEnable
        ✓ setStereoEffectEnable
        ✓ isStereoEffectEnable
        ✓ removeZincGeometry
        ✓ getZincGeometryByID
    Geometry()
      Local Variables()
        ✓ geometry
        ✓ mixer
        ✓ timeEnabled
        ✓ morphColour
        ✓ modelId
        ✓ morph
        ✓ clipAction
        ✓ groupName
      Methods()
        ✓ setVisibility
        ✓ setAlpha
        ✓ getCurrentTime
        ✓ setMorphTime
        ✓ setWireframe
        ✓ setColour
        ✓ setVertexColour
        ✓ getBoundingBox
        ✓ setMaterial
    Controls()
      Local Variables()
        ✓ cameraObject
        ✓ renderer
        ✓ scene
        ✓ tumble_rate
        ✓ scrollRate
      Methods()
        ✓ setMouseButtonAction
        ✓ updateDirectionalLight
        ✓ disable
        ✓ enable
        ✓ setPathDuration
        ✓ setTime
        ✓ setPlayRate
        ✓ loadPathURL
        ✓ getNumberOfTimeFrame
        ✓ getCurrentTimeFrame
        ✓ setCurrentTimeFrame
        ✓ playPath
        ✓ update
        ✓ stopPath
        ✓ enableDirectionalLightUpdateWithPath
        ✓ enableDeviceOrientation
        ✓ disableDeviceOrientation
        ✓ getViewportFromCentreAndRadius
        ✓ getDefaultViewport
        ✓ getCurrentViewport
        ✓ setDefaultCameraSettings
        ✓ setCurrentCameraSettings
        ✓ resetView
        ✓ cameraTransition
        ✓ enableCameraTransition
        ✓ pauseCameraTransition
        ✓ stopCameraTransition
        ✓ autoTumble
        ✓ enableAutoTumble
        ✓ updateAutoTumble
        ✓ stopAutoTumble
        ✓ enableRaycaster
        ✓ disableRaycaster


  109 passing (533ms)

 MOCHA  Tests completed successfully

[Set GitHub commit status (universal)] SUCCESS on repos [GHRepository@7da5890c[description=JS interface to Zinc output for displaying 3D anatomical models,homepage=,name=ZincJS,fork=true,archived=false,size=49700,milestones={},language=JavaScript,commits={},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=[Mon, 19 Aug 2019 23:46:56 GMT], ETag=[W/"1686cfa72b4d088eabbe00a9f7b96264"], Last-Modified=[Fri, 16 Aug 2019 04:29:07 GMT], OkHttp-Received-Millis=[1566258416618], OkHttp-Response-Source=[CONDITIONAL_CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1566258416178], 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=[D606:6B3B:2B097:33B49:5D5B34F0], X-OAuth-Scopes=[admin:repo_hook, repo, repo:status], X-RateLimit-Limit=[5000], X-RateLimit-Remaining=[4988], X-RateLimit-Reset=[1566262016], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/ABI-Software/ZincJS,id=165929667]] (sha:f6c1edc) with context:ZincJS
Setting commit status on GitHub for https://github.com/ABI-Software/ZincJS/commit/f6c1edced4b515b9e12c697eccd591442f130a01
Setting status of 18c04e1e3c76401a79c795bc7143297167376b1e to SUCCESS with url https://autotest.bioeng.auckland.ac.nz/jenkins/job/ZincJS/8/ and message: 'Build finished. '
Finished: SUCCESS