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

Builder linux-rel-css Build #13768

Results:

Failed shell__1 shell__2 compile

SourceStamp:

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

BuildSlave:

servo-linux1

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 ...' failed ( 11 secs )
    1. - no logs -
  6. shell__2 './mach clean-cargo-cache ...' failed ( 4 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 -p servo failed ( 11 secs )
    1. - no logs -
  9. test  
    1. - no logs -
    1. - no logs -
  10. test__1  
    1. - no logs -
    1. - no logs -
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 13768 Build
codebase Build
got_revision a10a61b4a3a9a42391696e0e734e86b562b02f79 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision a10a61b4a3a9a42391696e0e734e86b562b02f79 Build
scheduler servo-auto Scheduler
slavename servo-linux1 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Oct 17 13:15:50 2019
EndThu Oct 17 13:16:22 2019
Elapsed31 secs

All Changes:

:

  1. Change #125172

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 17 Oct 2019 13:15:50
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision a10a61b4a3a9a42391696e0e734e86b562b02f79

    Comments

    Auto merge of #24464 - rasviitanen:offscreen-canvas, r=jdm
    
    fix getimagedata returns empty pixels
    
    <!-- Please describe your changes on the following line: -->
    GetImageData for OffscreenCanvas without an associated canvas element returned blank pixels. To solve this, we now pass a `Size2D` instead of a canvas to relevant functions.
    
    I don't quite know if it's ok that `OffscreenCanvasRenderingContext2D` now have a `width` and `height`, but I found no other reasonable solution to this.
    
    There are some tests that previously were marked as `PASS` that are now failing. It seems that they were passing for the wrong reason.
    These are:
    > tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.put.unchanged.html.ini
    > tests/wpt/metadata/offscreen-canvas/pixel-manipulatio/2d.imageData.put.unchanged.worker.js.ini
    > tests/wpt/metadata/offscreen-canvas/the-offscreen-canvas/initial.reset.path.html.ini
    > tests/wpt/metadata/offscreen-canvas/the-offscreen-canvas/initial.reset.path.worker.js.ini
    ---
    <!-- 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
    - [x] These changes fix #24271 (GitHub issue number if applicable)
    
    <!-- Either: -->
    - [x] There are tests for these changes
    
    <!-- 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. -->

    Changed files

    • components/script/dom/canvasrenderingcontext2d.rs
    • components/script/dom/offscreencanvasrenderingcontext2d.rs
    • tests/wpt/metadata/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.html.ini
    • tests/wpt/metadata/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.html.ini
    • tests/wpt/metadata/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.html.ini
    • tests/wpt/metadata/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.html.ini
    • tests/wpt/metadata/offscreen-canvas/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/filter/offscreencanvas.filter.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.cap.closed.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.cap.closed.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.cap.open.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.cap.open.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.cross.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.cross.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.join.closed.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.join.closed.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.join.open.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.join.open.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.join.parallel.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.join.parallel.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.miter.acute.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.miter.acute.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.miter.exceeded.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.miter.exceeded.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.miter.lineedge.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.miter.lineedge.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.miter.obtuse.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.miter.obtuse.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.miter.rightangle.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.miter.rightangle.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.miter.within.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.miter.within.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.union.html.ini
    • tests/wpt/metadata/offscreen-canvas/line-styles/2d.line.union.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.clamp.html.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.clamp.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.nonpremul.html.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.nonpremul.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.alpha.html.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.alpha.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.cols.html.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.cols.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rgb.html.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rgb.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rows.html.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.order.rows.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.range.html.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.get.range.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.put.unchanged.html.ini
    • tests/wpt/metadata/offscreen-canvas/pixel-manipulation/2d.imageData.put.unchanged.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/the-offscreen-canvas/initial.reset.path.html.ini
    • tests/wpt/metadata/offscreen-canvas/the-offscreen-canvas/initial.reset.path.worker.js.ini
    • tests/wpt/metadata/offscreen-canvas/the-offscreen-canvas/offscreencanvas.getcontext.html.ini
    • tests/wpt/metadata/offscreen-canvas/the-offscreen-canvas/offscreencanvas.getcontext.worker.js.ini