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

Builder linux-rel-css Build #345

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. - no logs -
  2. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  3. compile ran build --release warnings ( 16 mins, 43 secs )
    1. warnings (12)
  4. test ran test-css --release --processes 16 ( 14 mins, 53 secs )
    1. css-errorsummary.log
  5. compile_1 ran build-cef --release ( 47 secs )
    1. stdio
  6. compile_2 ran build-geckolib --release warnings ( 3 mins, 24 secs )
    1. warnings (5)
  7. test_1 ran test-stylo --release warnings ( 2 mins, 27 secs )
    1. warnings (3)
  8. shell_1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  9. 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 345 Build
codebase Build
got_revision 2c2d340fbcc38e6069a32ef4b19b5dd44f3ca403 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 2c2d340fbcc38e6069a32ef4b19b5dd44f3ca403 Build
scheduler servo-auto Scheduler
slavename servo-linux3 BuildSlave
warnings-count 20 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Oct 20 19:59:46 2016
EndThu Oct 20 20:38:12 2016
Elapsed38 mins, 26 secs

All Changes:

:

  1. Change #23028

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 20 Oct 2016 19:59:45
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 2c2d340fbcc38e6069a32ef4b19b5dd44f3ca403

    Comments

    Auto merge of #13855 - mmatyas:fix_android_backtrace, r=larsbergstrom
    
    Fix missing `backtrace` build error on Android
    
    <!-- Please describe your changes on the following line: -->
    The missing `backtrace` causes compile errors when building for Android (introduced by servo/servo#12657). This PR fixes the problem by enabling `backtrace` on Android too.
    
    (This is a fix for servo/servo#13154)
    
    <!-- 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/13855)
    <!-- Reviewable:end -->

    Changed files

    • components/servo/Cargo.toml
    • components/servo/main.rs