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

Builder linux-rel-wpt Build #8499

Results:

Failed compile

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchtry
Revision747a9ec314bcbcf257e450285c66fe278e54ccb9
Got Revision747a9ec314bcbcf257e450285c66fe278e54ccb9
Changes1 change

BuildSlave:

servo-linux1

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 ...' ( 11 secs )
    1. stdio
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. - no logs -
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions failed ( 6 mins, 33 secs )
    1. - no logs -
  9. test  
    1. - no logs -
  10. test__1  
    1. - no logs -
    1. - no logs -
  11. test__2  
    1. - no logs -

Build Properties:

NameValueSource
branch try Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 8499 Build
codebase Build
got_revision 747a9ec314bcbcf257e450285c66fe278e54ccb9 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 747a9ec314bcbcf257e450285c66fe278e54ccb9 Build
scheduler servo-auto Scheduler
slavename servo-linux1 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:

StartFri Apr 13 13:39:42 2018
EndFri Apr 13 13:46:31 2018
Elapsed6 mins, 49 secs

All Changes:

:

  1. Change #78924

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 13 Apr 2018 13:33:38
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch try
    Revision 747a9ec314bcbcf257e450285c66fe278e54ccb9

    Comments

    Auto merge of #20615 - KiChjang:window-indexed-getter, r=<try>
    
    [WIP] Implement window indexed getter
    
    Fixes #4589.
    
    This does not work properly right now, local testing reveals that servo hangs even in the simplest form of `window[0]`. I suspect the receivers are being blocked on receiving data, but I cannot find anything obvious yet as to why it is not receiving anything.
    
    <!-- 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/20615)
    <!-- Reviewable:end -->

    Changed files

    • components/constellation/constellation.rs
    • components/script/dom/dissimilaroriginwindow.rs
    • components/script/dom/window.rs
    • components/script/dom/windowproxy.rs
    • components/script/script_thread.rs
    • components/script_traits/script_msg.rs