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

Builder linux-rel-css Build #4947

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revisionbc44246fc682d9f2362eaca6bba07b45c293eb42
Got Revisionbc44246fc682d9f2362eaca6bba07b45c293eb42
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 ...' ( 8 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions warnings ( 17 mins, 7 secs )
    1. warnings (1)
  7. test ran test-css --release --processes 16 --always-succeed ( 11 mins, 22 secs )
    1. css-errorsummary.log
  8. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-css-errorsummary.log
    3. intermittents.log
  9. compile__1 ran build-cef --release --with-debug-assertions warnings ( 36 secs )
    1. stdio
    2. warnings (2)
  10. compile__2 ran build-geckolib --release ( 7 mins, 18 secs )
    1. stdio
  11. test__1 ran test-stylo --release ( 7 mins, 13 secs )
    1. - no logs -
  12. shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  13. shell__4 '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 4947 Build
codebase Build
got_revision bc44246fc682d9f2362eaca6bba07b45c293eb42 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision bc44246fc682d9f2362eaca6bba07b45c293eb42 Build
scheduler servo-auto Scheduler
slavename servo-linux1 BuildSlave
warnings-count 3 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartTue Jul 11 23:32:57 2017
EndWed Jul 12 00:16:49 2017
Elapsed43 mins, 52 secs

All Changes:

:

  1. Change #54271

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Tue 11 Jul 2017 23:32:56
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision bc44246fc682d9f2362eaca6bba07b45c293eb42

    Comments

    Auto merge of #17364 - asajeffrey:script-paint-worklets-properties, r=jdm
    
    Implement paint worklet properties
    
    <!-- Please describe your changes on the following line: -->
    
    This is the final PR to get basic paint worklet support. It adds support for paint worklet properties (https://drafts.css-houdini.org/css-paint-api/#paint-definition-input-properties). When a paint worklet is registered, it specifies a list of CSS properties, and is provided with their computed values when it is invoked.
    
    This is a dependent PR:
    * "Implemented paint worklets invoking worklet scripts" is #17239.
    * "Implemented paint worklets rendering contexts" is #17326.
    
    There should be tests added for this, hopefully the existing wpt houdini tests.
    
    ---
    <!-- 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 #16839
    - [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. -->
    
    <!-- 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/17364)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • components/layout/Cargo.toml
    • components/layout/context.rs
    • components/layout/display_list_builder.rs
    • components/layout/lib.rs
    • components/layout_thread/Cargo.toml
    • components/layout_thread/lib.rs
    • components/script/dom/cssstylevalue.rs
    • components/script/dom/mod.rs
    • components/script/dom/paintworkletglobalscope.rs
    • components/script/dom/stylepropertymapreadonly.rs
    • components/script/dom/testworkletglobalscope.rs
    • components/script/dom/webidls/CSSStyleValue.webidl
    • components/script/dom/webidls/StylePropertyMapReadOnly.webidl
    • components/script/dom/window.rs
    • components/script/dom/worklet.rs
    • components/script/dom/workletglobalscope.rs
    • components/script/script_thread.rs
    • components/script_layout_interface/Cargo.toml
    • components/script_layout_interface/lib.rs
    • components/script_layout_interface/message.rs
    • components/script_traits/lib.rs
    • components/style/servo/restyle_damage.rs
    • tests/wpt/mozilla/meta/MANIFEST.json
    • tests/wpt/mozilla/meta/mozilla/css-paint-api/background-image-tiled.html.ini
    • tests/wpt/mozilla/meta/mozilla/css-paint-api/invalid-image-constructor-error.html.ini
    • tests/wpt/mozilla/meta/mozilla/css-paint-api/invalid-image-paint-error.html.ini
    • tests/wpt/mozilla/meta/mozilla/css-paint-api/invalid-image-pending-script.html.ini
    • tests/wpt/mozilla/tests/mozilla/css-paint-api/resources/html5.png