[INFO] cloning repository https://github.com/dangreco/debrid
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dangreco/debrid" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdangreco%2Fdebrid", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdangreco%2Fdebrid'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a1e9a8acd32779d123d9165990625c1440297d63
[INFO] testing dangreco/debrid against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdangreco%2Fdebrid" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dangreco/debrid
[INFO] finished tweaking git repo https://github.com/dangreco/debrid
[INFO] tweaked toml for git repo https://github.com/dangreco/debrid written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dangreco/debrid on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dangreco/debrid 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e056e781619c4077834b7afb79f5246bba66005b6f223c6bfc1b4557ffabf8c
[INFO] running `Command { std: "docker" "start" "-a" "0e056e781619c4077834b7afb79f5246bba66005b6f223c6bfc1b4557ffabf8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e056e781619c4077834b7afb79f5246bba66005b6f223c6bfc1b4557ffabf8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e056e781619c4077834b7afb79f5246bba66005b6f223c6bfc1b4557ffabf8c", kill_on_drop: false }`
[INFO] [stdout] 0e056e781619c4077834b7afb79f5246bba66005b6f223c6bfc1b4557ffabf8c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9700627cd34492e891b496639837c9ce9367b2f18aec29890570658588e279a5
[INFO] running `Command { std: "docker" "start" "-a" "9700627cd34492e891b496639837c9ce9367b2f18aec29890570658588e279a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling cc v1.1.21
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling rustls-pki-types v1.8.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling ipnet v2.10.0
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling rustls-pemfile v2.1.3
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling bon-macros v2.3.0
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling bon v2.3.0
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling h2 v0.4.6
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling hyper-util v0.1.9
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.7
[INFO] [stderr]    Compiling debrid v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.88s
[INFO] running `Command { std: "docker" "inspect" "9700627cd34492e891b496639837c9ce9367b2f18aec29890570658588e279a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9700627cd34492e891b496639837c9ce9367b2f18aec29890570658588e279a5", kill_on_drop: false }`
[INFO] [stdout] 9700627cd34492e891b496639837c9ce9367b2f18aec29890570658588e279a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0b32a5c791d92b70e75766d6ce5cdb09e8d728000d0f973c9e6317263d2e2912
[INFO] running `Command { std: "docker" "start" "-a" "0b32a5c791d92b70e75766d6ce5cdb09e8d728000d0f973c9e6317263d2e2912", kill_on_drop: false }`
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling deadpool v0.10.0
[INFO] [stderr]    Compiling hyper-util v0.1.9
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling wiremock v0.6.2
[INFO] [stderr]    Compiling reqwest v0.12.7
[INFO] [stderr]    Compiling debrid v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 15.32s
[INFO] running `Command { std: "docker" "inspect" "0b32a5c791d92b70e75766d6ce5cdb09e8d728000d0f973c9e6317263d2e2912", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b32a5c791d92b70e75766d6ce5cdb09e8d728000d0f973c9e6317263d2e2912", kill_on_drop: false }`
[INFO] [stdout] 0b32a5c791d92b70e75766d6ce5cdb09e8d728000d0f973c9e6317263d2e2912
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8f426875a7a75e31143f8a73e4ec08fac7575425dd96d1a2b341c3c6ca253d96
[INFO] running `Command { std: "docker" "start" "-a" "8f426875a7a75e31143f8a73e4ec08fac7575425dd96d1a2b341c3c6ca253d96", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/debrid-d747c7877083e33e)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test de::hashmap_or_array_to_hashmap::tests::test_deserialize_to_hashmap_invalid_type ... ok
[INFO] [stdout] test models::error::tests::test_deserialize ... ok
[INFO] [stdout] test de::hashmap_or_array_to_hashmap::tests::test_deserialize_to_hashmap_array ... ok
[INFO] [stdout] test models::hosts::tests::test_deserialize_hosts ... ok
[INFO] [stdout] test models::streaming::tests::test_deserialize_media_info ... ok
[INFO] [stdout] test models::settings::tests::test_deserialize_settings ... ok
[INFO] [stdout] test models::streaming::tests::test_deserialize_transcode ... ok
[INFO] [stdout] test models::hosts::tests::test_deserialize_hosts_status ... ok
[INFO] [stdout] test models::torrents::tests::test_deserialize_torrent_info ... ok
[INFO] [stdout] test models::torrents::tests::test_deserialize_torrents ... ok
[INFO] [stdout] test models::torrents::tests::test_deserialize_torrent_instant_availability ... ok
[INFO] [stdout] test models::downloads::tests::test_deserialize_downloads ... ok
[INFO] [stdout] test models::torrents::tests::test_deserialize_torrents_available_hosts ... ok
[INFO] [stdout] test models::torrents::tests::test_deserialize_torrents_active_count ... ok
[INFO] [stdout] test models::traffic::tests::test_deserialize_traffic ... ok
[INFO] [stdout] test models::unrestrict::tests::test_deserialize_alternative_link ... ok
[INFO] [stdout] test models::traffic::tests::test_deserialize_traffic_details ... ok
[INFO] [stdout] test models::unrestrict::tests::test_deserialize_link_multiple ... ok
[INFO] [stdout] test models::unrestrict::tests::test_deserialize_check ... ok
[INFO] [stdout] test models::user::tests::test_deserialize ... ok
[INFO] [stdout] test models::unrestrict::tests::test_deserialize_link_single ... ok
[INFO] [stdout] test de::hashmap_or_array_to_hashmap::tests::test_deserialize_to_hashmap_object ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mocked.rs (/opt/rustwide/target/debug/deps/mocked-155c10ca9f9c5bab)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-8a87b149cacf3384)
[INFO] [stdout] 
[INFO] [stdout] running 49 tests
[INFO] [stdout] test downloads::get::should_get_downloads ... ok
[INFO] [stdout] test downloads::delete::should_delete_download ... ok
[INFO] [stdout] test hosts::status::should_get_hosts_status ... ok
[INFO] [stdout] test hosts::get::should_get_hosts ... ok
[INFO] [stdout] test root::time::should_get_time ... ok
[INFO] [stdout] test root::disable_access_token::should_disable_access_token ... ok
[INFO] [stdout] test downloads::len::should_get_downloads_len ... ok
[INFO] [stdout] test root::time_iso::should_get_time_iso ... ok
[INFO] [stdout] test hosts::regex_folder::should_get_hosts_regex_folder ... ok
[INFO] [stdout] test hosts::status::should_fail_to_get_hosts_status ... ok
[INFO] [stdout] test root::disable_access_token::should_fail_to_disable_access_token ... ok
[INFO] [stdout] test hosts::domains::should_get_hosts_domains ... ok
[INFO] [stdout] test hosts::regex::should_get_hosts_regex ... ok
[INFO] [stdout] test settings::change_password::should_fail_to_convert_points ... ok
[INFO] [stdout] test settings::delete_avatar::should_set_avatar ... ok
[INFO] [stdout] test settings::get::should_fail_to_get_settings ... ok
[INFO] [stdout] test settings::change_password::should_send_change_password_email ... ok
[INFO] [stdout] test settings::set_avatar::should_set_avatar ... ok
[INFO] [stdout] test settings::convert_points::should_convert_points ... ok
[INFO] [stdout] test downloads::len::should_fail_to_get_downloads_len ... ok
[INFO] [stdout] test downloads::delete::should_fail_to_delete_download ... ok
[INFO] [stdout] test streaming::transcode::should_get_transcode ... ok
[INFO] [stdout] test settings::get::should_get_settings ... ok
[INFO] [stdout] test settings::update::should_update_settings ... ok
[INFO] [stdout] test streaming::media_info::should_get_media_info ... ok
[INFO] [stdout] test torrents::active_count::should_get_active_count ... ok
[INFO] [stdout] test torrents::add_magnet::should_post_add_magnet ... ok
[INFO] [stdout] test streaming::transcode::should_fail_to_get_transcode ... ok
[INFO] [stdout] test downloads::get::should_fail_to_get_downloads ... ok
[INFO] [stdout] test traffic::get::should_get_traffic ... ok
[INFO] [stdout] test torrents::get::should_get_torrents ... ok
[INFO] [stdout] test torrents::add_torrent::should_put_add_torrent ... ok
[INFO] [stdout] test torrents::available_hosts::should_get_available_hosts ... ok
[INFO] [stdout] test torrents::len::should_get_torrents_len ... ok
[INFO] [stdout] test torrents::instant_availability::should_get_instant_availability ... ok
[INFO] [stdout] test unrestrict::folder::should_post_unrestrict_folder ... ok
[INFO] [stdout] test unrestrict::container_link::should_post_unrestrict_container_link ... ok
[INFO] [stdout] test torrents::info::should_get_torrent_info ... ok
[INFO] [stdout] test unrestrict::link::should_post_unrestrict_link ... ok
[INFO] [stdout] test streaming::media_info::should_fail_to_get_media_info ... ok
[INFO] [stdout] test settings::set_avatar::should_fail_to_set_avatar ... ok
[INFO] [stdout] test settings::update::should_fail_to_update_settings ... ok
[INFO] [stdout] test unrestrict::check::should_post_unrestrict_check ... ok
[INFO] [stdout] test traffic::details::should_get_traffic_details ... ok
[INFO] [stdout] test settings::delete_avatar::should_fail_to_set_avatar ... ok
[INFO] [stdout] test user::user_get::should_get_user ... ok
[INFO] [stdout] test settings::convert_points::should_fail_to_convert_points ... ok
[INFO] [stdout] test unrestrict::container_file::should_put_unrestrict_container_file ... ok
[INFO] [stdout] test user::user_get::should_fail_to_get_user ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- user::user_get::should_fail_to_get_user stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'user::user_get::should_fail_to_get_user' (116) panicked at tests/user/user_get.rs:31:5:
[INFO] [stdout] assertion failed: user.is_err_and(|e| matches!(e, Error::Debrid(DebridError::BadToken)))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x612664af2812 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x612664af2812 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x612664af2812 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x612664af2812 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x612664b03fbf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x612664b03fbf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x612664abc891 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x612664abc891 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x612664ac9ef2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x612664acf82f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x612664acf6c1 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x61266434671e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x61266434671e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x612664acff9f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x612664acff9f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x612664acfd16 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x612664aca029 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x612664ab01bd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x612664b0d9a0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x612664b0d97c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x612664317b97 - mod::user::user_get::should_fail_to_get_user::{{closure}}::hd90dc8748b1e814f
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/user/user_get.rs:31:5
[INFO] [stdout]   21:     0x61266428b985 - <core::pin::Pin<P> as core::future::future::Future>::poll::hb30f2368ce44d43c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x61266428ba3d - <core::pin::Pin<P> as core::future::future::Future>::poll::hde2adf3fa539c720
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x6126641dde3d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h23670326df473bf7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:73
[INFO] [stdout]   24:     0x6126641ddd2c - tokio::runtime::coop::with_budget::hd24d8b54b50b94ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   25:     0x6126641ddd2c - tokio::runtime::coop::budget::h7aabc4a82d7eac7a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   26:     0x6126641ddd2c - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::he46a7caa1a989c37
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:696:25
[INFO] [stdout]   27:     0x6126641d854a - tokio::runtime::scheduler::current_thread::Context::enter::h94f1002f4c02bd27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:423:19
[INFO] [stdout]   28:     0x6126641db970 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h183d5fa2190f395e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:695:44
[INFO] [stdout]   29:     0x6126641daa2b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h3750d845ba9bcc2d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:68
[INFO] [stdout]   30:     0x612664204c6a - tokio::runtime::context::scoped::Scoped<T>::set::h3fc98e0beb5ec774
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x612664309c4a - tokio::runtime::context::set_scheduler::{{closure}}::h9ebff66c040485b5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context.rs:180:38
[INFO] [stdout]   32:     0x6126642978b6 - std::thread::local::LocalKey<T>::try_with::h6c8f68739cde5b2f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   33:     0x61266429659c - std::thread::local::LocalKey<T>::with::h69bab990501900ab
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   34:     0x612664309b11 - tokio::runtime::context::set_scheduler::hafcf10985603291f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context.rs:180:17
[INFO] [stdout]   35:     0x6126641d9b09 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h7533c601c7caa267
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:774:27
[INFO] [stdout]   36:     0x6126641dabe2 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hb01da0c22ea0c213
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:683:24
[INFO] [stdout]   37:     0x6126641d6899 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h3a1f2f7fab5b18f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:191:33
[INFO] [stdout]   38:     0x6126642e0890 - tokio::runtime::context::runtime::enter_runtime::hb3eb0845a5d09d97
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x6126641d60d1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h259e3b0afc506be2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/scheduler/current_thread/mod.rs:179:9
[INFO] [stdout]   40:     0x612664219cbf - tokio::runtime::runtime::Runtime::block_on_inner::he9d65c03c49755bc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/runtime.rs:361:52
[INFO] [stdout]   41:     0x612664219f35 - tokio::runtime::runtime::Runtime::block_on::he5d95a5c241ffd9a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.40.0/src/runtime/runtime.rs:335:18
[INFO] [stdout]   42:     0x612664317517 - mod::user::user_get::should_fail_to_get_user::he3dc694e2ca52416
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/user/user_get.rs:33:7
[INFO] [stdout]   43:     0x6126643175b7 - mod::user::user_get::should_fail_to_get_user::{{closure}}::h9243c3eb60030cc2
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/user/user_get.rs:26:39
[INFO] [stdout]   44:     0x61266417ffd6 - core::ops::function::FnOnce::call_once::hfc58f34b8a01d024
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x6126643464db - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x6126643464db - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   47:     0x61266435c145 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   48:     0x61266435c145 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   49:     0x61266435c145 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   50:     0x61266435c145 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   51:     0x61266435c145 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x61266435c145 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   53:     0x61266435c145 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   54:     0x612664332934 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   55:     0x612664332934 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   56:     0x6126643361fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   57:     0x6126643361fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   58:     0x6126643361fa - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   59:     0x6126643361fa - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   60:     0x6126643361fa - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x6126643361fa - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   62:     0x6126643361fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x612664ac518f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   64:     0x612664ac518f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   65:     0x7cb76890baa4 - <unknown>
[INFO] [stdout]   66:     0x7cb768998a34 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     user::user_get::should_fail_to_get_user
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 48 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.85s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test mod`
[INFO] running `Command { std: "docker" "inspect" "8f426875a7a75e31143f8a73e4ec08fac7575425dd96d1a2b341c3c6ca253d96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f426875a7a75e31143f8a73e4ec08fac7575425dd96d1a2b341c3c6ca253d96", kill_on_drop: false }`
[INFO] [stdout] 8f426875a7a75e31143f8a73e4ec08fac7575425dd96d1a2b341c3c6ca253d96
