Builder linux-rel-css Build #5796
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | fd833d9f18cd9196502b9768ab0ac8c1498b2f68 |
| Got Revision | fd833d9f18cd9196502b9768ab0ac8c1498b2f68 |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 4 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 ...' ( 9 secs )
-
compile ran build --release --with-debug-assertions warnings ( 20 mins, 7 secs )
-
test ran test-css --release --processes 16 --always-succeed ( 12 mins, 24 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-cef --release --with-debug-assertions ( 37 secs )
-
compile__2 ran build-geckolib --release ( 6 mins, 11 secs )
- - no logs -
-
test__1 ran test-stylo --release warnings ( 52 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 | 5796 | Build |
| codebase | Build | |
| got_revision | fd833d9f18cd9196502b9768ab0ac8c1498b2f68 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | fd833d9f18cd9196502b9768ab0ac8c1498b2f68 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux3 | 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 | Fri Sep 1 19:04:30 2017 |
| End | Fri Sep 1 19:44:58 2017 |
| Elapsed | 40 mins, 28 secs |
All Changes:
:
Change #59885
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Fri 01 Sep 2017 19:04:28 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision fd833d9f18cd9196502b9768ab0ac8c1498b2f68 Comments
Auto merge of #18327 - servo:rustup, r=nox Upgrade to rustc 1.21.0-nightly (7eeac1b81 2017-08-30) Fix this error in the new Rust Nightly: ```rust Compiling script v0.0.1 (file:///home/simon/servo2/components/script) error[E0599]: no method named `trace` found for type `&fn(&dom::node::Node) -> u16` in the current scope --> /home/simon/servo2/components/script/dom/treewalker.rs:464:10 | 464 | #[derive(JSTraceable)] | ^^^^^^^^^^^ | = note: JSTraceable is a function, perhaps you wish to call it = help: items from traits can only be used if the trait is implemented and in scope = note: the following trait defines an item `trace`, perhaps you need to implement it: candidate #1: `dom::bindings::trace::JSTraceable` error: aborting due to previous error error: Could not compile `script`. ``` ~I’ve tried to reproduce it in a minimal test case, but `impl<A, B> SomeTrait for fn(A) -> B` did not apply for `fn(&u32) -> u32` even on Rust 1.19.0 stable. So I don’t know what changed.~ This is very likely https://github.com/servo/servo/pull/18327. <!-- 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/18327) <!-- Reviewable:end -->Changed files
- components/script/dom/bindings/trace.rs
- components/script_plugins/utils.rs
- rust-toolchain