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

Builder linux-rel-css Build #5057

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 13 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 ...' ( 9 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions warnings ( 17 mins, 42 secs )
    1. warnings (2)
  7. test ran test-css --release --processes 16 --always-succeed ( 12 mins, 9 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 warnings ( 39 secs )
    1. stdio
    2. warnings (2)
  10. compile__2 ran build-geckolib --release ( 5 mins, 42 secs )
    1. stdio
  11. test__1 ran test-stylo --release ( 5 mins, 58 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 5057 Build
codebase Build
got_revision d746abaa9e69e6cf0ad187d2b46be661bbe03a9f Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision d746abaa9e69e6cf0ad187d2b46be661bbe03a9f Build
scheduler servo-auto Scheduler
slavename servo-linux3 BuildSlave
warnings-count 4 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartTue Jul 18 02:56:28 2017
EndTue Jul 18 03:39:04 2017
Elapsed42 mins, 36 secs

All Changes:

:

  1. Change #55060

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Tue 18 Jul 2017 02:53:15
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision d746abaa9e69e6cf0ad187d2b46be661bbe03a9f

    Comments

    Auto merge of #17767 - Manishearth:stylo-fuse, r=bholley
    
    stylo: Fuse ServoStyleContext and ServoComputedValues
    
    r=bholley https://bugzilla.mozilla.org/show_bug.cgi?id=1367904
    
    <!-- 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/17767)
    <!-- Reviewable:end -->

    Changed files

    • components/layout/block.rs
    • components/layout/construct.rs
    • components/layout/display_list_builder.rs
    • components/layout/flex.rs
    • components/layout/flow.rs
    • components/layout/fragment.rs
    • components/layout/generated_content.rs
    • components/layout/inline.rs
    • components/layout/list_item.rs
    • components/layout/model.rs
    • components/layout/multicol.rs
    • components/layout/table.rs
    • components/layout/table_caption.rs
    • components/layout/table_cell.rs
    • components/layout/table_colgroup.rs
    • components/layout/table_row.rs
    • components/layout/table_rowgroup.rs
    • components/layout/table_wrapper.rs
    • components/layout/text.rs
    • components/layout_thread/dom_wrapper.rs
    • components/script/dom/cssrulelist.rs
    • components/script_layout_interface/wrapper_traits.rs
    • components/servo_arc/lib.rs
    • components/style/animation.rs
    • components/style/dom.rs
    • components/style/gecko/arc_types.rs
    • components/style/gecko/data.rs
    • components/style/gecko/generated/bindings.rs
    • components/style/gecko/generated/pseudo_element_definition.rs
    • components/style/gecko/generated/structs_debug.rs
    • components/style/gecko/generated/structs_release.rs
    • components/style/gecko/media_queries.rs
    • components/style/gecko/pseudo_element_definition.mako.rs
    • components/style/gecko/restyle_damage.rs
    • components/style/gecko/wrapper.rs
    • components/style/gecko_bindings/sugar/ownership.rs
    • components/style/gecko_bindings/sugar/refptr.rs
    • components/style/matching.rs
    • components/style/properties/declaration_block.rs
    • components/style/properties/gecko.mako.rs
    • components/style/properties/helpers.mako.rs
    • components/style/properties/helpers/animated_properties.mako.rs
    • components/style/properties/longhand/box.mako.rs
    • components/style/properties/longhand/text.mako.rs
    • components/style/properties/properties.mako.rs
    • components/style/rule_tree/mod.rs
    • components/style/selector_parser.rs
    • components/style/servo/media_queries.rs
    • components/style/servo/restyle_damage.rs
    • components/style/servo/selector_parser.rs
    • components/style/sharing/checks.rs
    • components/style/style_adjuster.rs
    • components/style/style_resolver.rs
    • components/style/stylesheets/rule_list.rs
    • components/style/stylist.rs
    • components/style/traversal.rs
    • components/style/values/computed/mod.rs
    • ports/geckolib/glue.rs
    • tests/unit/style/parsing/mod.rs