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

Builder linux-rel-css Build #523

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux1

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. - no logs -
  2. generic generic ( 0 secs )
    1. stdio
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release warnings ( 16 mins, 45 secs )
    1. warnings (13)
  5. test ran test-css --release --processes 16 ( 14 mins, 7 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release ( 46 secs )
    1. stdio
  7. compile__2 ran build-geckolib --release warnings ( 3 mins, 19 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 2 mins, 26 secs )
    1. warnings (3)
  9. shell__1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  10. 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 523 Build
codebase Build
got_revision 3a3f3192a87dbcd5d05efb82a1f4dde23f9c4cf7 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 3a3f3192a87dbcd5d05efb82a1f4dde23f9c4cf7 Build
scheduler servo-auto Scheduler
slavename servo-linux1 BuildSlave
warnings-count 21 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSun Oct 30 20:32:13 2016
EndSun Oct 30 21:09:44 2016
Elapsed37 mins, 30 secs

All Changes:

:

  1. Change #24175

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sun 30 Oct 2016 20:32:12
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 3a3f3192a87dbcd5d05efb82a1f4dde23f9c4cf7

    Comments

    Auto merge of #13957 - mrobinson:scroll_root, r=glennw
    
    Track overflow:scroll stacking contexts with ScrollRootId instead of StackingContextId
    
    <!-- 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. -->
    
    <!-- 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/13957)
    <!-- Reviewable:end -->

    Changed files

    • components/compositing/compositor.rs
    • components/gfx/display_list/mod.rs
    • components/gfx_traits/lib.rs
    • components/layout/block.rs
    • components/layout/display_list_builder.rs
    • components/layout/flex.rs
    • components/layout/flow.rs
    • components/layout/inline.rs
    • components/layout/list_item.rs
    • components/layout/multicol.rs
    • components/layout/sequential.rs
    • components/layout/table.rs
    • components/layout/table_caption.rs
    • components/layout/table_cell.rs
    • components/layout/table_colgroup.rs
    • components/layout/table_row.rs
    • components/layout/table_rowgroup.rs
    • components/layout/table_wrapper.rs
    • components/layout/traversal.rs
    • components/layout/webrender_helpers.rs
    • components/layout_thread/lib.rs
    • components/script_traits/lib.rs
    • components/servo/Cargo.lock
    • ports/cef/Cargo.lock
    • resources/shaders/cs_box_shadow.fs.glsl
    • resources/shaders/cs_box_shadow.glsl
    • resources/shaders/cs_box_shadow.vs.glsl
    • resources/shaders/prim_shared.glsl
    • resources/shaders/ps_box_shadow.fs.glsl
    • resources/shaders/ps_box_shadow.glsl
    • resources/shaders/ps_box_shadow.vs.glsl