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

Builder linux-rel-css Build #336

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchtry
Revision64424bb48796c0e7fabfbcbf26be9bef004534fc
Got Revision64424bb48796c0e7fabfbcbf26be9bef004534fc
Changes1 change

BuildSlave:

servo-linux1

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. - no logs -
  2. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  3. compile ran build --release warnings ( 15 mins, 49 secs )
    1. warnings (12)
  4. test ran test-css --release --processes 16 ( 14 mins, 49 secs )
    1. css-errorsummary.log
  5. compile_1 ran build-cef --release ( 46 secs )
    1. stdio
  6. compile_2 ran build-geckolib --release warnings ( 3 mins, 22 secs )
    1. warnings (5)
  7. test_1 ran test-stylo --release warnings ( 2 mins, 24 secs )
    1. warnings (3)
  8. shell_1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  9. shell_2 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch try Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 336 Build
codebase Build
got_revision 64424bb48796c0e7fabfbcbf26be9bef004534fc Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 64424bb48796c0e7fabfbcbf26be9bef004534fc Build
scheduler servo-auto Scheduler
slavename servo-linux1 BuildSlave
warnings-count 20 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Oct 20 13:32:37 2016
EndThu Oct 20 14:09:54 2016
Elapsed37 mins, 17 secs

All Changes:

:

  1. Change #22983

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 20 Oct 2016 13:02:09
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch try
    Revision 64424bb48796c0e7fabfbcbf26be9bef004534fc

    Comments

    Auto merge of #13848 - mrobinson:remove-layers, r=<try>
    
    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/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