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

Builder linux-rel-css Build #5732

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. generic generic ( 0 secs )
    1. - no logs -
  3. generic_1 generic_1 ( 0 secs )
    1. - no logs -
  4. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  5. shell__1 './mach clean-nightlies ...' ( 9 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions ( 19 mins, 50 secs )
    1. - no logs -
  7. test ran test-css --release --processes 16 --always-succeed ( 12 mins, 35 secs )
    1. css-errorsummary.log
  8. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-css-errorsummary.log
    3. intermittents.log
  9. compile__1 ran build-cef --release --with-debug-assertions ( 37 secs )
    1. stdio
  10. compile__2 ran build-geckolib --release ( 6 mins, 12 secs )
    1. - no logs -
  11. test__1 ran test-stylo --release warnings ( 52 secs )
    1. warnings (3)
  12. shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  13. shell__4 '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 5732 Build
codebase Build
got_revision 473934c989c94773c38f585b1c4500cd8c811738 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 473934c989c94773c38f585b1c4500cd8c811738 Build
scheduler servo-auto Scheduler
slavename servo-linux3 BuildSlave
warnings-count 3 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartTue Aug 29 19:57:01 2017
EndTue Aug 29 20:37:34 2017
Elapsed40 mins, 32 secs

All Changes:

:

  1. Change #59563

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Tue 29 Aug 2017 19:29:13
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 473934c989c94773c38f585b1c4500cd8c811738

    Comments

    Auto merge of #18268 - emilio:dirty-viewport-followup, r=SimonSapin
    
    style: Recascade the document instead of using the dirty_on_viewport_size_change bit
    
    This allows us to simplify a lot of code.
    
    On top of #18267.
    
    <!-- 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/18268)
    <!-- Reviewable:end -->

    Changed files

    • components/layout_thread/dom_wrapper.rs
    • components/layout_thread/lib.rs
    • components/script/dom/node.rs
    • components/script/lib.rs
    • components/style/animation.rs
    • components/style/cascade_info.rs
    • components/style/dom.rs
    • components/style/gecko/wrapper.rs
    • components/style/lib.rs
    • components/style/properties/helpers.mako.rs
    • components/style/properties/properties.mako.rs
    • components/style/style_resolver.rs
    • components/style/stylist.rs