Builder linux-rel-css Build #5222
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | try |
| Revision | e0645d0378b7899cccadf7123b4015d4be1b73e0 |
| Got Revision | e0645d0378b7899cccadf7123b4015d4be1b73e0 |
| 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 ...' ( 8 secs )
-
compile ran build --release --with-debug-assertions ( 18 mins, 5 secs )
- - no logs -
-
test ran test-css --release --processes 16 --always-succeed ( 11 mins, 46 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-cef --release --with-debug-assertions ( 37 secs )
-
compile__2 ran build-geckolib --release ( 6 mins, 27 secs )
- - no logs -
-
test__1 ran test-stylo --release ( 6 mins, 2 secs )
- - no logs -
-
shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__4 '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 | 5222 | Build |
| codebase | Build | |
| got_revision | e0645d0378b7899cccadf7123b4015d4be1b73e0 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | e0645d0378b7899cccadf7123b4015d4be1b73e0 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux3 | BuildSlave |
| warnings-count | 0 | 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 | Fri Jul 28 22:15:23 2017 |
| End | Fri Jul 28 22:58:36 2017 |
| Elapsed | 43 mins, 13 secs |
All Changes:
:
Change #56141
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Fri 28 Jul 2017 22:15:22 Repository https://github.com/servo/servo Project servo/servo Branch try Revision e0645d0378b7899cccadf7123b4015d4be1b73e0 Comments
Auto merge of #17891 - MortimerGoro:webgl_move, r=<try> Improved WebGL architecture <!-- Please describe your changes on the following line: --> Info about the big picture and the goals of the WebGL refactor in this thread: https://groups.google.com/forum/#!topic/mozilla.dev.servo/0WMGz60kKzQ I tried to reduce this PR as much as possible as requested in the thread. I'll do separate PRs for other features (e.g.: Batch messages or use shared memory to improve frame times) or fixes. Some tips to ease the review process: - Most changes in DOM objects follow the same pattern (remove CanvasMsg wrapper and use the new sender method). - WebGLCommands are the same ones as before (moved from webrender_api). So those lines are already reviewed. - See WebGL traits in [components/canvas_traits/webgl.rs](https://github.com/servo/servo/pull/17891/files#diff-8701045d01505418701d0631d4d45562) - See WebGLThread and WR External Image bridge in [components/canvas/webgl_thread.rs](https://github.com/servo/servo/pull/17891/files#diff-281554879f39a2a041f7a69d442a5d2e) - The implementation submitted in this PR creates a single `WebGLThread` for all ScriptThread/Pipelines. See that in [components/canvas/webgl_mode/inprocess.rs](https://github.com/servo/servo/pull/17891/files#diff-250070c6c5a38c7f9fa0f5b3c101f68b) The conformance tests will help to guarantee that we don't miss anything. --- <!-- 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: --> - [x] 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/17891) <!-- Reviewable:end -->
Changed files
- Cargo.lock
- components/canvas/Cargo.toml
- components/canvas/canvas_paint_thread.rs
- components/canvas/gl_context.rs
- components/canvas/lib.rs
- components/canvas/webgl_mode/inprocess.rs
- components/canvas/webgl_mode/mod.rs
- components/canvas/webgl_paint_thread.rs
- components/canvas/webgl_thread.rs
- components/canvas_traits/Cargo.toml
- components/canvas_traits/canvas.rs
- components/canvas_traits/lib.rs
- components/canvas_traits/webgl.rs
- components/canvas_traits/webgl_channel/ipc.rs
- components/canvas_traits/webgl_channel/mod.rs
- components/canvas_traits/webgl_channel/mpsc.rs
- components/constellation/Cargo.toml
- components/constellation/constellation.rs
- components/constellation/lib.rs
- components/constellation/pipeline.rs
- components/gfx/display_list/mod.rs
- components/layout/display_list_builder.rs
- components/layout/fragment.rs
- components/layout/webrender_helpers.rs
- components/script/dom/bindings/trace.rs
- components/script/dom/canvasgradient.rs
- components/script/dom/canvaspattern.rs
- components/script/dom/canvasrenderingcontext2d.rs
- components/script/dom/htmlcanvaselement.rs
- components/script/dom/paintrenderingcontext2d.rs
- components/script/dom/paintworkletglobalscope.rs
- components/script/dom/vrdisplay.rs
- components/script/dom/webgl_extensions/ext/oesvertexarrayobject.rs
- components/script/dom/webgl_extensions/ext/webglvertexarrayobjectoes.rs
- components/script/dom/webgl_extensions/extensions.rs
- components/script/dom/webgl_validations/tex_image_2d.rs
- components/script/dom/webglbuffer.rs
- components/script/dom/webglframebuffer.rs
- components/script/dom/webglprogram.rs
- components/script/dom/webglrenderbuffer.rs
- components/script/dom/webglrenderingcontext.rs
- components/script/dom/webglshader.rs
- components/script/dom/webgltexture.rs
- components/script/dom/webgluniformlocation.rs
- components/script/dom/window.rs
- components/script/script_thread.rs
- components/script_layout_interface/lib.rs
- components/script_traits/Cargo.toml
- components/script_traits/lib.rs
- components/script_traits/script_msg.rs
- components/servo/lib.rs
- components/webvr/Cargo.toml
- components/webvr/lib.rs
- components/webvr/webvr_thread.rs