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

Builder linux-rel-wpt Build #7727

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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. shell__1 './mach clean-nightlies ...' ( 10 secs )
    1. stdio
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. compile ran build --release --with-debug-assertions ( 10 mins, 52 secs )
    1. - no logs -
  8. test ran test-wpt-failure ( 0 secs )
    1. stdio
  9. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 18 mins, 53 secs )
    1. wpt-errorsummary.log
  10. shell__3 './mach filter-intermittents ...' ( 2 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  11. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
    1. wpt-mp-errorsummary.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSun Jan 28 12:08:14 2018
EndSun Jan 28 12:38:26 2018
Elapsed30 mins, 12 secs

All Changes:

:

  1. Change #73181

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sun 28 Jan 2018 12:08:13
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 2a46067587d63aec176621ab3b6112ef5200a248

    Comments

    Auto merge of #19881 - jonleighton:issue-19811, r=emilio
    
    Add layout RPC query for getting an element's style
    
    This enables us to implement Element::has_css_layout_box() in a more
    direct way, and also enables us to remove some of the existing more
    specific queries.
    
    Fixes #19811.
    
    r? @emilio
    
    <!-- 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/19881)
    <!-- Reviewable:end -->

    Changed files

    • components/layout/query.rs
    • components/layout_thread/lib.rs
    • components/script/devtools.rs
    • components/script/dom/element.rs
    • components/script/dom/node.rs
    • components/script/dom/window.rs
    • components/script_layout_interface/message.rs
    • components/script_layout_interface/rpc.rs
    • components/style/data.rs
    • components/style/values/specified/box.rs