[INFO] cloning repository https://github.com/Smaug123/advent-of-code-2021 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Smaug123/advent-of-code-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSmaug123%2Fadvent-of-code-2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSmaug123%2Fadvent-of-code-2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3714865a72967f6b40cf9bfcd91c3474aa8c884a [INFO] building Smaug123/advent-of-code-2021 against try#8aaecdf5df68a6fbc126704e44d399ba2fe66bf2 for pr-94962 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSmaug123%2Fadvent-of-code-2021" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Smaug123/advent-of-code-2021 on toolchain 8aaecdf5df68a6fbc126704e44d399ba2fe66bf2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Smaug123/advent-of-code-2021 [INFO] finished tweaking git repo https://github.com/Smaug123/advent-of-code-2021 [INFO] tweaked toml for git repo https://github.com/Smaug123/advent-of-code-2021 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Smaug123/advent-of-code-2021 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] faefdb26e38152362b87963ee579e04b68de66890a0bc8ae32eccbb8adbc4bee [INFO] running `Command { std: "docker" "start" "-a" "faefdb26e38152362b87963ee579e04b68de66890a0bc8ae32eccbb8adbc4bee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "faefdb26e38152362b87963ee579e04b68de66890a0bc8ae32eccbb8adbc4bee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "faefdb26e38152362b87963ee579e04b68de66890a0bc8ae32eccbb8adbc4bee", kill_on_drop: false }` [INFO] [stdout] faefdb26e38152362b87963ee579e04b68de66890a0bc8ae32eccbb8adbc4bee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ba3d8b6960f59a50e550a1ae861ddc610299c289d524951b7cca56be4c0bf3f2 [INFO] running `Command { std: "docker" "start" "-a" "ba3d8b6960f59a50e550a1ae861ddc610299c289d524951b7cca56be4c0bf3f2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling array v0.1.0 (/opt/rustwide/workdir/array) [INFO] [stderr] Compiling day_1 v0.1.0 (/opt/rustwide/workdir/day_1) [INFO] [stderr] Compiling day_8 v0.1.0 (/opt/rustwide/workdir/day_8) [INFO] [stderr] Compiling day_4 v0.1.0 (/opt/rustwide/workdir/day_4) [INFO] [stderr] Compiling day_16 v0.1.0 (/opt/rustwide/workdir/day_16) [INFO] [stderr] Compiling day_10 v0.1.0 (/opt/rustwide/workdir/day_10) [INFO] [stderr] Compiling day_18 v0.1.0 (/opt/rustwide/workdir/day_18) [INFO] [stderr] Compiling day_17 v0.1.0 (/opt/rustwide/workdir/day_17) [INFO] [stderr] Compiling day_12 v0.1.0 (/opt/rustwide/workdir/day_12) [INFO] [stderr] Compiling day_5 v0.1.0 (/opt/rustwide/workdir/day_5) [INFO] [stderr] Compiling day_7 v0.1.0 (/opt/rustwide/workdir/day_7) [INFO] [stderr] Compiling day_21 v0.1.0 (/opt/rustwide/workdir/day_21) [INFO] [stderr] Compiling day_3 v0.1.0 (/opt/rustwide/workdir/day_3) [INFO] [stderr] Compiling day_2 v0.1.0 (/opt/rustwide/workdir/day_2) [INFO] [stderr] Compiling day_6 v0.1.0 (/opt/rustwide/workdir/day_6) [INFO] [stderr] Compiling day_14 v0.1.0 (/opt/rustwide/workdir/day_14) [INFO] [stderr] Compiling day_9 v0.1.0 (/opt/rustwide/workdir/day_9) [INFO] [stderr] Compiling day_11 v0.1.0 (/opt/rustwide/workdir/day_11) [INFO] [stderr] Compiling day_15 v0.1.0 (/opt/rustwide/workdir/day_15) [INFO] [stderr] Compiling day_20 v0.1.0 (/opt/rustwide/workdir/day_20) [INFO] [stderr] Compiling day_13 v0.1.0 (/opt/rustwide/workdir/day_13) [INFO] [stderr] Compiling day_25 v0.1.0 (/opt/rustwide/workdir/day_25) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.90s [INFO] running `Command { std: "docker" "inspect" "ba3d8b6960f59a50e550a1ae861ddc610299c289d524951b7cca56be4c0bf3f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba3d8b6960f59a50e550a1ae861ddc610299c289d524951b7cca56be4c0bf3f2", kill_on_drop: false }` [INFO] [stdout] ba3d8b6960f59a50e550a1ae861ddc610299c289d524951b7cca56be4c0bf3f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/opt/rustwide/cargo-home/bin/cargo" "+8aaecdf5df68a6fbc126704e44d399ba2fe66bf2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 37b5dfbe66386d6ffcd0978bb4093336dd101fadc89c0b7dee571ab3f4b83458 [INFO] running `Command { std: "docker" "start" "-a" "37b5dfbe66386d6ffcd0978bb4093336dd101fadc89c0b7dee571ab3f4b83458", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling serde v1.0.131 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling serde_json v1.0.73 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling serde_derive v1.0.131 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling array v0.1.0 (/opt/rustwide/workdir/array) [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling day_11 v0.1.0 (/opt/rustwide/workdir/day_11) [INFO] [stderr] Compiling day_7 v0.1.0 (/opt/rustwide/workdir/day_7) [INFO] [stderr] Compiling day_25 v0.1.0 (/opt/rustwide/workdir/day_25) [INFO] [stderr] Compiling day_17 v0.1.0 (/opt/rustwide/workdir/day_17) [INFO] [stderr] Compiling day_3 v0.1.0 (/opt/rustwide/workdir/day_3) [INFO] [stderr] Compiling day_10 v0.1.0 (/opt/rustwide/workdir/day_10) [INFO] [stderr] Compiling day_1 v0.1.0 (/opt/rustwide/workdir/day_1) [INFO] [stderr] Compiling day_9 v0.1.0 (/opt/rustwide/workdir/day_9) [INFO] [stderr] Compiling day_8 v0.1.0 (/opt/rustwide/workdir/day_8) [INFO] [stderr] Compiling day_16 v0.1.0 (/opt/rustwide/workdir/day_16) [INFO] [stderr] Compiling day_5 v0.1.0 (/opt/rustwide/workdir/day_5) [INFO] [stderr] Compiling day_18 v0.1.0 (/opt/rustwide/workdir/day_18) [INFO] [stderr] Compiling day_4 v0.1.0 (/opt/rustwide/workdir/day_4) [INFO] [stderr] Compiling day_12 v0.1.0 (/opt/rustwide/workdir/day_12) [INFO] [stderr] Compiling day_2 v0.1.0 (/opt/rustwide/workdir/day_2) [INFO] [stderr] Compiling day_6 v0.1.0 (/opt/rustwide/workdir/day_6) [INFO] [stderr] Compiling day_20 v0.1.0 (/opt/rustwide/workdir/day_20) [INFO] [stderr] Compiling day_15 v0.1.0 (/opt/rustwide/workdir/day_15) [INFO] [stderr] Compiling day_21 v0.1.0 (/opt/rustwide/workdir/day_21) [INFO] [stderr] Compiling day_13 v0.1.0 (/opt/rustwide/workdir/day_13) [INFO] [stderr] Compiling day_14 v0.1.0 (/opt/rustwide/workdir/day_14) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 56s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/array-31aaadc3b9834fcf) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_1-5e737c2fc632c1e8) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_1-e1a3a28466daf924) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_10-7a2242bde87f7bec) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_10-57245fe91c6f5e40) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_11-a1f0c4ab326b4557) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_11-d26e9cdb16e3a96c) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_12-dbf40c22cde156a3) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_12-ca5bff3bfaa3c1f0) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_13-be8589692f8c9bf4) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_13-bde0faefc9e6fa3f) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_14-7c78501e3471c7f0) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_14-2fcaac3c3ef70899) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_15-126a27b942dae675) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_15-722a5f141ea0c130) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_16-fb95ebfcbfa1cf9b) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_16-d4920d6493ac0a1d) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_17-88fe16aaa8cfc8a2) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_17-3338f79761c283f0) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_18-fa98df5f495bed36) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_18-fb71c9c1ce2f4da2) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_2-f77dbd959e220298) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_2-d191904c6ee1180a) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_20-6f2c28a682cb5359) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_20-649e8b050855d362) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_21-ee923624857a8f75) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_21-99de063df18437ba) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_25-32368fdba061604e) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_25-3d52bd35e7f87e07) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_3-62ec7658f00a3196) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_3-c1ce1c8fe8e73bd0) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_4-793bb9c8bbbd0d66) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_4-8406d63cf7466f0a) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_5-732680c565215714) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_5-8a606c3158861030) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_6-f6045b849b60bdcb) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_6-bb34da36dd1e559a) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_7-3809b266c933837b) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_7-ae796aa1a066a1df) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_8-7760fbc604e765c4) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_8-8f34ee3c5e46cd5b) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day_9-da7e2907a59c57e0) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day_9-1435464dae6a7b5d) [INFO] running `Command { std: "docker" "inspect" "37b5dfbe66386d6ffcd0978bb4093336dd101fadc89c0b7dee571ab3f4b83458", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37b5dfbe66386d6ffcd0978bb4093336dd101fadc89c0b7dee571ab3f4b83458", kill_on_drop: false }` [INFO] [stdout] 37b5dfbe66386d6ffcd0978bb4093336dd101fadc89c0b7dee571ab3f4b83458