Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder linux-rel-wpt Build #7336

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revision8f786d4e964ee67f80462e8af9cef1e2bbd328a2
Got Revision8f786d4e964ee67f80462e8af9cef1e2bbd328a2
Changes1 change

BuildSlave:

servo-linux2

Reason:

The AnyBranchScheduler scheduler named 'servo-auto' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. - no logs -
  2. generic generic ( 0 secs )
    1. - no logs -
  3. generic_1 generic_1 ( 0 secs )
    1. - no logs -
  4. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  5. shell__1 './mach clean-nightlies ...' ( 11 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions ( 24 mins, 5 secs )
    1. - no logs -
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 20 mins, 57 secs )
    1. wpt-errorsummary.log
  9. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  10. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 9 secs )
    1. wpt-mp-errorsummary.log

Build Properties:

NameValueSource
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:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartWed Dec 20 15:35:12 2017
EndWed Dec 20 16:20:47 2017
Elapsed45 mins, 34 secs

All Changes:

:

  1. Change #70631

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@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