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

Builder linux-rel-css Build #7427

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux4

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ...' ( 10 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions ( 21 mins, 27 secs )
    1. - no logs -
  7. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 13 mins, 2 secs )
    1. - no logs -
  8. shell__2 './mach filter-intermittents ...' ( 1 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  9. compile__1 ran build-geckolib --release ( 6 mins, 56 secs )
    1. - no logs -
  10. test__1 ran test-stylo --release ( 3 mins, 20 secs )
    1. - no logs -
  11. shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. 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 7427 Build
codebase Build
got_revision 6131371cc230cca45b13ef9a2622c6e602208357 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 6131371cc230cca45b13ef9a2622c6e602208357 Build
scheduler servo-auto Scheduler
slavename servo-linux4 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartFri Jan 5 09:49:37 2018
EndFri Jan 5 10:34:41 2018
Elapsed45 mins, 4 secs

All Changes:

:

  1. Change #71102

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 05 Jan 2018 09:49:36
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 6131371cc230cca45b13ef9a2622c6e602208357

    Comments

    Auto merge of #19696 - upsuper:rule-cache-opt, r=emilio
    
    Skip rule node which contains only inherited properties for rule cache
    
    This is one possible fix for [bug 1427681](https://bugzilla.mozilla.org/show_bug.cgi?id=1427681) which tries to skip some rule nodes when using rule cache.
    
    Try push for correctness: https://treeherder.mozilla.org/#/jobs?repo=try&revision=74e3941e2cfc5fba4bce839f2518af8a5a8b7411
    
    It doesn't really show much memory saving on awsy. It only shows several KB save on fresh start memory. But since conceptually it's simple, I guess it's worth taking.
    
    <!-- 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/19696)
    <!-- Reviewable:end -->

    Changed files

    • components/style/animation.rs
    • components/style/properties/declaration_block.rs
    • components/style/properties/properties.mako.rs
    • components/style/rule_cache.rs
    • components/style/rule_tree/mod.rs
    • components/style/style_resolver.rs