[INFO] cloning repository https://github.com/cnaj/adventofcode [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cnaj/adventofcode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcnaj%2Fadventofcode", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcnaj%2Fadventofcode'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 354486ac8c2cc5d90c0e0fd42fc7bae14fa40c64 [INFO] testing cnaj/adventofcode against master#0d13f6afeba4935499abe0c9a07426c94492c94e for pr-96025 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcnaj%2Fadventofcode" "/workspace/builds/worker-31/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-31/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cnaj/adventofcode on toolchain 0d13f6afeba4935499abe0c9a07426c94492c94e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cnaj/adventofcode [INFO] finished tweaking git repo https://github.com/cnaj/adventofcode [INFO] tweaked toml for git repo https://github.com/cnaj/adventofcode written to /workspace/builds/worker-31/source/Cargo.toml [INFO] crate git repo https://github.com/cnaj/adventofcode already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b3749a489167d2c80bd8c183f96a0bf83f709e117cdcb59db2e9f5925eb1cdcd [INFO] running `Command { std: "docker" "start" "-a" "b3749a489167d2c80bd8c183f96a0bf83f709e117cdcb59db2e9f5925eb1cdcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b3749a489167d2c80bd8c183f96a0bf83f709e117cdcb59db2e9f5925eb1cdcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3749a489167d2c80bd8c183f96a0bf83f709e117cdcb59db2e9f5925eb1cdcd", kill_on_drop: false }` [INFO] [stdout] b3749a489167d2c80bd8c183f96a0bf83f709e117cdcb59db2e9f5925eb1cdcd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d8409455d533ed9f88119b44afef7c80266380487c9d1d88fc8a2ab6bfc62134 [INFO] running `Command { std: "docker" "start" "-a" "d8409455d533ed9f88119b44afef7c80266380487c9d1d88fc8a2ab6bfc62134", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling libc v0.2.34 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling day10 v0.1.0 (/opt/rustwide/workdir/day10) [INFO] [stderr] Compiling day06 v0.1.0 (/opt/rustwide/workdir/day06) [INFO] [stderr] Compiling day03 v0.1.0 (/opt/rustwide/workdir/day03) [INFO] [stderr] Compiling day04 v0.1.0 (/opt/rustwide/workdir/day04) [INFO] [stderr] Compiling day05 v0.1.0 (/opt/rustwide/workdir/day05) [INFO] [stderr] Compiling day09 v0.1.0 (/opt/rustwide/workdir/day09) [INFO] [stderr] Compiling day02 v0.1.0 (/opt/rustwide/workdir/day02) [INFO] [stderr] Compiling day01 v0.1.0 (/opt/rustwide/workdir/day01) [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling day14 v0.1.0 (/opt/rustwide/workdir/day14) [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.3 [INFO] [stderr] Compiling day07 v0.1.0 (/opt/rustwide/workdir/day07) [INFO] [stderr] Compiling day08 v0.1.0 (/opt/rustwide/workdir/day08) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> day08/src/lib.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref RE: Regex = Regex::new( [INFO] [stdout] 25 | | r"^(\w+) (inc|dec) (-?\d+) if (\w+) (<|<=|>|>=|==|!=) (-?\d+)" [INFO] [stdout] 26 | | ).unwrap(); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> day07/src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | / lazy_static! { [INFO] [stdout] 31 | | static ref RE: Regex = Regex::new(r"^(\w+) \((\d+)\)(?: -> (\w+(?:, \w+)*))?").unwrap(); [INFO] [stdout] 32 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.77s [INFO] running `Command { std: "docker" "inspect" "d8409455d533ed9f88119b44afef7c80266380487c9d1d88fc8a2ab6bfc62134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8409455d533ed9f88119b44afef7c80266380487c9d1d88fc8a2ab6bfc62134", kill_on_drop: false }` [INFO] [stdout] d8409455d533ed9f88119b44afef7c80266380487c9d1d88fc8a2ab6bfc62134 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 887113b2098f3f46c714e0394dc57c71a1772555bbf29089c100281686321078 [INFO] running `Command { std: "docker" "start" "-a" "887113b2098f3f46c714e0394dc57c71a1772555bbf29089c100281686321078", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling day09 v0.1.0 (/opt/rustwide/workdir/day09) [INFO] [stderr] Compiling day06 v0.1.0 (/opt/rustwide/workdir/day06) [INFO] [stderr] Compiling day03 v0.1.0 (/opt/rustwide/workdir/day03) [INFO] [stderr] Compiling day10 v0.1.0 (/opt/rustwide/workdir/day10) [INFO] [stderr] Compiling day04 v0.1.0 (/opt/rustwide/workdir/day04) [INFO] [stderr] Compiling day02 v0.1.0 (/opt/rustwide/workdir/day02) [INFO] [stderr] Compiling day05 v0.1.0 (/opt/rustwide/workdir/day05) [INFO] [stderr] Compiling day01 v0.1.0 (/opt/rustwide/workdir/day01) [INFO] [stderr] Compiling day14 v0.1.0 (/opt/rustwide/workdir/day14) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> day08/src/lib.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref RE: Regex = Regex::new( [INFO] [stdout] 25 | | r"^(\w+) (inc|dec) (-?\d+) if (\w+) (<|<=|>|>=|==|!=) (-?\d+)" [INFO] [stdout] 26 | | ).unwrap(); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling day07 v0.1.0 (/opt/rustwide/workdir/day07) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> day07/src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | / lazy_static! { [INFO] [stdout] 31 | | static ref RE: Regex = Regex::new(r"^(\w+) \((\d+)\)(?: -> (\w+(?:, \w+)*))?").unwrap(); [INFO] [stdout] 32 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling day08 v0.1.0 (/opt/rustwide/workdir/day08) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> day08/src/lib.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | / lazy_static! { [INFO] [stdout] 24 | | static ref RE: Regex = Regex::new( [INFO] [stdout] 25 | | r"^(\w+) (inc|dec) (-?\d+) if (\w+) (<|<=|>|>=|==|!=) (-?\d+)" [INFO] [stdout] 26 | | ).unwrap(); [INFO] [stdout] 27 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> day07/src/lib.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | / lazy_static! { [INFO] [stdout] 31 | | static ref RE: Regex = Regex::new(r"^(\w+) \((\d+)\)(?: -> (\w+(?:, \w+)*))?").unwrap(); [INFO] [stdout] 32 | | } [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.80s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day01-65608491dec73d00) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day02-258b856e36fa3338) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day03-0d1053a034073dee) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day03-cc1d24d105dc5ddd) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day04-cfd0b9de678aa452) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day04-deb5f9492c948dff) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day05-7f669c60a338d45a) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day05-b0d59b99413d9526) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day06-1e1fe6223f57aa74) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day06-76345b59cca9054a) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day07-82f4f344fe3bf3f3) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day07-60d825c484fc38c7) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day08-a4b3c25d9e0517ec) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day08-ecb6f99ba00efe24) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day09-4c14b4640394ef1a) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day09-14db5459df72cbdb) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day10-40cf10e31ed9e37c) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/day10-93415440738890b5) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/day14-ecbfffae6b0f3046) [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "887113b2098f3f46c714e0394dc57c71a1772555bbf29089c100281686321078", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "887113b2098f3f46c714e0394dc57c71a1772555bbf29089c100281686321078", kill_on_drop: false }` [INFO] [stdout] 887113b2098f3f46c714e0394dc57c71a1772555bbf29089c100281686321078