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

Builder linux-rel-wpt Build #5660

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

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 ...' ( 8 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions warnings ( 18 mins, 43 secs )
    1. warnings (1)
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --always-succeed ( 13 mins, 19 secs )
    1. - no logs -
  9. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  10. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 11 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 5660 Build
codebase Build
got_revision d4ddec8d33dbdaa248ae45d7c8ff58cfca7d7a5e Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision d4ddec8d33dbdaa248ae45d7c8ff58cfca7d7a5e Build
scheduler servo-auto Scheduler
slavename servo-linux3 BuildSlave
warnings-count 1 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Aug 24 18:29:32 2017
EndThu Aug 24 19:02:01 2017
Elapsed32 mins, 29 secs

All Changes:

:

  1. Change #58943

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 24 Aug 2017 18:29:31
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision d4ddec8d33dbdaa248ae45d7c8ff58cfca7d7a5e

    Comments

    Auto merge of #18209 - jdm:devirtualize, r=mbrubeck
    
    Devirtualize CSS error reporting.
    
    This removes a trait object from the path of reporting a CSS error.
    
    ---
    - [X] `./mach build -d` does not report any errors
    - [X] `./mach test-tidy` does not report any errors
    - [X] There are tests for these changes
    
    <!-- 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/18209)
    <!-- Reviewable:end -->

    Changed files

    • components/script/dom/css.rs
    • components/script/dom/cssmediarule.rs
    • components/script/dom/csssupportsrule.rs
    • components/script/dom/htmllinkelement.rs
    • components/script/dom/htmlstyleelement.rs
    • components/script/dom/medialist.rs
    • components/script/dom/window.rs
    • components/style/counter_style/mod.rs
    • components/style/encoding_support.rs
    • components/style/font_face.rs
    • components/style/gecko/wrapper.rs
    • components/style/parser.rs
    • components/style/properties/declaration_block.rs
    • components/style/properties/properties.mako.rs
    • components/style/stylesheets/font_feature_values_rule.rs
    • components/style/stylesheets/keyframes_rule.rs
    • components/style/stylesheets/mod.rs
    • components/style/stylesheets/rule_parser.rs
    • components/style/stylesheets/stylesheet.rs
    • components/style/stylesheets/viewport_rule.rs
    • ports/geckolib/glue.rs
    • tests/unit/style/parsing/length.rs
    • tests/unit/style/parsing/mod.rs
    • tests/unit/style/parsing/value.rs
    • tests/unit/style/properties/background.rs
    • tests/unit/style/properties/mod.rs
    • tests/unit/style/properties/serialization.rs
    • tests/unit/style/viewport.rs