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

Builder linux-rel-wpt Build #9150

Results:

Failed test__1 test__2

SourceStamp:

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

BuildSlave:

servo-linux2

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartWed Jul 18 18:08:30 2018
EndWed Jul 18 18:20:23 2018
Elapsed11 mins, 53 secs

All Changes:

:

  1. Change #84727

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 18 Jul 2018 18:08:29
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision d404085f69b20f74b2a9518746a556698495e0dd

    Comments

    Auto merge of #21202 - servo:webgl, r=jdm
    
    Implement gl.getUniform()
    
    <!-- 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/21202)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • components/canvas/Cargo.toml
    • components/canvas/webgl_thread.rs
    • components/canvas_traits/Cargo.toml
    • components/canvas_traits/webgl.rs
    • components/compositing/Cargo.toml
    • components/script/Cargo.toml
    • components/script/dom/webgl2renderingcontext.rs
    • components/script/dom/webglrenderingcontext.rs
    • components/script/dom/webidls/WebGLRenderingContext.webidl
    • components/servo/Cargo.toml
    • ports/servo/Cargo.toml
    • tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/context/incorrect-context-object-behaviour.html.ini
    • tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/context/methods.html.ini
    • tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/misc/bad-arguments-test.html.ini
    • tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/more/functions/uniformMatrixBadArgs.html.ini
    • tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/state/gl-object-get-calls.html.ini
    • tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/uniforms/gl-uniform-arrays.html.ini
    • tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/uniforms/uniform-default-values.html.ini
    • tests/wpt/mozilla/meta/webgl/conformance-1.0.3/conformance/uniforms/uniform-location.html.ini