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

Builder linux-rel-wpt Build #7135

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux6

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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, 40 secs )
    1. - no logs -
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 15 mins, 48 secs )
    1. wpt-errorsummary.log
  9. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  10. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
    1. stdio
    2. wpt-mp-errorsummary.log

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 7135 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-linux6 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSat Dec 2 00:51:55 2017
EndSat Dec 2 01:30:54 2017
Elapsed38 mins, 58 secs

All Changes:

:

  1. 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