Builder linux-rel-css Build #1466
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 91a2e7614ce1679a44a3c390a1fc792bf381f271 |
| Got Revision | 91a2e7614ce1679a44a3c390a1fc792bf381f271 |
| Changes | 1 change |
BuildSlave:
servo-linux1Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 4 secs )
- - no logs -
-
generic generic ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
compile ran build --release --with-debug-assertions warnings ( 21 mins, 7 secs )
-
test ran test-css --release --processes 16 --always-succeed ( 13 mins, 7 secs )
-
shell__1 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-cef --release --with-debug-assertions ( 46 secs )
-
compile__2 ran build-geckolib --release warnings ( 3 mins, 58 secs )
-
test__1 ran test-stylo --release warnings ( 2 mins, 5 secs )
-
shell__2 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__3 '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 | 1466 | Build |
| codebase | Build | |
| got_revision | 91a2e7614ce1679a44a3c390a1fc792bf381f271 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 91a2e7614ce1679a44a3c390a1fc792bf381f271 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux1 | 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 | Thu Dec 15 23:04:03 2016 |
| End | Thu Dec 15 23:45:14 2016 |
| Elapsed | 41 mins, 11 secs |
All Changes:
:
Change #30049
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Thu 15 Dec 2016 23:04:02 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 91a2e7614ce1679a44a3c390a1fc792bf381f271 Comments
Auto merge of #14260 - asajeffrey:constellation-event-loops, r=Ms2ger Rename ScriptChan in constellation to EventLoop <!-- Please describe your changes on the following line: --> We currently have a type `ScriptChan` in the constellation, which is named after its implementation rather than its semantics. In the spec, the nearest concept seems to be event loop https://html.spec.whatwg.org/multipage/#event-loop. --- <!-- 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 do not require tests because renaming. <!-- 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/14260) <!-- Reviewable:end -->
Changed files
- components/constellation/constellation.rs
- components/constellation/event_loop.rs
- components/constellation/lib.rs
- components/constellation/pipeline.rs