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

Builder linux-rel-wpt Build #7289

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux1

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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, 23 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 ( 18 mins, 21 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 7289 Build
codebase Build
got_revision e631d167bf28676e45e37f418b4282fcfba98c1e Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision e631d167bf28676e45e37f418b4282fcfba98c1e Build
scheduler servo-auto Scheduler
slavename servo-linux1 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:

StartFri Dec 15 21:09:43 2017
EndFri Dec 15 21:49:52 2017
Elapsed40 mins, 9 secs

All Changes:

:

  1. Change #70374

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 15 Dec 2017 21:09:41
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision e631d167bf28676e45e37f418b4282fcfba98c1e

    Comments

    Auto merge of #19578 - emilio:parse-keyword, r=Manishearth,canaltinova
    
    Allow deriving Parse on keywords.
    
    This makes patches like #19576 much easier.
    
    <!-- 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/19578)
    <!-- Reviewable:end -->

    Changed files

    • components/style/parser.rs
    • components/style/values/specified/background.rs
    • components/style/values/specified/position.rs
    • components/style_derive/cg.rs
    • components/style_derive/lib.rs
    • components/style_derive/parse.rs
    • components/style_derive/to_css.rs