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

Builder linux-rel-css Build #4178

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. - no logs -
  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 ...' ( 8 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions warnings ( 15 mins, 0 secs )
    1. warnings (2)
  7. test ran test-css --release --processes 16 --always-succeed ( 12 mins, 2 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 ( 36 secs )
    1. stdio
    2. warnings (1)
  10. compile__2 ran build-geckolib --release ( 4 mins, 35 secs )
    1. stdio
  11. test__1 ran test-stylo --release ( 4 mins, 29 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 4178 Build
codebase Build
got_revision a25b1e5fe3ee1c88a029835e5e27c73fdbdafa2c Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision a25b1e5fe3ee1c88a029835e5e27c73fdbdafa2c Build
scheduler servo-auto Scheduler
slavename servo-linux2 BuildSlave
warnings-count 3 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSun May 21 14:05:17 2017
EndSun May 21 14:42:17 2017
Elapsed37 mins, 0 secs

All Changes:

:

  1. Change #48275

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sun 21 May 2017 13:55:04
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision a25b1e5fe3ee1c88a029835e5e27c73fdbdafa2c

    Comments

    Auto merge of #16973 - servo:derive-all-the-things, r=emilio
    
    Derive ToComputedValue
    
    <!-- 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/16973)
    <!-- Reviewable:end -->

    Changed files

    • components/geometry/lib.rs
    • components/style/cascade_info.rs
    • components/style/custom_properties.rs
    • components/style/properties/helpers.mako.rs
    • components/style/properties/longhand/effects.mako.rs
    • components/style/properties/longhand/font.mako.rs
    • components/style/properties/properties.mako.rs
    • components/style/values/computed/mod.rs
    • components/style/values/generics/basic_shape.rs
    • components/style/values/generics/image.rs
    • components/style/values/generics/mod.rs
    • components/style/values/generics/position.rs
    • components/style/values/mod.rs
    • components/style/values/specified/calc.rs
    • components/style/values/specified/grid.rs
    • components/style/values/specified/length.rs
    • components/style/values/specified/position.rs
    • components/style_derive/lib.rs
    • components/style_derive/to_computed_value.rs
    • tests/unit/style/parsing/value.rs
    • tests/unit/style/properties/viewport.rs