[INFO] cloning repository https://github.com/favilo/aoc2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/favilo/aoc2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffavilo%2Faoc2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffavilo%2Faoc2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 69abf33f29c1ff51961cbca78edffb9c86cd3fbe [INFO] testing favilo/aoc2021 against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffavilo%2Faoc2021" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/favilo/aoc2021 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/favilo/aoc2021 [INFO] finished tweaking git repo https://github.com/favilo/aoc2021 [INFO] tweaked toml for git repo https://github.com/favilo/aoc2021 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/favilo/aoc2021 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: bench.0.required_features [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded symbolic-demangle v8.5.0 [INFO] [stderr] Downloaded symbolic-common v8.5.0 [INFO] [stderr] Downloaded rgb v0.8.29 [INFO] [stderr] Downloaded tracing-flame v0.1.0 [INFO] [stderr] Downloaded inferno v0.10.8 [INFO] [stderr] Downloaded pprof v0.6.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f806a064d3e6dd1cb789dc6a47bdd901c52dbea9bc9fc2526a471ed7bd886db8 [INFO] running `Command { std: "docker" "start" "-a" "f806a064d3e6dd1cb789dc6a47bdd901c52dbea9bc9fc2526a471ed7bd886db8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f806a064d3e6dd1cb789dc6a47bdd901c52dbea9bc9fc2526a471ed7bd886db8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f806a064d3e6dd1cb789dc6a47bdd901c52dbea9bc9fc2526a471ed7bd886db8", kill_on_drop: false }` [INFO] [stdout] f806a064d3e6dd1cb789dc6a47bdd901c52dbea9bc9fc2526a471ed7bd886db8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bce9b8eeee9b5f3f0adc58fa965bcf95f9474d81aa4f0215d65ebf398e4dc06e [INFO] running `Command { std: "docker" "start" "-a" "bce9b8eeee9b5f3f0adc58fa965bcf95f9474d81aa4f0215d65ebf398e4dc06e", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: bench.0.required_features [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling futures-core v0.3.18 [INFO] [stderr] Compiling futures-task v0.3.18 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling futures-util v0.3.18 [INFO] [stderr] Compiling futures-sink v0.3.18 [INFO] [stderr] Compiling futures-channel v0.3.18 [INFO] [stderr] Compiling futures-io v0.3.18 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling ryu v1.0.6 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling anyhow v1.0.51 [INFO] [stderr] Compiling fixedbitset v0.4.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling home v0.5.3 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling matrixmultiply v0.3.2 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling petgraph v0.6.0 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.25 [INFO] [stderr] Compiling tracing-subscriber v0.3.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling fern v0.6.0 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling ndarray v0.15.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling h2 v0.3.9 [INFO] [stderr] Compiling tracing-flame v0.1.0 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.7 [INFO] [stderr] Compiling aoc2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.50s [INFO] running `Command { std: "docker" "inspect" "bce9b8eeee9b5f3f0adc58fa965bcf95f9474d81aa4f0215d65ebf398e4dc06e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bce9b8eeee9b5f3f0adc58fa965bcf95f9474d81aa4f0215d65ebf398e4dc06e", kill_on_drop: false }` [INFO] [stdout] bce9b8eeee9b5f3f0adc58fa965bcf95f9474d81aa4f0215d65ebf398e4dc06e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3eb5d8d1900c7424b7d2a2496e40071bcb674b0ce39329c27c0660b00053e687 [INFO] running `Command { std: "docker" "start" "-a" "3eb5d8d1900c7424b7d2a2496e40071bcb674b0ce39329c27c0660b00053e687", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: bench.0.required_features [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling cpp_demangle v0.3.5 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling symbolic-demangle v8.5.0 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling gimli v0.24.0 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling object v0.24.0 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling pprof v0.6.1 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling backtrace v0.3.59 [INFO] [stderr] Compiling findshlibs v0.10.2 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling futures-util v0.3.18 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling quick-xml v0.22.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling rgb v0.8.29 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling debugid v0.7.2 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling ndarray v0.15.4 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling nix v0.23.0 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling symbolic-common v8.5.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling fern v0.6.0 [INFO] [stderr] Compiling addr2line v0.15.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling inferno v0.10.8 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling openssl v0.10.38 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.9 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.7 [INFO] [stderr] Compiling aoc2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 24.50s [INFO] running `Command { std: "docker" "inspect" "3eb5d8d1900c7424b7d2a2496e40071bcb674b0ce39329c27c0660b00053e687", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3eb5d8d1900c7424b7d2a2496e40071bcb674b0ce39329c27c0660b00053e687", kill_on_drop: false }` [INFO] [stdout] 3eb5d8d1900c7424b7d2a2496e40071bcb674b0ce39329c27c0660b00053e687 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3b597e670e56653f5c00596c1689aa14182833db80f8bb7f11ccd3e7e7a14ff4 [INFO] running `Command { std: "docker" "start" "-a" "3b597e670e56653f5c00596c1689aa14182833db80f8bb7f11ccd3e7e7a14ff4", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: bench.0.required_features [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc2021-eddc89050210248c) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test day06::tests::sample1 ... ok [INFO] [stdout] test day02::tests::sample1 ... ok [INFO] [stdout] test day07::tests::sample1 ... ok [INFO] [stdout] test day08::tests::digits ... ok [INFO] [stdout] test day10::tests::corrupted ... ok [INFO] [stdout] test day08::tests::sample1 ... ok [INFO] [stdout] test day10::tests::incomplete ... ok [INFO] [stdout] test day04::tests::sample1 ... ok [INFO] [stdout] test day10::tests::simple ... ok [INFO] [stdout] test day10::tests::sample1 ... ok [INFO] [stdout] test day11::tests::simple_step ... ok [INFO] [stdout] test day13::tests::sample1 ... ok [INFO] [stdout] test day12::tests::sample1 ... ok [INFO] [stdout] test day16::tests::part2_2 ... ok [INFO] [stdout] test day16::tests::sample2 ... ok [INFO] [stdout] test day16::tests::sample1 ... ok [INFO] [stdout] test day16::tests::part2_1 ... ok [INFO] [stdout] test day16::tests::sample3 ... ok [INFO] [stdout] test day16::tests::sample5 ... ok [INFO] [stdout] test day14::tests::sample1 ... ok [INFO] [stdout] test day16::tests::sample4 ... ok [INFO] [stdout] test day09::tests::sample1 ... ok [INFO] [stdout] test day11::tests::sample1 ... ok [INFO] [stdout] test day15::tests::sample1 ... ok [INFO] [stdout] test day05::tests::sample1 ... ok [INFO] [stdout] test day17::tests::sample1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.66s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aoc2021-72359b2438628cb1) [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] Doc-tests aoc2021 [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] running `Command { std: "docker" "inspect" "3b597e670e56653f5c00596c1689aa14182833db80f8bb7f11ccd3e7e7a14ff4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b597e670e56653f5c00596c1689aa14182833db80f8bb7f11ccd3e7e7a14ff4", kill_on_drop: false }` [INFO] [stdout] 3b597e670e56653f5c00596c1689aa14182833db80f8bb7f11ccd3e7e7a14ff4