[INFO] cloning repository https://github.com/chasestubblefield/advent-of-code-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chasestubblefield/advent-of-code-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchasestubblefield%2Fadvent-of-code-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchasestubblefield%2Fadvent-of-code-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0ebcfc70c2f7963079c68e6a65519ea08a2e7df8 [INFO] testing chasestubblefield/advent-of-code-rs against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchasestubblefield%2Fadvent-of-code-rs" "/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/chasestubblefield/advent-of-code-rs on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/chasestubblefield/advent-of-code-rs [INFO] finished tweaking git repo https://github.com/chasestubblefield/advent-of-code-rs [INFO] tweaked toml for git repo https://github.com/chasestubblefield/advent-of-code-rs written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/chasestubblefield/advent-of-code-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", 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] 748081dc40aef8486b32fb89737b45373993b317713a3ca001f328e53b94f800 [INFO] running `Command { std: "docker" "start" "-a" "748081dc40aef8486b32fb89737b45373993b317713a3ca001f328e53b94f800", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "748081dc40aef8486b32fb89737b45373993b317713a3ca001f328e53b94f800", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "748081dc40aef8486b32fb89737b45373993b317713a3ca001f328e53b94f800", kill_on_drop: false }` [INFO] [stdout] 748081dc40aef8486b32fb89737b45373993b317713a3ca001f328e53b94f800 [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=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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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] 12e447042213054ce98ad618472bde9e9b38b9858f2f2a0c933844f716ad81c5 [INFO] running `Command { std: "docker" "start" "-a" "12e447042213054ce98ad618472bde9e9b38b9858f2f2a0c933844f716ad81c5", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling array2d v0.2.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling advent_of_code v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.69s [INFO] running `Command { std: "docker" "inspect" "12e447042213054ce98ad618472bde9e9b38b9858f2f2a0c933844f716ad81c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12e447042213054ce98ad618472bde9e9b38b9858f2f2a0c933844f716ad81c5", kill_on_drop: false }` [INFO] [stdout] 12e447042213054ce98ad618472bde9e9b38b9858f2f2a0c933844f716ad81c5 [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=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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ed4290626ce08dceaf3c3bfc905feebe884e47c0e637c35b2eed4fddf1d452b [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" "0ed4290626ce08dceaf3c3bfc905feebe884e47c0e637c35b2eed4fddf1d452b", kill_on_drop: false }` [INFO] [stderr] Compiling advent_of_code v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.37s [INFO] running `Command { std: "docker" "inspect" "0ed4290626ce08dceaf3c3bfc905feebe884e47c0e637c35b2eed4fddf1d452b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ed4290626ce08dceaf3c3bfc905feebe884e47c0e637c35b2eed4fddf1d452b", kill_on_drop: false }` [INFO] [stdout] 0ed4290626ce08dceaf3c3bfc905feebe884e47c0e637c35b2eed4fddf1d452b [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=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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cbe05d398a94ed9e6c7836d8f321e55f14415cb27e9121cdc13fa58a431fe9b2 [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" "cbe05d398a94ed9e6c7836d8f321e55f14415cb27e9121cdc13fa58a431fe9b2", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/advent_of_code-7db37cd284a299be) [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test year_2020::day_3::tests::part_1_sample ... ok [INFO] [stdout] test year_2020::day_1::tests::part_1_sample ... ok [INFO] [stdout] test year_2020::day_1::tests::part_1 ... ok [INFO] [stdout] test year_2020::day_3::tests::part_2 ... ok [INFO] [stdout] test year_2020::day_3::tests::part_2_sample ... ok [INFO] [stdout] test year_2020::day_6::tests::part_1_sample ... ok [INFO] [stdout] test year_2020::day_6::tests::part_2_sample ... ok [INFO] [stdout] test year_2020::day_3::tests::part_1 ... ok [INFO] [stdout] test year_2020::day_2::tests::part_2_sample ... ok [INFO] [stdout] test year_2020::day_2::tests::part_1_sample ... ok [INFO] [stdout] test year_2020::day_5::tests::part_2 ... ok [INFO] [stdout] test year_2020::day_7::tests::part_2_sample ... ok [INFO] [stdout] test year_2020::day_4::tests::part_1_sample ... ok [INFO] [stdout] test year_2020::day_1::tests::part_2_sample ... ok [INFO] [stdout] test year_2020::day_8::tests::part_1 ... ok [INFO] [stdout] test year_2020::day_8::tests::part_1_sample ... ok [INFO] [stdout] test year_2020::day_9::tests::part_1_sample ... ok [INFO] [stdout] test year_2020::day_8::tests::part_2_sample ... ok [INFO] [stdout] test year_2020::day_7::tests::part_1_sample ... ok [INFO] [stdout] test year_2020::day_9::tests::part_2_sample ... ok [INFO] [stdout] test year_2020::day_9::tests::part_2 ... ok [INFO] [stdout] test year_2020::day_5::tests::part_1 ... ok [INFO] [stdout] test year_2020::day_1::tests::part_2 ... ok [INFO] [stdout] test year_2020::day_4::tests::part_1 ... ok [INFO] [stdout] test year_2020::day_9::tests::part_1 ... ok [INFO] [stdout] test year_2020::day_6::tests::part_1 ... ok [INFO] [stdout] test year_2020::day_2::tests::part_2 ... ok [INFO] [stdout] test year_2020::day_6::tests::part_2 ... ok [INFO] [stdout] test year_2020::day_2::tests::part_1 ... ok [INFO] [stdout] test year_2020::day_4::tests::part_2 ... ok [INFO] [stdout] test year_2020::day_4::tests::part_2_sample ... ok [INFO] [stdout] test year_2020::day_8::tests::part_2 ... ok [INFO] [stdout] test year_2020::day_7::tests::part_2 ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/advent_of_code-2c9ebbf49c4676bc) [INFO] [stdout] test year_2020::day_7::tests::part_1 ... ok [INFO] [stderr] Doc-tests advent_of_code [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s [INFO] [stdout] [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] [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" "cbe05d398a94ed9e6c7836d8f321e55f14415cb27e9121cdc13fa58a431fe9b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbe05d398a94ed9e6c7836d8f321e55f14415cb27e9121cdc13fa58a431fe9b2", kill_on_drop: false }` [INFO] [stdout] cbe05d398a94ed9e6c7836d8f321e55f14415cb27e9121cdc13fa58a431fe9b2