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

Builder linux-rel-wpt Build #10892

Results:

Failed shell__4

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revision7c5261ab7f5dfc033f173a388a141195f724356d
Got Revision7c5261ab7f5dfc033f173a388a141195f724356d
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 ...' ( 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 -p servo warnings ( 4 mins, 24 secs )
    1. warnings (1)
  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, 38 secs )
    1. - no logs -
  11. shell__4 './mach filter-intermittents ...' failed ( 4 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  12. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 22 secs )
    1. wpt-mp-errorsummary.log
  13. shell__5 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 10892 Build
codebase Build
got_revision 7c5261ab7f5dfc033f173a388a141195f724356d Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 7c5261ab7f5dfc033f173a388a141195f724356d Build
scheduler servo-auto Scheduler
slavename servo-linux6 BuildSlave
warnings-count 1 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartWed Nov 21 11:32:30 2018
EndWed Nov 21 11:53:18 2018
Elapsed20 mins, 47 secs

All Changes:

:

  1. Change #103051

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Wed 21 Nov 2018 11:32:29
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 7c5261ab7f5dfc033f173a388a141195f724356d

    Comments

    Auto merge of #22091 - akshitkrnagpal:market, r=paulrouget
    
    Add support for market:// urls
    
    <!-- Please describe your changes on the following line: -->
    This PR (once complete) will support `market://` urls, ie, it will open Playstore instead of displaying `Could not load the requested page: Unexpected scheme`.
    
    ---
    Currently, I am experiencing the following error
    <details>
    <summary>ADBLog</summary>
    
    <p>
    
    ```
    11-02 12:17:18.224 21968-21984/org.mozilla.servo D/simpleservo: reload
    11-02 12:17:18.225 21968-21984/org.mozilla.servo I/simpleservo: reload
    11-02 12:17:18.225 21968-21984/org.mozilla.servo D/simpleservo: perform_updates
    11-02 12:17:18.225 21968-22011/org.mozilla.servo D/simpleservo: constellation got ConstellationMsg::Reload message
    11-02 12:17:18.233 21968-22011/org.mozilla.servo D/simpleservo: constellation got ScriptMsg::LoadUrl message from pipeline (1,1)
        wakeup
    11-02 12:17:18.236 21968-21984/org.mozilla.servo D/simpleservo: performUpdates
        perform_updates
        on_allow_navigation
    11-02 12:17:18.237 21968-22011/org.mozilla.servo D/simpleservo: Loading market://details/?id=org.mozilla.firefox in pipeline (1,1).
        Creating new pipeline (1,2) in browsing context (0,1).
    11-02 12:17:18.238 21968-22011/org.mozilla.servo I/simpleservo: ResourceReader::read(rippy.png)
    11-02 12:17:18.242 21968-21991/org.mozilla.servo D/simpleservo: thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Error(JavaException, State { next_error: None, backtrace: InternalBacktrace { backtrace: None } })', libcore/result.rs:1009:5
        note: Run with `RUST_BACKTRACE=1` for a backtrace.
    11-02 12:17:18.248 21968-22011/org.mozilla.servo D/simpleservo: wakeup
    11-02 12:17:18.249 21968-22011/org.mozilla.servo D/simpleservo: wakeup
    11-02 12:17:18.272 21968-22011/org.mozilla.servo D/simpleservo: constellation got ScriptMsg::InitiateNavigateRequest message from pipeline (1,2)
    11-02 12:17:18.274 21968-22011/org.mozilla.servo D/simpleservo: constellation got ScriptMsg::VisibilityChangeComplete message from pipeline (1,2)
    11-02 12:17:18.289 21968-22011/org.mozilla.servo D/simpleservo: constellation got ScriptMsg::SetFinalUrl message from pipeline (1,2)
    11-02 12:17:18.294 21968-22011/org.mozilla.servo D/simpleservo: constellation got ScriptMsg::ActivateDocument message from pipeline (1,2)
    11-02 12:17:18.295 21968-22011/org.mozilla.servo D/simpleservo: Document ready to activate (1,2)
        Setting browsing context (0,1) to be pipeline (1,2).
        Adding pipeline to existing browsing context.
        Setting activity of (1,1) to be Inactive.
        Setting activity of (1,2) to be FullyActive.
        Closing pipeline PipelineId { namespace_id: PipelineNamespaceId(1), index: PipelineIndex(1) }.
    11-02 12:17:18.296 21968-22011/org.mozilla.servo D/simpleservo: wakeup
    11-02 12:17:18.299 21968-22044/org.mozilla.servo I/simpleservo: ResourceReader::read(neterror.html)
    11-02 12:17:18.350 21968-21973/org.mozilla.servo I/zygote: Do partial code cache collection, code=23KB, data=29KB
    11-02 12:17:18.352 21968-21973/org.mozilla.servo I/zygote: After code cache collection, code=23KB, data=29KB
        Increasing code cache capacity to 128KB
    11-02 12:17:18.359 21968-22005/org.mozilla.servo D/simpleservo: wakeup
    ```
    
    </p>
    </details>
    
    Also, where can I find Logs from the function I made in MainActivity?
    
    ---
    <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
    - [x] `./mach build -d` does not report any errors
    - [x] `./mach test-tidy` does not report any errors
    - [x] These changes fix #21992 (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/22091)
    <!-- Reviewable:end -->

    Changed files

    • ports/libsimpleservo/src/api.rs
    • ports/libsimpleservo/src/capi.rs
    • ports/libsimpleservo/src/jniapi.rs
    • support/android/apk/servoapp/src/main/java/org/mozilla/servo/MainActivity.java
    • support/android/apk/servoview/src/main/java/org/mozilla/servoview/Servo.java