Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder linux-rel-css Build #1791

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revision518ef39cfd429082dd8dc0d5b13e2db637d08a53
Got Revision518ef39cfd429082dd8dc0d5b13e2db637d08a53
Changes1 change

BuildSlave:

servo-linux3

Reason:

The AnyBranchScheduler scheduler named 'servo-auto' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. - no logs -
  2. generic generic ( 0 secs )
    1. - no logs -
  3. generic_1 generic_1 ( 0 secs )
    1. - no logs -
  4. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  5. compile ran build --release --with-debug-assertions warnings ( 23 mins, 12 secs )
    1. warnings (1)
  6. test ran test-css --release --processes 16 --always-succeed ( 12 mins, 53 secs )
    1. css-errorsummary.log
  7. shell__1 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-css-errorsummary.log
    3. intermittents.log
  8. compile__1 ran build-cef --release --with-debug-assertions ( 48 secs )
    1. stdio
  9. compile__2 ran build-geckolib --release warnings ( 4 mins, 12 secs )
    1. warnings (6)
  10. test__1 ran test-stylo --release warnings ( 2 mins, 9 secs )
    1. warnings (4)
  11. shell__2 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__3 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 1791 Build
codebase Build
got_revision 518ef39cfd429082dd8dc0d5b13e2db637d08a53 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 518ef39cfd429082dd8dc0d5b13e2db637d08a53 Build
scheduler servo-auto Scheduler
slavename servo-linux3 BuildSlave
warnings-count 11 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartMon Jan 9 14:51:39 2017
EndMon Jan 9 15:35:02 2017
Elapsed43 mins, 22 secs

All Changes:

:

  1. Change #32595

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Mon 09 Jan 2017 14:42:01
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 518ef39cfd429082dd8dc0d5b13e2db637d08a53

    Comments

    Auto merge of #14618 - MortimerGoro:webvr_api, r=larsbergstrom,emilio,jdm,nox,asajeffrey,cvan
    
    WebVR API Implementation
    
    <!-- Please describe your changes on the following line: -->
    
    WebVR API Implementation with HTC Vive support on Windows. The current implementations only enables the WebVR support on Windows. In other platforms the API is available on JavaScript but navigator.vr.getDisplays() returns an empty array. This will change when we add support for more VR providers and platforms ;)
    
    Info about the architecture:
    https://blog.mozvr.com/webvr-servo-architecture-and-latency-optimizations/
    ---
    <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
    - [X] `./mach build -d` does not report any errors
    - [X] `./mach test-tidy` does not report any errors
    - [ ] These changes fix #__ (github issue number if applicable).
    
    <!-- Either: -->
    - [X] There are tests for these changes OR
    - [ ] These changes do not require tests because _____
    
    Proprietary openvr.dll must be copied next to servo.exe in order to test on HTC Vive (https://github.com/ValveSoftware/openvr/tree/master/bin/win64) I have added some of the official WebVR samples for testing. Switch on your headset and run:
    
    mach run tests/html/webvr/room-scale.html
    
    <!-- Reviewable:start -->
    ---
    This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14618)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • components/canvas/canvas_paint_thread.rs
    • components/canvas/webgl_paint_thread.rs
    • components/canvas_traits/lib.rs
    • components/config/prefs.rs
    • components/constellation/Cargo.toml
    • components/constellation/constellation.rs
    • components/constellation/lib.rs
    • components/constellation/pipeline.rs
    • components/profile/time.rs
    • components/profile_traits/time.rs
    • components/script/Cargo.toml
    • components/script/dom/bindings/conversions.rs
    • components/script/dom/mod.rs
    • components/script/dom/navigator.rs
    • components/script/dom/vr.rs
    • components/script/dom/vrdisplay.rs
    • components/script/dom/vrdisplaycapabilities.rs
    • components/script/dom/vrdisplayevent.rs
    • components/script/dom/vreyeparameters.rs
    • components/script/dom/vrfieldofview.rs
    • components/script/dom/vrframedata.rs
    • components/script/dom/vrpose.rs
    • components/script/dom/vrstageparameters.rs
    • components/script/dom/webidls/Navigator.webidl
    • components/script/dom/webidls/VR.webidl
    • components/script/dom/webidls/VRDisplay.webidl
    • components/script/dom/webidls/VRDisplayCapabilities.webidl
    • components/script/dom/webidls/VRDisplayEvent.webidl
    • components/script/dom/webidls/VREyeParameters.webidl
    • components/script/dom/webidls/VRFieldOfView.webidl
    • components/script/dom/webidls/VRFrameData.webidl
    • components/script/dom/webidls/VRLayer.webidl
    • components/script/dom/webidls/VRPose.webidl
    • components/script/dom/webidls/VRStageParameters.webidl
    • components/script/dom/window.rs
    • components/script/lib.rs
    • components/script/script_runtime.rs
    • components/script/script_thread.rs
    • components/script_traits/Cargo.toml
    • components/script_traits/lib.rs
    • components/servo/Cargo.toml
    • components/servo/lib.rs
    • components/webvr/Cargo.toml
    • components/webvr/lib.rs
    • components/webvr/webvr_thread.rs
    • components/webvr_traits/Cargo.toml
    • components/webvr_traits/lib.rs
    • components/webvr_traits/webvr_traits.rs
    • resources/prefs.json
    • tests/html/webvr/advanced-mirroring.html
    • tests/html/webvr/dynamic-resolution.html
    • tests/html/webvr/js/third-party/gl-matrix-min.js
    • tests/html/webvr/js/third-party/webvr-polyfill.js
    • tests/html/webvr/js/third-party/wglu/wglu-debug-geometry.js
    • tests/html/webvr/js/third-party/wglu/wglu-preserve-state.js
    • tests/html/webvr/js/third-party/wglu/wglu-program.js
    • tests/html/webvr/js/third-party/wglu/wglu-stats.js
    • tests/html/webvr/js/third-party/wglu/wglu-texture.js
    • tests/html/webvr/js/third-party/wglu/wglu-url.js
    • tests/html/webvr/js/vr-audio-panner.js
    • tests/html/webvr/js/vr-cube-island.js
    • tests/html/webvr/js/vr-cube-sea.js
    • tests/html/webvr/js/vr-panorama.js
    • tests/html/webvr/js/vr-samples-util.js
    • tests/html/webvr/media/icons/cardboard64.png
    • tests/html/webvr/media/textures/cube-sea.png
    • tests/html/webvr/room-scale.html
    • tests/html/webvr/simple-mirroring.html
    • tests/html/webvr/vr-presentation.html