[INFO] fetching crate custom_attrs 1.6.2... [INFO] testing custom_attrs-1.6.2 against 1.90.0 for beta-1.91-3 [INFO] extracting crate custom_attrs 1.6.2 into /workspace/builds/worker-1-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate custom_attrs 1.6.2 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ryu v1.0.13 [INFO] [stderr] Downloaded trybuild v1.0.80 [INFO] [stderr] Downloaded serde_derive v1.0.158 [INFO] [stderr] Downloaded unicode-ident v1.0.8 [INFO] [stderr] Downloaded once_cell v1.17.1 [INFO] [stderr] Downloaded proc-macro2 v1.0.54 [INFO] [stderr] Downloaded basic-toml v0.1.2 [INFO] [stderr] Downloaded quote v1.0.26 [INFO] [stderr] Downloaded serde v1.0.158 [INFO] [stderr] Downloaded serde_json v1.0.94 [INFO] [stderr] Downloaded itoa v1.0.6 [INFO] [stderr] Downloaded syn v2.0.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 23c38051bda0efafc3832ffd5156d86390c7c8e02d9889de48a76e52721df95e [INFO] running `Command { std: "docker" "start" "-a" "23c38051bda0efafc3832ffd5156d86390c7c8e02d9889de48a76e52721df95e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23c38051bda0efafc3832ffd5156d86390c7c8e02d9889de48a76e52721df95e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23c38051bda0efafc3832ffd5156d86390c7c8e02d9889de48a76e52721df95e", kill_on_drop: false }` [INFO] [stdout] 23c38051bda0efafc3832ffd5156d86390c7c8e02d9889de48a76e52721df95e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2126f2e8675aa6d8ea58e8ca6045a6c22bf3344a476e8b74d12ba73df17955fe [INFO] running `Command { std: "docker" "start" "-a" "2126f2e8675aa6d8ea58e8ca6045a6c22bf3344a476e8b74d12ba73df17955fe", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.54 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling unicode-ident v1.0.8 [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.54s [INFO] running `Command { std: "docker" "inspect" "2126f2e8675aa6d8ea58e8ca6045a6c22bf3344a476e8b74d12ba73df17955fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2126f2e8675aa6d8ea58e8ca6045a6c22bf3344a476e8b74d12ba73df17955fe", kill_on_drop: false }` [INFO] [stdout] 2126f2e8675aa6d8ea58e8ca6045a6c22bf3344a476e8b74d12ba73df17955fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fff018ae798bbdf990b0c6d2d1817b0c479911834bfcd77dc411aa42421070bd [INFO] running `Command { std: "docker" "start" "-a" "fff018ae798bbdf990b0c6d2d1817b0c479911834bfcd77dc411aa42421070bd", 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 serde v1.0.158 [INFO] [stderr] Compiling serde_json v1.0.94 [INFO] [stderr] Compiling serde_derive v1.0.158 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling trybuild v1.0.80 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling glob v0.3.1 [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 27.04s [INFO] running `Command { std: "docker" "inspect" "fff018ae798bbdf990b0c6d2d1817b0c479911834bfcd77dc411aa42421070bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fff018ae798bbdf990b0c6d2d1817b0c479911834bfcd77dc411aa42421070bd", kill_on_drop: false }` [INFO] [stdout] fff018ae798bbdf990b0c6d2d1817b0c479911834bfcd77dc411aa42421070bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8ff08d7f5adc702a1d521560cfe79893091bb338c6fcbdba7d4a0f93cc7f245d [INFO] running `Command { std: "docker" "start" "-a" "8ff08d7f5adc702a1d521560cfe79893091bb338c6fcbdba7d4a0f93cc7f245d", 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.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/custom_attrs-7ad8ed9fd24730eb) [INFO] [stderr] Running tests/attribute_get_multi.rs (/opt/rustwide/target/debug/deps/attribute_get_multi-735443ef67d8bac1) [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] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_attribute_get ... ok [INFO] [stdout] test test_attribute_default ... ok [INFO] [stdout] test test_attribute_options ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/attribute_get_simple.rs (/opt/rustwide/target/debug/deps/attribute_get_simple-b554b4a8c3085d7c) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_attribute_options ... ok [INFO] [stdout] test test_attribute_default ... ok [INFO] [stdout] test test_attribute_get ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/compile_test.rs (/opt/rustwide/target/debug/deps/compile_test-506fe16cf5d81d70) [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 unicode-ident v1.0.8 [INFO] [stderr] Compiling syn v1.0.109 [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 19.21s [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] [stdout] test compile_test ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- compile_test stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'compile_test' 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: 0x5bf0697ed022 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5bf0697ed022 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5bf0697ed022 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5bf0697ed022 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5bf0698151f3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5bf0698151f3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x5bf0697e93e3 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5bf0697e93e3 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5bf0697ece72 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5bf0697eee89 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x5bf0697eecbe - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x5bf0697b4644 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x5bf0697b4644 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5bf0697ef95e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x5bf0697ef95e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x5bf0697ef62a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x5bf0697ed529 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5bf0697ef2bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x5bf069813c40 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x5bf069712196 - trybuild::run::::run::hdaf3d448453527b2 [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: 0x5bf069717658 - ::drop::h5b42249018095d4a [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: 0x5bf0695b1b47 - core::ptr::drop_in_place::h7faab4a0819a4be6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ptr/mod.rs:804:1 [INFO] [stdout] 22: 0x5bf0695b23bb - compile_test::compile_test::h749c9ec504d65ec7 [INFO] [stdout] at /opt/rustwide/workdir/tests/compile_test.rs:8:1 [INFO] [stdout] 23: 0x5bf0695b2307 - compile_test::compile_test::{{closure}}::h5ad58a2aa6067d7c [INFO] [stdout] at /opt/rustwide/workdir/tests/compile_test.rs:2:18 [INFO] [stdout] 24: 0x5bf0695b1af6 - core::ops::function::FnOnce::call_once::h76e758cffafa8a42 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 25: 0x5bf0697b9eab - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 26: 0x5bf0697b9eab - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 27: 0x5bf0697b8fe5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 28: 0x5bf0697b8fe5 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 29: 0x5bf0697b8fe5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 30: 0x5bf0697b8fe5 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 31: 0x5bf0697b8fe5 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5bf0697b8fe5 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 33: 0x5bf0697b8fe5 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 34: 0x5bf06977cbe4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 35: 0x5bf06977cbe4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 36: 0x5bf0697805ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 37: 0x5bf0697805ba - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 38: 0x5bf0697805ba - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 39: 0x5bf0697805ba - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 40: 0x5bf0697805ba - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5bf0697805ba - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 42: 0x5bf0697805ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 43: 0x5bf0697f2e3f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 44: 0x5bf0697f2e3f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 45: 0x7bc9b138caa4 - [INFO] [stdout] 46: 0x7bc9b1419a34 - 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 27.09s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test compile_test` [INFO] running `Command { std: "docker" "inspect" "8ff08d7f5adc702a1d521560cfe79893091bb338c6fcbdba7d4a0f93cc7f245d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ff08d7f5adc702a1d521560cfe79893091bb338c6fcbdba7d4a0f93cc7f245d", kill_on_drop: false }` [INFO] [stdout] 8ff08d7f5adc702a1d521560cfe79893091bb338c6fcbdba7d4a0f93cc7f245d