Builder linux-rel-wpt Build #7727
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 2a46067587d63aec176621ab3b6112ef5200a248 |
| Got Revision | 2a46067587d63aec176621ab3b6112ef5200a248 |
| Changes | 1 change |
BuildSlave:
servo-linux2Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 3 secs )
- - no logs -
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 10 secs )
-
shell__2 './mach clean-cargo-cache ...' ( 0 secs )
-
compile ran build --release --with-debug-assertions ( 10 mins, 52 secs )
- - no logs -
-
test ran test-wpt-failure ( 0 secs )
-
test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 18 mins, 53 secs )
-
shell__3 './mach filter-intermittents ...' ( 2 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| 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:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Sun Jan 28 12:08:14 2018 |
| End | Sun Jan 28 12:38:26 2018 |
| Elapsed | 30 mins, 12 secs |
All Changes:
:
Change #73181
Category None Changed by bors-servo <lbergstrom+bors@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