[INFO] fetching crate castep-cell-parser 0.1.0...
[INFO] checking castep-cell-parser-0.1.0 against try#65132f36b923285d5da381c2fbafee6ce899e841 for pr-132712-1
[INFO] extracting crate castep-cell-parser 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate castep-cell-parser 0.1.0 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 crates.io crate castep-cell-parser 0.1.0
[INFO] finished tweaking crates.io crate castep-cell-parser 0.1.0
[INFO] tweaked toml for crates.io crate castep-cell-parser 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65132f36b923285d5da381c2fbafee6ce899e841" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Locking 16 packages to latest compatible versions
[INFO] [stderr] Adding castep-periodic-table v0.3.2 (available: v0.5.1)
[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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 5769d293e80e9e8cdceaff2a268ccef9029ed222e0201796b775be5ec1d98969
[INFO] running `Command { std: "docker" "start" "-a" "5769d293e80e9e8cdceaff2a268ccef9029ed222e0201796b775be5ec1d98969", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5769d293e80e9e8cdceaff2a268ccef9029ed222e0201796b775be5ec1d98969", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5769d293e80e9e8cdceaff2a268ccef9029ed222e0201796b775be5ec1d98969", kill_on_drop: false }`
[INFO] [stdout] 5769d293e80e9e8cdceaff2a268ccef9029ed222e0201796b775be5ec1d98969
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 14034cd25cfc9f7cea0245b9878dbc5b2a4bfa81b5fc2fb011c4f4273c9c37f0
[INFO] running `Command { std: "docker" "start" "-a" "14034cd25cfc9f7cea0245b9878dbc5b2a4bfa81b5fc2fb011c4f4273c9c37f0", 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.92
[INFO] [stderr] Compiling unicode-ident v1.0.14
[INFO] [stderr] Compiling serde v1.0.215
[INFO] [stderr] Checking hashbrown v0.15.1
[INFO] [stderr] Checking equivalent v1.0.1
[INFO] [stderr] Checking itoa v1.0.13
[INFO] [stderr] Checking ryu v1.0.18
[INFO] [stderr] Checking unsafe-libyaml v0.2.11
[INFO] [stderr] Checking winnow v0.6.20
[INFO] [stderr] Checking indexmap v2.6.0
[INFO] [stderr] Compiling quote v1.0.37
[INFO] [stderr] Compiling syn v2.0.89
[INFO] [stderr] Compiling serde_derive v1.0.215
[INFO] [stderr] Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr] Checking castep-periodic-table v0.3.2
[INFO] [stderr] Checking castep-cell-parser v0.1.0 (/tmp/fixit)
[INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr] warning: failed to automatically apply fixes suggested by rustc to crate `castep_cell_parser`
[INFO] [stderr]
[INFO] [stderr] after fixes were automatically applied the compiler reported errors within these files:
[INFO] [stderr]
[INFO] [stderr] * src/parsing/helpers/mod.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 5 generic arguments but 6 generic arguments were supplied
[INFO] [stderr] --> src/parsing/helpers/mod.rs:54:5
[INFO] [stderr] |
[INFO] [stderr] 54 | repeat::<_, _, (), _, _, _>(0.., skip_comments_blank_lines).parse_next(input)?;
[INFO] [stderr] | ^^^^^^ --- help: remove the unnecessary generic argument
[INFO] [stderr] | |
[INFO] [stderr] | expected 5 generic arguments
[INFO] [stderr] |
[INFO] [stderr] note: function defined here, with 5 generic parameters: `Input`, `Output`, `Accumulator`, `Error`, `ParseNext`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/src/combinator/multi.rs:111:8
[INFO] [stderr] |
[INFO] [stderr] 111 | pub fn repeat(
[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/parsing/helpers/mod.rs:52:1
[INFO] [stdout] warning: this function depends on never type fallback being `()`
[INFO] [stdout] --> src/parsing/helpers/mod.rs:52:1
[INFO] [stdout] |
[INFO] [stdout] 52 | pub fn current_sections<'s>(input: &mut &'s str) -> PResult> {
[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