Builder linux-rel-wpt Build #7336
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 8f786d4e964ee67f80462e8af9cef1e2bbd328a2 |
| Got Revision | 8f786d4e964ee67f80462e8af9cef1e2bbd328a2 |
| Changes | 1 change |
BuildSlave:
servo-linux2Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 9 secs )
- - no logs -
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 11 secs )
-
compile ran build --release --with-debug-assertions ( 24 mins, 5 secs )
- - no logs -
-
test ran test-wpt-failure ( 0 secs )
-
test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 20 mins, 57 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 9 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 7336 | Build |
| codebase | Build | |
| got_revision | 8f786d4e964ee67f80462e8af9cef1e2bbd328a2 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 8f786d4e964ee67f80462e8af9cef1e2bbd328a2 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux2 | BuildSlave |
| warnings-count | 0 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-wpt | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Wed Dec 20 15:35:12 2017 |
| End | Wed Dec 20 16:20:47 2017 |
| Elapsed | 45 mins, 34 secs |
All Changes:
:
Change #70631
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Wed 20 Dec 2017 15:25:57 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 8f786d4e964ee67f80462e8af9cef1e2bbd328a2 Comments
Auto merge of #19609 - tigercosmos:q1, r=emilio remove unsued IpcReceiver <!-- Please describe your changes on the following line: --> ``` warning: unused import: `IpcReceiver` --> components/canvas/canvas_paint_thread.rs:14:41 | 14 | use ipc_channel::ipc::{self, IpcSender, IpcReceiver}; | ^^^^^^^^^^^ | = note: #[warn(unused_imports)] on by default ``` recently I have done similar commits for three times Shall we merge #19573? --- <!-- 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 - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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/19609) <!-- Reviewable:end -->Changed files
- components/canvas/canvas_paint_thread.rs