Build #1712412 2025-02-05T15:49:35.728605+00:00
# rustc version
rustc 1.86.0-nightly (bef3c3b01 2025-02-04)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/system-configuration-0.6.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/system-configuration-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250204-1.86.0-nightly-bef3c3b01\", \"--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}/i686-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stdout] 45a507dfb5812233dd27b31e97079ecdb8e69e109753624b120fe6b0f6c704b9
[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" "45a507dfb5812233dd27b31e97079ecdb8e69e109753624b120fe6b0f6c704b9", kill_on_drop: false }`
[INFO] [stderr] Checking core-foundation v0.9.4
[INFO] [stderr] Checking system-configuration-sys v0.6.0
[INFO] [stderr] warning: failed to check lib in package `system-configuration-sys` as a prerequisite for scraping examples from: example "set_dns", example "watch_dns"
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/system-configuration-sys-0.6.0/Cargo.toml
[INFO] [stderr] warning: `system-configuration-sys` (lib) generated 1 warning
[INFO] [stderr] warning: failed to check lib in package `core-foundation` as a prerequisite for scraping examples from: example "set_dns", example "watch_dns"
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-0.9.4/Cargo.toml
[INFO] [stderr] warning: `core-foundation` (lib) generated 1 warning
[INFO] [stderr] Checking system-configuration v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to check lib in package `system-configuration` as a prerequisite for scraping examples from: example "set_dns", example "watch_dns"
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `system-configuration` (lib) generated 1 warning
[INFO] [stderr] Scraping system-configuration v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to scan example "set_dns" in package `system-configuration` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `system-configuration` (example "set_dns") generated 1 warning
[INFO] [stderr] warning: failed to scan example "watch_dns" in package `system-configuration` for example code usage
[INFO] [stderr] Try running with `--verbose` to see the error message.
[INFO] [stderr] If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `system-configuration` (example "watch_dns") generated 1 warning
[INFO] [stderr] Documenting system-configuration v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: extern location for core_foundation does not exist: /opt/rustwide/target/i686-pc-windows-msvc/debug/deps/libcore_foundation-b9ba6297b96a844f.rmeta
[INFO] [stderr] --> src/lib.rs:24:1
[INFO] [stderr] |
[INFO] [stderr] 24 | pub extern crate core_foundation;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: extern location for system_configuration_sys does not exist: /opt/rustwide/target/i686-pc-windows-msvc/debug/deps/libsystem_configuration_sys-dfcedffea96a519c.rmeta
[INFO] [stderr] --> src/lib.rs:26:1
[INFO] [stderr] |
[INFO] [stderr] 26 | pub extern crate system_configuration_sys as sys;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: extern location for system_configuration_sys does not exist: /opt/rustwide/target/i686-pc-windows-msvc/debug/deps/libsystem_configuration_sys-dfcedffea96a519c.rmeta
[INFO] [stderr] --> src/network_configuration.rs:9:5
[INFO] [stderr] |
[INFO] [stderr] 9 | use system_configuration_sys::network_configuration::{
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: extern location for system_configuration_sys does not exist: /opt/rustwide/target/i686-pc-windows-msvc/debug/deps/libsystem_configuration_sys-dfcedffea96a519c.rmeta
[INFO] [stderr] --> src/network_configuration.rs:150:13
[INFO] [stderr] |
[INFO] [stderr] 150 | use system_configuration_sys::network_configuration::*;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: extern location for system_configuration_sys does not exist: /opt/rustwide/target/i686-pc-windows-msvc/debug/deps/libsystem_configuration_sys-dfcedffea96a519c.rmeta
[INFO] [stderr] --> src/network_reachability.rs:10:5
[INFO] [stderr] |
[INFO] [stderr] 10 | use system_configuration_sys::{
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::preferences::SCPreferences`
[INFO] [stderr] --> src/network_configuration.rs:17:5
[INFO] [stderr] |
[INFO] [stderr] 17 | use crate::preferences::SCPreferences;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SCPreferences` in `preferences`
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `declare_TCFType` in this scope
[INFO] [stderr] --> src/dynamic_store.rs:145:1
[INFO] [stderr] |
[INFO] [stderr] 145 | declare_TCFType! {
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `impl_TCFType` in this scope
[INFO] [stderr] --> src/dynamic_store.rs:154:1
[INFO] [stderr] |
[INFO] [stderr] 154 | impl_TCFType!(SCDynamicStore, SCDynamicStoreRef, SCDynamicStoreGetTypeID);
[INFO] [stderr] | ^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `declare_TCFType` in this scope
[INFO] [stderr] --> src/preferences.rs:20:1
[INFO] [stderr] |
[INFO] [stderr] 20 | declare_TCFType! {
[INFO] [stderr] | ^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error: cannot find macro `impl_TCFType` in this scope
[INFO] [stderr] --> src/preferences.rs:25:1
[INFO] [stderr] |
[INFO] [stderr] 25 | impl_TCFType!(SCPreferences, SCPreferencesRef, SCPreferencesGetTypeID);
[INFO] [stderr] | ^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCDynamicStore` in this scope
[INFO] [stderr] --> src/dynamic_store.rs:52:15
[INFO] [stderr] |
[INFO] [stderr] 52 | fn(store: SCDynamicStore, changed_keys: CFArray<CFString>, info: &mut T);
[INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCDynamicStore` in this scope
[INFO] [stderr] --> src/dynamic_store.rs:105:31
[INFO] [stderr] |
[INFO] [stderr] 105 | pub fn build(mut self) -> SCDynamicStore {
[INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCDynamicStore` in this scope
[INFO] [stderr] --> src/dynamic_store.rs:156:6
[INFO] [stderr] |
[INFO] [stderr] 156 | impl SCDynamicStore {
[INFO] [stderr] | ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCNetworkInterface` in this scope
[INFO] [stderr] --> src/network_configuration.rs:36:6
[INFO] [stderr] |
[INFO] [stderr] 36 | impl SCNetworkInterface {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: an enum with a similar name exists: `SCNetworkInterfaceType`
[INFO] [stderr] ...
[INFO] [stderr] 101 | pub enum SCNetworkInterfaceType {
[INFO] [stderr] | ------------------------------- similarly named enum `SCNetworkInterfaceType` defined here
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCNetworkInterface` in this scope
[INFO] [stderr] --> src/network_configuration.rs:203:36
[INFO] [stderr] |
[INFO] [stderr] 101 | pub enum SCNetworkInterfaceType {
[INFO] [stderr] | ------------------------------- similarly named enum `SCNetworkInterfaceType` defined here
[INFO] [stderr] ...
[INFO] [stderr] 203 | pub fn get_interfaces() -> CFArray<SCNetworkInterface> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: an enum with a similar name exists
[INFO] [stderr] |
[INFO] [stderr] 203 | pub fn get_interfaces() -> CFArray<SCNetworkInterfaceType> {
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr] |
[INFO] [stderr] 203 | pub fn get_interfaces<SCNetworkInterface>() -> CFArray<SCNetworkInterface> {
[INFO] [stderr] | ++++++++++++++++++++
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCNetworkService` in this scope
[INFO] [stderr] --> src/network_configuration.rs:224:6
[INFO] [stderr] |
[INFO] [stderr] 224 | impl SCNetworkService {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCNetworkInterface` in this scope
[INFO] [stderr] --> src/network_configuration.rs:242:47
[INFO] [stderr] |
[INFO] [stderr] 101 | pub enum SCNetworkInterfaceType {
[INFO] [stderr] | ------------------------------- similarly named enum `SCNetworkInterfaceType` defined here
[INFO] [stderr] ...
[INFO] [stderr] 242 | pub fn network_interface(&self) -> Option<SCNetworkInterface> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: an enum with a similar name exists
[INFO] [stderr] |
[INFO] [stderr] 242 | pub fn network_interface(&self) -> Option<SCNetworkInterfaceType> {
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr] |
[INFO] [stderr] 224 | impl<SCNetworkInterface> SCNetworkService {
[INFO] [stderr] | ++++++++++++++++++++
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCNetworkSet` in this scope
[INFO] [stderr] --> src/network_configuration.rs:278:6
[INFO] [stderr] |
[INFO] [stderr] 278 | impl SCNetworkSet {
[INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCNetworkReachability` in this scope
[INFO] [stderr] --> src/network_reachability.rs:138:6
[INFO] [stderr] |
[INFO] [stderr] 138 | impl SCNetworkReachability {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCNetworkReachability` in this scope
[INFO] [stderr] --> src/network_reachability.rs:144:69
[INFO] [stderr] |
[INFO] [stderr] 144 | pub fn from_addr_pair(local: SocketAddr, remote: SocketAddr) -> SCNetworkReachability {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCNetworkReachability` in this scope
[INFO] [stderr] --> src/network_reachability.rs:290:27
[INFO] [stderr] |
[INFO] [stderr] 290 | impl From<SocketAddr> for SCNetworkReachability {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCNetworkReachability` in this scope
[INFO] [stderr] --> src/network_reachability.rs:301:12
[INFO] [stderr] |
[INFO] [stderr] 301 | _host: SCNetworkReachability,
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCNetworkReachability` in this scope
[INFO] [stderr] --> src/network_reachability.rs:306:18
[INFO] [stderr] |
[INFO] [stderr] 306 | fn new(host: SCNetworkReachability, callback: T) -> Self {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `SCPreferences` in this scope
[INFO] [stderr] --> src/preferences.rs:27:6
[INFO] [stderr] |
[INFO] [stderr] 27 | impl SCPreferences {
[INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `system-configuration`
[INFO] running `Command { std: "docker" "inspect" "45a507dfb5812233dd27b31e97079ecdb8e69e109753624b120fe6b0f6c704b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45a507dfb5812233dd27b31e97079ecdb8e69e109753624b120fe6b0f6c704b9", kill_on_drop: false }`
[INFO] [stdout] 45a507dfb5812233dd27b31e97079ecdb8e69e109753624b120fe6b0f6c704b9