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

Builder linux-rel-css Build #7108

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revision49e6594bc9f4c8178175232ab4a61581144dfa8e
Got Revision49e6594bc9f4c8178175232ab4a61581144dfa8e
Changes2 changes

BuildSlave:

servo-linux1

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 22 mins, 57 secs )
    1. - no logs -
  7. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 13 mins, 32 secs )
    1. wpt-errorsummary.log
  8. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  9. compile__1 ran build-geckolib --release ( 6 mins, 59 secs )
    1. - no logs -
  10. test__1 ran test-stylo --release ( 53 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 7108 Build
codebase Build
got_revision 49e6594bc9f4c8178175232ab4a61581144dfa8e Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 49e6594bc9f4c8178175232ab4a61581144dfa8e Build
scheduler servo-auto Scheduler
slavename servo-linux1 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:

StartSat Dec 2 00:16:45 2017
EndSat Dec 2 01:01:28 2017
Elapsed44 mins, 43 secs

All Changes:

:

  1. Change #69531

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sat 02 Dec 2017 00:06:43
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision dfa449d44523dd7d49318e53a50f6cc9f482d9ff

    Comments

    Auto merge of #19454 - emilio:has-class-is-stupid, r=upsuper
    
    style: Add a missing fast-path in GeckoElement::each_class.
    
    This shows up when inserting elements in the bloom filter.
    
    <!-- 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/19454)
    <!-- Reviewable:end -->

    Changed files

    • components/style/gecko/snapshot_helpers.rs
    • components/style/gecko/wrapper.rs
  2. Change #69533

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sat 02 Dec 2017 00:16:35
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 49e6594bc9f4c8178175232ab4a61581144dfa8e

    Comments

    Auto merge of #19455 - emilio:color-does-stupid-things-too, r=upsuper
    
    style: Don't waste an allocation when failing to parse a CSSParserColor.
    
    I see that allocation show up in the profiles, and it makes sense, because
    system colors and such are common in Firefox, and they're just wasting it.
    
    Note that the clone() added is refcounted.
    
    <!-- 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/19455)
    <!-- Reviewable:end -->

    Changed files

    • components/style/values/specified/color.rs