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

Builder linux-rel-wpt Build #4963

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux1

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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, 49 secs )
    1. warnings (1)
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --always-succeed ( 14 mins, 24 secs )
    1. - no logs -
  9. shell__2 './mach filter-intermittents ...' ( 1 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  10. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 11 secs )
    1. stdio
    2. wpt-mp-errorsummary.log

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 4963 Build
codebase Build
got_revision 2ddbc92d90ec8df9e5bf4630cd3e93759da81649 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 2ddbc92d90ec8df9e5bf4630cd3e93759da81649 Build
scheduler servo-auto Scheduler
slavename servo-linux1 BuildSlave
warnings-count 1 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartTue Jul 11 01:22:20 2017
EndTue Jul 11 01:55:03 2017
Elapsed32 mins, 43 secs

All Changes:

:

  1. Change #54025

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Tue 11 Jul 2017 01:22:19
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 2ddbc92d90ec8df9e5bf4630cd3e93759da81649

    Comments

    Auto merge of #17655 - jdm:stylo-error-reporter, r=emilio
    
    Hook up Stylo error reporter to Firefox devtools
    
    Reviewed by @emilio in https://bugzilla.mozilla.org/show_bug.cgi?id=1352669.
    
    ---
    - [X] `./mach build -d` does not report any errors
    - [X] `./mach test-tidy` does not report any errors
    - [X] There are tests for these changes
    
    <!-- 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/17655)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • components/canvas/Cargo.toml
    • components/canvas_traits/Cargo.toml
    • components/layout_thread/lib.rs
    • components/script/Cargo.toml
    • components/script_layout_interface/Cargo.toml
    • components/selectors/Cargo.toml
    • components/selectors/parser.rs
    • components/style/Cargo.toml
    • components/style/animation.rs
    • components/style/context.rs
    • components/style/custom_properties.rs
    • components/style/error_reporting.rs
    • components/style/gecko/generated/bindings.rs
    • components/style/gecko/generated/structs_debug.rs
    • components/style/gecko/generated/structs_release.rs
    • components/style/gecko/wrapper.rs
    • components/style/matching.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/box.mako.rs
    • components/style/properties/longhand/text.mako.rs
    • components/style/properties/properties.mako.rs
    • components/style/stylesheets/rule_parser.rs
    • components/style/stylist.rs
    • components/style_traits/Cargo.toml
    • components/style_traits/lib.rs
    • ports/geckolib/Cargo.toml
    • ports/geckolib/error_reporter.rs
    • ports/geckolib/glue.rs
    • ports/geckolib/lib.rs
    • tests/unit/gfx/Cargo.toml
    • tests/unit/style/Cargo.toml
    • tests/unit/style/stylesheets.rs
    • tests/unit/stylo/Cargo.toml
    • tests/unit/stylo/servo_function_signatures.rs