[INFO] cloning repository https://github.com/rhaskia/advent_of_code2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rhaskia/advent_of_code2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frhaskia%2Fadvent_of_code2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frhaskia%2Fadvent_of_code2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 31eb01135c10e8af6c7a021ea840192945d3109e [INFO] checking rhaskia/advent_of_code2023 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frhaskia%2Fadvent_of_code2023" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rhaskia/advent_of_code2023 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rhaskia/advent_of_code2023 [INFO] finished tweaking git repo https://github.com/rhaskia/advent_of_code2023 [INFO] tweaked toml for git repo https://github.com/rhaskia/advent_of_code2023 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/rhaskia/advent_of_code2023 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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-5-tc1/source/day1/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb878b80d6d4550cd7e82c464d2988518e0df0bae88e6ccc8aaa4e29d3891f2e [INFO] running `Command { std: "docker" "start" "-a" "cb878b80d6d4550cd7e82c464d2988518e0df0bae88e6ccc8aaa4e29d3891f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb878b80d6d4550cd7e82c464d2988518e0df0bae88e6ccc8aaa4e29d3891f2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb878b80d6d4550cd7e82c464d2988518e0df0bae88e6ccc8aaa4e29d3891f2e", kill_on_drop: false }` [INFO] [stdout] cb878b80d6d4550cd7e82c464d2988518e0df0bae88e6ccc8aaa4e29d3891f2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ce7c496745105254b1513eaf49c7d5156a81173da81923ac154d4d84945f49a [INFO] running `Command { std: "docker" "start" "-a" "1ce7c496745105254b1513eaf49c7d5156a81173da81923ac154d4d84945f49a", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/day1/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] Checking daytemp v0.1.0 (/opt/rustwide/workdir/day-temp) [INFO] [stderr] Checking day2 v0.1.0 (/opt/rustwide/workdir/day2) [INFO] [stderr] Checking day1 v0.1.0 (/opt/rustwide/workdir/day1) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> day-temp/src/bin/part2.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[tracing::instrument] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> day-temp/src/bin/part1.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[tracing::instrument] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> day-temp/src/bin/part1.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[tracing::instrument] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> day-temp/src/bin/part2.rs:1:3 [INFO] [stdout] | [INFO] [stdout] 1 | #[tracing::instrument] [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AocError` in this scope [INFO] [stdout] --> day-temp/src/bin/part2.rs:2:56 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn process(_input: &str) -> miette::Result { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2 | pub fn process(_input: &str) -> miette::Result { [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `part2` [INFO] [stdout] --> day-temp/src/bin/part2.rs:17:2 [INFO] [stdout] | [INFO] [stdout] 17 | } [INFO] [stdout] | ^ consider adding a `main` function to `day-temp/src/bin/part2.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AocError` in this scope [INFO] [stdout] --> day-temp/src/bin/part1.rs:2:56 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn process(_input: &str) -> miette::Result { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2 | pub fn process(_input: &str) -> miette::Result { [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `miette` [INFO] [stdout] --> day-temp/src/bin/part2.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn process(_input: &str) -> miette::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `miette` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433, E0601. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `part1` [INFO] [stdout] --> day-temp/src/bin/part1.rs:17:2 [INFO] [stdout] | [INFO] [stdout] 17 | } [INFO] [stdout] | ^ consider adding a `main` function to `day-temp/src/bin/part1.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AocError` in this scope [INFO] [stdout] --> day-temp/src/bin/part1.rs:2:56 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn process(_input: &str) -> miette::Result { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2 | pub fn process(_input: &str) -> miette::Result { [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `daytemp` (bin "part2") due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `miette` [INFO] [stdout] --> day-temp/src/bin/part1.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn process(_input: &str) -> miette::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `miette` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433, E0601. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AocError` in this scope [INFO] [stdout] --> day-temp/src/bin/part2.rs:2:56 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn process(_input: &str) -> miette::Result { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 2 | pub fn process(_input: &str) -> miette::Result { [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `miette` [INFO] [stdout] --> day-temp/src/bin/part1.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn process(_input: &str) -> miette::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `miette` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `miette` [INFO] [stdout] --> day-temp/src/bin/part1.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | fn test_process() -> miette::Result<()> { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `miette` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `daytemp` (bin "part1") due to 5 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `miette` [INFO] [stdout] --> day-temp/src/bin/part2.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn process(_input: &str) -> miette::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `miette` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `miette` [INFO] [stdout] --> day-temp/src/bin/part2.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | fn test_process() -> miette::Result<()> { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `miette` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `daytemp` (bin "part1" test) due to 5 previous errors [INFO] [stderr] error: could not compile `daytemp` (bin "part2" test) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "1ce7c496745105254b1513eaf49c7d5156a81173da81923ac154d4d84945f49a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ce7c496745105254b1513eaf49c7d5156a81173da81923ac154d4d84945f49a", kill_on_drop: false }` [INFO] [stdout] 1ce7c496745105254b1513eaf49c7d5156a81173da81923ac154d4d84945f49a [INFO] checking rhaskia/advent_of_code2023 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frhaskia%2Fadvent_of_code2023" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rhaskia/advent_of_code2023 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rhaskia/advent_of_code2023 [INFO] finished tweaking git repo https://github.com/rhaskia/advent_of_code2023 [INFO] tweaked toml for git repo https://github.com/rhaskia/advent_of_code2023 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/rhaskia/advent_of_code2023 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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-5-tc2/source/day1/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 464a52254d6d4a33916f1687c6d2ced9878d4f3846fab37288f5e1e11967d4d4 [INFO] running `Command { std: "docker" "start" "-a" "464a52254d6d4a33916f1687c6d2ced9878d4f3846fab37288f5e1e11967d4d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "464a52254d6d4a33916f1687c6d2ced9878d4f3846fab37288f5e1e11967d4d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "464a52254d6d4a33916f1687c6d2ced9878d4f3846fab37288f5e1e11967d4d4", kill_on_drop: false }` [INFO] [stdout] 464a52254d6d4a33916f1687c6d2ced9878d4f3846fab37288f5e1e11967d4d4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1dbe07b25b0bdc9e5c97c2995b9b123e655181635ab677ef816279c0b09c1a69 [INFO] running `Command { std: "docker" "start" "-a" "1dbe07b25b0bdc9e5c97c2995b9b123e655181635ab677ef816279c0b09c1a69", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "1dbe07b25b0bdc9e5c97c2995b9b123e655181635ab677ef816279c0b09c1a69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1dbe07b25b0bdc9e5c97c2995b9b123e655181635ab677ef816279c0b09c1a69", kill_on_drop: false }` [INFO] [stdout] 1dbe07b25b0bdc9e5c97c2995b9b123e655181635ab677ef816279c0b09c1a69