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

Builder linux-rel-css Build #90

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. - no logs -
  2. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  3. compile ran build --release ( 17 mins, 31 secs )
    1. - no logs -
  4. test ran test-css --release --processes 16 ( 14 mins, 51 secs )
    1. css-errorsummary.log
  5. compile_1 ran build-cef --release ( 57 secs )
    1. stdio
  6. compile_2 ran build-geckolib --release warnings ( 3 mins, 7 secs )
    1. warnings (9)
  7. shell_1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  8. shell_2 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartFri Oct 7 22:43:45 2016
EndFri Oct 7 23:20:17 2016
Elapsed36 mins, 31 secs

All Changes:

:

  1. Change #21603

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 07 Oct 2016 22:43:44
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision dad3b4785a73aa6ddea5ed50ee4ef01bd4049c8d

    Comments

    Auto merge of #13589 - splav:SVGElement#12974, r=pcwalton,Ms2ger
    
    Support SVG element
    
    <!-- Please describe your changes on the following line: -->
    minimal SVG element implementation
    ---
    <!-- 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 #12974 (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/13589)
    <!-- Reviewable:end -->

    Changed files

    • components/layout/block.rs
    • components/layout/construct.rs
    • components/layout/display_list_builder.rs
    • components/layout/fragment.rs
    • components/script/dom/create.rs
    • components/script/dom/mod.rs
    • components/script/dom/node.rs
    • components/script/dom/svgelement.rs
    • components/script/dom/svggraphicselement.rs
    • components/script/dom/svgsvgelement.rs
    • components/script/dom/virtualmethods.rs
    • components/script/dom/webidls/SVGElement.webidl
    • components/script/dom/webidls/SVGGraphicsElement.webidl
    • components/script/dom/webidls/SVGSVGElement.webidl
    • components/script/layout_wrapper.rs
    • components/script_layout_interface/lib.rs
    • components/script_layout_interface/wrapper_traits.rs
    • python/tidy/servo_tidy/tidy.py
    • tests/wpt/mozilla/meta/MANIFEST.json
    • tests/wpt/mozilla/meta/mozilla/svg/svg.html.ini
    • tests/wpt/mozilla/tests/mozilla/svg/svg.html
    • tests/wpt/mozilla/tests/mozilla/svg/svg_ref.html