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

Builder linux-rel-css Build #1112

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchtry
Revision1b9e6d2c02fa24a90d45eeaeb5fcf8af2b34b769
Got Revision1b9e6d2c02fa24a90d45eeaeb5fcf8af2b34b769
Changes1 change

BuildSlave:

servo-linux1

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. - no logs -
  2. generic generic ( 0 secs )
    1. stdio
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release --with-debug-assertions warnings ( 20 mins, 29 secs )
    1. warnings (1)
  5. test ran test-css --release --processes 16 ( 19 mins, 54 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release --with-debug-assertions warnings ( 14 mins, 14 secs )
    1. stdio
    2. warnings (1)
  7. compile__2 ran build-geckolib --release warnings ( 3 mins, 51 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 2 mins, 2 secs )
    1. warnings (3)
  9. shell__1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  10. shell__2 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Nov 24 19:21:40 2016
EndThu Nov 24 20:22:18 2016
Elapsed1 hrs, 37 secs

All Changes:

:

  1. Change #27994

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 24 Nov 2016 19:21:40
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch try
    Revision 1b9e6d2c02fa24a90d45eeaeb5fcf8af2b34b769

    Comments

    Auto merge of #14286 - gterzian:update_canvas_with_offscreen_context, r=<try>
    
    Update to webrender 0.10.0
    
    <!-- Please describe your changes on the following line: -->
    
    Changes necessary to build servor with webrender 0.10.0
    
    ---
    <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
    - [ ] `./mach build -d` does not report any errors
    - [ ] `./mach test-tidy` does not report any errors
    - [ ] These changes fix #__ (github issue number if applicable).
    
    <!-- Either: -->
    - [ ] 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/14286)
    <!-- Reviewable:end -->

    Changed files

    • components/canvas/Cargo.toml
    • components/canvas_traits/Cargo.toml
    • components/compositing/Cargo.toml
    • components/constellation/Cargo.toml
    • components/gfx/Cargo.toml
    • components/layout/Cargo.toml
    • components/layout/webrender_helpers.rs
    • components/layout_thread/Cargo.toml
    • components/layout_traits/Cargo.toml
    • components/msg/Cargo.toml
    • components/net/Cargo.toml
    • components/net/image_cache_thread.rs
    • components/net_traits/Cargo.toml
    • components/script/Cargo.toml
    • components/script/dom/webglbuffer.rs
    • components/script/dom/webglframebuffer.rs
    • components/script/dom/webglprogram.rs
    • components/script/dom/webglrenderbuffer.rs
    • components/script/dom/webglrenderingcontext.rs
    • components/script/dom/webglshader.rs
    • components/script/dom/webgltexture.rs
    • components/script_traits/Cargo.toml
    • components/servo/Cargo.toml
    • components/servo/lib.rs
    • ports/cef/Cargo.lock
    • ports/servo/Cargo.lock
    • resources/shaders/clip_shared.glsl
    • resources/shaders/cs_blur.fs.glsl
    • resources/shaders/cs_blur.glsl
    • resources/shaders/cs_blur.vs.glsl
    • resources/shaders/cs_box_shadow.fs.glsl
    • resources/shaders/cs_box_shadow.glsl
    • resources/shaders/cs_box_shadow.vs.glsl
    • resources/shaders/cs_text_run.fs.glsl
    • resources/shaders/cs_text_run.glsl
    • resources/shaders/cs_text_run.vs.glsl
    • resources/shaders/debug_color.fs.glsl
    • resources/shaders/debug_color.vs.glsl
    • resources/shaders/debug_font.fs.glsl
    • resources/shaders/debug_font.vs.glsl
    • resources/shaders/prim_shared.glsl
    • resources/shaders/ps_angle_gradient.fs.glsl
    • resources/shaders/ps_angle_gradient.glsl
    • resources/shaders/ps_angle_gradient.vs.glsl
    • resources/shaders/ps_blend.fs.glsl
    • resources/shaders/ps_blend.glsl
    • resources/shaders/ps_blend.vs.glsl
    • resources/shaders/ps_border.fs.glsl
    • resources/shaders/ps_border.glsl
    • resources/shaders/ps_border.vs.glsl
    • resources/shaders/ps_box_shadow.fs.glsl
    • resources/shaders/ps_box_shadow.glsl
    • resources/shaders/ps_box_shadow.vs.glsl
    • resources/shaders/ps_cache_image.fs.glsl
    • resources/shaders/ps_cache_image.glsl
    • resources/shaders/ps_cache_image.vs.glsl
    • resources/shaders/ps_clear.fs.glsl
    • resources/shaders/ps_clear.glsl
    • resources/shaders/ps_clear.vs.glsl
    • resources/shaders/ps_composite.fs.glsl
    • resources/shaders/ps_composite.glsl
    • resources/shaders/ps_composite.vs.glsl
    • resources/shaders/ps_gradient.fs.glsl
    • resources/shaders/ps_gradient.glsl
    • resources/shaders/ps_gradient.vs.glsl
    • resources/shaders/ps_gradient_clip.fs.glsl
    • resources/shaders/ps_gradient_clip.glsl
    • resources/shaders/ps_gradient_clip.vs.glsl
    • resources/shaders/ps_image.fs.glsl
    • resources/shaders/ps_image.glsl
    • resources/shaders/ps_image.vs.glsl
    • resources/shaders/ps_image_clip.fs.glsl
    • resources/shaders/ps_image_clip.glsl
    • resources/shaders/ps_image_clip.vs.glsl
    • resources/shaders/ps_rectangle.fs.glsl
    • resources/shaders/ps_rectangle.glsl
    • resources/shaders/ps_rectangle.vs.glsl
    • resources/shaders/ps_rectangle_clip.fs.glsl
    • resources/shaders/ps_rectangle_clip.glsl
    • resources/shaders/ps_rectangle_clip.vs.glsl
    • resources/shaders/ps_text_run.fs.glsl
    • resources/shaders/ps_text_run.glsl
    • resources/shaders/ps_text_run.vs.glsl
    • resources/shaders/shared.glsl
    • resources/shaders/shared_other.glsl
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/rendering/many-draw-calls.html.ini
    • tests/wpt/mozilla/meta/mozilla/mozbrowser/mozbrowserlocationchange_event.html.ini
    • tests/wpt/mozilla/meta/mozilla/mozbrowser/reload.html.ini