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

Builder linux-rel-css Build #6898

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revision2977a4e26e0691dad8b640b47edbf77968d97d5a
Got Revision2977a4e26e0691dad8b640b47edbf77968d97d5a
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 ...' ( 10 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions ( 22 mins, 36 secs )
    1. - no logs -
  7. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 11 mins, 26 secs )
    1. - no logs -
  8. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  9. compile__1 ran build-geckolib --release ( 6 mins, 54 secs )
    1. - no logs -
  10. test__1 ran test-stylo --release ( 1 mins, 1 secs )
    1. - no logs -
  11. shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. 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 6898 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-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:

StartWed Nov 15 23:22:14 2017
EndThu Nov 16 00:04:30 2017
Elapsed42 mins, 16 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