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

Builder linux-rel-css Build #9060

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

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 ...' ( 12 secs )
    1. stdio
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions warnings ( 8 mins, 1 secs )
    1. warnings (1)
  9. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 12 mins, 19 secs )
    1. - no logs -
  10. shell__4 './mach filter-intermittents ...' ( 3 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  11. shell__5 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__6 './etc/ci/clean_build_artifacts.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 9060 Build
codebase Build
got_revision 1b9d8fa674115dabdddbfd47acbc9a9e336b8ed4 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 1b9d8fa674115dabdddbfd47acbc9a9e336b8ed4 Build
scheduler servo-auto Scheduler
slavename servo-linux3 BuildSlave
warnings-count 1 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartFri Jul 6 22:21:00 2018
EndFri Jul 6 22:41:42 2018
Elapsed20 mins, 41 secs

All Changes:

:

  1. Change #83664

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 06 Jul 2018 22:04:36
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 1b9d8fa674115dabdddbfd47acbc9a9e336b8ed4

    Comments

    Auto merge of #21131 - Manishearth:empty, r=nox
    
    Make (dictionary)::empty() safe
    
    It currently works by constructing from null (which will throw a runtime
    error if there are non-defaultable members).
    
    This changes it so that we no longer need a JSContext to construct this,
    so it can be safely constructed. In the case of non-defaultable members,
    this method simply does not exist.
    
    <!-- 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/21131)
    <!-- Reviewable:end -->

    Changed files

    • components/script/dom/bindings/codegen/CodegenRust.py
    • components/script/dom/bindings/iterable.rs