[INFO] fetching crate spectest 0.1.2... [INFO] checking spectest-0.1.2 against try#b98202ad067d72e45cec8be3d5c15d86ef0fd086 for pr-155193 [INFO] extracting crate spectest 0.1.2 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate spectest 0.1.2 [INFO] finished tweaking crates.io crate spectest 0.1.2 [INFO] tweaked toml for crates.io crate spectest 0.1.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate spectest 0.1.2 on toolchain b98202ad067d72e45cec8be3d5c15d86ef0fd086 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b98202ad067d72e45cec8be3d5c15d86ef0fd086" "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" "+b98202ad067d72e45cec8be3d5c15d86ef0fd086" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 84 packages to latest compatible versions [INFO] [stderr] Adding pulldown-cmark v0.11.3 (available: v0.13.3) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.18) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b98202ad067d72e45cec8be3d5c15d86ef0fd086" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b98202ad067d72e45cec8be3d5c15d86ef0fd086" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6228d5d44b6a3e8d5378916c78536112bc7058d9059d3c6d5e0de1bcba6db4c9 [INFO] running `Command { std: "docker" "start" "-a" "6228d5d44b6a3e8d5378916c78536112bc7058d9059d3c6d5e0de1bcba6db4c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6228d5d44b6a3e8d5378916c78536112bc7058d9059d3c6d5e0de1bcba6db4c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6228d5d44b6a3e8d5378916c78536112bc7058d9059d3c6d5e0de1bcba6db4c9", kill_on_drop: false }` [INFO] [stdout] 6228d5d44b6a3e8d5378916c78536112bc7058d9059d3c6d5e0de1bcba6db4c9 [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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b98202ad067d72e45cec8be3d5c15d86ef0fd086" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f7a93bfac75649d7b9f917629e6d310e7c292f8dd38e01378e9235ef45e0e88e [INFO] running `Command { std: "docker" "start" "-a" "f7a93bfac75649d7b9f917629e6d310e7c292f8dd38e01378e9235ef45e0e88e", kill_on_drop: false }` [INFO] [stderr] Compiling pulldown-cmark v0.11.3 [INFO] [stderr] Checking anstream v1.0.0 [INFO] [stderr] Checking rustix v1.1.4 [INFO] [stderr] Checking nom v1.2.4 [INFO] [stderr] Checking once_cell v1.21.4 [INFO] [stderr] Checking smawk v0.3.2 [INFO] [stderr] Checking getrandom v0.4.2 [INFO] [stderr] Compiling clap_derive v4.6.1 [INFO] [stderr] Compiling spectest_macros v0.1.2 [INFO] [stderr] Checking textwrap v0.16.2 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Checking meval v0.2.0 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking clap v4.6.1 [INFO] [stderr] Checking spectest v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0539]: malformed `inline` attribute input [INFO] [stdout] --> src/lib.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | #[inline(always = true)] [INFO] [stdout] | ^^^^^^^^^-------------^^ [INFO] [stdout] | | [INFO] [stdout] | valid arguments are `always` or `never` [INFO] [stdout] | [INFO] [stdout] = note: for more information, visit [INFO] [stdout] help: try changing it to one of the following valid forms of the attribute [INFO] [stdout] | [INFO] [stdout] 104 - #[inline(always = true)] [INFO] [stdout] 104 + #[inline(always)] [INFO] [stdout] | [INFO] [stdout] 104 - #[inline(always = true)] [INFO] [stdout] 104 + #[inline(never)] [INFO] [stdout] | [INFO] [stdout] 104 - #[inline(always = true)] [INFO] [stdout] 104 + #[inline] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0539]: malformed `inline` attribute input [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | #[inline(always = true)] [INFO] [stdout] | ^^^^^^^^^-------------^^ [INFO] [stdout] | | [INFO] [stdout] | valid arguments are `always` or `never` [INFO] [stdout] | [INFO] [stdout] = note: for more information, visit [INFO] [stdout] help: try changing it to one of the following valid forms of the attribute [INFO] [stdout] | [INFO] [stdout] 110 - #[inline(always = true)] [INFO] [stdout] 110 + #[inline(always)] [INFO] [stdout] | [INFO] [stdout] 110 - #[inline(always = true)] [INFO] [stdout] 110 + #[inline(never)] [INFO] [stdout] | [INFO] [stdout] 110 - #[inline(always = true)] [INFO] [stdout] 110 + #[inline] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0539]: malformed `inline` attribute input [INFO] [stdout] --> src/lib.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | #[inline(always = true)] [INFO] [stdout] | ^^^^^^^^^-------------^^ [INFO] [stdout] | | [INFO] [stdout] | valid arguments are `always` or `never` [INFO] [stdout] | [INFO] [stdout] = note: for more information, visit [INFO] [stdout] help: try changing it to one of the following valid forms of the attribute [INFO] [stdout] | [INFO] [stdout] 104 - #[inline(always = true)] [INFO] [stdout] 104 + #[inline(always)] [INFO] [stdout] | [INFO] [stdout] 104 - #[inline(always = true)] [INFO] [stdout] 104 + #[inline(never)] [INFO] [stdout] | [INFO] [stdout] 104 - #[inline(always = true)] [INFO] [stdout] 104 + #[inline] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0539]: malformed `inline` attribute input [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | #[inline(always = true)] [INFO] [stdout] | ^^^^^^^^^-------------^^ [INFO] [stdout] | | [INFO] [stdout] | valid arguments are `always` or `never` [INFO] [stdout] | [INFO] [stdout] = note: for more information, visit [INFO] [stdout] help: try changing it to one of the following valid forms of the attribute [INFO] [stdout] | [INFO] [stdout] 110 - #[inline(always = true)] [INFO] [stdout] 110 + #[inline(always)] [INFO] [stdout] | [INFO] [stdout] 110 - #[inline(always = true)] [INFO] [stdout] 110 + #[inline(never)] [INFO] [stdout] | [INFO] [stdout] 110 - #[inline(always = true)] [INFO] [stdout] 110 + #[inline] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fs2::FileExt` [INFO] [stdout] --> src/core/reader.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use fs2::FileExt; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `fs2::FileExt` [INFO] [stdout] --> src/core/reader.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use fs2::FileExt; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0539`. [INFO] [stdout] [INFO] [stderr] error: could not compile `spectest` (lib) due to 2 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0539`. [INFO] [stdout] [INFO] [stderr] error: could not compile `spectest` (lib test) due to 2 previous errors; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "f7a93bfac75649d7b9f917629e6d310e7c292f8dd38e01378e9235ef45e0e88e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7a93bfac75649d7b9f917629e6d310e7c292f8dd38e01378e9235ef45e0e88e", kill_on_drop: false }` [INFO] [stdout] f7a93bfac75649d7b9f917629e6d310e7c292f8dd38e01378e9235ef45e0e88e