Build #1878374 2025-03-17 06:56:34
# rustc version
rustc 1.87.0-nightly (227690a25 2025-03-16)# docs.rs version
docsrs 0.6.0 (004a02c4 2025-03-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/passcod-networkmanager-0.6.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/passcod-networkmanager-0.6.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250316-1.87.0-nightly-227690a25\", \"--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] [stdout] f99b1d6c0e77da94c3d7df02047c951bdd5a428e24f86ea1e06755690121dc00
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "f99b1d6c0e77da94c3d7df02047c951bdd5a428e24f86ea1e06755690121dc00", kill_on_drop: false }`
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/types.rs:3:30
[INFO] [stderr] |
[INFO] [stderr] 3 | #[derive(Clone, Copy, Debug, FromPrimitive)]
[INFO] [stderr] | ^------------
[INFO] [stderr] | |
[INFO] [stderr] | `FromPrimitive` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Capability`
[INFO] [stderr] 4 | pub enum Capability {
[INFO] [stderr] | ---------- `Capability` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/types.rs:9:30
[INFO] [stderr] |
[INFO] [stderr] 9 | #[derive(Clone, Copy, Debug, ToPrimitive)]
[INFO] [stderr] | ^----------
[INFO] [stderr] | |
[INFO] [stderr] | `ToPrimitive` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_ReloadFlag`
[INFO] [stderr] 10 | pub enum ReloadFlag {
[INFO] [stderr] | ---------- `ReloadFlag` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/types.rs:18:30
[INFO] [stderr] |
[INFO] [stderr] 18 | #[derive(Clone, Copy, Debug, FromPrimitive)]
[INFO] [stderr] | ^------------
[INFO] [stderr] | |
[INFO] [stderr] | `FromPrimitive` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_DeviceInterfaceFlag`
[INFO] [stderr] 19 | pub enum DeviceInterfaceFlag {
[INFO] [stderr] | ------------------- `DeviceInterfaceFlag` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/types.rs:28:30
[INFO] [stderr] |
[INFO] [stderr] 28 | #[derive(Clone, Copy, Debug, FromPrimitive)]
[INFO] [stderr] | ^------------
[INFO] [stderr] | |
[INFO] [stderr] | `FromPrimitive` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ConnectivityState`
[INFO] [stderr] 29 | pub enum ConnectivityState {
[INFO] [stderr] | ----------------- `ConnectivityState` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/types.rs:37:30
[INFO] [stderr] |
[INFO] [stderr] 37 | #[derive(Clone, Copy, Debug, FromPrimitive)]
[INFO] [stderr] | ^------------
[INFO] [stderr] | |
[INFO] [stderr] | `FromPrimitive` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_DeviceType`
[INFO] [stderr] 38 | pub enum DeviceType {
[INFO] [stderr] | ---------- `DeviceType` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/types.rs:74:30
[INFO] [stderr] |
[INFO] [stderr] 74 | #[derive(Clone, Copy, Debug, FromPrimitive)]
[INFO] [stderr] | ^------------
[INFO] [stderr] | |
[INFO] [stderr] | `FromPrimitive` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ActivationStateFlags`
[INFO] [stderr] 75 | pub enum ActivationStateFlags {
[INFO] [stderr] | -------------------- `ActivationStateFlags` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr] --> src/types.rs:87:30
[INFO] [stderr] |
[INFO] [stderr] 87 | #[derive(Clone, Copy, Debug, FromPrimitive)]
[INFO] [stderr] | ^------------
[INFO] [stderr] | |
[INFO] [stderr] | `FromPrimitive` is not local
[INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_ActiveConnectionState`
[INFO] [stderr] 88 | pub enum ActiveConnectionState {
[INFO] [stderr] | --------------------- `ActiveConnectionState` is not local
[INFO] [stderr] |
[INFO] [stderr] = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr] = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr] = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `passcod-networkmanager` (lib) generated 7 warnings
[INFO] [stderr] Scraping passcod-networkmanager v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting passcod-networkmanager v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/passcod_networkmanager/index.html
[INFO] running `Command { std: "docker" "inspect" "f99b1d6c0e77da94c3d7df02047c951bdd5a428e24f86ea1e06755690121dc00", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f99b1d6c0e77da94c3d7df02047c951bdd5a428e24f86ea1e06755690121dc00", kill_on_drop: false }`
[INFO] [stdout] f99b1d6c0e77da94c3d7df02047c951bdd5a428e24f86ea1e06755690121dc00