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

Builder linux-rel-css Build #10176

Results:

Failed shell__4

SourceStamp:

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

BuildSlave:

servo-linux6

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 ...' ( 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, 57 secs )
    1. warnings (1)
  9. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 10 mins, 11 secs )
    1. - no logs -
  10. shell__4 './mach filter-intermittents ...' failed ( 2 secs )
    1. stdio
  11. shell__5 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__6 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch try Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 10176 Build
codebase Build
got_revision 4d4731a9c985dbef7762a4c1a708c33ff47438a0 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 4d4731a9c985dbef7762a4c1a708c33ff47438a0 Build
scheduler servo-auto Scheduler
slavename servo-linux6 BuildSlave
warnings-count 1 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSun Oct 14 22:44:02 2018
EndSun Oct 14 23:04:31 2018
Elapsed20 mins, 28 secs

All Changes:

:

  1. Change #99042

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sun 14 Oct 2018 22:44:00
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch try
    Revision 4d4731a9c985dbef7762a4c1a708c33ff47438a0

    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