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

Builder linux-rel-wpt Build #5545

Results:

Failed shell__2

SourceStamp:

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

BuildSlave:

servo-linux1

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 ( 19 mins, 0 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, 57 secs )
    1. - no logs -
  9. shell__2 './mach filter-intermittents ...' failed ( 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 5545 Build
codebase Build
got_revision cf3b1f2ae8b0b20c44dfcc168389939722b2f693 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision cf3b1f2ae8b0b20c44dfcc168389939722b2f693 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 Aug 18 16:11:35 2017
EndFri Aug 18 16:44:00 2017
Elapsed32 mins, 24 secs

All Changes:

:

  1. Change #58336

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 18 Aug 2017 15:54:52
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision cf3b1f2ae8b0b20c44dfcc168389939722b2f693

    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/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