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

Builder linux-rel-css Build #5796

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  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, 7 secs )
    1. warnings (42)
  7. test ran test-css --release --processes 16 --always-succeed ( 12 mins, 24 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 ( 37 secs )
    1. stdio
  10. compile__2 ran build-geckolib --release ( 6 mins, 11 secs )
    1. - no logs -
  11. test__1 ran test-stylo --release warnings ( 52 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 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:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartFri Sep 1 19:04:30 2017
EndFri Sep 1 19:44:58 2017
Elapsed40 mins, 28 secs

All Changes:

:

  1. Change #59885

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@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