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

Builder linux-rel-css Build #11796

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux6

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  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. shell__1 './mach clean-nightlies ...' ( 12 secs )
    1. stdio
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions -p servo warnings ( 10 mins, 52 secs )
    1. warnings (2)
  9. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 10 mins, 15 secs )
    1. - no logs -
  10. shell__4 './mach filter-intermittents ...' ( 10 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  11. shell__5 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__6 './etc/ci/clean_build_artifacts.sh' ( 1 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Mar 21 01:40:57 2019
EndThu Mar 21 02:02:34 2019
Elapsed21 mins, 36 secs

All Changes:

:

  1. Change #109590

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 21 Mar 2019 01:40:56
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision e58226814f612edce3be999c0ced4a1edf0db96a

    Comments

    Auto merge of #23055 - Manishearth:xrspace, r=asajeffrey
    
    Some XRSpace improvements
    
    Proper XRSpace support is blocked on https://github.com/immersive-web/webxr/issues/565 , but in the meantime this improves XRSpace support a little bit, preparing both for support in getViewerPose and getPose as well as handling input spaces eventually.
    
    r? @jdm
    
    <!-- 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/23055)
    <!-- Reviewable:end -->

    Changed files

    • components/script/dom/dompointreadonly.rs
    • components/script/dom/webidls/XRFrame.webidl
    • components/script/dom/webidls/XRReferenceSpace.webidl
    • components/script/dom/webidls/XRRigidTransform.webidl
    • components/script/dom/webidls/XRSession.webidl
    • components/script/dom/webidls/XRStationaryReferenceSpace.webidl
    • components/script/dom/xrframe.rs
    • components/script/dom/xrreferencespace.rs
    • components/script/dom/xrrigidtransform.rs
    • components/script/dom/xrsession.rs
    • components/script/dom/xrspace.rs
    • components/script/dom/xrstationaryreferencespace.rs