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

Builder linux-rel-css Build #1150

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

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, 36 secs )
    1. warnings (1)
  5. test ran test-css --release --processes 16 ( 21 mins, 58 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release --with-debug-assertions warnings ( 14 mins, 30 secs )
    1. stdio
    2. warnings (1)
  7. compile__2 ran build-geckolib --release warnings ( 4 mins, 9 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 2 mins, 6 secs )
    1. warnings (2)
  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 1150 Build
codebase Build
got_revision 4755cb7586ab4a89f35bbccf8b57c85ed2f428e7 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 4755cb7586ab4a89f35bbccf8b57c85ed2f428e7 Build
scheduler servo-auto Scheduler
slavename servo-linux2 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:

StartSun Nov 27 03:20:59 2016
EndSun Nov 27 04:24:27 2016
Elapsed1 hrs, 3 mins, 28 secs

All Changes:

:

  1. Change #28236

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sun 27 Nov 2016 03:20:59
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 4755cb7586ab4a89f35bbccf8b57c85ed2f428e7

    Comments

    Auto merge of #14373 - Wafflespeanut:parse, r=emilio
    
    Use the ParserContext along with the Parser
    
    <!-- Please describe your changes on the following line: -->
    
    This changes the `parse` function's signature to include `ParserContext`, so that we don't introduce another trait just for the sake of the context. Instead, we can safely ignore the context whenever we don't need it.
    
    ---
    <!-- 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
    
    <!-- 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. -->
    
    r? @SimonSapin or @emilio or @Manishearth
    
    <!-- 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/14373)
    <!-- Reviewable:end -->

    Changed files

    • components/style/custom_properties.rs
    • components/style/parser.rs
    • components/style/properties/helpers.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/color.mako.rs
    • components/style/properties/longhand/column.mako.rs
    • components/style/properties/longhand/effects.mako.rs
    • components/style/properties/longhand/font.mako.rs
    • components/style/properties/longhand/inherited_svg.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/padding.mako.rs
    • components/style/properties/longhand/pointing.mako.rs
    • components/style/properties/longhand/position.mako.rs
    • components/style/properties/longhand/text.mako.rs
    • components/style/properties/longhand/xul.mako.rs
    • components/style/properties/properties.mako.rs
    • components/style/properties/shorthand/border.mako.rs
    • components/style/properties/shorthand/box.mako.rs
    • components/style/properties/shorthand/outline.mako.rs
    • components/style/properties/shorthand/position.mako.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
    • tests/unit/style/parsing/basic_shape.rs
    • tests/unit/style/parsing/mod.rs
    • tests/unit/style/parsing/position.rs
    • tests/unit/style/parsing/selectors.rs