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

Builder linux-rel-wpt Build #8288

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux4

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  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 ...' ( 7 secs )
    1. - no logs -
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. - no logs -
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions ( 0 secs )
    1. - no logs -
  9. test ran test-wpt-failure ( 0 secs )
    1. - no logs -
  10. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 0 secs )
    1. wpt-errorsummary.log
    2. test-wpt.log
  11. shell__4 './mach filter-intermittents ...' ( 0 secs )
    1. filtered-wpt-errorsummary.log
    2. intermittents.log
  12. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 0 secs )
    1. wpt-mp-errorsummary.log
    2. test-wpt-mp.log

Build Properties:

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

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartWed Mar 21 00:15:57 2018
EndWed Mar 21 00:16:14 2018
Elapsed17 secs

All Changes:

:

  1. Change #77343

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