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

Builder linux-rel-wpt Build #6924

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux4

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 ...' ( 10 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions ( 20 mins, 47 secs )
    1. - no logs -
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 17 mins, 4 secs )
    1. wpt-errorsummary.log
  9. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  10. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 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 6924 Build
codebase Build
got_revision 2977a4e26e0691dad8b640b47edbf77968d97d5a Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 2977a4e26e0691dad8b640b47edbf77968d97d5a Build
scheduler servo-auto Scheduler
slavename servo-linux4 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartWed Nov 15 23:22:14 2017
EndThu Nov 16 00:00:28 2017
Elapsed38 mins, 14 secs

All Changes:

:

  1. Change #68069

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 15 Nov 2017 23:22:12
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 2977a4e26e0691dad8b640b47edbf77968d97d5a

    Comments

    Auto merge of #18710 - mhaessig:remove-rustc-serialize, r=jdm
    
    Replace rustc_serialize with serde_json in style_tests
    
    #12410 Stop using rustc_serialize
    
    Replaced rustc_serialize with serde_json in
    - [ ] ~~components/config/Cargo.toml~~
    - [ ] ~~components/config/lib.rs~~
    - [ ] ~~components/config/prefs.rs~~
    - [ ] ~~components/script_traits/Cargo.toml~~
    - [ ] ~~components/script_traits/lib.rs~~
    - [ ] ~~components/script_traits/webdriver_msg.rs~~
    - [ ] ~~components/webdriver_server/Cargo.toml~~
    - [ ] ~~components/webdriver_server/lib.rs~~
    - [X] tests/unit/style/Cargo.toml
    - [X] test/unit/style/lib.rs
    - [X] test/unit/style/properties/scaffolding.rs
    
    PR checks:
    - [x] `./mach build -d` does not report any errors
    - [x] `./mach test-tidy` does not report any errors
    - [X] These changes fix (partially) #12410.
    - [X] These changes do not require tests because functionality was not changed or a test itself was edited
    
    <!-- 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/18710)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • tests/unit/style/Cargo.toml
    • tests/unit/style/lib.rs
    • tests/unit/style/properties/scaffolding.rs