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

Builder linux-rel-css Build #5764

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revisionc4800a6c83e6fdabaf7c4eff70a24487d16f18ff
Got Revisionc4800a6c83e6fdabaf7c4eff70a24487d16f18ff
Changes2 changes

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 ...' ( 9 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions warnings ( 20 mins, 54 secs )
    1. warnings (42)
  7. test ran test-css --release --processes 16 --always-succeed ( 12 mins, 4 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 ( 38 secs )
    1. stdio
  10. compile__2 ran build-geckolib --release ( 6 mins, 12 secs )
    1. - no logs -
  11. test__1 ran test-stylo --release warnings ( 53 secs )
    1. warnings (3)
  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 5764 Build
codebase Build
got_revision c4800a6c83e6fdabaf7c4eff70a24487d16f18ff Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision c4800a6c83e6fdabaf7c4eff70a24487d16f18ff Build
scheduler servo-auto Scheduler
slavename servo-linux2 BuildSlave
warnings-count 45 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Aug 31 13:18:22 2017
EndThu Aug 31 13:59:22 2017
Elapsed40 mins, 59 secs

All Changes:

:

  1. Change #59706

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 31 Aug 2017 12:44:51
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 97ab0a12b8bbece9f84890897b89dd584274d783

    Comments

    Auto merge of #18321 - canaltinova:default-linear-gradient, r=Manishearth
    
    Properly set default direction of prefixed linear gradients
    
    The default linear gradient direction is `to bottom`. This correspondes to
    `top` keyword in prefixed linear gradients. We should preserve the default value.
    
    ---
    <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
    - [X] `./mach build -d` does not report any errors
    - [X] `./mach test-tidy` does not report any errors
    - [X] These changes fix [Bug 1395189](https://bugzilla.mozilla.org/show_bug.cgi?id=1395189)
    
    <!-- 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/18321)
    <!-- Reviewable:end -->

    Changed files

    • components/style/values/computed/image.rs
    • components/style/values/generics/image.rs
    • components/style/values/specified/image.rs
  2. Change #59708

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 31 Aug 2017 12:57:53
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision c4800a6c83e6fdabaf7c4eff70a24487d16f18ff

    Comments

    Auto merge of #18325 - servo:rustup-toolchain, r=nox
    
    Switch back to pinning Rust by Nightly date instead of commit hash…
    
    … this time using a `rust-toolchain` file compatible with rustup: https://github.com/rust-lang-nursery/rustup.rs/#the-toolchain-file
    
    And upgrade to rustc 1.21.0-nightly (c11f689d2 2017-08-29)
    
    ----
    
    Now if both `system-rust` and `system-cargo` are set to `true` in `.servobuild`’s `[tools]` section, and the corresponding `rustc` and `cargo` binaries are in fact rustup’s wrappers, then rustup will use the correct version based on `rust-toolchain`.
    
    CC https://github.com/servo/servo/issues/11361
    
    Unlike https://github.com/servo/servo/pull/17927, this does not make mach use rustup directly. That should wait until https://github.com/rust-lang-nursery/rustup.rs/issues/1099 is fixed.
    
    <!-- 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/18325)
    <!-- Reviewable:end -->

    Changed files

    • README.md
    • appveyor.yml
    • python/servo/bootstrap_commands.py
    • python/servo/command_base.py
    • python/servo/devenv_commands.py
    • rust-commit-hash
    • rust-toolchain