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

Builder linux-rel-css Build #6394

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux1

Reason:

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

Steps and Logfiles:

  1. git update ( 13 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 ( 20 mins, 16 secs )
    1. - no logs -
  7. test ran test-css --release --processes 16 --always-succeed ( 13 mins, 47 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 ( 17 mins, 41 secs )
    1. - no logs -
  10. compile__2 ran build-geckolib --release ( 7 mins, 44 secs )
    1. - no logs -
  11. test__1 ran test-stylo --release ( 50 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 6394 Build
codebase Build
got_revision c79a54dbd9d3a590f5fd8191b8e57a0b9d1d0fdb Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision c79a54dbd9d3a590f5fd8191b8e57a0b9d1d0fdb Build
scheduler servo-auto Scheduler
slavename servo-linux1 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartTue Oct 10 17:53:24 2017
EndTue Oct 10 18:54:09 2017
Elapsed1 hrs, 44 secs

All Changes:

:

  1. Change #64663

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Tue 10 Oct 2017 17:43:03
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision c79a54dbd9d3a590f5fd8191b8e57a0b9d1d0fdb

    Comments

    Auto merge of #18808 - servo:error-location_, r=emilio
    
    Use the current parser location for CSS error
    
    … rather than the start location of the current construct. This likely places the error just *after* of the unexpected token whereas before would be best, but that’s likely a much bigger change.
    
    See https://bugzilla.mozilla.org/show_bug.cgi?id=1378861
    
    <!-- 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/18808)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • components/canvas/Cargo.toml
    • components/canvas_traits/Cargo.toml
    • components/malloc_size_of/Cargo.toml
    • components/script/Cargo.toml
    • components/script_layout_interface/Cargo.toml
    • components/selectors/Cargo.toml
    • components/selectors/parser.rs
    • components/style/Cargo.toml
    • components/style/counter_style/mod.rs
    • components/style/custom_properties.rs
    • components/style/error_reporting.rs
    • components/style/font_face.rs
    • components/style/gecko/media_queries.rs
    • components/style/gecko/selector_parser.rs
    • components/style/macros.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/counters.mako.rs
    • components/style/properties/longhand/font.mako.rs
    • components/style/properties/longhand/inherited_box.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/pointing.mako.rs
    • components/style/properties/longhand/position.mako.rs
    • components/style/properties/longhand/table.mako.rs
    • components/style/properties/longhand/text.mako.rs
    • components/style/properties/longhand/ui.mako.rs
    • components/style/properties/properties.mako.rs
    • components/style/properties/shorthand/background.mako.rs
    • components/style/properties/shorthand/border.mako.rs
    • components/style/properties/shorthand/box.mako.rs
    • components/style/properties/shorthand/column.mako.rs
    • components/style/properties/shorthand/font.mako.rs
    • components/style/properties/shorthand/inherited_text.mako.rs
    • components/style/properties/shorthand/list.mako.rs
    • components/style/properties/shorthand/mask.mako.rs
    • components/style/properties/shorthand/outline.mako.rs
    • components/style/properties/shorthand/position.mako.rs
    • components/style/properties/shorthand/text.mako.rs
    • components/style/servo/media_queries.rs
    • components/style/servo/selector_parser.rs
    • components/style/stylesheets/document_rule.rs
    • components/style/stylesheets/font_feature_values_rule.rs
    • components/style/stylesheets/keyframes_rule.rs
    • components/style/stylesheets/rule_parser.rs
    • components/style/stylesheets/stylesheet.rs
    • components/style/stylesheets/supports_rule.rs
    • components/style/stylesheets/viewport_rule.rs
    • components/style/values/generics/grid.rs
    • components/style/values/generics/mod.rs
    • components/style/values/generics/svg.rs
    • components/style/values/mod.rs
    • components/style/values/specified/align.rs
    • components/style/values/specified/angle.rs
    • components/style/values/specified/background.rs
    • components/style/values/specified/basic_shape.rs
    • components/style/values/specified/border.rs
    • components/style/values/specified/box.rs
    • components/style/values/specified/calc.rs
    • components/style/values/specified/color.rs
    • components/style/values/specified/effects.rs
    • components/style/values/specified/flex.rs
    • components/style/values/specified/font.rs
    • components/style/values/specified/grid.rs
    • components/style/values/specified/image.rs
    • components/style/values/specified/length.rs
    • components/style/values/specified/mod.rs
    • components/style/values/specified/percentage.rs
    • components/style/values/specified/svg.rs
    • components/style/values/specified/text.rs
    • components/style/values/specified/time.rs
    • components/style/values/specified/transform.rs
    • components/style_traits/Cargo.toml
    • components/style_traits/lib.rs
    • components/style_traits/values.rs
    • components/style_traits/viewport.rs
    • ports/geckolib/Cargo.toml
    • ports/geckolib/error_reporter.rs
    • tests/unit/gfx/Cargo.toml
    • tests/unit/style/Cargo.toml
    • tests/unit/style/size_of.rs
    • tests/unit/style/stylesheets.rs
    • tests/unit/stylo/Cargo.toml