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

Builder linux-rel-wpt Build #7190

Results:

Failed compile

SourceStamp:

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

BuildSlave:

servo-linux1

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 ...' ( 10 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions failed ( 7 mins, 27 secs )
    1. - no logs -
  7. test  
    1. - no logs -
  8. test__1  
    1. - no logs -
    1. - no logs -
  9. test__2  
    1. - no logs -

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 7190 Build
codebase Build
got_revision 717565360831bbfbc392e4fd86aaaa8f339b4586 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 717565360831bbfbc392e4fd86aaaa8f339b4586 Build
scheduler servo-auto Scheduler
slavename servo-linux1 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartTue Dec 5 15:25:00 2017
EndTue Dec 5 15:32:43 2017
Elapsed7 mins, 42 secs

All Changes:

:

  1. Change #69814

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Tue 05 Dec 2017 15:24:59
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 717565360831bbfbc392e4fd86aaaa8f339b4586

    Comments

    Auto merge of #19476 - servo:default-members, r=nox
    
     Use workspace.default-members to specify default crates for cargo build
    
    … and 'cargo test', etc. Include Servo and its unit tests, but not Stylo because that would try to compile the style crate with incompatible feature flags: https://github.com/rust-lang/cargo/issues/4463
    
    `workspace.default-members` was added in https://github.com/rust-lang/cargo/pull/4743. Older Cargo versions ignore it.
    
    <!-- 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/19476)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • Cargo.toml
    • components/dom_struct/lib.rs
    • ports/geckolib/Cargo.toml
    • ports/geckolib/tests/Cargo.toml
    • ports/geckolib/tests/build.rs
    • ports/geckolib/tests/lib.rs
    • ports/geckolib/tests/servo_function_signatures.rs
    • ports/geckolib/tests/size_of.rs
    • ports/geckolib/tests/specified_values.rs
    • ports/servo/Cargo.toml
    • rust-toolchain
    • tests/unit/gfx/lib.rs
    • tests/unit/layout/lib.rs
    • tests/unit/metrics/lib.rs
    • tests/unit/msg/lib.rs
    • tests/unit/net/lib.rs
    • tests/unit/net_traits/lib.rs
    • tests/unit/profile/Cargo.toml
    • tests/unit/profile/lib.rs
    • tests/unit/style/lib.rs
    • tests/unit/stylo/Cargo.toml
    • tests/unit/stylo/build.rs
    • tests/unit/stylo/lib.rs
    • tests/unit/stylo/servo_function_signatures.rs
    • tests/unit/stylo/size_of.rs
    • tests/unit/stylo/specified_values.rs