[INFO] fetching crate figment 0.10.19... [INFO] documenting figment-0.10.19 against master#8afe9ff1caa97654c31fb8c259dac9fdf67d6302 for pr-151918 [INFO] extracting crate figment 0.10.19 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate figment 0.10.19 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate figment 0.10.19 [INFO] tweaked toml for crates.io crate figment 0.10.19 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate figment 0.10.19 on toolchain 8afe9ff1caa97654c31fb8c259dac9fdf67d6302 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 68 packages to latest compatible versions [INFO] [stderr] Adding toml v0.8.23 (available: v0.9.11+spec-1.1.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a30e12f19c24411b8c51c2c97cc0da704f3b91ab17701bdd5a9b0771890fbce2 [INFO] running `Command { std: "docker" "start" "-a" "a30e12f19c24411b8c51c2c97cc0da704f3b91ab17701bdd5a9b0771890fbce2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a30e12f19c24411b8c51c2c97cc0da704f3b91ab17701bdd5a9b0771890fbce2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a30e12f19c24411b8c51c2c97cc0da704f3b91ab17701bdd5a9b0771890fbce2", kill_on_drop: false }` [INFO] [stdout] a30e12f19c24411b8c51c2c97cc0da704f3b91ab17701bdd5a9b0771890fbce2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd8c9c2cabcb430b5ded412246d4832f73e9b6208db5101a219c9570392f29f9 [INFO] running `Command { std: "docker" "start" "-a" "cd8c9c2cabcb430b5ded412246d4832f73e9b6208db5101a219c9570392f29f9", kill_on_drop: false }` [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling figment v0.10.19 (/opt/rustwide/workdir) [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Documenting figment v0.10.19 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/lib.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(nightly, feature(doc_cfg))] [INFO] [stdout] | ^^^^^^^ [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/value/tag.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg(any(target_pointer_width = "8", target_pointer_width = "16", target_pointer_width = "32"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/value/tag.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg(not(any(target_pointer_width = "8", target_pointer_width = "16", target_pointer_width = "32")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Jail` [INFO] [stdout] --> src/lib.rs:115:59 [INFO] [stdout] | [INFO] [stdout] 115 | //! implements [`Deserialize`](serde::Deserialize). The [`Jail`] type allows for [INFO] [stdout] | ^^^^ no item named `Jail` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Jail` [INFO] [stdout] --> src/lib.rs:297:19 [INFO] [stdout] | [INFO] [stdout] 297 | //! | `test` | [`Jail`] | Semi-sandboxed environment for testing. | [INFO] [stdout] | ^^^^ no item named `Jail` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `providers::Env` [INFO] [stdout] --> src/lib.rs:298:19 [INFO] [stdout] | [INFO] [stdout] 298 | //! | `env` | [`providers::Env`] | Environment variable [`Provider`]. | [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `Env` in module `providers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `providers::Toml` [INFO] [stdout] --> src/lib.rs:299:19 [INFO] [stdout] | [INFO] [stdout] 299 | //! | `toml` | [`providers::Toml`] | TOML file/string [`Provider`]. | [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `Toml` in module `providers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `providers::Json` [INFO] [stdout] --> src/lib.rs:300:19 [INFO] [stdout] | [INFO] [stdout] 300 | //! | `json` | [`providers::Json`] | JSON file/string [`Provider`]. | [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `Json` in module `providers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `providers::Yaml` [INFO] [stdout] --> src/lib.rs:301:19 [INFO] [stdout] | [INFO] [stdout] 301 | //! | `yaml` | [`providers::Yaml`] | YAML file/string [`Provider`]. | [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `Yaml` in module `providers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `providers::YamlExtended` [INFO] [stdout] --> src/lib.rs:302:19 [INFO] [stdout] | [INFO] [stdout] 302 | //! | `yaml` | [`providers::YamlExtended`] | [YAML Extended] file/string [`Provider`]. | [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `YamlExtended` in module `providers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `providers::YamlExtended::from_str` [INFO] [stdout] --> src/lib.rs:304:22 [INFO] [stdout] | [INFO] [stdout] 304 | //! [YAML Extended]: providers::YamlExtended::from_str() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `YamlExtended` in module `providers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Jail` [INFO] [stdout] --> src/lib.rs:573:11 [INFO] [stdout] | [INFO] [stdout] 573 | //! * [`Jail`] makes testing configurations straight-forward and much less [INFO] [stdout] | ^^^^ no item named `Jail` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Either` [INFO] [stdout] --> src/value/de.rs:402:63 [INFO] [stdout] | [INFO] [stdout] 402 | /// Marker trait for "magic" values. Primarily for use with [`Either`]. [INFO] [stdout] | ^^^^^^ no item named `Either` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Json` [INFO] [stdout] --> src/providers/data.rs:306:24 [INFO] [stdout] | [INFO] [stdout] 306 | /// formats, such as [`Json`] and [`Toml`], implement this trait. By [INFO] [stdout] | ^^^^ no item named `Json` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Toml` [INFO] [stdout] --> src/providers/data.rs:306:37 [INFO] [stdout] | [INFO] [stdout] 306 | /// formats, such as [`Json`] and [`Toml`], implement this trait. By [INFO] [stdout] | ^^^^ no item named `Toml` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `toml::from_str` [INFO] [stdout] --> src/providers/data.rs:340:12 [INFO] [stdout] | [INFO] [stdout] 340 | /// [`toml::from_str`]. For writing a custom data format, see [serde's [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `toml` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::providers::Env` [INFO] [stdout] --> src/metadata.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 70 | /// [`Env`]: crate::providers::Env [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `Env` in module `providers` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s [INFO] [stderr] Generated /opt/rustwide/target/doc/figment/index.html [INFO] running `Command { std: "docker" "inspect" "cd8c9c2cabcb430b5ded412246d4832f73e9b6208db5101a219c9570392f29f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd8c9c2cabcb430b5ded412246d4832f73e9b6208db5101a219c9570392f29f9", kill_on_drop: false }` [INFO] [stdout] cd8c9c2cabcb430b5ded412246d4832f73e9b6208db5101a219c9570392f29f9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+8afe9ff1caa97654c31fb8c259dac9fdf67d6302" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a0b6ae8a7ccf863e4f0c9740b8d14bb4689466e2c2f7ecec03302d39c78ab940 [INFO] running `Command { std: "docker" "start" "-a" "a0b6ae8a7ccf863e4f0c9740b8d14bb4689466e2c2f7ecec03302d39c78ab940", kill_on_drop: false }` [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Checking linux-raw-sys v0.11.0 [INFO] [stderr] Checking winnow v0.7.14 [INFO] [stderr] Compiling figment v0.10.19 (/opt/rustwide/workdir) [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Checking inlinable_string v0.1.15 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Checking pear v0.2.9 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking tempfile v3.24.0 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Documenting figment v0.10.19 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/lib.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg_attr(nightly, feature(doc_cfg))] [INFO] [stdout] | ^^^^^^^ [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/providers/data.rs:437:12 [INFO] [stdout] | [INFO] [stdout] 437 | #[cfg_attr(nightly, doc(cfg(feature = "yaml")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/providers/env.rs:104:12 [INFO] [stdout] | [INFO] [stdout] 104 | #[cfg_attr(nightly, doc(cfg(feature = "env")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/jail.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg_attr(nightly, doc(cfg(feature = "test")))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/providers/data.rs:399:20 [INFO] [stdout] | [INFO] [stdout] 399 | #[cfg_attr(nightly, doc(cfg(feature = $string)))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 521 | impl_format!(Toml "TOML"/"toml": toml::from_str, toml::de::Error); [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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 `impl_format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/providers/data.rs:399:20 [INFO] [stdout] | [INFO] [stdout] 399 | #[cfg_attr(nightly, doc(cfg(feature = $string)))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 522 | impl_format!(Yaml "YAML"/"yaml": serde_yaml::from_str, serde_yaml::Error); [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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 `impl_format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/providers/data.rs:399:20 [INFO] [stdout] | [INFO] [stdout] 399 | #[cfg_attr(nightly, doc(cfg(feature = $string)))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 523 | impl_format!(Json "JSON"/"json": serde_json::from_str, serde_json::error::Error); [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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 `impl_format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `nightly` [INFO] [stdout] --> src/providers/data.rs:399:20 [INFO] [stdout] | [INFO] [stdout] 399 | #[cfg_attr(nightly, doc(cfg(feature = $string)))] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 524 | impl_format!(YamlExtended "YAML Extended"/"yaml": YamlExtended::from_str, serde_yaml::Error); [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(nightly)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(nightly)");` 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 `impl_format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/value/tag.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg(any(target_pointer_width = "8", target_pointer_width = "16", target_pointer_width = "32"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [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(target_pointer_width, values("8"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_pointer_width, values(\"8\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `8` [INFO] [stdout] --> src/value/tag.rs:22:15 [INFO] [stdout] | [INFO] [stdout] 22 | #[cfg(not(any(target_pointer_width = "8", target_pointer_width = "16", target_pointer_width = "32")))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `target_pointer_width` are: `16`, `32`, and `64` [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(target_pointer_width, values("8"))'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(target_pointer_width, values(\"8\"))");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s [INFO] [stderr] Generated /opt/rustwide/target/doc/figment/index.html [INFO] running `Command { std: "docker" "inspect" "a0b6ae8a7ccf863e4f0c9740b8d14bb4689466e2c2f7ecec03302d39c78ab940", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0b6ae8a7ccf863e4f0c9740b8d14bb4689466e2c2f7ecec03302d39c78ab940", kill_on_drop: false }` [INFO] [stdout] a0b6ae8a7ccf863e4f0c9740b8d14bb4689466e2c2f7ecec03302d39c78ab940