[INFO] cloning repository https://github.com/cornishon/aoc2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cornishon/aoc2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcornishon%2Faoc2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcornishon%2Faoc2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 836b31c1ad9cb85c40dd2ddef4e4d03a2ba0ea48
[INFO] checking cornishon/aoc2023/836b31c1ad9cb85c40dd2ddef4e4d03a2ba0ea48 against try#65132f36b923285d5da381c2fbafee6ce899e841 for pr-132712-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcornishon%2Faoc2023" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/cornishon/aoc2023 on toolchain 65132f36b923285d5da381c2fbafee6ce899e841
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/cornishon/aoc2023
[INFO] finished tweaking git repo https://github.com/cornishon/aoc2023
[INFO] tweaked toml for git repo https://github.com/cornishon/aoc2023 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/cornishon/aoc2023 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" "+65132f36b923285d5da381c2fbafee6ce899e841" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f46f5a7108b2e96459dfd9b991f1d9e0f3786b63bd9e9cdf9e28375bb1717a72
[INFO] running `Command { std: "docker" "start" "-a" "f46f5a7108b2e96459dfd9b991f1d9e0f3786b63bd9e9cdf9e28375bb1717a72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f46f5a7108b2e96459dfd9b991f1d9e0f3786b63bd9e9cdf9e28375bb1717a72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f46f5a7108b2e96459dfd9b991f1d9e0f3786b63bd9e9cdf9e28375bb1717a72", kill_on_drop: false }`
[INFO] [stdout] f46f5a7108b2e96459dfd9b991f1d9e0f3786b63bd9e9cdf9e28375bb1717a72
[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=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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 421f4b6c79342fd5b4f57f428bf544be47db31b9a66de1d09986d986779c1cdf
[INFO] running `Command { std: "docker" "start" "-a" "421f4b6c79342fd5b4f57f428bf544be47db31b9a66de1d09986d986779c1cdf", kill_on_drop: false }`
[INFO] [stderr] Copying to /tmp/fixit
[INFO] [stderr] Running `cargo fix --edition`
[INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr] Compiling proc-macro2 v1.0.84
[INFO] [stderr] Compiling num-traits v0.2.19
[INFO] [stderr] Compiling crossbeam-utils v0.8.20
[INFO] [stderr] Compiling libc v0.2.155
[INFO] [stderr] Compiling semver v1.0.23
[INFO] [stderr] Compiling matrixmultiply v0.3.8
[INFO] [stderr] Compiling thiserror v1.0.61
[INFO] [stderr] Compiling rayon-core v1.12.1
[INFO] [stderr] Checking ppv-lite86 v0.2.17
[INFO] [stderr] Checking either v1.12.0
[INFO] [stderr] Checking rawpointer v0.2.1
[INFO] [stderr] Checking fixedbitset v0.4.2
[INFO] [stderr] Checking byteorder v1.5.0
[INFO] [stderr] Checking rustc-hash v1.1.0
[INFO] [stderr] Checking simple-grid v2.2.1
[INFO] [stderr] Checking hashbrown v0.14.5
[INFO] [stderr] Checking winnow v0.6.9
[INFO] [stderr] Checking itertools v0.13.0
[INFO] [stderr] Checking fxhash v0.2.1
[INFO] [stderr] Checking crossbeam-epoch v0.9.18
[INFO] [stderr] Checking indexmap v2.2.6
[INFO] [stderr] Compiling quote v1.0.36
[INFO] [stderr] Checking crossbeam-deque v0.8.5
[INFO] [stderr] Compiling syn v2.0.66
[INFO] [stderr] Checking getrandom v0.2.15
[INFO] [stderr] Checking num-integer v0.1.46
[INFO] [stderr] Checking integer-sqrt v0.1.5
[INFO] [stderr] Checking num-complex v0.4.6
[INFO] [stderr] Checking rand_core v0.6.4
[INFO] [stderr] Checking rand_chacha v0.3.1
[INFO] [stderr] Checking petgraph v0.6.5
[INFO] [stderr] Checking rand v0.8.5
[INFO] [stderr] Checking rayon v1.10.0
[INFO] [stderr] Checking ndarray v0.15.6
[INFO] [stderr] Compiling thiserror-impl v1.0.61
[INFO] [stderr] Compiling deprecate-until v0.1.1
[INFO] [stderr] Checking pathfinding v4.9.1
[INFO] [stderr] Checking aoc2023 v0.1.0 (/tmp/fixit)
[INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day19.rs from 2021 edition to 2024
[INFO] [stderr] Fixed src/bin/day19.rs (1 fix)
[INFO] [stderr] Migrating src/bin/day16.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day14.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day9.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day21.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day23.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day17.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day7.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day25.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day3.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day11.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day12.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day18.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day24.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day8.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day15.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day10.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day20.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day4.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day22.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day5.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/bin/day1.rs from 2021 edition to 2024
[INFO] [stderr] Fixed src/bin/day1.rs (2 fixes)
[INFO] [stderr] Migrating src/bin/day2.rs from 2021 edition to 2024
[INFO] [stderr] warning: failed to automatically apply fixes suggested by rustc to crate `day2`
[INFO] [stderr]
[INFO] [stderr] after fixes were automatically applied the compiler reported errors within these files:
[INFO] [stderr]
[INFO] [stderr] * src/bin/day2.rs
[INFO] [stderr]
[INFO] [stderr] This likely indicates a bug in either rustc or cargo itself,
[INFO] [stderr] and we would appreciate a bug report! You're likely to see
[INFO] [stderr] a number of compiler warnings after this message which cargo
[INFO] [stderr] attempted to fix but failed. If you could open an issue at
[INFO] [stderr] https://github.com/rust-lang/rust/issues
[INFO] [stderr] quoting the full output of this command we'd be very appreciative!
[INFO] [stderr] Note that you may be able to make some more progress in the near-term
[INFO] [stderr] fixing code with the `--broken-code` flag
[INFO] [stderr]
[INFO] [stderr] The following errors were reported:
[INFO] [stderr] error[E0107]: function takes 7 generic arguments but 8 generic arguments were supplied
[INFO] [stderr] --> src/bin/day2.rs:75:5
[INFO] [stderr] |
[INFO] [stderr] 75 | separated::<_, _, (), _, _, _, _, _>(
[INFO] [stderr] | ^^^^^^^^^ --- help: remove the unnecessary generic argument
[INFO] [stderr] | |
[INFO] [stderr] | expected 7 generic arguments
[INFO] [stderr] |
[INFO] [stderr] note: function defined here, with 7 generic parameters: `Input`, `Output`, `Accumulator`, `Sep`, `Error`, `ParseNext`, `SepParser`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.9/src/combinator/multi.rs:698:8
[INFO] [stderr] |
[INFO] [stderr] 698 | pub fn separated(
[INFO] [stderr] | ^^^^^^^^^ ----- ------ ----------- --- ----- --------- ---------
[INFO] [stderr] = note: `impl Trait` cannot be explicitly specified as a generic argument
[INFO] [stderr]
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr] --> src/bin/day2.rs:73:1
[INFO] [stderr] |
[INFO] [stderr] 73 | fn draw_parser(i: &mut &str) -> PResult<[i32; 3]> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr] = note: for more information, see issue #123748
[INFO] [stderr] = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: Accumulate<()>` will fail
[INFO] [stderr] --> src/bin/day2.rs:75:23
[INFO] [stderr] |
[INFO] [stderr] 75 | separated::<_, _, (), _, _, _, _, _>(
[INFO] [stderr] | ^^
[INFO] [stderr] = note: `--force-warn dependency-on-unit-never-type-fallback` implied by `--force-warn rust-2024-compatibility`
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0107`.
[INFO] [stderr] Original diagnostics will follow.
[INFO] [stderr]
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout] --> src/bin/day2.rs:73:1
[INFO] [stdout] |
[INFO] [stdout] 73 | fn draw_parser(i: &mut &str) -> PResult<[i32; 3]> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout] = note: for more information, see issue #123748
[INFO] [stdout] = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Accumulate<()>` will fail
[INFO] [stdout] --> src/bin/day2.rs:75:5
[INFO] [stdout] |
[INFO] [stdout] 75 | / separated(
[INFO] [stdout] 76 | | 1..,
[INFO] [stdout] 77 | | separated_pair(dec_int, space1, color_parser)
[INFO] [stdout] 78 | | .map(|(amount, color)| v[color as usize] = amount),
[INFO] [stdout] 79 | | (',', space0),
[INFO] [stdout] 80 | | )
[INFO] [stdout] | |_____^
[INFO] [stdout] = note: `--force-warn dependency-on-unit-never-type-fallback` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout] |
[INFO] [stdout] 75 | separated::<_, _, (), _, _, _, _, _>(
[INFO] [stdout] | +++++++++++++++++++++++++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Migrating src/bin/day6.rs from 2021 edition to 2024
[INFO] [stderr] warning: failed to automatically apply fixes suggested by rustc to crate `day2`
[INFO] [stderr]
[INFO] [stderr] after fixes were automatically applied the compiler reported errors within these files:
[INFO] [stderr]
[INFO] [stderr] * src/bin/day2.rs
[INFO] [stderr]
[INFO] [stderr] This likely indicates a bug in either rustc or cargo itself,
[INFO] [stderr] and we would appreciate a bug report! You're likely to see
[INFO] [stderr] a number of compiler warnings after this message which cargo
[INFO] [stderr] attempted to fix but failed. If you could open an issue at
[INFO] [stderr] https://github.com/rust-lang/rust/issues
[INFO] [stderr] quoting the full output of this command we'd be very appreciative!
[INFO] [stderr] Note that you may be able to make some more progress in the near-term
[INFO] [stderr] fixing code with the `--broken-code` flag
[INFO] [stderr]
[INFO] [stderr] The following errors were reported:
[INFO] [stderr] error[E0107]: function takes 7 generic arguments but 8 generic arguments were supplied
[INFO] [stderr] --> src/bin/day2.rs:75:5
[INFO] [stderr] |
[INFO] [stderr] 75 | separated::<_, _, (), _, _, _, _, _>(
[INFO] [stderr] | ^^^^^^^^^ --- help: remove the unnecessary generic argument
[INFO] [stderr] | |
[INFO] [stderr] | expected 7 generic arguments
[INFO] [stderr] |
[INFO] [stderr] note: function defined here, with 7 generic parameters: `Input`, `Output`, `Accumulator`, `Sep`, `Error`, `ParseNext`, `SepParser`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.9/src/combinator/multi.rs:698:8
[INFO] [stderr] |
[INFO] [stderr] 698 | pub fn separated(
[INFO] [stderr] | ^^^^^^^^^ ----- ------ ----------- --- ----- --------- ---------
[INFO] [stderr] = note: `impl Trait` cannot be explicitly specified as a generic argument
[INFO] [stderr]
[INFO] [stderr] warning: this function depends on never type fallback being `()`
[INFO] [stderr] --> src/bin/day2.rs:73:1
[INFO] [stderr] |
[INFO] [stderr] 73 | fn draw_parser(i: &mut &str) -> PResult<[i32; 3]> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stderr] = note: for more information, see issue #123748
[INFO] [stderr] = help: specify the types explicitly
[INFO] [stderr] note: in edition 2024, the requirement `!: Accumulate<()>` will fail
[INFO] [stderr] --> src/bin/day2.rs:75:23
[INFO] [stderr] |
[INFO] [stderr] 75 | separated::<_, _, (), _, _, _, _, _>(
[INFO] [stderr] | ^^
[INFO] [stderr] = note: `--force-warn dependency-on-unit-never-type-fallback` implied by `--force-warn rust-2024-compatibility`
[INFO] [stderr]
[INFO] [stderr] error: aborting due to 1 previous error; 1 warning emitted
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0107`.
[INFO] [stderr] Original diagnostics will follow.
[INFO] [stderr]
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout] --> src/bin/day2.rs:73:1
[INFO] [stdout] |
[INFO] [stdout] 73 | fn draw_parser(i: &mut &str) -> PResult<[i32; 3]> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout] = note: for more information, see issue #123748
[INFO] [stdout] = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: Accumulate<()>` will fail
[INFO] [stdout] --> src/bin/day2.rs:75:5
[INFO] [stdout] |
[INFO] [stdout] 75 | / separated(
[INFO] [stdout] 76 | | 1..,
[INFO] [stdout] 77 | | separated_pair(dec_int, space1, color_parser)
[INFO] [stdout] 78 | | .map(|(amount, color)| v[color as usize] = amount),
[INFO] [stdout] 79 | | (',', space0),
[INFO] [stdout] 80 | | )
[INFO] [stdout] | |_____^
[INFO] [stdout] = note: `--force-warn dependency-on-unit-never-type-fallback` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout] |
[INFO] [stdout] 75 | separated::<_, _, (), _, _, _, _, _>(
[INFO] [stdout] | +++++++++++++++++++++++++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Migrating src/bin/day13.rs from 2021 edition to 2024
[INFO] [stderr] Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
[INFO] [stderr] Running `cargo check` to verify 2024
[INFO] [stderr] Checking aoc2023 v0.1.0 (/tmp/fixit)
[INFO] [stdout] error[E0277]: the trait bound `!: Accumulate<()>` is not satisfied
[INFO] [stdout] --> src/bin/day2.rs:75:5
[INFO] [stdout] |
[INFO] [stdout] 75 | / separated(
[INFO] [stdout] 76 | | 1..,
[INFO] [stdout] 77 | | separated_pair(dec_int, space1, color_parser)
[INFO] [stdout] 78 | | .map(|(amount, color)| v[color as usize] = amount),
[INFO] [stdout] 79 | | (',', space0),
[INFO] [stdout] 80 | | )
[INFO] [stdout] | |_____^ the trait `Accumulate<()>` is not implemented for `!`
[INFO] [stdout] |
[INFO] [stdout] = help: the following other types implement trait `Accumulate`:
[INFO] [stdout] `()` implements `Accumulate`
[INFO] [stdout] `BTreeMap` implements `Accumulate<(K, V)>`
[INFO] [stdout] `BTreeSet` implements `Accumulate`
[INFO] [stdout] `HashMap` implements `Accumulate<(K, V)>`
[INFO] [stdout] `HashSet` implements `Accumulate`
[INFO] [stdout] `String` implements `Accumulate<&'i str>`
[INFO] [stdout] `String` implements `Accumulate`
[INFO] [stdout] `Vec` implements `Accumulate<&'i [T]>`
[INFO] [stdout] and 2 others
[INFO] [stdout] = note: this error might have been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information)
[INFO] [stdout] = help: did you intend to use the type `()` here instead?
[INFO] [stdout] note: required by a bound in `separated`
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.9/src/combinator/multi.rs:705:18
[INFO] [stdout] |
[INFO] [stdout] 698 | pub fn separated(
[INFO] [stdout] | --------- required by a bound in this function
[INFO] [stdout] ...
[INFO] [stdout] 705 | Accumulator: Accumulate