[INFO] fetching crate io-plugin 0.6.0...
[INFO] testing io-plugin-0.6.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate io-plugin 0.6.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate io-plugin 0.6.0
[INFO] finished tweaking crates.io crate io-plugin 0.6.0
[INFO] tweaked toml for crates.io crate io-plugin 0.6.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate io-plugin 0.6.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 29 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[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]  Downloading crates ...
[INFO] [stderr]   Downloaded half v1.8.3
[INFO] [stderr]   Downloaded io-plugin-macros v0.6.0
[INFO] [stderr]   Downloaded serde_cbor v0.11.2
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 76e6aa1f3776ae0d9a515c8fca5fd17d517ed7bc1446a066c84ae28799c58430
[INFO] running `Command { std: "docker" "start" "-a" "76e6aa1f3776ae0d9a515c8fca5fd17d517ed7bc1446a066c84ae28799c58430", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "76e6aa1f3776ae0d9a515c8fca5fd17d517ed7bc1446a066c84ae28799c58430", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76e6aa1f3776ae0d9a515c8fca5fd17d517ed7bc1446a066c84ae28799c58430", kill_on_drop: false }`
[INFO] [stdout] 76e6aa1f3776ae0d9a515c8fca5fd17d517ed7bc1446a066c84ae28799c58430
[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=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] 4ccf30ce36f695e940abc8ba6a7f97b0e14e03ce4f7577662f68c7a87f5edf9b
[INFO] running `Command { std: "docker" "start" "-a" "4ccf30ce36f695e940abc8ba6a7f97b0e14e03ce4f7577662f68c7a87f5edf9b", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling io-plugin-macros v0.6.0
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-plugin-macros-0.6.0/src/handle.rs:89:38
[INFO] [stdout]    |
[INFO] [stdout] 89 |       let (name_expr, name_param) = if let Some(get_name) = methods
[INFO] [stdout]    |  ______________________________________^
[INFO] [stdout] 90 | |         .iter()
[INFO] [stdout] 91 | |         .find(|m| m.sig.ident.to_string() == "get_name")
[INFO] [stdout]    | |________________________________________________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-plugin-macros-0.6.0/src/handle.rs:177:12
[INFO] [stdout]     |
[INFO] [stdout] 177 |         if let Some(ty) = types.first()
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-plugin-macros-0.6.0/src/plugin_interface.rs:52:20
[INFO] [stdout]    |
[INFO] [stdout] 52 |                 if let Some(ty) = types.first()
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-plugin-macros-0.6.0/src/util.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 |         if let Meta::List(MetaList { path, tokens, .. }) = &a.meta
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-plugin-macros-0.6.0/src/util.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |             && let Some(ident) = path.get_ident()
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-plugin-macros-0.6.0/src/util.rs:24:12
[INFO] [stdout]    |
[INFO] [stdout] 24 |         if let Meta::NameValue(MetaNameValue { path, value, .. }) = &a.meta
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: let chains are only allowed in Rust 2024 or later
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-plugin-macros-0.6.0/src/util.rs:25:16
[INFO] [stdout]    |
[INFO] [stdout] 25 |             && let Some(ident) = path.get_ident()
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-plugin-macros-0.6.0/src/enums.rs:18:22
[INFO] [stdout]    |
[INFO] [stdout] 18 |         .extract_if(|a| {
[INFO] [stdout]    |                      ^
[INFO] [stdout] 19 |             a.path()
[INFO] [stdout]    |             - type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 18 |         .extract_if(|a: /* Type */| {
[INFO] [stdout]    |                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-plugin-macros-0.6.0/src/enums.rs:21:31
[INFO] [stdout]    |
[INFO] [stdout] 21 |                 .is_some_and(|ident| ident.to_string() == id)
[INFO] [stdout]    |                               ^^^^^  ----- type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving this closure parameter an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 21 |                 .is_some_and(|ident: /* Type */| ident.to_string() == id)
[INFO] [stdout]    |                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this method takes 2 arguments but 1 argument was supplied
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/io-plugin-macros-0.6.0/src/enums.rs:18:10
[INFO] [stdout]    |
[INFO] [stdout] 18 |           .extract_if(|a| {
[INFO] [stdout]    |  __________^^^^^^^^^^-
[INFO] [stdout] 19 | |             a.path()
[INFO] [stdout] 20 | |                 .get_ident()
[INFO] [stdout] 21 | |                 .is_some_and(|ident| ident.to_string() == id)
[INFO] [stdout] 22 | |         })
[INFO] [stdout]    | |__________- argument #2 is missing
[INFO] [stdout]    |
[INFO] [stdout] note: method defined here
[INFO] [stdout]   --> /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/alloc/src/vec/mod.rs:3953:11
[INFO] [stdout] help: provide the argument
[INFO] [stdout]    |
[INFO] [stdout] 18 |         .extract_if(|a| {
[INFO] [stdout] ...
[INFO] [stdout] 21 |                 .is_some_and(|ident| ident.to_string() == id)
[INFO] [stdout] 22 ~         }, /* filter */)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0282.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `io-plugin-macros` (lib) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4ccf30ce36f695e940abc8ba6a7f97b0e14e03ce4f7577662f68c7a87f5edf9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ccf30ce36f695e940abc8ba6a7f97b0e14e03ce4f7577662f68c7a87f5edf9b", kill_on_drop: false }`
[INFO] [stdout] 4ccf30ce36f695e940abc8ba6a7f97b0e14e03ce4f7577662f68c7a87f5edf9b
