Builder linux-rel-css Build #345
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 2c2d340fbcc38e6069a32ef4b19b5dd44f3ca403 |
| Got Revision | 2c2d340fbcc38e6069a32ef4b19b5dd44f3ca403 |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 10 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
compile ran build --release warnings ( 16 mins, 43 secs )
-
test ran test-css --release --processes 16 ( 14 mins, 53 secs )
-
compile_1 ran build-cef --release ( 47 secs )
-
compile_2 ran build-geckolib --release warnings ( 3 mins, 24 secs )
-
test_1 ran test-stylo --release warnings ( 2 mins, 27 secs )
-
shell_1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell_2 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| 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:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Thu Oct 20 19:59:46 2016 |
| End | Thu Oct 20 20:38:12 2016 |
| Elapsed | 38 mins, 26 secs |
All Changes:
:
Change #23028
Category None Changed by bors-servo <lbergstrom+bors@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