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

Builder linux-rel-wpt Build #10207

Results:

Failed shell__4

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchtry
Revisionc4e32a6cb0b758c8927b91d7d4583d29faecff39
Got Revisionc4e32a6cb0b758c8927b91d7d4583d29faecff39
Changes1 change

BuildSlave:

servo-linux5

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. - no logs -
  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 ...' ( 11 secs )
    1. stdio
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions -p servo warnings ( 9 mins, 17 secs )
    1. warnings (1)
  9. test ran test-wpt-failure ( 0 secs )
    1. stdio
  10. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 17 mins, 22 secs )
    1. - no logs -
  11. shell__4 './mach filter-intermittents ...' failed ( 3 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  12. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 1 mins, 2 secs )
    1. wpt-mp-errorsummary.log
  13. shell__5 './etc/ci/clean_build_artifacts.sh' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch try Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 10207 Build
codebase Build
got_revision c4e32a6cb0b758c8927b91d7d4583d29faecff39 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision c4e32a6cb0b758c8927b91d7d4583d29faecff39 Build
scheduler servo-auto Scheduler
slavename servo-linux5 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:

StartMon Oct 15 02:28:53 2018
EndMon Oct 15 02:56:55 2018
Elapsed28 mins, 2 secs

All Changes:

:

  1. Change #99051

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Mon 15 Oct 2018 02:28:50
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch try
    Revision c4e32a6cb0b758c8927b91d7d4583d29faecff39

    Comments

    Auto merge of #21946 - emilio:remove-inherits-all, r=<try>
    
    style: Stop using PseudoElement::inherits_all.
    
    This was done that way just because Servo didn't support the `all` property at
    the time.
    
    We should do it this way and optimize it if it's slow. Though I suspect that
    most of stuff doesn't actually need to be inherited, my patch at bug 1498943
    should make it much faster than what it would otherwise be.
    
    <!-- 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/21946)
    <!-- Reviewable:end -->

    Changed files

    • components/style/servo/selector_parser.rs
    • resources/servo.css