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

Builder linux-rel-wpt Build #5547

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revision941e0dbb5a125861e20484271a1636e8035e5507
Got Revision941e0dbb5a125861e20484271a1636e8035e5507
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 ( 18 mins, 54 secs )
    1. - no logs -
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --always-succeed ( 12 mins, 36 secs )
    1. - no logs -
  9. shell__2 './mach filter-intermittents ...' ( 1 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 5547 Build
codebase Build
got_revision 941e0dbb5a125861e20484271a1636e8035e5507 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 941e0dbb5a125861e20484271a1636e8035e5507 Build
scheduler servo-auto Scheduler
slavename servo-linux3 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 Aug 18 18:08:39 2017
EndFri Aug 18 18:40:37 2017
Elapsed31 mins, 57 secs

All Changes:

:

  1. Change #58367

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 18 Aug 2017 18:08:38
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 941e0dbb5a125861e20484271a1636e8035e5507

    Comments

    Auto merge of #18142 - emilio:less-mess-ns, r=SimonSapin
    
    style: Less messy namespace handling.
    
    This PR accounts for the fact that the namespace table is only needed in
    `NestedRuleParser`, and only for style rules, in order to simplify the setup and
    be able to fix a few bugs wrt parsing of invalid rules.
    
    <!-- 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/18142)
    <!-- Reviewable:end -->

    Changed files

    • components/script/dom/css.rs
    • components/style/parser.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/supports_rule.rs
    • ports/geckolib/glue.rs