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

Builder linux-rel-css Build #6736

Results:

Failed shell__2

SourceStamp:

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

BuildSlave:

servo-linux5

Reason:

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

Steps and Logfiles:

  1. git update ( 34 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 ...' ( 10 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions ( 20 mins, 41 secs )
    1. - no logs -
  7. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 11 mins, 55 secs )
    1. wpt-errorsummary.log
  8. shell__2 './mach filter-intermittents ...' failed ( 0 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  9. compile__1 ran build-geckolib --release ( 7 mins, 23 secs )
    1. - no logs -
  10. test__1 ran test-stylo --release ( 58 secs )
    1. - no logs -
  11. shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. 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 6736 Build
codebase Build
got_revision c494d25e24d515509a5d8bb86a30669ee01742b9 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision c494d25e24d515509a5d8bb86a30669ee01742b9 Build
scheduler servo-auto Scheduler
slavename servo-linux5 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 Nov 2 22:14:35 2017
EndThu Nov 2 22:56:20 2017
Elapsed41 mins, 45 secs

All Changes:

:

  1. Change #66877

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 02 Nov 2017 22:14:34
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision c494d25e24d515509a5d8bb86a30669ee01742b9

    Comments

    Auto merge of #18750 - Manishearth:transform-generic, r=emilio,xidorn
    
    Make transforms generic
    
    This makes the specified and computed value of transform share a generic
    backing enum.
    
    This will eventually be a complete fix for
    https://bugzilla.mozilla.org/show_bug.cgi?id=1391145 , and also
    incidentally fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1405881
    
    Currently WIP -- the generic transform exists and is used, but this
    currently misses some animation and glue cases.
    
    <!-- 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/18750)
    <!-- Reviewable:end -->

    Changed files

    • components/layout/flow.rs
    • components/layout/fragment.rs
    • components/style/gecko_bindings/sugar/ns_css_value.rs
    • components/style/properties/gecko.mako.rs
    • components/style/properties/helpers/animated_properties.mako.rs
    • components/style/properties/longhand/box.mako.rs
    • components/style/properties/properties.mako.rs
    • components/style/values/computed/length.rs
    • components/style/values/computed/transform.rs
    • components/style/values/generics/transform.rs
    • components/style/values/specified/transform.rs
    • components/style_derive/to_computed_value.rs
    • ports/geckolib/glue.rs
    • tests/unit/style/animated_properties.rs
    • tests/unit/style/properties/serialization.rs
    • tests/wpt/metadata/css/css-transforms/2d-rotate-js.html.ini
    • tests/wpt/metadata/css/css-transforms/transform-2d-getComputedStyle-001.html.ini
    • tests/wpt/metadata/css/css-transforms/transform_translate_invalid.html.ini
    • tests/wpt/metadata/css/css-transforms/transform_translate_max.html.ini
    • tests/wpt/metadata/css/css-transforms/transform_translate_min.html.ini