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

Builder linux-rel-css Build #8811

Results:

Failed shell__4

SourceStamp:

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

BuildSlave:

servo-linux2

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. stdio
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions warnings ( 9 mins, 56 secs )
    1. warnings (1)
  9. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 10 mins, 51 secs )
    1. - no logs -
  10. shell__4 './mach filter-intermittents ...' failed ( 1 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  11. shell__5 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__6 'bash ./etc/ci/manifest_changed.sh' ( 14 secs )
    1. stdio
  13. shell__7 './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 8811 Build
codebase Build
got_revision f6762d54e27eec8b65e88d062694b6b46b5bfea7 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision f6762d54e27eec8b65e88d062694b6b46b5bfea7 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:

StartThu May 24 14:56:18 2018
EndThu May 24 15:17:39 2018
Elapsed21 mins, 20 secs

All Changes:

:

  1. Change #81273

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 24 May 2018 14:53:51
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision f6762d54e27eec8b65e88d062694b6b46b5bfea7

    Comments

    Auto merge of #20707 - gterzian:embedder_handling_of_prompts_and_alerts_2, r=payl
    
    Embedder handling of prompts and alerts
    
    <!-- Please describe your changes on the following line: -->
    
    Allow embedder to allow alerts and prompts, but via constellation forwarding messages from script.
    
    ---
    <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
    - [ ] `./mach build -d` does not report any errors
    - [ ] `./mach build-geckolib` does not report any errors
    - [ ] `./mach test-tidy` does not report any errors
    - [ ] These changes fix #19992  (github issue number if applicable).
    
    <!-- Either: -->
    - [ ] There are tests for these changes OR
    - [ ] These changes do not require tests because _____
    
    <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
    
    <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
    
    <!-- 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/20707)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • components/bluetooth/Cargo.toml
    • components/bluetooth/lib.rs
    • components/compositing/Cargo.toml
    • components/compositing/compositor_thread.rs
    • components/compositing/lib.rs
    • components/compositing/windowing.rs
    • components/constellation/constellation.rs
    • components/constellation/lib.rs
    • components/embedder_traits/Cargo.toml
    • components/embedder_traits/lib.rs
    • components/net/Cargo.toml
    • components/net/filemanager_thread.rs
    • components/net/lib.rs
    • components/net/resource_thread.rs
    • components/net/tests/filemanager_thread.rs
    • components/net/tests/main.rs
    • components/net_traits/filemanager_thread.rs
    • components/script/dom/document.rs
    • components/script/dom/htmlbodyelement.rs
    • components/script/dom/htmlinputelement.rs
    • components/script/dom/htmllinkelement.rs
    • components/script/dom/window.rs
    • components/script/lib.rs
    • components/script/script_thread.rs
    • components/script_traits/Cargo.toml
    • components/script_traits/lib.rs
    • components/script_traits/script_msg.rs
    • components/servo/lib.rs
    • ports/servo/browser.rs
    • ports/servo/glutin_app/window.rs
    • ports/servo/main.rs