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

Builder linux-rel-css Build #5622

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ...' ( 9 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions warnings ( 19 mins, 23 secs )
    1. warnings (1)
  7. test ran test-css --release --processes 16 --always-succeed ( 12 mins, 15 secs )
    1. css-errorsummary.log
  8. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-css-errorsummary.log
    3. intermittents.log
  9. compile__1 ran build-cef --release --with-debug-assertions ( 37 secs )
    1. stdio
  10. compile__2 ran build-geckolib --release ( 6 mins, 7 secs )
    1. - no logs -
  11. test__1 ran test-stylo --release warnings ( 52 secs )
    1. warnings (2)
  12. shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  13. shell__4 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 5622 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-linux2 BuildSlave
warnings-count 3 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Aug 24 18:29:32 2017
EndThu Aug 24 19:09:04 2017
Elapsed39 mins, 31 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