Builder linux-rel-css Build #806
Results:
Failed test
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | try |
| Revision | 38e97d26c6e812bb2a8ba3f46707625ee733e56e |
| Got Revision | 38e97d26c6e812bb2a8ba3f46707625ee733e56e |
| Changes | 1 change |
BuildSlave:
servo-linux2Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 4 secs )
- - no logs -
-
generic generic ( 0 secs )
-
shell 'pkill -x ...' ( 0 secs )
-
compile ran build --release --with-debug-assertions warnings ( 19 mins, 0 secs )
-
test ran test-css --release --processes 16 failed ( 22 mins, 13 secs )
-
compile__1 ran build-cef --release --with-debug-assertions warnings ( 14 mins, 25 secs )
-
compile__2 ran build-geckolib --release warnings ( 3 mins, 53 secs )
-
test__1 ran test-stylo --release warnings ( 2 mins, 48 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 | 806 | Build |
| codebase | Build | |
| got_revision | 38e97d26c6e812bb2a8ba3f46707625ee733e56e | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 38e97d26c6e812bb2a8ba3f46707625ee733e56e | 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:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Sun Nov 13 11:30:29 2016 |
| End | Sun Nov 13 12:32:54 2016 |
| Elapsed | 1 hrs, 2 mins, 25 secs |
All Changes:
:
Change #26246
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Sun 13 Nov 2016 10:57:14 Repository https://github.com/servo/servo Project servo/servo Branch try Revision 38e97d26c6e812bb2a8ba3f46707625ee733e56e Comments
Auto merge of #13641 - emilio:rayon-style, r=<try> Use rayon to drive parallel layout and styling. <!-- Please describe your changes on the following line: --> The current work queue had a really annoying constraint: The size of the node had to be the size of the work unit data. This makes it impractical for the new restyling model where we plan to pass down a bunch of data. Rayon by default makes you wait for the result of the work unit, which makes it impractical for the current model (it's mostly sequential). I added an API to rayon that allows us to push work to the queue without waiting (https://github.com/nikomatsakis/rayon/pull/103). This still needs some work (for example, we're loosing the memory reporting functionality), but I wanted feedback on this. --- <!-- 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/13641) <!-- Reviewable:end -->
Changed files
- components/layout/Cargo.toml
- components/layout/lib.rs
- components/layout/parallel.rs
- components/layout_thread/Cargo.toml
- components/layout_thread/lib.rs
- components/servo/Cargo.lock
- components/style/Cargo.toml
- components/style/gecko/data.rs
- components/style/gecko/wrapper.rs
- components/style/lib.rs
- components/style/parallel.rs
- components/style/thread_state.rs
- components/style/workqueue.rs
- ports/cef/Cargo.lock
- ports/geckolib/Cargo.lock