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

Builder linux-rel-css Build #3701

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revisiond8bcc0db1aad26e007b7e2bdeda3cea4953c0db0
Got Revisiond8bcc0db1aad26e007b7e2bdeda3cea4953c0db0
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 ...' ( 7 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions warnings ( 15 mins, 33 secs )
    1. warnings (1)
  7. test ran test-css --release --processes 16 --always-succeed ( 10 mins, 14 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 ( 35 secs )
    1. stdio
  10. compile__2 ran build-geckolib --release ( 5 mins, 20 secs )
    1. stdio
  11. test__1 ran test-stylo --release ( 5 mins, 59 secs )
    1. - no logs -
  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 3701 Build
codebase Build
got_revision d8bcc0db1aad26e007b7e2bdeda3cea4953c0db0 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision d8bcc0db1aad26e007b7e2bdeda3cea4953c0db0 Build
scheduler servo-auto Scheduler
slavename servo-linux1 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:

StartFri Apr 28 03:38:28 2017
EndFri Apr 28 04:16:24 2017
Elapsed37 mins, 56 secs

All Changes:

:

  1. Change #45368

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 28 Apr 2017 03:38:27
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision d8bcc0db1aad26e007b7e2bdeda3cea4953c0db0

    Comments

    Auto merge of #16609 - nox:quirks, r=Manishearth,emilio
    
    Implement unitless length quirk
    
    The Gecko side doesn't propagate its quirks mode yet.
    
    <!-- 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/16609)
    <!-- Reviewable:end -->

    Changed files

    • components/layout_thread/lib.rs
    • components/script/dom/css.rs
    • components/script/dom/cssmediarule.rs
    • components/script/dom/cssstyledeclaration.rs
    • components/script/dom/csssupportsrule.rs
    • components/script/dom/document.rs
    • components/script/dom/element.rs
    • components/script/dom/htmllinkelement.rs
    • components/script/dom/htmlmetaelement.rs
    • components/script/dom/htmlstyleelement.rs
    • components/script/dom/medialist.rs
    • components/script/dom/mediaquerylist.rs
    • components/script/dom/window.rs
    • components/script/stylesheet_loader.rs
    • components/script_layout_interface/message.rs
    • components/style/animation.rs
    • components/style/encoding_support.rs
    • components/style/gecko/media_queries.rs
    • components/style/gecko/wrapper.rs
    • components/style/keyframes.rs
    • components/style/matching.rs
    • components/style/media_queries.rs
    • components/style/parser.rs
    • components/style/properties/data.py
    • components/style/properties/declaration_block.rs
    • components/style/properties/helpers.mako.rs
    • components/style/properties/helpers/animated_properties.mako.rs
    • components/style/properties/longhand/border.mako.rs
    • components/style/properties/longhand/box.mako.rs
    • components/style/properties/longhand/font.mako.rs
    • components/style/properties/longhand/inherited_table.mako.rs
    • components/style/properties/longhand/inherited_text.mako.rs
    • components/style/properties/longhand/margin.mako.rs
    • components/style/properties/longhand/padding.mako.rs
    • components/style/properties/longhand/position.mako.rs
    • components/style/properties/properties.mako.rs
    • components/style/properties/shorthand/background.mako.rs
    • components/style/properties/shorthand/border.mako.rs
    • components/style/properties/shorthand/margin.mako.rs
    • components/style/properties/shorthand/padding.mako.rs
    • components/style/servo/media_queries.rs
    • components/style/stylesheets.rs
    • components/style/stylist.rs
    • components/style/values/computed/mod.rs
    • components/style/values/specified/length.rs
    • components/style/values/specified/mod.rs
    • components/style/values/specified/position.rs
    • components/style/viewport.rs
    • ports/geckolib/glue.rs
    • tests/unit/style/media_queries.rs
    • tests/unit/style/parsing/image.rs
    • tests/unit/style/parsing/length.rs
    • tests/unit/style/parsing/mod.rs
    • tests/unit/style/properties/mod.rs
    • tests/unit/style/rule_tree/bench.rs
    • tests/unit/style/stylesheets.rs
    • tests/unit/style/viewport.rs
    • tests/wpt/include.ini
    • tests/wpt/metadata/MANIFEST.json
    • tests/wpt/metadata/quirks-mode/blocks-ignore-line-height.html.ini
    • tests/wpt/metadata/quirks-mode/hashless-hex-color.html.ini
    • tests/wpt/metadata/quirks-mode/line-height-calculation.html.ini
    • tests/wpt/metadata/quirks-mode/percentage-height-calculation.html.ini
    • tests/wpt/metadata/quirks-mode/supports.html.ini
    • tests/wpt/metadata/quirks-mode/table-cell-nowrap-minimum-width-calculation.html.ini
    • tests/wpt/metadata/quirks-mode/table-cell-width-calculation.html.ini
    • tests/wpt/metadata/quirks-mode/unitless-length.html.ini
    • tests/wpt/mozilla/meta/MANIFEST.json
    • tests/wpt/mozilla/tests/mozilla/unitless-length.html
    • tests/wpt/web-platform-tests/quirks-mode/unitless-length.html