[INFO] fetching crate magic-import 0.2.1... [INFO] checking magic-import-0.2.1 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate magic-import 0.2.1 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate magic-import 0.2.1 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate magic-import 0.2.1 [INFO] finished tweaking crates.io crate magic-import 0.2.1 [INFO] tweaked toml for crates.io crate magic-import 0.2.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate crates.io crate magic-import 0.2.1 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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition [INFO] [stderr] (in the `magic_import` library target) [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f8b3f2a23657a4589491766f2156d29c05418535019ece748718dbdf509edc0b [INFO] running `Command { std: "docker" "start" "-a" "f8b3f2a23657a4589491766f2156d29c05418535019ece748718dbdf509edc0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8b3f2a23657a4589491766f2156d29c05418535019ece748718dbdf509edc0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8b3f2a23657a4589491766f2156d29c05418535019ece748718dbdf509edc0b", kill_on_drop: false }` [INFO] [stdout] f8b3f2a23657a4589491766f2156d29c05418535019ece748718dbdf509edc0b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e4086370fdfd9c9f951a2589b4a8b2dc7da99452e6757c037ba57a4ac6cad60 [INFO] running `Command { std: "docker" "start" "-a" "7e4086370fdfd9c9f951a2589b4a8b2dc7da99452e6757c037ba57a4ac6cad60", kill_on_drop: false }` [INFO] [stderr] warning: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition [INFO] [stderr] (in the `magic_import` library target) [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking json v0.12.4 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking magic-import v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] Injecting use std::fs::File; [INFO] [stdout] Injecting use std::path::PathBuf; [INFO] [stdout] Injecting use std::result::Result::Ok; [INFO] [stdout] Injecting use std::str::FromStr; [INFO] [stdout] Injecting use std::io::Write; [INFO] [stdout] Injecting use std::collections::BTreeMap; [INFO] [stdout] Injecting use std::print; [INFO] [stdout] Injecting use std::unreachable; [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s [INFO] running `Command { std: "docker" "inspect" "7e4086370fdfd9c9f951a2589b4a8b2dc7da99452e6757c037ba57a4ac6cad60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e4086370fdfd9c9f951a2589b4a8b2dc7da99452e6757c037ba57a4ac6cad60", kill_on_drop: false }` [INFO] [stdout] 7e4086370fdfd9c9f951a2589b4a8b2dc7da99452e6757c037ba57a4ac6cad60 [INFO] checking magic-import-0.2.1 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate magic-import 0.2.1 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate magic-import 0.2.1 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate magic-import 0.2.1 [INFO] finished tweaking crates.io crate magic-import 0.2.1 [INFO] tweaked toml for crates.io crate magic-import 0.2.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate crates.io crate magic-import 0.2.1 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" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `proc_macro` is deprecated in favor of `proc-macro` and will not work in the 2024 edition [INFO] [stderr] (in the `magic_import` library target) [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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c36127cf58ff1cdcf68d6641b236104df8fdc281c40edd038962dc1cfb14d35 [INFO] running `Command { std: "docker" "start" "-a" "5c36127cf58ff1cdcf68d6641b236104df8fdc281c40edd038962dc1cfb14d35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c36127cf58ff1cdcf68d6641b236104df8fdc281c40edd038962dc1cfb14d35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c36127cf58ff1cdcf68d6641b236104df8fdc281c40edd038962dc1cfb14d35", kill_on_drop: false }` [INFO] [stdout] 5c36127cf58ff1cdcf68d6641b236104df8fdc281c40edd038962dc1cfb14d35 [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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dff8ca4b43b00fcfd167f70d1975beef693d5176595d469efa17774bb3d26a37 [INFO] running `Command { std: "docker" "start" "-a" "dff8ca4b43b00fcfd167f70d1975beef693d5176595d469efa17774bb3d26a37", 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] Fixed Cargo.toml (1 fix) [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking json v0.12.4 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking magic-import v0.2.1 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] Migrating examples/example.rs from 2021 edition to 2024 [INFO] [stdout] Injecting use std::fs::File; [INFO] [stdout] Injecting use std::str::FromStr; [INFO] [stdout] Injecting use std::io::Write; [INFO] [stdout] Injecting use std::collections::BTreeMap; [INFO] [stdout] Injecting use std::result::Result::Ok; [INFO] [stdout] Injecting use std::unreachable; [INFO] [stdout] Injecting use std::path::PathBuf; [INFO] [stdout] Injecting use std::print; [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] error: failed to parse manifest at `/tmp/fixit/Cargo.toml` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] `proc_macro` is unsupported as of the 2024 edition; instead use `proc-macro` [INFO] [stderr] (in the `magic_import` library target) [INFO] [stderr] error: failed to check after updating to 2024 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "dff8ca4b43b00fcfd167f70d1975beef693d5176595d469efa17774bb3d26a37", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dff8ca4b43b00fcfd167f70d1975beef693d5176595d469efa17774bb3d26a37", kill_on_drop: false }` [INFO] [stdout] dff8ca4b43b00fcfd167f70d1975beef693d5176595d469efa17774bb3d26a37