Builder linux-rel-css Build #350
Results:
Failed test
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | try |
| Revision | 54fec8684f928fd595407dbd9dc4b7ed7bce9d93 |
| Got Revision | 54fec8684f928fd595407dbd9dc4b7ed7bce9d93 |
| Changes | 5 changes |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 5 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
compile ran build --release warnings ( 16 mins, 6 secs )
-
test ran test-css --release --processes 16 failed ( 14 mins, 19 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, 25 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 | try | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-css | slave |
| buildername | linux-rel-css | Builder |
| buildnumber | 350 | Build |
| codebase | Build | |
| got_revision | 54fec8684f928fd595407dbd9dc4b7ed7bce9d93 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 54fec8684f928fd595407dbd9dc4b7ed7bce9d93 | 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 | Fri Oct 21 01:13:39 2016 |
| End | Fri Oct 21 01:50:49 2016 |
| Elapsed | 37 mins, 10 secs |
All Changes:
:
Change #23062
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Fri 21 Oct 2016 00:47:53 Repository https://github.com/servo/servo Project servo/servo Branch try 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
Change #23063
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Fri 21 Oct 2016 00:47:53 Repository https://github.com/servo/servo Project servo/servo Branch try Revision 77dd618e7a7c8c67df94e795a2727fb437ee7f21 Comments
Auto merge of #13843 - glennw:update-wr-shaders, r=pcwalton Update WR, and copy new shaders. <!-- 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/13843) <!-- Reviewable:end -->
Changed files
- components/servo/Cargo.lock
- ports/cef/Cargo.lock
- resources/shaders/ps_border.fs.glsl
- resources/shaders/ps_image_clip.fs.glsl
- resources/shaders/ps_rectangle_clip.fs.glsl
Change #23064
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Fri 21 Oct 2016 00:47:53 Repository https://github.com/servo/servo Project servo/servo Branch try Revision 8f182ecbc75b76a56b2b2c887a30dc2563b2d8ba Comments
Auto merge of #13856 - mmatyas:fix_android_start, r=larsbergstrom Remove `android_start!` <!-- Please describe your changes on the following line: --> Due to the API changes in `glutin` (1.x -> 2.x), the `android_start!` macro is no longer needed, and causes build error. (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/13856) <!-- Reviewable:end -->
Changed files
- components/servo/main.rs
Change #23065
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Fri 21 Oct 2016 00:47:53 Repository https://github.com/servo/servo Project servo/servo Branch try Revision 99ad3678fa6490b83d209fd1648d49f074bb8c16 Comments
Auto merge of #13857 - mmatyas:libc_update, r=larsbergstrom Update libc to 0.2.17 <!-- Please describe your changes on the following line: --> Update `libc` to pick up rust-lang/libc#424. (This is a fix for servo/servo#13154) --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #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/13857) <!-- Reviewable:end -->
Changed files
- components/servo/Cargo.lock
- ports/cef/Cargo.lock
- ports/geckolib/Cargo.lock
Change #23068
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Fri 21 Oct 2016 00:49:32 Repository https://github.com/servo/servo Project servo/servo Branch try Revision 54fec8684f928fd595407dbd9dc4b7ed7bce9d93 Comments
Auto merge of #13863 - bholley:shuffle_data_structures, r=<try> stylo: Rearrange some data structures in preparation for the new incremental restyle algorithm <!-- 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/13863) <!-- Reviewable:end -->
Changed files
- components/layout/wrapper.rs
- components/script/layout_wrapper.rs
- components/script/script_thread.rs
- components/script_layout_interface/lib.rs
- components/script_layout_interface/wrapper_traits.rs
- components/style/binding_tools/regen.py
- components/style/data.rs
- components/style/dom.rs
- components/style/gecko/traversal.rs
- components/style/gecko/wrapper.rs
- components/style/gecko_bindings/structs_debug.rs
- components/style/gecko_bindings/structs_release.rs
- components/style/matching.rs
- components/style/traversal.rs
- ports/geckolib/glue.rs