[INFO] cloning repository https://github.com/zegevlier/advent_of_code_2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zegevlier/advent_of_code_2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzegevlier%2Fadvent_of_code_2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzegevlier%2Fadvent_of_code_2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 983afb85cb6d1b9fadb190a4715be07ccc1d77f2
[INFO] testing zegevlier/advent_of_code_2024 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzegevlier%2Fadvent_of_code_2024" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/zegevlier/advent_of_code_2024
[INFO] finished tweaking git repo https://github.com/zegevlier/advent_of_code_2024
[INFO] tweaked toml for git repo https://github.com/zegevlier/advent_of_code_2024 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zegevlier/advent_of_code_2024 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zegevlier/advent_of_code_2024 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded aoc-runner-derive v0.3.0
[INFO] [stderr]   Downloaded aoc-runner v0.3.0
[INFO] [stderr]   Downloaded aoc-runner-internal v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ecb4ef3d5524c7ad152b2b64a1726a385ad31562c29bb855b08572e6a1f0d4ea
[INFO] running `Command { std: "docker" "start" "-a" "ecb4ef3d5524c7ad152b2b64a1726a385ad31562c29bb855b08572e6a1f0d4ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ecb4ef3d5524c7ad152b2b64a1726a385ad31562c29bb855b08572e6a1f0d4ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ecb4ef3d5524c7ad152b2b64a1726a385ad31562c29bb855b08572e6a1f0d4ea", kill_on_drop: false }`
[INFO] [stdout] ecb4ef3d5524c7ad152b2b64a1726a385ad31562c29bb855b08572e6a1f0d4ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 475a521396e5dd5132aba1d30c40b3d12611a4b6827e54a42e178af56e13195a
[INFO] running `Command { std: "docker" "start" "-a" "475a521396e5dd5132aba1d30c40b3d12611a4b6827e54a42e178af56e13195a", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling aoc-runner v0.3.0
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling aoc-runner-internal v0.1.0
[INFO] [stderr]    Compiling aoc-runner-derive v0.3.0
[INFO] [stderr]    Compiling aoc-zegevlier v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: proc macro panicked
[INFO] [stdout]   --> src/lib.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | aoc_lib! { year = 2024 }
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: failed to write infos from lib: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day1.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[aoc(day1, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day1.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[aoc(day1, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day2.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[aoc(day2, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day2.rs:102:1
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[aoc(day2, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day3.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[aoc(day3, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day3.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[aoc(day3, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day4.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[aoc(day4, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day4.rs:85:1
[INFO] [stdout]    |
[INFO] [stdout] 85 | #[aoc(day4, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]  --> src/day5.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[aoc(day5, part1)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day5.rs:52:1
[INFO] [stdout]    |
[INFO] [stdout] 52 | #[aoc(day5, part2)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]   --> src/day6.rs:75:1
[INFO] [stdout]    |
[INFO] [stdout] 75 | #[aoc(day6, part1)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate`
[INFO] [stdout]    --> src/day6.rs:133:1
[INFO] [stdout]     |
[INFO] [stdout] 133 | #[aoc(day6, part2)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^ no `Factory` in the root
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `aoc` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc-zegevlier` (lib) due to 13 previous errors
[INFO] running `Command { std: "docker" "inspect" "475a521396e5dd5132aba1d30c40b3d12611a4b6827e54a42e178af56e13195a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "475a521396e5dd5132aba1d30c40b3d12611a4b6827e54a42e178af56e13195a", kill_on_drop: false }`
[INFO] [stdout] 475a521396e5dd5132aba1d30c40b3d12611a4b6827e54a42e178af56e13195a
