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

Builder linux-rel-wpt Build #8501

Results:

Failed shell__4 test__2

SourceStamp:

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

BuildSlave:

servo-linux3

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 ...' ( 12 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 ( 11 mins, 37 secs )
    1. - no logs -
  9. test ran test-wpt-failure ( 0 secs )
    1. stdio
  10. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 15 mins, 51 secs )
    1. - no logs -
  11. shell__4 './mach filter-intermittents ...' failed ( 15 secs )
    1. stdio
  12. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource failed ( 9 secs )
    1. wpt-mp-errorsummary.log

Build Properties:

NameValueSource
branch try Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 8501 Build
codebase Build
got_revision 3de49263b11e8eb29427ff7e048ad669be3d0662 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 3de49263b11e8eb29427ff7e048ad669be3d0662 Build
scheduler servo-auto Scheduler
slavename servo-linux3 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 22:25:33 2018
EndFri Apr 13 22:53:44 2018
Elapsed28 mins, 11 secs

All Changes:

:

  1. Change #78929

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 13 Apr 2018 22:25:31
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch try
    Revision 3de49263b11e8eb29427ff7e048ad669be3d0662

    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_traits/script_msg.rs