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

Builder linux-rel-css Build #9057

Results:

Failed compile

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 7 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 failed ( 4 mins, 16 secs )
    1. warnings (1)
  9. test  
    1. - no logs -
    1. - no logs -
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 9057 Build
codebase Build
got_revision 2fc48c23b407b2143f72601905601033599ea740 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 2fc48c23b407b2143f72601905601033599ea740 Build
scheduler servo-auto Scheduler
slavename servo-linux2 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 20:19:58 2018
EndFri Jul 6 20:24:35 2018
Elapsed4 mins, 37 secs

All Changes:

:

  1. Change #83657

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 06 Jul 2018 20:19:56
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 2fc48c23b407b2143f72601905601033599ea740

    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