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

Builder linux-rel-wpt Build #7894

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux6

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 ...' ( 10 secs )
    1. stdio
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. compile ran build --release --with-debug-assertions ( 9 mins, 38 secs )
    1. - no logs -
  8. test ran test-wpt-failure ( 0 secs )
    1. stdio
  9. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 18 mins, 41 secs )
    1. - no logs -
  10. shell__3 './mach filter-intermittents ...' ( 9 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  11. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
    1. wpt-mp-errorsummary.log

Build Properties:

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

StartTue Feb 13 10:10:39 2018
EndTue Feb 13 10:39:31 2018
Elapsed28 mins, 52 secs

All Changes:

:

  1. Change #74422

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Tue 13 Feb 2018 10:10:37
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision b1d3d6f6324394f0e9f17b027fef24420d829b5c

    Comments

    Auto merge of #19975 - paulrouget:killbhtml, r=mbrubeck,emilio
    
    Kill browserhtml
    
    Fixes https://github.com/servo/servo/issues/19971
    
    <!-- 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/19975)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • Info.plist
    • README.md
    • components/compositing/compositor.rs
    • components/compositing/compositor_thread.rs
    • components/compositing/windowing.rs
    • components/config/opts.rs
    • components/config/prefs.rs
    • components/constellation/constellation.rs
    • components/constellation/pipeline.rs
    • components/msg/constellation_msg.rs
    • components/script/Cargo.toml
    • components/script/dom/bindings/trace.rs
    • components/script/dom/document.rs
    • components/script/dom/forcetouchevent.rs
    • components/script/dom/htmlanchorelement.rs
    • components/script/dom/htmliframeelement.rs
    • components/script/dom/htmllinkelement.rs
    • components/script/dom/mod.rs
    • components/script/dom/webidls/BrowserElement.webidl
    • components/script/dom/webidls/ForceTouchEvent.webidl
    • components/script/dom/webidls/HTMLIFrameElement.webidl
    • components/script/dom/webidls/Window.webidl
    • components/script/dom/window.rs
    • components/script/dom/xmlhttprequest.rs
    • components/script/lib.rs
    • components/script/script_thread.rs
    • components/script_traits/lib.rs
    • components/script_traits/script_msg.rs
    • components/servo/lib.rs
    • ports/servo/Cargo.toml
    • ports/servo/glutin_app/window.rs
    • python/servo/command_base.py
    • python/servo/package_commands.py
    • python/servo/post_build_commands.py
    • resources/package-prefs.json
    • resources/prefs.json
    • servo-tidy.toml
    • support/windows/Servo.wxs.mako
    • tests/wpt/mozilla/meta/MANIFEST.json
    • tests/wpt/mozilla/meta/css/iframe/mozbrowser_navigation.html.ini
    • tests/wpt/mozilla/meta/mozilla/mozbrowser/__dir__.ini
    • tests/wpt/mozilla/meta/mozilla/mozbrowser/iframe_visibility.html.ini
    • tests/wpt/mozilla/meta/mozilla/mozbrowser/mozbrowser_loadevents.html.ini
    • tests/wpt/mozilla/meta/mozilla/mozbrowser/mozbrowserlocationchange_event.html.ini
    • tests/wpt/mozilla/meta/mozilla/mozbrowser/mozbrowsersecuritychange_event.html.ini
    • tests/wpt/mozilla/tests/css/iframe/mozbrowser_navigation.html
    • tests/wpt/mozilla/tests/css/iframe/mozbrowser_navigation_ref.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/crossorigin_xhr.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/helper.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/iframe_contentDocument_inner.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/iframe_goback.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/iframe_privateContent_grandchild.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/iframe_privateContent_inner.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/iframe_reload_twice.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/iframe_visibility.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowser_click_fires_openwindow.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowser_click_fires_openwindow_iframe1.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowser_click_fires_openwindow_iframe2.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowser_click_fires_openwindow_iframe3.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowser_iframe_child.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowser_iframe_grandchild.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowser_iframe_harness.js
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowser_iframe_parentage.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowser_loadevents.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowsericonchange_event.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowsericonchange_event_test.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowserlocationchange_event.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowserlocationchange_event_iframe.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowsersecuritychange_event.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowsershowmodalprompt_event.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowsershowmodalprompt_event_iframe.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowsershowmodalprompt_event_nested_iframe.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowsershowmodalprompt_event_no_params_alert.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowsertitlechangedeagerly_event.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/mozbrowsertitlechangedeagerly_event_iframe.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/private_browsing.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/redirect.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/redirect_final.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/redirect_init.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/reload.html
    • tests/wpt/mozilla/tests/mozilla/mozbrowser/stash.py