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

Builder linux-rel-css Build #7743

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux4

Reason:

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

Steps and Logfiles:

  1. git update ( 2 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. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. compile ran build --release --with-debug-assertions ( 22 mins, 31 secs )
    1. - no logs -
  8. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 13 mins, 49 secs )
    1. wpt-errorsummary.log
  9. shell__3 './mach filter-intermittents ...' ( 2 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  10. compile__1 ran build-geckolib --release ( 5 mins, 21 secs )
    1. - no logs -
  11. test__1 ran test-stylo --release ( 1 mins, 43 secs )
    1. - no logs -
  12. shell__4 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  13. shell__5 '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 7743 Build
codebase Build
got_revision 7546c37f1e921a112fef5828c59c6738a98c3f30 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 7546c37f1e921a112fef5828c59c6738a98c3f30 Build
scheduler servo-auto Scheduler
slavename servo-linux4 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 Jan 31 17:16:50 2018
EndWed Jan 31 18:00:33 2018
Elapsed43 mins, 43 secs

All Changes:

:

  1. Change #73352

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 31 Jan 2018 17:16:50
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 7546c37f1e921a112fef5828c59c6738a98c3f30

    Comments

    Auto merge of #19914 - servo:dont-deny, r=nox
    
    Remove #![deny(warnings)]
    
    We already have https://github.com/servo/servo/pull/19612 to deny warnings at the time of landing into master. But it’s not useful to break the build when later compiler with a more recent Rust version that has introduced new warnings:
    
    https://bugzilla.mozilla.org/show_bug.cgi?id=1434619
    
    <!-- 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/19914)
    <!-- Reviewable:end -->

    Changed files

    • components/style/lib.rs
    • ports/geckolib/lib.rs
    • support/gecko/nsstring/src/lib.rs