[INFO] cloning repository https://github.com/rodya-mirov/aoc_2019 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rodya-mirov/aoc_2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Faoc_2019", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Faoc_2019'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3ddd182bc882945064a0e56e78573bcc57834b09 [INFO] testing rodya-mirov/aoc_2019 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frodya-mirov%2Faoc_2019" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rodya-mirov/aoc_2019 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rodya-mirov/aoc_2019 [INFO] finished tweaking git repo https://github.com/rodya-mirov/aoc_2019 [INFO] tweaked toml for git repo https://github.com/rodya-mirov/aoc_2019 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/rodya-mirov/aoc_2019 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7dd3018d2894a19fde216e6a5dd95197149322f2a165580e30f0949b5cea3725 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7dd3018d2894a19fde216e6a5dd95197149322f2a165580e30f0949b5cea3725", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7dd3018d2894a19fde216e6a5dd95197149322f2a165580e30f0949b5cea3725", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dd3018d2894a19fde216e6a5dd95197149322f2a165580e30f0949b5cea3725", kill_on_drop: false }` [INFO] [stdout] 7dd3018d2894a19fde216e6a5dd95197149322f2a165580e30f0949b5cea3725 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 49236c08473e61ab501f9fa99a3bd38155946de14b522dda6de55c673ddd86b6 [INFO] running `Command { std: "docker" "start" "-a" "49236c08473e61ab501f9fa99a3bd38155946de14b522dda6de55c673ddd86b6", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling aoc_2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/intcode.rs:119:35 [INFO] [stdout] | [INFO] [stdout] 119 | "Loaded value {} from code in positional mode, so must be nonnegative" [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 119 | "Loaded value {} from code in positional mode, so must be nonnegative", ... [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 119 | "{}", "Loaded value {} from code in positional mode, so must be nonnegative" [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/intcode.rs:128:35 [INFO] [stdout] | [INFO] [stdout] 128 | "Loaded value {} from code in relative mode, so must be nonnegative" [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 128 | "Loaded value {} from code in relative mode, so must be nonnegative", ... [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 128 | "{}", "Loaded value {} from code in relative mode, so must be nonnegative" [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/intcode.rs:145:32 [INFO] [stdout] | [INFO] [stdout] 145 | "Got value {} from code in positional mode, so much be nonnegative" [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 145 | "Got value {} from code in positional mode, so much be nonnegative", ... [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 145 | "{}", "Got value {} from code in positional mode, so much be nonnegative" [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/intcode.rs:154:32 [INFO] [stdout] | [INFO] [stdout] 154 | "Got value {} from code in relative mode, so much be nonnegative" [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 154 | "Got value {} from code in relative mode, so much be nonnegative", ... [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 154 | "{}", "Got value {} from code in relative mode, so much be nonnegative" [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.05s [INFO] running `Command { std: "docker" "inspect" "49236c08473e61ab501f9fa99a3bd38155946de14b522dda6de55c673ddd86b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49236c08473e61ab501f9fa99a3bd38155946de14b522dda6de55c673ddd86b6", kill_on_drop: false }` [INFO] [stdout] 49236c08473e61ab501f9fa99a3bd38155946de14b522dda6de55c673ddd86b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1b40a9e65e8ec11f492ab660512c172134716eca0d32961c6534ab75b286173a [INFO] running `Command { std: "docker" "start" "-a" "1b40a9e65e8ec11f492ab660512c172134716eca0d32961c6534ab75b286173a", kill_on_drop: false }` [INFO] [stderr] Compiling aoc_2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/intcode.rs:119:35 [INFO] [stdout] | [INFO] [stdout] 119 | "Loaded value {} from code in positional mode, so must be nonnegative" [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 119 | "Loaded value {} from code in positional mode, so must be nonnegative", ... [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 119 | "{}", "Loaded value {} from code in positional mode, so must be nonnegative" [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/intcode.rs:128:35 [INFO] [stdout] | [INFO] [stdout] 128 | "Loaded value {} from code in relative mode, so must be nonnegative" [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 128 | "Loaded value {} from code in relative mode, so must be nonnegative", ... [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 128 | "{}", "Loaded value {} from code in relative mode, so must be nonnegative" [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/intcode.rs:145:32 [INFO] [stdout] | [INFO] [stdout] 145 | "Got value {} from code in positional mode, so much be nonnegative" [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 145 | "Got value {} from code in positional mode, so much be nonnegative", ... [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 145 | "{}", "Got value {} from code in positional mode, so much be nonnegative" [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains an unused formatting placeholder [INFO] [stdout] --> src/intcode.rs:154:32 [INFO] [stdout] | [INFO] [stdout] 154 | "Got value {} from code in relative mode, so much be nonnegative" [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stdout] help: add the missing argument [INFO] [stdout] | [INFO] [stdout] 154 | "Got value {} from code in relative mode, so much be nonnegative", ... [INFO] [stdout] | +++++ [INFO] [stdout] help: or add a "{}" format string to use the message literally [INFO] [stdout] | [INFO] [stdout] 154 | "{}", "Got value {} from code in relative mode, so much be nonnegative" [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.34s [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1b40a9e65e8ec11f492ab660512c172134716eca0d32961c6534ab75b286173a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b40a9e65e8ec11f492ab660512c172134716eca0d32961c6534ab75b286173a", kill_on_drop: false }` [INFO] [stdout] 1b40a9e65e8ec11f492ab660512c172134716eca0d32961c6534ab75b286173a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] aabe70e5fd4cd2d7bb36aadfb68d0fc9a02b3dfee4aa10545fa4512e23420591 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "aabe70e5fd4cd2d7bb36aadfb68d0fc9a02b3dfee4aa10545fa4512e23420591", kill_on_drop: false }` [INFO] [stderr] warning: panic message contains an unused formatting placeholder [INFO] [stderr] --> src/intcode.rs:119:35 [INFO] [stderr] | [INFO] [stderr] 119 | "Loaded value {} from code in positional mode, so must be nonnegative" [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stderr] help: add the missing argument [INFO] [stderr] | [INFO] [stderr] 119 | "Loaded value {} from code in positional mode, so must be nonnegative", ... [INFO] [stderr] | +++++ [INFO] [stderr] help: or add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 119 | "{}", "Loaded value {} from code in positional mode, so must be nonnegative" [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message contains an unused formatting placeholder [INFO] [stderr] --> src/intcode.rs:128:35 [INFO] [stderr] | [INFO] [stderr] 128 | "Loaded value {} from code in relative mode, so must be nonnegative" [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stderr] help: add the missing argument [INFO] [stderr] | [INFO] [stderr] 128 | "Loaded value {} from code in relative mode, so must be nonnegative", ... [INFO] [stderr] | +++++ [INFO] [stderr] help: or add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 128 | "{}", "Loaded value {} from code in relative mode, so must be nonnegative" [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message contains an unused formatting placeholder [INFO] [stderr] --> src/intcode.rs:145:32 [INFO] [stderr] | [INFO] [stderr] 145 | "Got value {} from code in positional mode, so much be nonnegative" [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stderr] help: add the missing argument [INFO] [stderr] | [INFO] [stderr] 145 | "Got value {} from code in positional mode, so much be nonnegative", ... [INFO] [stderr] | +++++ [INFO] [stderr] help: or add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 145 | "{}", "Got value {} from code in positional mode, so much be nonnegative" [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: panic message contains an unused formatting placeholder [INFO] [stderr] --> src/intcode.rs:154:32 [INFO] [stderr] | [INFO] [stderr] 154 | "Got value {} from code in relative mode, so much be nonnegative" [INFO] [stderr] | ^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string when given without arguments, but will be in Rust 2021 [INFO] [stderr] help: add the missing argument [INFO] [stderr] | [INFO] [stderr] 154 | "Got value {} from code in relative mode, so much be nonnegative", ... [INFO] [stderr] | +++++ [INFO] [stderr] help: or add a "{}" format string to use the message literally [INFO] [stderr] | [INFO] [stderr] 154 | "{}", "Got value {} from code in relative mode, so much be nonnegative" [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `aoc_2019` (bin "aoc_2019" test) generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc_2019-a8bb536e0799d6e3) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test day07::tests::test_a_2 ... ok [INFO] [stdout] test day09::tests::test_9a ... ok [INFO] [stdout] test day07::tests::test_a_1 ... ok [INFO] [stdout] test day09::tests::test_a ... ok [INFO] [stdout] test day09::tests::test_b ... ok [INFO] [stdout] test day09::tests::test_c ... ok [INFO] [stdout] test day10::tests::test_sort ... ok [INFO] [stdout] test day10::tests::test_sort_dirs ... ok [INFO] [stdout] test day06::test::simple_test ... ok [INFO] [stdout] test day05::tests::check_5a ... ok [INFO] [stdout] test day16::tests::simple_test_a ... ok [INFO] [stdout] test day07::tests::test_a_3 ... ok [INFO] [stdout] test day14::tests::simplest_test ... ok [INFO] [stdout] test day16::tests::mods_suck ... ok [INFO] [stdout] test day05::tests::check_5b ... ok [INFO] [stdout] test day12::tests::test_12a ... ok [INFO] [stdout] test day10::tests::test_a_1 ... ok [INFO] [stdout] test day07::tests::test_7a ... ok [INFO] [stdout] test day07::tests::test_7b ... ok [INFO] [stdout] test day10::tests::day_10_a ... ok [INFO] [stdout] test day09::tests::test_9b ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "aabe70e5fd4cd2d7bb36aadfb68d0fc9a02b3dfee4aa10545fa4512e23420591", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aabe70e5fd4cd2d7bb36aadfb68d0fc9a02b3dfee4aa10545fa4512e23420591", kill_on_drop: false }` [INFO] [stdout] aabe70e5fd4cd2d7bb36aadfb68d0fc9a02b3dfee4aa10545fa4512e23420591