Builder linux-rel-wpt Build #8288
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | f92f0809f89593d4b70eb0f507f6ca4409c9ed91 |
| Got Revision | f92f0809f89593d4b70eb0f507f6ca4409c9ed91 |
| Changes | 1 change |
BuildSlave:
servo-linux4Reason:
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 ...' ( 7 secs )
- - no logs -
-
shell__2 './mach clean-cargo-cache ...' ( 0 secs )
- - no logs -
-
shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
-
compile ran build --release --with-debug-assertions ( 0 secs )
- - no logs -
-
test ran test-wpt-failure ( 0 secs )
- - no logs -
-
test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 0 secs )
-
shell__4 './mach filter-intermittents ...' ( 0 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 8288 | Build |
| codebase | Build | |
| got_revision | f92f0809f89593d4b70eb0f507f6ca4409c9ed91 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | f92f0809f89593d4b70eb0f507f6ca4409c9ed91 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux4 | 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 Mar 21 00:15:57 2018 |
| End | Wed Mar 21 00:16:14 2018 |
| Elapsed | 17 secs |
All Changes:
:
Change #77343
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Wed 21 Mar 2018 00:15:56 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision f92f0809f89593d4b70eb0f507f6ca4409c9ed91 Comments
Auto merge of #20369 - gootorov:move-validation, r=emilio Move WebGL validation This moves validation from `canvas/webgl_thread` to `dom/webglrenderingcontext` for consistency and speed and simplifies it where it is possible. --- <!-- 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 - [x] These changes do not require tests because: refactoring <!-- 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/20369) <!-- Reviewable:end -->
Changed files
- components/canvas/webgl_thread.rs
- components/canvas_traits/webgl.rs
- components/script/dom/webglrenderingcontext.rs