[INFO] fetching crate custom_attrs 1.6.2... [INFO] testing custom_attrs-1.6.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate custom_attrs 1.6.2 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate custom_attrs 1.6.2 [INFO] finished tweaking crates.io crate custom_attrs 1.6.2 [INFO] tweaked toml for crates.io crate custom_attrs 1.6.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate custom_attrs 1.6.2 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate custom_attrs 1.6.2 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d52d44d5da636ea62394a82e9f2a178566488c7f46246591fb75b9b9c42507b [INFO] running `Command { std: "docker" "start" "-a" "0d52d44d5da636ea62394a82e9f2a178566488c7f46246591fb75b9b9c42507b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d52d44d5da636ea62394a82e9f2a178566488c7f46246591fb75b9b9c42507b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d52d44d5da636ea62394a82e9f2a178566488c7f46246591fb75b9b9c42507b", kill_on_drop: false }` [INFO] [stdout] 0d52d44d5da636ea62394a82e9f2a178566488c7f46246591fb75b9b9c42507b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f56d4a31483ed663b52930c1cc65947973539ade3cede444dbdfef0b8dfb3cf [INFO] running `Command { std: "docker" "start" "-a" "9f56d4a31483ed663b52930c1cc65947973539ade3cede444dbdfef0b8dfb3cf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.54 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling custom_attrs v1.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `help_span` [INFO] [stdout] --> src/derive.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | if #[cfg(help_span)] { [INFO] [stdout] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 114 | / error_duplicate!( [INFO] [stdout] 115 | | attr, "This config is already set." ; [INFO] [stdout] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stdout] 117 | | ); [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 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(help_span)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` 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] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `help_span` [INFO] [stdout] --> src/derive.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | if #[cfg(help_span)] { [INFO] [stdout] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stdout] ... [INFO] [stdout] 272 | / error_duplicate!( [INFO] [stdout] 273 | | value, "The value is already set for this attribute."; [INFO] [stdout] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_____________- in this macro invocation [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(help_span)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `help_span` [INFO] [stdout] --> src/derive.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | if #[cfg(help_span)] { [INFO] [stdout] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stdout] ... [INFO] [stdout] 369 | / error_duplicate!( [INFO] [stdout] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stdout] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stdout] 372 | | ); [INFO] [stdout] | |_________________________- in this macro invocation [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(help_span)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `help_span` [INFO] [stdout] --> src/derive.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | if #[cfg(help_span)] { [INFO] [stdout] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stdout] ... [INFO] [stdout] 400 | / error_duplicate!( [INFO] [stdout] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stdout] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stdout] 403 | | ); [INFO] [stdout] | |_____________- in this macro invocation [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(help_span)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.13s [INFO] running `Command { std: "docker" "inspect" "9f56d4a31483ed663b52930c1cc65947973539ade3cede444dbdfef0b8dfb3cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f56d4a31483ed663b52930c1cc65947973539ade3cede444dbdfef0b8dfb3cf", kill_on_drop: false }` [INFO] [stdout] 9f56d4a31483ed663b52930c1cc65947973539ade3cede444dbdfef0b8dfb3cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db15624d0b7585711eaf09a3098a7a372e5714f703fbf25f1e9e3949280c624a [INFO] running `Command { std: "docker" "start" "-a" "db15624d0b7585711eaf09a3098a7a372e5714f703fbf25f1e9e3949280c624a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.54 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling serde v1.0.158 [INFO] [stderr] Compiling serde_json v1.0.94 [INFO] [stderr] Compiling serde_derive v1.0.158 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling trybuild v1.0.80 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling syn v2.0.10 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling basic-toml v0.1.2 [INFO] [stderr] Compiling custom_attrs v1.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `help_span` [INFO] [stdout] --> src/derive.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | if #[cfg(help_span)] { [INFO] [stdout] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 114 | / error_duplicate!( [INFO] [stdout] 115 | | attr, "This config is already set." ; [INFO] [stdout] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stdout] 117 | | ); [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 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(help_span)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` 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] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `help_span` [INFO] [stdout] --> src/derive.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | if #[cfg(help_span)] { [INFO] [stdout] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stdout] ... [INFO] [stdout] 272 | / error_duplicate!( [INFO] [stdout] 273 | | value, "The value is already set for this attribute."; [INFO] [stdout] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_____________- in this macro invocation [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(help_span)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `help_span` [INFO] [stdout] --> src/derive.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | if #[cfg(help_span)] { [INFO] [stdout] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stdout] ... [INFO] [stdout] 369 | / error_duplicate!( [INFO] [stdout] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stdout] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stdout] 372 | | ); [INFO] [stdout] | |_________________________- in this macro invocation [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(help_span)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `help_span` [INFO] [stdout] --> src/derive.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | if #[cfg(help_span)] { [INFO] [stdout] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stdout] ... [INFO] [stdout] 400 | / error_duplicate!( [INFO] [stdout] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stdout] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stdout] 403 | | ); [INFO] [stdout] | |_____________- in this macro invocation [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(help_span)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `help_span` [INFO] [stdout] --> src/derive.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | if #[cfg(help_span)] { [INFO] [stdout] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stdout] | [INFO] [stdout] ::: src/config.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 114 | / error_duplicate!( [INFO] [stdout] 115 | | attr, "This config is already set." ; [INFO] [stdout] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stdout] 117 | | ); [INFO] [stdout] | |_________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 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(help_span)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` 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] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `help_span` [INFO] [stdout] --> src/derive.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | if #[cfg(help_span)] { [INFO] [stdout] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stdout] ... [INFO] [stdout] 272 | / error_duplicate!( [INFO] [stdout] 273 | | value, "The value is already set for this attribute."; [INFO] [stdout] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stdout] 275 | | ); [INFO] [stdout] | |_____________- in this macro invocation [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(help_span)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `help_span` [INFO] [stdout] --> src/derive.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | if #[cfg(help_span)] { [INFO] [stdout] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stdout] ... [INFO] [stdout] 369 | / error_duplicate!( [INFO] [stdout] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stdout] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stdout] 372 | | ); [INFO] [stdout] | |_________________________- in this macro invocation [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(help_span)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `help_span` [INFO] [stdout] --> src/derive.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | if #[cfg(help_span)] { [INFO] [stdout] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stdout] ... [INFO] [stdout] 400 | / error_duplicate!( [INFO] [stdout] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stdout] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stdout] 403 | | ); [INFO] [stdout] | |_____________- in this macro invocation [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(help_span)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 26.12s [INFO] running `Command { std: "docker" "inspect" "db15624d0b7585711eaf09a3098a7a372e5714f703fbf25f1e9e3949280c624a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db15624d0b7585711eaf09a3098a7a372e5714f703fbf25f1e9e3949280c624a", kill_on_drop: false }` [INFO] [stdout] db15624d0b7585711eaf09a3098a7a372e5714f703fbf25f1e9e3949280c624a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] adaa2171fc2b1f4451fa7cead9150c00887bb54efb548cd0a2cc906e05a500dc [INFO] running `Command { std: "docker" "start" "-a" "adaa2171fc2b1f4451fa7cead9150c00887bb54efb548cd0a2cc906e05a500dc", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] | [INFO] [stderr] ::: src/config.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | / error_duplicate!( [INFO] [stderr] 115 | | attr, "This config is already set." ; [INFO] [stderr] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 272 | / error_duplicate!( [INFO] [stderr] 273 | | value, "The value is already set for this attribute."; [INFO] [stderr] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stderr] 275 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 369 | / error_duplicate!( [INFO] [stderr] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stderr] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stderr] 372 | | ); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 400 | / error_duplicate!( [INFO] [stderr] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stderr] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `custom_attrs` (lib) generated 4 warnings [INFO] [stderr] warning: `custom_attrs` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/custom_attrs-9bce1ba71fcb5d19) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/attribute_get_multi.rs (/opt/rustwide/target/debug/deps/attribute_get_multi-086be66136005b87) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_attribute_get ... ok [INFO] [stdout] test test_attribute_options ... ok [INFO] [stderr] Running tests/attribute_get_simple.rs (/opt/rustwide/target/debug/deps/attribute_get_simple-d71795989126aa1a) [INFO] [stdout] test test_attribute_default ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_attribute_options ... ok [INFO] [stdout] test test_attribute_get ... ok [INFO] [stderr] Running tests/compile_test.rs (/opt/rustwide/target/debug/deps/compile_test-f56c1999c554e5bd) [INFO] [stdout] test test_attribute_default ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Compiling proc-macro2 v1.0.54 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling custom_attrs v1.6.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/config.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | / error_duplicate!( [INFO] [stderr] 115 | | attr, "This config is already set." ; [INFO] [stderr] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 272 | / error_duplicate!( [INFO] [stderr] 273 | | value, "The value is already set for this attribute."; [INFO] [stderr] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stderr] 275 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 369 | / error_duplicate!( [INFO] [stderr] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stderr] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stderr] 372 | | ); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 400 | / error_duplicate!( [INFO] [stderr] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stderr] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `custom_attrs` (lib) generated 4 warnings [INFO] [stderr] Compiling custom_attrs-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/custom_attrs) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.06s [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] test tests/compile_pass/basic.rs [should pass] ... ok [INFO] [stderr] [INFO] [stderr] STDERR: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/config.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | / error_duplicate!( [INFO] [stderr] 115 | | attr, "This config is already set." ; [INFO] [stderr] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 272 | / error_duplicate!( [INFO] [stderr] 273 | | value, "The value is already set for this attribute."; [INFO] [stderr] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stderr] 275 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 369 | / error_duplicate!( [INFO] [stderr] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stderr] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stderr] 372 | | ); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 400 | / error_duplicate!( [INFO] [stderr] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stderr] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] test tests/compile_pass/documentation.rs [should pass] ... ok [INFO] [stderr] [INFO] [stderr] STDERR: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/config.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | / error_duplicate!( [INFO] [stderr] 115 | | attr, "This config is already set." ; [INFO] [stderr] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 272 | / error_duplicate!( [INFO] [stderr] 273 | | value, "The value is already set for this attribute."; [INFO] [stderr] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stderr] 275 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 369 | / error_duplicate!( [INFO] [stderr] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stderr] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stderr] 372 | | ); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 400 | / error_duplicate!( [INFO] [stderr] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stderr] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] test tests/compile_pass/function_name_changed.rs [should pass] ... ok [INFO] [stderr] [INFO] [stderr] STDERR: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/config.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | / error_duplicate!( [INFO] [stderr] 115 | | attr, "This config is already set." ; [INFO] [stderr] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 272 | / error_duplicate!( [INFO] [stderr] 273 | | value, "The value is already set for this attribute."; [INFO] [stderr] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stderr] 275 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 369 | / error_duplicate!( [INFO] [stderr] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stderr] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stderr] 372 | | ); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 400 | / error_duplicate!( [INFO] [stderr] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stderr] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] test tests/compile_pass/multi_assignment.rs [should pass] ... ok [INFO] [stderr] [INFO] [stderr] STDERR: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/config.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | / error_duplicate!( [INFO] [stderr] 115 | | attr, "This config is already set." ; [INFO] [stderr] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 272 | / error_duplicate!( [INFO] [stderr] 273 | | value, "The value is already set for this attribute."; [INFO] [stderr] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stderr] 275 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 369 | / error_duplicate!( [INFO] [stderr] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stderr] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stderr] 372 | | ); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 400 | / error_duplicate!( [INFO] [stderr] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stderr] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] test tests/compile_pass/multi_declaration.rs [should pass] ... ok [INFO] [stderr] [INFO] [stderr] STDERR: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/config.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | / error_duplicate!( [INFO] [stderr] 115 | | attr, "This config is already set." ; [INFO] [stderr] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 272 | / error_duplicate!( [INFO] [stderr] 273 | | value, "The value is already set for this attribute."; [INFO] [stderr] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stderr] 275 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 369 | / error_duplicate!( [INFO] [stderr] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stderr] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stderr] 372 | | ); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 400 | / error_duplicate!( [INFO] [stderr] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stderr] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] test tests/compile_pass/optional.rs [should pass] ... ok [INFO] [stderr] [INFO] [stderr] STDERR: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/config.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | / error_duplicate!( [INFO] [stderr] 115 | | attr, "This config is already set." ; [INFO] [stderr] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 272 | / error_duplicate!( [INFO] [stderr] 273 | | value, "The value is already set for this attribute."; [INFO] [stderr] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stderr] 275 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 369 | / error_duplicate!( [INFO] [stderr] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stderr] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stderr] 372 | | ); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 400 | / error_duplicate!( [INFO] [stderr] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stderr] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] test tests/compile_pass/with_default.rs [should pass] ... ok [INFO] [stderr] [INFO] [stderr] STDERR: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/config.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | / error_duplicate!( [INFO] [stderr] 115 | | attr, "This config is already set." ; [INFO] [stderr] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 272 | / error_duplicate!( [INFO] [stderr] 273 | | value, "The value is already set for this attribute."; [INFO] [stderr] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stderr] 275 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 369 | / error_duplicate!( [INFO] [stderr] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stderr] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stderr] 372 | | ); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 400 | / error_duplicate!( [INFO] [stderr] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stderr] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] test tests/compile_pass/with_fields.rs [should pass] ... ok [INFO] [stderr] [INFO] [stderr] STDERR: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/config.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | / error_duplicate!( [INFO] [stderr] 115 | | attr, "This config is already set." ; [INFO] [stderr] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 272 | / error_duplicate!( [INFO] [stderr] 273 | | value, "The value is already set for this attribute."; [INFO] [stderr] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stderr] 275 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 369 | / error_duplicate!( [INFO] [stderr] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stderr] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stderr] 372 | | ); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 400 | / error_duplicate!( [INFO] [stderr] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stderr] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] test tests/compile_pass/self_reference/field_variable_access.rs [should pass] ... ok [INFO] [stderr] [INFO] [stderr] STDERR: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/config.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | / error_duplicate!( [INFO] [stderr] 115 | | attr, "This config is already set." ; [INFO] [stderr] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 272 | / error_duplicate!( [INFO] [stderr] 273 | | value, "The value is already set for this attribute."; [INFO] [stderr] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stderr] 275 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 369 | / error_duplicate!( [INFO] [stderr] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stderr] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stderr] 372 | | ); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 400 | / error_duplicate!( [INFO] [stderr] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stderr] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] test tests/compile_pass/self_reference/self_references.rs [should pass] ... ok [INFO] [stderr] [INFO] [stderr] STDERR: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/config.rs:114:17 [INFO] [stderr] | [INFO] [stderr] 114 | / error_duplicate!( [INFO] [stderr] 115 | | attr, "This config is already set." ; [INFO] [stderr] 116 | | str2, "Value for config `{}` is already set here.", path_str.join("::") [INFO] [stderr] 117 | | ); [INFO] [stderr] | |_________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 272 | / error_duplicate!( [INFO] [stderr] 273 | | value, "The value is already set for this attribute."; [INFO] [stderr] 274 | | value2.get_span(), "First value of `{}` is set here.", self.ident [INFO] [stderr] 275 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 369 | / error_duplicate!( [INFO] [stderr] 370 | | declaration.ident, "This attribute is already declared."; [INFO] [stderr] 371 | | declaration2.ident, "`{}` is already declared here.", declaration2.ident [INFO] [stderr] 372 | | ); [INFO] [stderr] | |_________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `help_span` [INFO] [stderr] --> /opt/rustwide/workdir/src/derive.rs:29:22 [INFO] [stderr] | [INFO] [stderr] 29 | if #[cfg(help_span)] { [INFO] [stderr] | ^^^^^^^^^ help: found config with similar value: `feature = "help_span"` [INFO] [stderr] ... [INFO] [stderr] 400 | / error_duplicate!( [INFO] [stderr] 401 | | lit, "The attribute `{}` already use this function name.", attr2.ident; [INFO] [stderr] 402 | | lit2, "First use of `{}` here.", lit.value() [INFO] [stderr] 403 | | ); [INFO] [stderr] | |_____________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(help_span)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(help_span)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `error_duplicate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] test tests/compile_fail/attribute_already_declared.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/attribute_not_set.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/documentation_error.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/function_name_changed.rs [should fail to compile] ... mismatch [INFO] [stderr] [INFO] [stderr] EXPECTED: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] error[E0599]: no method named `get_a` found for enum `Enum` in the current scope [INFO] [stderr] --> tests/compile_fail/function_name_changed.rs:18:28 [INFO] [stderr] | [INFO] [stderr] 9 | enum Enum { [INFO] [stderr] | --------- method `get_a` not found for this enum [INFO] [stderr] ... [INFO] [stderr] 18 | let a = Enum::Variant1.get_a(); [INFO] [stderr] | ^^^^^ method not found in `Enum` [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] ACTUAL OUTPUT: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] error[E0599]: no method named `get_a` found for enum `Enum` in the current scope [INFO] [stderr] --> tests/compile_fail/function_name_changed.rs:18:28 [INFO] [stderr] | [INFO] [stderr] 9 | enum Enum { [INFO] [stderr] | --------- method `get_a` not found for this enum [INFO] [stderr] ... [INFO] [stderr] 18 | let a = Enum::Variant1.get_a(); [INFO] [stderr] | ^^^^^ method not found in `Enum` [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning [INFO] [stderr] your test with the environment variable TRYBUILD=overwrite [INFO] [stderr] [INFO] [stderr] test tests/compile_fail/incomplete_value_syntax.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/not_right_type.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/not_right_visibility.rs [should fail to compile] ... mismatch [INFO] [stderr] [INFO] [stderr] EXPECTED: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] error[E0624]: associated function `get_a` is private [INFO] [stderr] --> tests/compile_fail/not_right_visibility.rs:19:37 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(CustomAttrs)] [INFO] [stderr] | ----------- private associated function defined here [INFO] [stderr] ... [INFO] [stderr] 19 | let _a = module::Enum::Variant1.get_a(); [INFO] [stderr] | ^^^^^ private associated function [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] ACTUAL OUTPUT: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] error[E0624]: method `get_a` is private [INFO] [stderr] --> tests/compile_fail/not_right_visibility.rs:19:37 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(CustomAttrs)] [INFO] [stderr] | ----------- private method defined here [INFO] [stderr] ... [INFO] [stderr] 19 | let _a = module::Enum::Variant1.get_a(); [INFO] [stderr] | ^^^^^ private method [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning [INFO] [stderr] your test with the environment variable TRYBUILD=overwrite [INFO] [stderr] [INFO] [stderr] test tests/compile_fail/same_function_used.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/unknown_attribute.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/variant_value_already_set.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/config/already_set.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/config/not_empty.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/config/unknown_config.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/config/wrong_syntax.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/self_references/invalid_syntax.rs [should fail to compile] ... ok [INFO] [stderr] test tests/compile_fail/self_references/more_complex_syntax.rs [should fail to compile] ... mismatch [INFO] [stderr] [INFO] [stderr] EXPECTED: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> tests/compile_fail/self_references/more_complex_syntax.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | list: &[u32], [INFO] [stderr] | ^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] help: consider introducing a named lifetime parameter [INFO] [stderr] | [INFO] [stderr] 5 ~ enum Enum<'a> { [INFO] [stderr] 6 | #[attr(a = #self.5)] [INFO] [stderr] ... [INFO] [stderr] 11 | #[allow(unused)] [INFO] [stderr] 12 ~ list: &'a [u32], [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_5` in this scope [INFO] [stderr] --> tests/compile_fail/self_references/more_complex_syntax.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | #[attr(a = #self.5)] [INFO] [stderr] | ^ help: a local variable with a similar name exists: `_0` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `unknown` in this scope [INFO] [stderr] --> tests/compile_fail/self_references/more_complex_syntax.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | #[attr(a = #self.unknown)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0559]: variant `Enum::Variant2` has no field named `field1` [INFO] [stderr] --> tests/compile_fail/self_references/more_complex_syntax.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | field1: 2, [INFO] [stderr] | ^^^^^^ `Enum::Variant2` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `list`, `field2` [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] [INFO] [stderr] ACTUAL OUTPUT: [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] error[E0106]: missing lifetime specifier [INFO] [stderr] --> tests/compile_fail/self_references/more_complex_syntax.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | list: &[u32], [INFO] [stderr] | ^ expected named lifetime parameter [INFO] [stderr] | [INFO] [stderr] help: consider introducing a named lifetime parameter [INFO] [stderr] | [INFO] [stderr] 5 ~ enum Enum<'a> { [INFO] [stderr] 6 | #[attr(a = #self.5)] [INFO] [stderr] ... [INFO] [stderr] 11 | #[allow(unused)] [INFO] [stderr] 12 ~ list: &'a [u32], [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `_5` in this scope [INFO] [stderr] --> tests/compile_fail/self_references/more_complex_syntax.rs:6:22 [INFO] [stderr] | [INFO] [stderr] 6 | #[attr(a = #self.5)] [INFO] [stderr] | ^ help: a local variable with a similar name exists: `_0` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `unknown` in this scope [INFO] [stderr] --> tests/compile_fail/self_references/more_complex_syntax.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | #[attr(a = #self.unknown)] [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0559]: variant `Enum::Variant2` has no field named `field1` [INFO] [stderr] --> tests/compile_fail/self_references/more_complex_syntax.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | field1: 2, [INFO] [stderr] | ^^^^^^ `Enum::Variant2` does not have this field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `list` [INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ [INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning [INFO] [stderr] your test with the environment variable TRYBUILD=overwrite [INFO] [stderr] [INFO] [stderr] test tests/compile_fail/self_references/unknown_reference.rs [should fail to compile] ... ok [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: test failed, to rerun pass `--test compile_test` [INFO] [stdout] test compile_test ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- compile_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'compile_test' (26) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.80/src/run.rs:101:13: [INFO] [stdout] 3 of 27 tests failed [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5f98c5400482 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5f98c5400482 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5f98c5400482 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5f98c5400482 - ::fmt::h67edf0e4d33c343c [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5f98c54111cf - core::fmt::rt::Argument::fmt::hef94184842aeafdd [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5f98c54111cf - core::fmt::write::hcf0c66b48a8fa606 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5f98c53cb261 - std::io::default_write_fmt::h69967ac0ba93195f [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5f98c53cb261 - std::io::Write::write_fmt::h8db9396209deaa1c [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5f98c53d85d2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5f98c53ddd8f - std::panicking::default_hook::{{closure}}::h91001850288db5f7 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5f98c53ddc21 - std::panicking::default_hook::h2346dbb704ef5512 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5f98c539b6fe - as core::ops::function::Fn>::call::h18383b2e29377420 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 12: 0x5f98c539b6fe - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5f98c53de44f - as core::ops::function::Fn>::call::h6dba6e441651a0d1 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9 [INFO] [stdout] 14: 0x5f98c53de44f - std::panicking::panic_with_hook::hd2b063a6090d23a4 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5f98c53de2aa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5f98c53d8709 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5f98c53be5cd - __rustc[1d67440d6e82e4f]::rust_begin_unwind [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5f98c541a370 - core::panicking::panic_fmt::h420ddb7fd73daf53 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5f98c51bef7c - trybuild::run::::run::hdda6f52cce6106e6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.80/src/run.rs:101:13 [INFO] [stdout] 20: 0x5f98c51b9108 - ::drop::h7d1ec209b2df76bb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.80/src/lib.rs:315:38 [INFO] [stdout] 21: 0x5f98c51b0fe7 - core::ptr::drop_in_place::hc414b25cb38a71b2 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ptr/mod.rs:804:1 [INFO] [stdout] 22: 0x5f98c51b0e1b - compile_test::compile_test::h5f6e57ddf6fea50d [INFO] [stdout] at /opt/rustwide/workdir/tests/compile_test.rs:8:1 [INFO] [stdout] 23: 0x5f98c51b0e47 - compile_test::compile_test::{{closure}}::h40627f333f42aeef [INFO] [stdout] at /opt/rustwide/workdir/tests/compile_test.rs:2:18 [INFO] [stdout] 24: 0x5f98c51b0f86 - core::ops::function::FnOnce::call_once::hba7bf0be00ff4261 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5f98c539b4bb - core::ops::function::FnOnce::call_once::h70887edf07a630ba [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x5f98c539b4bb - test::__rust_begin_short_backtrace::h27763c4cbbdb8601 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x5f98c53b1125 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x5f98c53b1125 - as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 29: 0x5f98c53b1125 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40 [INFO] [stdout] 30: 0x5f98c53b1125 - std::panicking::catch_unwind::hae1ec7bf94407afa [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19 [INFO] [stdout] 31: 0x5f98c53b1125 - std::panic::catch_unwind::h0f4ff4773d84d3cd [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5f98c53b1125 - test::run_test_in_process::h03fbc77ae48b3f10 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x5f98c53b1125 - test::run_test::{{closure}}::h83476a9c453dc4d3 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x5f98c5387914 - test::run_test::{{closure}}::h515482ad1e7fe7de [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x5f98c5387914 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x5f98c538b1da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x5f98c538b1da - as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 38: 0x5f98c538b1da - std::panicking::catch_unwind::do_call::hdc29e11311eb7655 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40 [INFO] [stdout] 39: 0x5f98c538b1da - std::panicking::catch_unwind::h9e402d6a96fef41c [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19 [INFO] [stdout] 40: 0x5f98c538b1da - std::panic::catch_unwind::h9213c0c54aec70e0 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5f98c538b1da - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x5f98c538b1da - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462 [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x5f98c53d36bf - as core::ops::function::FnOnce>::call_once::h2044e71c41d3958a [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 44: 0x5f98c53d36bf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a [INFO] [stdout] at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 45: 0x7202f152daa4 - [INFO] [stdout] 46: 0x7202f15baa34 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] compile_test [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 25.78s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "adaa2171fc2b1f4451fa7cead9150c00887bb54efb548cd0a2cc906e05a500dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adaa2171fc2b1f4451fa7cead9150c00887bb54efb548cd0a2cc906e05a500dc", kill_on_drop: false }` [INFO] [stdout] adaa2171fc2b1f4451fa7cead9150c00887bb54efb548cd0a2cc906e05a500dc