# rustc version rustc 1.98.0-nightly (ce9954c0c 2026-06-26)
# docs.rs version docsrs 0.0.0 (886bc7a22b1adc4b387ce1343447fe3af98d9ce5 2026-06-14 )
# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "d04f5f2f0aae083bf6d10ed417f68e4a0248bf5da5cdd52b06eb30ee4672291c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260626-1.98.0-nightly-ce9954c0c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: `em-node-agent-client` (manifest) generated 1 warning [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting em-node-agent-client v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:18:12 [INFO] [stderr] | [INFO] [stderr] 18 | #[cfg_attr(feature = "conversion", derive(LabelledGeneric))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:43:12 [INFO] [stderr] | [INFO] [stderr] 43 | #[cfg_attr(feature = "conversion", derive(LabelledGeneric))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:62:12 [INFO] [stderr] | [INFO] [stderr] 62 | #[cfg_attr(feature = "conversion", derive(LabelledGeneric))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:88:12 [INFO] [stderr] | [INFO] [stderr] 88 | #[cfg_attr(feature = "conversion", derive(LabelledGeneric))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:106:12 [INFO] [stderr] | [INFO] [stderr] 106 | #[cfg_attr(feature = "conversion", derive(LabelledGeneric))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:131:12 [INFO] [stderr] | [INFO] [stderr] 131 | #[cfg_attr(feature = "conversion", derive(LabelledGeneric))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:162:12 [INFO] [stderr] | [INFO] [stderr] 162 | #[cfg_attr(feature = "conversion", derive(LabelledGeneric))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:181:12 [INFO] [stderr] | [INFO] [stderr] 181 | #[cfg_attr(feature = "conversion", derive(LabelledGeneric))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:212:12 [INFO] [stderr] | [INFO] [stderr] 212 | #[cfg_attr(feature = "conversion", derive(LabelledGeneric))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:243:12 [INFO] [stderr] | [INFO] [stderr] 243 | #[cfg_attr(feature = "conversion", derive(LabelledGenericEnum))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:273:12 [INFO] [stderr] | [INFO] [stderr] 273 | #[cfg_attr(feature = "conversion", derive(LabelledGeneric))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:298:12 [INFO] [stderr] | [INFO] [stderr] 298 | #[cfg_attr(feature = "conversion", derive(LabelledGenericEnum))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `conversion` [INFO] [stderr] --> src/models.rs:341:12 [INFO] [stderr] | [INFO] [stderr] 341 | #[cfg_attr(feature = "conversion", derive(LabelledGeneric))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `client`, `default`, `hyper`, `serde_ignored`, and `url` [INFO] [stderr] = help: consider adding `conversion` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `em-node-agent-client` (lib doc) generated 13 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/em_node_agent_client/index.html [INFO] running `Command { std: "docker" "inspect" "d04f5f2f0aae083bf6d10ed417f68e4a0248bf5da5cdd52b06eb30ee4672291c", kill_on_drop: false }`