Builder linux-rel-wpt Build #7598
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | aee0d694cc077d4694fc3114af3a2ad83e326cbf |
| Got Revision | aee0d694cc077d4694fc3114af3a2ad83e326cbf |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 3 secs )
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 10 secs )
-
compile ran build --release --with-debug-assertions ( 11 mins, 36 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 ( 17 mins, 40 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 7598 | Build |
| codebase | Build | |
| got_revision | aee0d694cc077d4694fc3114af3a2ad83e326cbf | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | aee0d694cc077d4694fc3114af3a2ad83e326cbf | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux3 | 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 | Thu Jan 18 11:57:50 2018 |
| End | Thu Jan 18 12:27:30 2018 |
| Elapsed | 29 mins, 40 secs |
All Changes:
:
Change #72263
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Thu 18 Jan 2018 11:57:50 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision aee0d694cc077d4694fc3114af3a2ad83e326cbf Comments
Auto merge of #19782 - pyfisch:dl-simple, r=mrobinson Use more WebRender types in gfx/display_list. Use more WebRender types in gfx/display_list. This uses floating-point (Layout) coordinates in where possible. Replace NormalBorder struct with WebRender equivalent. Remove ToPointF and ToRectF traits. Convert border RepeatKeyword with ToLayout. Add some definitions to malloc_size_of for WebRender types. <!-- 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/19782) <!-- Reviewable:end -->
Changed files
- Cargo.lock
- components/geometry/Cargo.toml
- components/geometry/lib.rs
- components/gfx/display_list/mod.rs
- components/layout/block.rs
- components/layout/display_list/background.rs
- components/layout/display_list/builder.rs
- components/layout/display_list/conversions.rs
- components/layout/display_list/webrender_helpers.rs
- components/layout/flow.rs
- components/layout_thread/lib.rs
- components/malloc_size_of/lib.rs
- components/script/dom/window.rs
- tests/unit/metrics/Cargo.toml
- tests/unit/metrics/lib.rs
- tests/unit/metrics/paint_time.rs