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

Builder linux-rel-wpt Build #7214

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux6

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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 ( 22 mins, 1 secs )
    1. - no logs -
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 16 mins, 41 secs )
    1. wpt-errorsummary.log
  9. shell__2 './mach filter-intermittents ...' ( 1 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  10. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
    1. stdio
    2. wpt-mp-errorsummary.log

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 7214 Build
codebase Build
got_revision df68eea3f21cc3bbf24d5bbb66be42c4e3a9e427 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision df68eea3f21cc3bbf24d5bbb66be42c4e3a9e427 Build
scheduler servo-auto Scheduler
slavename servo-linux6 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:

StartThu Dec 7 13:06:43 2017
EndThu Dec 7 13:45:50 2017
Elapsed39 mins, 7 secs

All Changes:

:

  1. Change #69979

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 07 Dec 2017 13:06:41
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision df68eea3f21cc3bbf24d5bbb66be42c4e3a9e427

    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
    • python/servo/build_commands.py
    • python/servo/devenv_commands.py
    • python/servo/testing_commands.py
    • 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