Builder linux-rel-css Build #5764
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | c4800a6c83e6fdabaf7c4eff70a24487d16f18ff |
| Got Revision | c4800a6c83e6fdabaf7c4eff70a24487d16f18ff |
| Changes | 2 changes |
BuildSlave:
servo-linux2Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 6 secs )
- - no logs -
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 9 secs )
-
compile ran build --release --with-debug-assertions warnings ( 20 mins, 54 secs )
-
test ran test-css --release --processes 16 --always-succeed ( 12 mins, 4 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-cef --release --with-debug-assertions ( 38 secs )
-
compile__2 ran build-geckolib --release ( 6 mins, 12 secs )
- - no logs -
-
test__1 ran test-stylo --release warnings ( 53 secs )
-
shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__4 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| 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:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Thu Aug 31 13:18:22 2017 |
| End | Thu Aug 31 13:59:22 2017 |
| Elapsed | 40 mins, 59 secs |
All Changes:
:
Change #59706
Category None Changed by bors-servo <lbergstrom+bors@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
Change #59708
Category None Changed by bors-servo <lbergstrom+bors@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