Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Debugging silent download failures on AArch64 Windows #3462

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

wip

ae3e78c
Select commit
Loading
Failed to load commit list.
Draft

[WIP] Debugging silent download failures on AArch64 Windows #3462

wip
ae3e78c
Select commit
Loading
Failed to load commit list.
Cirrus CI / FreeBSD failed Aug 22, 2023 in 30m 33s

Task Summary

Instruction setup failed in 30:25

Details

✅ 00:02 clone
❌ 30:25 setup

        path: "/tmp/cirrus-ci-build/target/x86_64-unknown-freebsd/tests/test-dist-dir-G7Hlyl/dist/2015-01-02/rustc-nightly-x86_64-unknown-freebsd.tar.zst",
        query: None,
        fragment: None,
    }
    [download/src/lib.rs:118] data.len() = 65536
    [download/src/lib.rs:118] data.len() = 65536
    [download/src/lib.rs:118] data.len() = 55782
    [download/src/lib.rs:129] "sync data" = "sync data"
    [download/src/lib.rs:133] "synced data" = "synced data"
    info: installing component 'cargo'
    info: installing component 'rust-docs'
    info: installing component 'rustc'
    
expected.ok: true
expected.stdout (1 lines):
    1.3.0 (hash-nightly-2)
    
expected.stderr (9 lines):
    info: syncing channel updates for 'nightly-x86_64-unknown-freebsd'
    info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
    warning: Force-skipping unavailable component 'rust-std-x86_64-unknown-freebsd'
    info: downloading component 'cargo'
    info: downloading component 'rust-docs'
    info: downloading component 'rustc'
    info: installing component 'cargo'
    info: installing component 'rust-docs'
    info: installing component 'rustc'
    
[src/test/mock/clitools.rs:604] out.stdout == stdout = true
[src/test/mock/clitools.rs:605] out.stderr == stderr = false
thread 'suite::cli_v2::run_with_install_flag_against_unavailable_component' panicked at 'explicit panic', tests/suite/cli_v2.rs:1301:16


failures:
    suite::cli_exact::install_unreleased_component
    suite::cli_exact::update_again
    suite::cli_exact::update_no_manifest
    suite::cli_exact::update_once
    suite::cli_exact::update_once_and_check_self_update
    suite::cli_exact::update_once_and_self_update
    suite::cli_rustup::rustup_all_channels
    suite::cli_rustup::rustup_some_channels_up_to_date
    suite::cli_rustup::rustup_stable
    suite::cli_rustup::rustup_stable_no_change
    suite::cli_rustup::rustup_stable_quiet
    suite::cli_self_upd::install_bins_to_cargo_home
    suite::cli_self_upd::rustup_self_update_exact
    suite::cli_self_upd::update_exact
    suite::cli_self_upd::update_no_change
    suite::cli_v2::run_with_install_flag_against_unavailable_component

test result: FAILED. 364 passed; 16 failed; 4 ignored; 0 measured; 0 filtered out; finished in 337.51s

error: test failed, to rerun pass `-p rustup --test test_bonanza`

Exit status: 101