[INFO] cloning repository https://github.com/dalance/gip [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dalance/gip" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdalance%2Fgip", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdalance%2Fgip'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 34b5fff25614b50cb611edc2769f1a9d0b1f9cbb [INFO] testing dalance/gip against try#bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b for pr-154756 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdalance%2Fgip" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/dalance/gip [INFO] finished tweaking git repo https://github.com/dalance/gip [INFO] tweaked toml for git repo https://github.com/dalance/gip written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/dalance/gip on toolchain bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/dalance/gip already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2d0d027249633be5e867437436ef627f1dcf42b5ce70d14493a811d73697730d [INFO] running `Command { std: "docker" "start" "-a" "2d0d027249633be5e867437436ef627f1dcf42b5ce70d14493a811d73697730d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d0d027249633be5e867437436ef627f1dcf42b5ce70d14493a811d73697730d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d0d027249633be5e867437436ef627f1dcf42b5ce70d14493a811d73697730d", kill_on_drop: false }` [INFO] [stdout] 2d0d027249633be5e867437436ef627f1dcf42b5ce70d14493a811d73697730d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5ac1a2f3e7ecc5f8b7e02288178b9b10f1bfd5d097b3480bd0f308db315d12ce [INFO] running `Command { std: "docker" "start" "-a" "5ac1a2f3e7ecc5f8b7e02288178b9b10f1bfd5d097b3480bd0f308db315d12ce", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling aws-lc-rs v1.16.2 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling indexmap v2.13.1 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling thiserror v1.0.68 [INFO] [stderr] Compiling async-trait v0.1.73 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling base64 v0.22.0 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling syn v2.0.115 [INFO] [stderr] Compiling rand_core v0.10.0 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling openssl-probe v0.2.1 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rustls-native-certs v0.8.3 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling cc v1.2.59 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling tokio v1.45.1 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling winnow v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling data-encoding v2.4.0 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling chacha20 v0.10.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling serde_spanned v1.1.1 [INFO] [stderr] Compiling cmake v0.1.58 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling encoding_rs v0.8.33 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling toml_writer v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling toml v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling rand v0.10.0 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling aws-lc-sys v0.39.1 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling thiserror-impl v1.0.68 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling enum-as-inner v0.6.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling tokio-util v0.7.9 [INFO] [stderr] Compiling trust-dns-proto v0.23.2 [INFO] [stderr] Compiling h2 v0.4.4 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling trust-dns-resolver v0.23.2 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling hyper-util v0.1.13 [INFO] [stderr] Compiling rustls-webpki v0.103.10 [INFO] [stderr] Compiling tokio-rustls v0.26.0 [INFO] [stderr] Compiling rustls-platform-verifier v0.6.2 [INFO] [stderr] Compiling hyper-rustls v0.27.2 [INFO] [stderr] Compiling reqwest v0.13.2 [INFO] [stderr] Compiling gip v0.7.2-pre (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `Command { std: "docker" "inspect" "5ac1a2f3e7ecc5f8b7e02288178b9b10f1bfd5d097b3480bd0f308db315d12ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ac1a2f3e7ecc5f8b7e02288178b9b10f1bfd5d097b3480bd0f308db315d12ce", kill_on_drop: false }` [INFO] [stdout] 5ac1a2f3e7ecc5f8b7e02288178b9b10f1bfd5d097b3480bd0f308db315d12ce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98b5622792301948554ec1541d411b523bbd7204512c8a568136d83ab651b255 [INFO] running `Command { std: "docker" "start" "-a" "98b5622792301948554ec1541d411b523bbd7204512c8a568136d83ab651b255", kill_on_drop: false }` [INFO] [stderr] Compiling gip v0.7.2-pre (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.19s [INFO] running `Command { std: "docker" "inspect" "98b5622792301948554ec1541d411b523bbd7204512c8a568136d83ab651b255", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98b5622792301948554ec1541d411b523bbd7204512c8a568136d83ab651b255", kill_on_drop: false }` [INFO] [stdout] 98b5622792301948554ec1541d411b523bbd7204512c8a568136d83ab651b255 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 51ef2471791182f3a0c41db47dbdb59e45128a8c010b8ac92496ce47ce7cdb8c [INFO] running `Command { std: "docker" "start" "-a" "51ef2471791182f3a0c41db47dbdb59e45128a8c010b8ac92496ce47ce7cdb8c", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gip-ad17b999d308c0e4) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test tests_v4::set_proxy ... ok [INFO] [stdout] test tests_v4::test_opendns ... ok [INFO] [stdout] test tests_v4::toml_load ... ok [INFO] [stdout] test tests_v6::test_opendns ... ok [INFO] [stdout] test tests_v4::test_akamai ... ok [INFO] [stdout] test tests_v4::ipv6_test ... ok [INFO] [stdout] test tests_v6::ident_me ... ok [INFO] [stdout] test tests_v4::tnedi_me ... ok [INFO] [stdout] test tests_v4::ident_me ... ok [INFO] [stdout] test tests_v4::test_ipv6 ... ok [INFO] [stdout] test tests_v6::ipv6_test ... ok [INFO] [stdout] test tests_v6::tnedi_me ... ok [INFO] [stdout] test tests_v6::test_ipv6 ... ok [INFO] [stdout] test tests_v4::provider_any ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests_v4::provider_any stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'tests_v4::provider_any' (20) panicked at src/lib.rs:1065:33: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: AllProvidersFailed { errors: [Dns(ResolveError { kind: Proto(ProtoError { kind: Io(Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" }) }) }), ConnectionFailed { url: "http://v4.tnedi.me/" }, Dns(ResolveError { kind: Proto(ProtoError { kind: Io(Os { code: 101, kind: NetworkUnreachable, message: "Network is unreachable" }) }) }), ConnectionFailed { url: "http://v4.ident.me/" }, ConnectionFailed { url: "http://v4.ipv6-test.com/api/myip.php" }, ConnectionFailed { url: "http://whatismyip.akamai.com" }, ConnectionFailed { url: "http://ipv4.test-ipv6.com/ip/" }] } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5ec5bf333b6a - std[9220c7eebac9ee98]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5ec5bf333b6a - std[9220c7eebac9ee98]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5ec5bf333b6a - std[9220c7eebac9ee98]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5ec5bf333b6a - <::print::DisplayBacktrace as core[c038f26966ff13a]::fmt::Display>::fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5ec5bf34baaa - ::fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5ec5bf34baaa - core[c038f26966ff13a]::fmt::write [INFO] [stdout] 6: 0x5ec5bf338ed2 - std[9220c7eebac9ee98]::io::default_write_fmt::> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/io/mod.rs:621:11 [INFO] [stdout] 7: 0x5ec5bf338ed2 - as std[9220c7eebac9ee98]::io::Write>::write_fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/io/mod.rs:1976:13 [INFO] [stdout] 8: 0x5ec5bf3114ef - ::print [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5ec5bf3114ef - std[9220c7eebac9ee98]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5ec5bf32b679 - std[9220c7eebac9ee98]::panicking::default_hook [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5ec5be75c5cc - core[c038f26966ff13a]::ops::function::Fn<(&'a std[9220c7eebac9ee98]::panic::PanicHookInfo<'b>,), Output = ()> + core[c038f26966ff13a]::marker::Send + core[c038f26966ff13a]::marker::Sync> as core[c038f26966ff13a]::ops::function::Fn<(&std[9220c7eebac9ee98]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 12: 0x5ec5be75c5cc - test[e721096a833e0289]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5ec5bf32b8f2 - core[c038f26966ff13a]::ops::function::Fn<(&'a std[9220c7eebac9ee98]::panic::PanicHookInfo<'b>,), Output = ()> + core[c038f26966ff13a]::marker::Send + core[c038f26966ff13a]::marker::Sync> as core[c038f26966ff13a]::ops::function::Fn<(&std[9220c7eebac9ee98]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 14: 0x5ec5bf32b8f2 - std[9220c7eebac9ee98]::panicking::panic_with_hook [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5ec5bf3115a8 - std[9220c7eebac9ee98]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5ec5bf306649 - std[9220c7eebac9ee98]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5ec5bf31247d - __rustc[db5ee5825a353f5e]::rust_begin_unwind [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5ec5bf34c2ec - core[c038f26966ff13a]::panicking::panic_fmt [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5ec5bf34c062 - core[c038f26966ff13a]::result::unwrap_failed [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x5ec5be6cac69 - >::unwrap [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/result.rs:1233:23 [INFO] [stdout] 21: 0x5ec5be6cac69 - gip[7bd69c5c83b3a1e7]::tests_v4::provider_any [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:1065:33 [INFO] [stdout] 22: 0x5ec5be6ca2b7 - gip[7bd69c5c83b3a1e7]::tests_v4::provider_any::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:1063:22 [INFO] [stdout] 23: 0x5ec5be6cd656 - >::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5ec5be7506db - core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String> as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5ec5be7506db - test[e721096a833e0289]::__rust_begin_short_backtrace::, fn() -> core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x5ec5be75d09b - test[e721096a833e0289]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x5ec5be75d09b - as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 28: 0x5ec5be75d09b - std[9220c7eebac9ee98]::panicking::catch_unwind::do_call::, core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:581:40 [INFO] [stdout] 29: 0x5ec5be75d09b - std[9220c7eebac9ee98]::panicking::catch_unwind::, core[c038f26966ff13a]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:544:19 [INFO] [stdout] 30: 0x5ec5be75d09b - std[9220c7eebac9ee98]::panic::catch_unwind::, core[c038f26966ff13a]::result::Result<(), alloc[ad9537bd3efa9b93]::string::String>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x5ec5be75d09b - test[e721096a833e0289]::run_test_in_process [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x5ec5be75d09b - test[e721096a833e0289]::run_test::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x5ec5be7587b4 - test[e721096a833e0289]::run_test::{closure#1} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x5ec5be7587b4 - std[9220c7eebac9ee98]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 35: 0x5ec5be75fca2 - std[9220c7eebac9ee98]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 36: 0x5ec5be75fca2 - ::{closure#1}::{closure#0}> as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 37: 0x5ec5be75fca2 - std[9220c7eebac9ee98]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:581:40 [INFO] [stdout] 38: 0x5ec5be75fca2 - std[9220c7eebac9ee98]::panicking::catch_unwind::<(), core[c038f26966ff13a]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panicking.rs:544:19 [INFO] [stdout] 39: 0x5ec5be75fca2 - std[9220c7eebac9ee98]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x5ec5be75fca2 - std[9220c7eebac9ee98]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 41: 0x5ec5be75fca2 - ::{closure#1} as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x5ec5bf33327f - + core[c038f26966ff13a]::marker::Send> as core[c038f26966ff13a]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/alloc/src/boxed.rs:2249:9 [INFO] [stdout] 43: 0x5ec5bf33327f - ::new::thread_start [INFO] [stdout] at /rustc/bbf43bc9d5c8ad2a2e38c9004e5a59b269820b3b/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 44: 0x7cdd4cad7aa4 - [INFO] [stdout] 45: 0x7cdd4cb64a64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests_v4::provider_any [INFO] [stdout] [INFO] [stdout] test result: FAILED. 13 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "51ef2471791182f3a0c41db47dbdb59e45128a8c010b8ac92496ce47ce7cdb8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51ef2471791182f3a0c41db47dbdb59e45128a8c010b8ac92496ce47ce7cdb8c", kill_on_drop: false }` [INFO] [stdout] 51ef2471791182f3a0c41db47dbdb59e45128a8c010b8ac92496ce47ce7cdb8c