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

Builder linux-rel-css Build #450

Results:

Failed test compile_1

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

The web-page 'rebuild' button was pressed by 'servo <servo@localhost>': Initiated by Homu

Steps and Logfiles:

  1. git update ( 3 secs )
    1. - no logs -
  2. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  3. compile ran build --release warnings ( 17 mins, 26 secs )
    1. warnings (14)
  4. test ran test-css --release --processes 16 failed ( 13 mins, 46 secs )
    1. - no logs -
  5. compile_1 ran build-cef --release failed ( 39 secs )
    1. stdio
    1. - no logs -
  6. test_1  
    1. - no logs -
  7. shell_1  
    1. - no logs -
  8. shell_2  
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Oct 27 05:17:53 2016
EndThu Oct 27 05:49:49 2016
Elapsed31 mins, 55 secs

All Changes:

:

  1. Change #23705

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 27 Oct 2016 02:53:34
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision dd41239efe40eef936188375ccead710c9b67909

    Comments

    Auto merge of #13872 - anholt:webgl-fbo, r=emilio
    
    webgl: Add basic support for framebuffer attachments
    
    This is by no means a complete implementation, but I've slowed down on working on it, so I think we should look at what it takes to merge the current code.  There are some major features missing, like initializing renderbuffers to 0 (uninitialized memory leak), tracking the attachments' attributes (width/height/format) for parameter requests, and lots of missing glCheckFramebufferStatus() validation.  On the other hand, this is enough to run some demos using FBOs.
    
    ---
    <!-- 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 #13639 (github issue number if applicable).
    
    <!-- Either: -->
    - [X] There are tests for these changes OR
    - [ ] These changes do not require tests because _____
    
    <!-- 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/13872)
    <!-- Reviewable:end -->

    Changed files

    • components/script/dom/webglframebuffer.rs
    • components/script/dom/webglrenderbuffer.rs
    • components/script/dom/webglrenderingcontext.rs
    • components/script/dom/webidls/WebGLRenderingContext.webidl
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/buffers/index-validation.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/incorrect-context-object-behaviour.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/methods.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/bad-arguments-test.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/error-reporting.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/invalid-passed-params.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/object-deletion-behaviour.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/uninitialized-test.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-C.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/functions/isTests.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/renderbuffers/feedback-loop.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/renderbuffers/framebuffer-object-attachment.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/renderbuffers/renderbuffer-initialization.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/rendering/gl-scissor-fbo-test.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/copy-tex-image-2d-formats.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/mipmap-fbo.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-attachment-formats.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-copying-feedback-loops.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-fakeblack.html.ini