[INFO] fetching crate derive_wrapper 0.1.7... [INFO] checking derive_wrapper-0.1.7 against master#613bdd49978298648ed05ace086bd1ecad54b44a for pr-136458 [INFO] extracting crate derive_wrapper 0.1.7 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate derive_wrapper 0.1.7 on toolchain 613bdd49978298648ed05ace086bd1ecad54b44a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+613bdd49978298648ed05ace086bd1ecad54b44a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate derive_wrapper 0.1.7 [INFO] finished tweaking crates.io crate derive_wrapper 0.1.7 [INFO] tweaked toml for crates.io crate derive_wrapper 0.1.7 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate crates.io crate derive_wrapper 0.1.7 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" "+613bdd49978298648ed05ace086bd1ecad54b44a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+613bdd49978298648ed05ace086bd1ecad54b44a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 15ae3f1840f604d1a408b88fd2df3e664babed4e636724eb8756ff8c8d62b6cd [INFO] running `Command { std: "docker" "start" "-a" "15ae3f1840f604d1a408b88fd2df3e664babed4e636724eb8756ff8c8d62b6cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15ae3f1840f604d1a408b88fd2df3e664babed4e636724eb8756ff8c8d62b6cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15ae3f1840f604d1a408b88fd2df3e664babed4e636724eb8756ff8c8d62b6cd", kill_on_drop: false }` [INFO] [stdout] 15ae3f1840f604d1a408b88fd2df3e664babed4e636724eb8756ff8c8d62b6cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+613bdd49978298648ed05ace086bd1ecad54b44a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 893a6649b5166bd2d1e80863068bf0ea96c3068782585a72ccf6d73c58a548a0 [INFO] running `Command { std: "docker" "start" "-a" "893a6649b5166bd2d1e80863068bf0ea96c3068782585a72ccf6d73c58a548a0", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking unicode-xid v0.1.0 [INFO] [stderr] Checking quote v0.6.13 [INFO] [stderr] Checking derive_wrapper v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `MSRV` [INFO] [stdout] --> examples/test.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(not(MSRV))] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 30 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(MSRV)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(MSRV)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `MSRV` [INFO] [stdout] --> examples/test.rs:62:11 [INFO] [stdout] | [INFO] [stdout] 62 | #[cfg(not(MSRV))] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(MSRV)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(MSRV)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `MSRV` [INFO] [stdout] --> examples/test.rs:232:11 [INFO] [stdout] | [INFO] [stdout] 232 | #[cfg(not(MSRV))] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(MSRV)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(MSRV)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `MSRV` [INFO] [stdout] --> examples/test.rs:48:15 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg(not(MSRV))] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(MSRV)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(MSRV)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `MSRV` [INFO] [stdout] --> examples/test.rs:94:15 [INFO] [stdout] | [INFO] [stdout] 94 | #[cfg(not(MSRV))] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(MSRV)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(MSRV)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `MSRV` [INFO] [stdout] --> examples/test.rs:200:15 [INFO] [stdout] | [INFO] [stdout] 200 | #[cfg(not(MSRV))] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(MSRV)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(MSRV)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s [INFO] running `Command { std: "docker" "inspect" "893a6649b5166bd2d1e80863068bf0ea96c3068782585a72ccf6d73c58a548a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "893a6649b5166bd2d1e80863068bf0ea96c3068782585a72ccf6d73c58a548a0", kill_on_drop: false }` [INFO] [stdout] 893a6649b5166bd2d1e80863068bf0ea96c3068782585a72ccf6d73c58a548a0