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

Builder linux-rel-css Build #674

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux1

Reason:

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

Steps and Logfiles:

  1. git update ( 10 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 ( 17 mins, 59 secs )
    1. warnings (1)
  5. test ran test-css --release --processes 16 ( 15 mins, 25 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release --with-debug-assertions warnings ( 13 mins, 41 secs )
    1. stdio
    2. warnings (1)
  7. compile__2 ran build-geckolib --release warnings ( 3 mins, 36 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 2 mins, 26 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 auto Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 674 Build
codebase Build
got_revision f48b3fe2197a59b29bc711fb1b5496cbb97bd330 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision f48b3fe2197a59b29bc711fb1b5496cbb97bd330 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:

StartMon Nov 7 05:26:18 2016
EndMon Nov 7 06:19:38 2016
Elapsed53 mins, 20 secs

All Changes:

:

  1. Change #25292

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Mon 07 Nov 2016 05:26:18
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision f48b3fe2197a59b29bc711fb1b5496cbb97bd330

    Comments

    Auto merge of #14089 - Wafflespeanut:tocss, r=SimonSapin
    
    Make use of Servo-specific ToCss everywhere!
    
    <!-- Please describe your changes on the following line: -->
    
    This will allow types to be generic over our local `ToCss`
    
    ---
    <!-- 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
    - [x] `./mach test-tidy` does not report any errors
    
    <!-- Either: -->
    - [x] These changes do not require tests because it's a refactor
    
    <!-- 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/14089)
    <!-- Reviewable:end -->

    Changed files

    • components/layout/query.rs
    • components/script/dom/cssstyledeclaration.rs
    • components/script/dom/mediaquerylist.rs
    • components/servo/Cargo.lock
    • components/style/custom_properties.rs
    • components/style/lib.rs
    • components/style/media_queries.rs
    • components/style/properties/declaration_block.rs
    • components/style/properties/helpers.mako.rs
    • components/style/properties/helpers/animated_properties.mako.rs
    • components/style/properties/longhand/background.mako.rs
    • components/style/properties/longhand/border.mako.rs
    • components/style/properties/longhand/box.mako.rs
    • components/style/properties/longhand/column.mako.rs
    • components/style/properties/longhand/counters.mako.rs
    • components/style/properties/longhand/effects.mako.rs
    • components/style/properties/longhand/font.mako.rs
    • components/style/properties/longhand/inherited_box.mako.rs
    • components/style/properties/longhand/inherited_table.mako.rs
    • components/style/properties/longhand/inherited_text.mako.rs
    • components/style/properties/longhand/list.mako.rs
    • components/style/properties/longhand/outline.mako.rs
    • components/style/properties/longhand/pointing.mako.rs
    • components/style/properties/longhand/position.mako.rs
    • components/style/properties/longhand/svg.mako.rs
    • components/style/properties/longhand/text.mako.rs
    • components/style/properties/properties.mako.rs
    • components/style/properties/shorthand/serialize.mako.rs
    • components/style/values/computed/basic_shape.rs
    • components/style/values/computed/image.rs
    • components/style/values/computed/length.rs
    • components/style/values/computed/mod.rs
    • components/style/values/computed/position.rs
    • components/style/values/mod.rs
    • components/style/values/specified/basic_shape.rs
    • components/style/values/specified/image.rs
    • components/style/values/specified/length.rs
    • components/style/values/specified/mod.rs
    • components/style/values/specified/position.rs
    • components/style/viewport.rs
    • components/style_traits/Cargo.toml
    • components/style_traits/cursor.rs
    • components/style_traits/lib.rs
    • components/style_traits/values.rs
    • ports/cef/Cargo.lock
    • ports/geckolib/Cargo.lock
    • ports/geckolib/glue.rs
    • ports/geckolib/lib.rs
    • tests/unit/style/parsing/basic_shape.rs
    • tests/unit/style/parsing/font.rs
    • tests/unit/style/parsing/image.rs
    • tests/unit/style/parsing/mod.rs
    • tests/unit/style/parsing/position.rs
    • tests/unit/style/parsing/selectors.rs
    • tests/unit/style/properties/serialization.rs
    • tests/unit/stylo/lib.rs