Builder linux-rel-wpt Build #5804
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-linux1Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 12 secs )
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 11 secs )
-
compile ran build --release --with-debug-assertions warnings ( 20 mins, 12 secs )
-
test ran test-wpt-failure ( 0 secs )
-
test__1 ran test-wpt --release --processes 24 --always-succeed ( 14 mins, 28 secs )
- - no logs -
-
shell__2 './mach filter-intermittents ...' ( 1 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 11 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 5804 | 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-linux1 | BuildSlave |
| warnings-count | 42 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-wpt | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Thu Aug 31 13:12:15 2017 |
| End | Thu Aug 31 13:47:35 2017 |
| Elapsed | 35 mins, 19 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