[INFO] cloning repository https://github.com/tobiges/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/tobiges/advent-of-code-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftobiges%2Fadvent-of-code-2021", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftobiges%2Fadvent-of-code-2021'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 09225569b1e0b83e6c439cd9ec7f8443b33a4641 [INFO] testing tobiges/advent-of-code-2021 against try#c3758fdc4730d7700b25a13cccff296a08f42c00 for pr-91743 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftobiges%2Fadvent-of-code-2021" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tobiges/advent-of-code-2021 on toolchain c3758fdc4730d7700b25a13cccff296a08f42c00 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c3758fdc4730d7700b25a13cccff296a08f42c00" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tobiges/advent-of-code-2021 [INFO] finished tweaking git repo https://github.com/tobiges/advent-of-code-2021 [INFO] tweaked toml for git repo https://github.com/tobiges/advent-of-code-2021 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/tobiges/advent-of-code-2021 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c3758fdc4730d7700b25a13cccff296a08f42c00" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+c3758fdc4730d7700b25a13cccff296a08f42c00" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fef6617fb97650e3a293c5a85d3dadc347285c92f943ae4173133da5d4ca78d9 [INFO] running `Command { std: "docker" "start" "-a" "fef6617fb97650e3a293c5a85d3dadc347285c92f943ae4173133da5d4ca78d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fef6617fb97650e3a293c5a85d3dadc347285c92f943ae4173133da5d4ca78d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fef6617fb97650e3a293c5a85d3dadc347285c92f943ae4173133da5d4ca78d9", kill_on_drop: false }` [INFO] [stdout] fef6617fb97650e3a293c5a85d3dadc347285c92f943ae4173133da5d4ca78d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+c3758fdc4730d7700b25a13cccff296a08f42c00" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35f3e76fe65c4e83a4693345e15f96788a157991eb7b90eab264c82a390f433b [INFO] running `Command { std: "docker" "start" "-a" "35f3e76fe65c4e83a4693345e15f96788a157991eb7b90eab264c82a390f433b", kill_on_drop: false }` [INFO] [stderr] Compiling advent_of_code_2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.45s [INFO] running `Command { std: "docker" "inspect" "35f3e76fe65c4e83a4693345e15f96788a157991eb7b90eab264c82a390f433b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35f3e76fe65c4e83a4693345e15f96788a157991eb7b90eab264c82a390f433b", kill_on_drop: false }` [INFO] [stdout] 35f3e76fe65c4e83a4693345e15f96788a157991eb7b90eab264c82a390f433b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+c3758fdc4730d7700b25a13cccff296a08f42c00" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dc3ae94f065c10df92002648eef00ce7397c03799d2d6a17e550319c33f296b7 [INFO] running `Command { std: "docker" "start" "-a" "dc3ae94f065c10df92002648eef00ce7397c03799d2d6a17e550319c33f296b7", kill_on_drop: false }` [INFO] [stderr] Compiling advent_of_code_2021 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `advent_of_code_2021` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name test_day06 --edition=2021 tests/test_day06.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=30d0e5f7d8fd36d6 -C extra-filename=-30d0e5f7d8fd36d6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern advent_of_code_2021=/opt/rustwide/target/debug/deps/libadvent_of_code_2021-6105ed926d8d4e3b.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `advent_of_code_2021` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name advent_of_code_2021 --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=4613d7a8fe04cdc1 -C extra-filename=-4613d7a8fe04cdc1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "dc3ae94f065c10df92002648eef00ce7397c03799d2d6a17e550319c33f296b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc3ae94f065c10df92002648eef00ce7397c03799d2d6a17e550319c33f296b7", kill_on_drop: false }` [INFO] [stdout] dc3ae94f065c10df92002648eef00ce7397c03799d2d6a17e550319c33f296b7