Builder linux-rel-css Build #358
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | bb271ef4afea02b6b1b5d207e773d1fedccd2906 |
| Got Revision | bb271ef4afea02b6b1b5d207e773d1fedccd2906 |
| Changes | 1 change |
BuildSlave:
servo-linux2Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 6 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
compile ran build --release warnings ( 17 mins, 35 secs )
-
test ran test-css --release --processes 16 ( 16 mins, 20 secs )
-
compile_1 ran build-cef --release ( 50 secs )
-
compile_2 ran build-geckolib --release warnings ( 3 mins, 26 secs )
-
test_1 ran test-stylo --release warnings ( 2 mins, 28 secs )
-
shell_1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell_2 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-css | slave |
| buildername | linux-rel-css | Builder |
| buildnumber | 358 | Build |
| codebase | Build | |
| got_revision | bb271ef4afea02b6b1b5d207e773d1fedccd2906 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | bb271ef4afea02b6b1b5d207e773d1fedccd2906 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux2 | BuildSlave |
| warnings-count | 20 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-css | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Fri Oct 21 06:47:24 2016 |
| End | Fri Oct 21 07:28:12 2016 |
| Elapsed | 40 mins, 48 secs |
All Changes:
:
Change #23103
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Fri 21 Oct 2016 06:47:23 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision bb271ef4afea02b6b1b5d207e773d1fedccd2906 Comments
Auto merge of #13848 - mrobinson:remove-layers, r=glennw Remove concept of Layers from Servo <!-- Please describe your changes on the following line: --> --- <!-- 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: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because this PR should not change behavior. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> Layers were a feature of the legacy drawing path. If we re-add them at some point, it probably makes more sense to make them a product of display list inspection. This change also remove a bunch of dead painting code. <!-- 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/13848) <!-- Reviewable:end -->
Changed files
- components/compositing/compositor.rs
- components/compositing/compositor_thread.rs
- components/compositing/scrolling.md
- components/constellation/constellation.rs
- components/gfx/display_list/mod.rs
- components/gfx_traits/lib.rs
- components/layout/block.rs
- components/layout/context.rs
- components/layout/display_list_builder.rs
- components/layout/flow.rs
- components/layout/fragment.rs
- components/layout/query.rs
- components/layout/webrender_helpers.rs
- components/layout_thread/lib.rs
- components/script/dom/window.rs
- components/script/script_thread.rs
- components/script_layout_interface/message.rs
- components/script_layout_interface/rpc.rs
- components/script_layout_interface/wrapper_traits.rs
- components/script_traits/lib.rs
- components/script_traits/script_msg.rs