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

Builder linux-rel-css Build #3683

Results:

Failed compile

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 2 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 ...' ( 0 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions failed ( 2 mins, 59 secs )
    1. - no logs -
  7. test  
    1. - no logs -
    1. - no logs -
    1. - no logs -
    1. - no logs -
  8. test__1  
    1. - no logs -
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 3683 Build
codebase Build
got_revision 922408434f73095c204a4a2242b0c929860c8045 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 922408434f73095c204a4a2242b0c929860c8045 Build
scheduler servo-auto Scheduler
slavename servo-linux3 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Apr 27 14:36:13 2017
EndThu Apr 27 14:39:15 2017
Elapsed3 mins, 2 secs

All Changes:

:

  1. Change #45212

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 27 Apr 2017 14:36:12
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 922408434f73095c204a4a2242b0c929860c8045

    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