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

Builder linux-rel-css Build #3633

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

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 ...' ( 0 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions ( 3 secs )
    1. stdio
  7. test ran test-css --release --processes 16 --always-succeed ( 10 mins, 3 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 ( 3 secs )
    1. stdio
  10. compile__2 ran build-geckolib --release ( 8 secs )
    1. stdio
  11. test__1 ran test-stylo --release ( 2 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 3633 Build
codebase Build
got_revision 2eff661ebb2737979b80367ada3ac99d73a06fc4 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 2eff661ebb2737979b80367ada3ac99d73a06fc4 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:

StartWed Apr 26 06:05:59 2017
EndWed Apr 26 06:16:24 2017
Elapsed10 mins, 25 secs

All Changes:

:

  1. Change #44714

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 26 Apr 2017 06:05:57
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 2eff661ebb2737979b80367ada3ac99d73a06fc4

    Comments

    Auto merge of #16455 - servo:counter-style, r=upsuper
    
    Bug 1354970 - Add @counter-style rules
    
    <!-- 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/16455)
    <!-- Reviewable:end -->

    Changed files

    • components/atoms/build.rs
    • components/atoms/static_atoms.txt
    • components/layout/generated_content.rs
    • components/script/dom/csskeyframesrule.rs
    • components/script/dom/cssrule.rs
    • components/style/animation.rs
    • components/style/counter_style/mod.rs
    • components/style/counter_style/predefined.rs
    • components/style/counter_style/update_predefined.py
    • components/style/gecko/rules.rs
    • components/style/gecko_bindings/sugar/ns_css_value.rs
    • components/style/gecko_string_cache/mod.rs
    • components/style/lib.rs
    • components/style/matching.rs
    • components/style/properties/gecko.mako.rs
    • components/style/properties/longhand/box.mako.rs
    • components/style/properties/longhand/counters.mako.rs
    • components/style/properties/properties.mako.rs
    • components/style/stylesheets.rs
    • components/style/stylist.rs
    • components/style/values/mod.rs
    • tests/unit/style/lib.rs
    • tests/unit/style/parsing/animation.rs
    • tests/unit/style/properties/serialization.rs
    • tests/unit/style/stylesheets.rs
    • tests/wpt/metadata/MANIFEST.json
    • tests/wpt/web-platform-tests/cssom/CSSKeyframesRule.html