[INFO] cloning repository https://github.com/giraugh/advent-of-code-friend [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/giraugh/advent-of-code-friend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgiraugh%2Fadvent-of-code-friend", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgiraugh%2Fadvent-of-code-friend'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1d8de661791ca996e1cfa5ac6e7e01fecc5efcff [INFO] testing giraugh/advent-of-code-friend/1d8de661791ca996e1cfa5ac6e7e01fecc5efcff against beta-2024-09-05 for beta-1.82-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgiraugh%2Fadvent-of-code-friend" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/giraugh/advent-of-code-friend on toolchain beta-2024-09-05 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-09-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/giraugh/advent-of-code-friend [INFO] finished tweaking git repo https://github.com/giraugh/advent-of-code-friend [INFO] tweaked toml for git repo https://github.com/giraugh/advent-of-code-friend written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/giraugh/advent-of-code-friend 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-2024-09-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 47d1ae66f120c637ec9d02f8d0f44f78643e90180ca5361295fbdd3b2656dd2f [INFO] running `Command { std: "docker" "start" "-a" "47d1ae66f120c637ec9d02f8d0f44f78643e90180ca5361295fbdd3b2656dd2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "47d1ae66f120c637ec9d02f8d0f44f78643e90180ca5361295fbdd3b2656dd2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47d1ae66f120c637ec9d02f8d0f44f78643e90180ca5361295fbdd3b2656dd2f", kill_on_drop: false }` [INFO] [stdout] 47d1ae66f120c637ec9d02f8d0f44f78643e90180ca5361295fbdd3b2656dd2f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6fcd282918b8d2dc8272ccc47fcaee50d5873ea0c517747a8842623fce8a407d [INFO] running `Command { std: "docker" "start" "-a" "6fcd282918b8d2dc8272ccc47fcaee50d5873ea0c517747a8842623fce8a407d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling serde v1.0.192 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling num_cpus v1.14.0 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling mio v0.8.9 [INFO] [stderr] Compiling openssl-sys v0.9.78 [INFO] [stderr] Compiling ring v0.17.3 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling openssl v0.10.43 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling rustls v0.20.7 [INFO] [stderr] Compiling rustls v0.21.8 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling rustversion v1.0.9 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling webpki-roots v0.22.5 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling ordered-float v2.10.0 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling serde_derive v1.0.192 [INFO] [stderr] Compiling rustls-pemfile v1.0.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling serenity v0.11.7 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling tokio v1.34.0 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling ipnet v2.5.1 [INFO] [stderr] Compiling webpki-roots v0.25.2 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling async-trait v0.1.58 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling futures v0.3.25 [INFO] [stderr] Compiling iana-time-zone v0.1.53 [INFO] [stderr] Compiling typemap_rev v0.1.5 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling fern v0.6.2 [INFO] [stderr] Compiling tl v0.7.7 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling h2 v0.3.15 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling tungstenite v0.17.3 [INFO] [stderr] Compiling async-tungstenite v0.17.2 [INFO] [stderr] Compiling hyper v0.14.23 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling reqwest v0.11.22 [INFO] [stderr] Compiling advent-of-code-friend v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `owner_id` is never read [INFO] [stdout] --> src/aoc/leaderboard.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub struct Leaderboard { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 72 | pub owner_id: usize, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `completion_day_level` is never read [INFO] [stdout] --> src/aoc/leaderboard.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 79 | pub struct LeaderboardMember { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 99 | pub completion_day_level: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.91s [INFO] running `Command { std: "docker" "inspect" "6fcd282918b8d2dc8272ccc47fcaee50d5873ea0c517747a8842623fce8a407d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fcd282918b8d2dc8272ccc47fcaee50d5873ea0c517747a8842623fce8a407d", kill_on_drop: false }` [INFO] [stdout] 6fcd282918b8d2dc8272ccc47fcaee50d5873ea0c517747a8842623fce8a407d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e87467d73bb042aaaa366f95efaf59b7c17d139fcc6ed2fc852176f7b37e58ec [INFO] running `Command { std: "docker" "start" "-a" "e87467d73bb042aaaa366f95efaf59b7c17d139fcc6ed2fc852176f7b37e58ec", kill_on_drop: false }` [INFO] [stderr] Compiling advent-of-code-friend v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `owner_id` is never read [INFO] [stdout] --> src/aoc/leaderboard.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 67 | pub struct Leaderboard { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 72 | pub owner_id: usize, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `completion_day_level` is never read [INFO] [stdout] --> src/aoc/leaderboard.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 79 | pub struct LeaderboardMember { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 99 | pub completion_day_level: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 5.08s [INFO] running `Command { std: "docker" "inspect" "e87467d73bb042aaaa366f95efaf59b7c17d139fcc6ed2fc852176f7b37e58ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e87467d73bb042aaaa366f95efaf59b7c17d139fcc6ed2fc852176f7b37e58ec", kill_on_drop: false }` [INFO] [stdout] e87467d73bb042aaaa366f95efaf59b7c17d139fcc6ed2fc852176f7b37e58ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 38e38c5bfacc479e4e0387d0680c48295118ce1bf211d8338d7ee40d2bf586fd [INFO] running `Command { std: "docker" "start" "-a" "38e38c5bfacc479e4e0387d0680c48295118ce1bf211d8338d7ee40d2bf586fd", kill_on_drop: false }` [INFO] [stderr] warning: field `owner_id` is never read [INFO] [stderr] --> src/aoc/leaderboard.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 67 | pub struct Leaderboard { [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 72 | pub owner_id: usize, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `completion_day_level` is never read [INFO] [stderr] --> src/aoc/leaderboard.rs:99:9 [INFO] [stderr] | [INFO] [stderr] 79 | pub struct LeaderboardMember { [INFO] [stderr] | ----------------- field in this struct [INFO] [stderr] ... [INFO] [stderr] 99 | pub completion_day_level: HashMap>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `advent-of-code-friend` (bin "advent-of-code-friend" test) generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code_friend-f493368794ef8d63) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test aoc::puzzle::test::test_fetch_puzzle_details ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- aoc::puzzle::test::test_fetch_puzzle_details stdout ---- [INFO] [stdout] thread 'aoc::puzzle::test::test_fetch_puzzle_details' panicked at src/aoc/puzzle.rs:67:67: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: reqwest::Error { kind: Request, url: Url { scheme: "https", cannot_be_a_base: false, username: "", password: None, host: Some(Domain("adventofcode.com")), port: None, path: "/2022/day/1", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5e4a5f951afa - std::backtrace_rs::backtrace::libunwind::trace::h9ce576133d3ff57c [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x5e4a5f951afa - std::backtrace_rs::backtrace::trace_unsynchronized::h77316b33bca73147 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5e4a5f951afa - std::sys::backtrace::_print_fmt::haa182cb1ad45bc9f [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5e4a5f951afa - ::fmt::ha95eeb186e57c055 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5e4a5f97b26b - core::fmt::rt::Argument::fmt::h71240792b23d8aa6 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x5e4a5f97b26b - core::fmt::write::h1c4d59c42453601a [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/core/src/fmt/mod.rs:1178:21 [INFO] [stdout] 6: 0x5e4a5f94e253 - std::io::Write::write_fmt::h08b6f2062a09bc68 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/io/mod.rs:1823:15 [INFO] [stdout] 7: 0x5e4a5f953302 - std::sys::backtrace::BacktraceLock::print::hb66718c44668eb56 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x5e4a5f953302 - std::panicking::default_hook::{{closure}}::h1a6c150385aaf90f [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/panicking.rs:266:22 [INFO] [stdout] 9: 0x5e4a5f952e43 - std::panicking::default_hook::h5e8a75844aa4ea98 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/panicking.rs:290:9 [INFO] [stdout] 10: 0x5e4a5f2b0739 - as core::ops::function::Fn>::call::h6ee94b0b846f4546 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/alloc/src/boxed.rs:2245:9 [INFO] [stdout] 11: 0x5e4a5f2b0739 - test::test_main::{{closure}}::hccc1c379f17b5ca1 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/test/src/lib.rs:132:21 [INFO] [stdout] 12: 0x5e4a5f953bc2 - as core::ops::function::Fn>::call::h8b15e23d52a5df89 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/alloc/src/boxed.rs:2245:9 [INFO] [stdout] 13: 0x5e4a5f953bc2 - std::panicking::rust_panic_with_hook::hea686c8750159a85 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/panicking.rs:805:13 [INFO] [stdout] 14: 0x5e4a5f953877 - std::panicking::begin_panic_handler::{{closure}}::hfd69333fda29d50a [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/panicking.rs:671:13 [INFO] [stdout] 15: 0x5e4a5f951fd9 - std::sys::backtrace::__rust_end_short_backtrace::hb7c23c01c3c70e35 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/sys/backtrace.rs:170:18 [INFO] [stdout] 16: 0x5e4a5f953504 - rust_begin_unwind [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/panicking.rs:662:5 [INFO] [stdout] 17: 0x5e4a5f24a3d3 - core::panicking::panic_fmt::h43de95d595ebabc0 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/core/src/panicking.rs:74:14 [INFO] [stdout] 18: 0x5e4a5f24a986 - core::result::unwrap_failed::hb08d23940033af31 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/core/src/result.rs:1677:5 [INFO] [stdout] 19: 0x5e4a5f254081 - core::result::Result::unwrap::hf9cf81c62fd782e5 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/core/src/result.rs:1102:23 [INFO] [stdout] 20: 0x5e4a5f254081 - advent_of_code_friend::aoc::puzzle::test::test_fetch_puzzle_details::{{closure}}::h4eab14313c7c67e1 [INFO] [stdout] at /opt/rustwide/workdir/src/aoc/puzzle.rs:67:22 [INFO] [stdout] 21: 0x5e4a5f251ab2 - as core::future::future::Future>::poll::h18e52e3fa5943aa0 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/core/src/future/future.rs:123:9 [INFO] [stdout] 22: 0x5e4a5f251aed - as core::future::future::Future>::poll::h4b2d7126ad9d404f [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/core/src/future/future.rs:123:9 [INFO] [stdout] 23: 0x5e4a5f25157f - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h0f2cd91f7b77dd9f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:665:57 [INFO] [stdout] 24: 0x5e4a5f2514c5 - tokio::runtime::coop::with_budget::haf5d44bb4042496c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/coop.rs:107:5 [INFO] [stdout] 25: 0x5e4a5f2514c5 - tokio::runtime::coop::budget::h7201e6de7568a804 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/coop.rs:73:5 [INFO] [stdout] 26: 0x5e4a5f2514c5 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::hcb0b825c1ca00156 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:665:25 [INFO] [stdout] 27: 0x5e4a5f24ffa0 - tokio::runtime::scheduler::current_thread::Context::enter::h4c3599fa2c229f60 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:410:19 [INFO] [stdout] 28: 0x5e4a5f250d3b - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hd90160fff56a72a6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:664:36 [INFO] [stdout] 29: 0x5e4a5f250ab4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h5c3e29e731d47f5c [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:743:68 [INFO] [stdout] 30: 0x5e4a5f24eeeb - tokio::runtime::context::scoped::Scoped::set::h866d1c812bb83ced [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 31: 0x5e4a5f24ed29 - tokio::runtime::context::set_scheduler::{{closure}}::hba98f83d13db1985 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/context.rs:176:26 [INFO] [stdout] 32: 0x5e4a5f24bf4a - std::thread::local::LocalKey::try_with::hfd8e953e622f1b54 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/thread/local.rs:283:12 [INFO] [stdout] 33: 0x5e4a5f24b73a - std::thread::local::LocalKey::with::hb2a7a76829ca1a88 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/thread/local.rs:260:9 [INFO] [stdout] 34: 0x5e4a5f24ecdd - tokio::runtime::context::set_scheduler::h9cd664abd51e00cf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/context.rs:176:9 [INFO] [stdout] 35: 0x5e4a5f250860 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h50a0cf2570561b12 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:743:27 [INFO] [stdout] 36: 0x5e4a5f250ad3 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h66801016689b4fc7 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:652:19 [INFO] [stdout] 37: 0x5e4a5f24fadd - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::hc8b349ea7b2ae110 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:175:28 [INFO] [stdout] 38: 0x5e4a5f24f066 - tokio::runtime::context::runtime::enter_runtime::h17b9534294e773df [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 39: 0x5e4a5f24f9f1 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hf4a2c05e776772b3 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/scheduler/current_thread/mod.rs:167:9 [INFO] [stdout] 40: 0x5e4a5f24f84d - tokio::runtime::runtime::Runtime::block_on::hb626782dee8d7c61 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.34.0/src/runtime/runtime.rs:348:47 [INFO] [stdout] 41: 0x5e4a5f253d51 - advent_of_code_friend::aoc::puzzle::test::test_fetch_puzzle_details::h8c0edf2305c5e404 [INFO] [stdout] at /opt/rustwide/workdir/src/aoc/puzzle.rs:68:9 [INFO] [stdout] 42: 0x5e4a5f253bf7 - advent_of_code_friend::aoc::puzzle::test::test_fetch_puzzle_details::{{closure}}::hab7929e450f75676 [INFO] [stdout] at /opt/rustwide/workdir/src/aoc/puzzle.rs:65:41 [INFO] [stdout] 43: 0x5e4a5f24c026 - core::ops::function::FnOnce::call_once::h8374fa2efe36b708 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x5e4a5f2b50ab - core::ops::function::FnOnce::call_once::h9b5e01539a2850c9 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x5e4a5f2b50ab - test::__rust_begin_short_backtrace::hfa35fd69df7e11a6 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/test/src/lib.rs:620:18 [INFO] [stdout] 46: 0x5e4a5f2b4928 - test::run_test_in_process::{{closure}}::he6acc04e3f33efba [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/test/src/lib.rs:643:60 [INFO] [stdout] 47: 0x5e4a5f2b4928 - as core::ops::function::FnOnce<()>>::call_once::h9ed0882d7a8705d4 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 48: 0x5e4a5f2b4928 - std::panicking::try::do_call::hb4e1060b1206bf1d [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/panicking.rs:554:40 [INFO] [stdout] 49: 0x5e4a5f2b4928 - std::panicking::try::he7301d205c111379 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/panicking.rs:518:19 [INFO] [stdout] 50: 0x5e4a5f2b4928 - std::panic::catch_unwind::h6c993e01d18171db [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/panic.rs:345:14 [INFO] [stdout] 51: 0x5e4a5f2b4928 - test::run_test_in_process::h39faa778a589c8b3 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/test/src/lib.rs:643:27 [INFO] [stdout] 52: 0x5e4a5f2b4928 - test::run_test::{{closure}}::h59e32a442f6c7a1c [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/test/src/lib.rs:564:43 [INFO] [stdout] 53: 0x5e4a5f279cf4 - test::run_test::{{closure}}::h6615d2e57f7516c2 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/test/src/lib.rs:594:41 [INFO] [stdout] 54: 0x5e4a5f279cf4 - std::sys::backtrace::__rust_begin_short_backtrace::h761da13b6d71bc61 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/sys/backtrace.rs:154:18 [INFO] [stdout] 55: 0x5e4a5f27d3a2 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::haa82f2052ad87664 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/thread/mod.rs:522:17 [INFO] [stdout] 56: 0x5e4a5f27d3a2 - as core::ops::function::FnOnce<()>>::call_once::h709672ecbcc3758b [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 57: 0x5e4a5f27d3a2 - std::panicking::try::do_call::hb005a67f6fd9e082 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/panicking.rs:554:40 [INFO] [stdout] 58: 0x5e4a5f27d3a2 - std::panicking::try::hec02b24e35e6ab47 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/panicking.rs:518:19 [INFO] [stdout] 59: 0x5e4a5f27d3a2 - std::panic::catch_unwind::h13617efa0948dabc [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/panic.rs:345:14 [INFO] [stdout] 60: 0x5e4a5f27d3a2 - std::thread::Builder::spawn_unchecked_::{{closure}}::hb4a56c6b32a8e045 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/thread/mod.rs:521:30 [INFO] [stdout] 61: 0x5e4a5f27d3a2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h26d01bfaffaa945b [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x5e4a5f95801b - as core::ops::function::FnOnce>::call_once::hbe8e1ebf83e6794e [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/alloc/src/boxed.rs:2231:9 [INFO] [stdout] 63: 0x5e4a5f95801b - as core::ops::function::FnOnce>::call_once::h7d6ff770e6bfeff7 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/alloc/src/boxed.rs:2231:9 [INFO] [stdout] 64: 0x5e4a5f95801b - std::sys::pal::unix::thread::Thread::new::thread_start::h68792b09799a7d87 [INFO] [stdout] at /rustc/c7c49f44a7bb561dd9317e14908a1e50fa478ce5/library/std/src/sys/pal/unix/thread.rs:105:17 [INFO] [stdout] 65: 0x721396cb7ac3 - [INFO] [stdout] 66: 0x721396d48a04 - clone [INFO] [stdout] 67: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] aoc::puzzle::test::test_fetch_puzzle_details [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin advent-of-code-friend` [INFO] running `Command { std: "docker" "inspect" "38e38c5bfacc479e4e0387d0680c48295118ce1bf211d8338d7ee40d2bf586fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38e38c5bfacc479e4e0387d0680c48295118ce1bf211d8338d7ee40d2bf586fd", kill_on_drop: false }` [INFO] [stdout] 38e38c5bfacc479e4e0387d0680c48295118ce1bf211d8338d7ee40d2bf586fd