[INFO] cloning repository https://github.com/mrzenioszeniou/adventofcode2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mrzenioszeniou/adventofcode2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrzenioszeniou%2Fadventofcode2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrzenioszeniou%2Fadventofcode2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 77cb7755341198d3a39b4474fed60c3bd5a36b0f
[INFO] checking mrzenioszeniou/adventofcode2023 against try#6757d700f93f6d16c8b39cf79e96b019bd570e7d for pr-155299
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrzenioszeniou%2Fadventofcode2023" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mrzenioszeniou/adventofcode2023
[INFO] finished tweaking git repo https://github.com/mrzenioszeniou/adventofcode2023
[INFO] tweaked toml for git repo https://github.com/mrzenioszeniou/adventofcode2023 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mrzenioszeniou/adventofcode2023 on toolchain 6757d700f93f6d16c8b39cf79e96b019bd570e7d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6757d700f93f6d16c8b39cf79e96b019bd570e7d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mrzenioszeniou/adventofcode2023 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6757d700f93f6d16c8b39cf79e96b019bd570e7d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking mrzenioszeniou/adventofcode2023 against try#6757d700f93f6d16c8b39cf79e96b019bd570e7d for pr-155299
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmrzenioszeniou%2Fadventofcode2023" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mrzenioszeniou/adventofcode2023
[INFO] finished tweaking git repo https://github.com/mrzenioszeniou/adventofcode2023
[INFO] tweaked toml for git repo https://github.com/mrzenioszeniou/adventofcode2023 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mrzenioszeniou/adventofcode2023 on toolchain 6757d700f93f6d16c8b39cf79e96b019bd570e7d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6757d700f93f6d16c8b39cf79e96b019bd570e7d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mrzenioszeniou/adventofcode2023 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6757d700f93f6d16c8b39cf79e96b019bd570e7d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.74
[INFO] [stderr]   Downloaded sscanf v0.4.1
[INFO] [stderr]   Downloaded palette_derive v0.7.3
[INFO] [stderr]   Downloaded sscanf_macro v0.4.1
[INFO] [stderr]   Downloaded serde_json v1.0.110
[INFO] [stderr]   Downloaded palette v0.7.3
[INFO] [stderr]   Downloaded syn v2.0.46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6757d700f93f6d16c8b39cf79e96b019bd570e7d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0983748ddc8e58a6d5c36fdee63b0a228cfc6073ce6f92b07351f33652aeccb4
[INFO] running `Command { std: "docker" "start" "-a" "0983748ddc8e58a6d5c36fdee63b0a228cfc6073ce6f92b07351f33652aeccb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0983748ddc8e58a6d5c36fdee63b0a228cfc6073ce6f92b07351f33652aeccb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0983748ddc8e58a6d5c36fdee63b0a228cfc6073ce6f92b07351f33652aeccb4", kill_on_drop: false }`
[INFO] [stdout] 0983748ddc8e58a6d5c36fdee63b0a228cfc6073ce6f92b07351f33652aeccb4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6757d700f93f6d16c8b39cf79e96b019bd570e7d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa68f66e7d20beaf5e5ce60aab46dae5721b60823dfa494ed7ad8d95d9fbcd34
[INFO] running `Command { std: "docker" "start" "-a" "fa68f66e7d20beaf5e5ce60aab46dae5721b60823dfa494ed7ad8d95d9fbcd34", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.74
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling serde v1.0.194
[INFO] [stderr]    Compiling serde_json v1.0.110
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling palette v0.7.3
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking fast-srgb8 v1.0.0
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.46
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.32
[INFO] [stderr]     Checking const_format v0.2.32
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling sscanf_macro v0.4.1
[INFO] [stderr]    Compiling palette_derive v0.7.3
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking sscanf v0.4.1
[INFO] [stderr]     Checking adventofcode2023 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.50s
[INFO] running `Command { std: "docker" "inspect" "fa68f66e7d20beaf5e5ce60aab46dae5721b60823dfa494ed7ad8d95d9fbcd34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa68f66e7d20beaf5e5ce60aab46dae5721b60823dfa494ed7ad8d95d9fbcd34", kill_on_drop: false }`
[INFO] [stdout] fa68f66e7d20beaf5e5ce60aab46dae5721b60823dfa494ed7ad8d95d9fbcd34
