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

Builder linux-rel-css Build #957

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. - no logs -
  2. generic generic ( 0 secs )
    1. stdio
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release --with-debug-assertions warnings ( 20 mins, 27 secs )
    1. warnings (1)
  5. test ran test-css --release --processes 16 ( 21 mins, 37 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release --with-debug-assertions warnings ( 18 mins, 24 secs )
    1. stdio
    2. warnings (1)
  7. compile__2 ran build-geckolib --release warnings ( 3 mins, 50 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 2 mins, 40 secs )
    1. warnings (3)
  9. shell__1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  10. shell__2 '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 957 Build
codebase Build
got_revision 9c6f6ebf3e789c251f34d865a4a713988ba81cdb Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 9c6f6ebf3e789c251f34d865a4a713988ba81cdb Build
scheduler servo-auto Scheduler
slavename servo-linux2 BuildSlave
warnings-count 10 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSat Nov 19 05:40:52 2016
EndSat Nov 19 06:47:58 2016
Elapsed1 hrs, 7 mins, 5 secs

All Changes:

:

  1. Change #26981

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sat 19 Nov 2016 05:40:52
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 9c6f6ebf3e789c251f34d865a4a713988ba81cdb

    Comments

    Auto merge of #14270 - larsbergstrom:disable_android_debugger, r=nox
    
    Disable the debugger on Android until mio works on Android
    
    <!-- Please describe your changes on the following line: -->
    r? @nox
    
    The recent change to `ws-rs` introduced a dependency on `mio`, which depends on `nix`, which does not build on Android (https://github.com/nix-rust/nix/issues/313). I've disabled the debugger in this change.
    
    Fixes #14171
    
    cc @mmatyas
    
    ---
    <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
    - [ ] `./mach build -d` does not report any errors
    - [ ] `./mach test-tidy` does not report any errors
    - [ ] These changes fix #__ (github issue number if applicable).
    
    <!-- Either: -->
    - [ ] There are tests for these changes OR
    - [ ] These changes do not require tests because _____
    
    <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
    
    <!-- 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/14270)
    <!-- Reviewable:end -->

    Changed files

    • components/debugger/Cargo.toml
    • components/debugger/lib.rs