[INFO] cloning repository https://github.com/CableSynth/aoc_2020_fourth_day [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CableSynth/aoc_2020_fourth_day" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCableSynth%2Faoc_2020_fourth_day", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCableSynth%2Faoc_2020_fourth_day'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ff63a27268fe8292de8b66c0abf23d44a833771f [INFO] testing CableSynth/aoc_2020_fourth_day against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCableSynth%2Faoc_2020_fourth_day" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CableSynth/aoc_2020_fourth_day on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/CableSynth/aoc_2020_fourth_day [INFO] finished tweaking git repo https://github.com/CableSynth/aoc_2020_fourth_day [INFO] tweaked toml for git repo https://github.com/CableSynth/aoc_2020_fourth_day written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/CableSynth/aoc_2020_fourth_day already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f9a3cc8e1e0ba767c6c7d8c9fd895bf7eae3bd3297e5f30a1a40b21c91daa84 [INFO] running `Command { std: "docker" "start" "-a" "1f9a3cc8e1e0ba767c6c7d8c9fd895bf7eae3bd3297e5f30a1a40b21c91daa84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f9a3cc8e1e0ba767c6c7d8c9fd895bf7eae3bd3297e5f30a1a40b21c91daa84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f9a3cc8e1e0ba767c6c7d8c9fd895bf7eae3bd3297e5f30a1a40b21c91daa84", kill_on_drop: false }` [INFO] [stdout] 1f9a3cc8e1e0ba767c6c7d8c9fd895bf7eae3bd3297e5f30a1a40b21c91daa84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6be2be00b59fc242b28b6d810104aac3627349f14a9dfbdb3e1907ff304d6029 [INFO] running `Command { std: "docker" "start" "-a" "6be2be00b59fc242b28b6d810104aac3627349f14a9dfbdb3e1907ff304d6029", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling fourth_day v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.10s [INFO] running `Command { std: "docker" "inspect" "6be2be00b59fc242b28b6d810104aac3627349f14a9dfbdb3e1907ff304d6029", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6be2be00b59fc242b28b6d810104aac3627349f14a9dfbdb3e1907ff304d6029", kill_on_drop: false }` [INFO] [stdout] 6be2be00b59fc242b28b6d810104aac3627349f14a9dfbdb3e1907ff304d6029 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 673b4bd7a76f2068c981577c114ce81ed1bd0117a86cf6faf90fe6592aa3c6c3 [INFO] running `Command { std: "docker" "start" "-a" "673b4bd7a76f2068c981577c114ce81ed1bd0117a86cf6faf90fe6592aa3c6c3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling fourth_day v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `Command { std: "docker" "inspect" "673b4bd7a76f2068c981577c114ce81ed1bd0117a86cf6faf90fe6592aa3c6c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "673b4bd7a76f2068c981577c114ce81ed1bd0117a86cf6faf90fe6592aa3c6c3", kill_on_drop: false }` [INFO] [stdout] 673b4bd7a76f2068c981577c114ce81ed1bd0117a86cf6faf90fe6592aa3c6c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 220980d44cb00db0905361e537b7146d6bb04169c8b3a53f6dc801c8d8dd2195 [INFO] running `Command { std: "docker" "start" "-a" "220980d44cb00db0905361e537b7146d6bb04169c8b3a53f6dc801c8d8dd2195", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fourth_day-5787975297240e2c) [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" "220980d44cb00db0905361e537b7146d6bb04169c8b3a53f6dc801c8d8dd2195", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "220980d44cb00db0905361e537b7146d6bb04169c8b3a53f6dc801c8d8dd2195", kill_on_drop: false }` [INFO] [stdout] 220980d44cb00db0905361e537b7146d6bb04169c8b3a53f6dc801c8d8dd2195