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

Builder linux-rel-css Build #358

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. - no logs -
  2. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  3. compile ran build --release warnings ( 17 mins, 35 secs )
    1. warnings (12)
  4. test ran test-css --release --processes 16 ( 16 mins, 20 secs )
    1. css-errorsummary.log
  5. compile_1 ran build-cef --release ( 50 secs )
    1. stdio
  6. compile_2 ran build-geckolib --release warnings ( 3 mins, 26 secs )
    1. warnings (5)
  7. test_1 ran test-stylo --release warnings ( 2 mins, 28 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 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:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartFri Oct 21 06:47:24 2016
EndFri Oct 21 07:28:12 2016
Elapsed40 mins, 48 secs

All Changes:

:

  1. Change #23103

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@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