Build #1294629 2024-07-17T10:20:50.417305+00:00
# rustc version
rustc 1.81.0-nightly (032be6f7b 2024-07-16)# docs.rs version
docsrs 0.6.0 (bd66f012 2024-07-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ipmb-0.7.14/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ipmb-0.7.14/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240716-1.81.0-nightly-032be6f7b\", \"--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] a180579ff352b70a73ea1356c76a1be16816e0a225f134b6f7309cd6193624ff
[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" "a180579ff352b70a73ea1356c76a1be16816e0a225f134b6f7309cd6193624ff", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: bench, latency, multiple_type, region_free, rejoin, reliability, task_info, triangle
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting ipmb v0.7.14 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved imports `platform::look_up`, `platform::register`, `platform::EncodedMessage`, `platform::IoHub`, `platform::IoMultiplexing`, `platform::Remote`
[INFO] [stderr] --> src/lib.rs:9:16
[INFO] [stderr] |
[INFO] [stderr] 9 | use platform::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^ ^^^^^^^^^^^^^^ ^^^^^^ no `Remote` in `platform`
[INFO] [stderr] | | | | | |
[INFO] [stderr] | | | | | no `IoMultiplexing` in `platform`
[INFO] [stderr] | | | | no `IoHub` in `platform`
[INFO] [stderr] | | | no `EncodedMessage` in `platform`
[INFO] [stderr] | | no `register` in `platform`
[INFO] [stderr] | no `look_up` in `platform`
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:12:30
[INFO] [stderr] |
[INFO] [stderr] 12 | pub(crate) use self::macos::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `macos` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:14:32
[INFO] [stderr] |
[INFO] [stderr] 14 | pub(crate) use self::windows::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `windows` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:12:39
[INFO] [stderr] |
[INFO] [stderr] 12 | pub(crate) use self::macos::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `macos` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:14:41
[INFO] [stderr] |
[INFO] [stderr] 14 | pub(crate) use self::windows::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `windows` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:12:49
[INFO] [stderr] |
[INFO] [stderr] 12 | pub(crate) use self::macos::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `macos` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:14:51
[INFO] [stderr] |
[INFO] [stderr] 14 | pub(crate) use self::windows::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `windows` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:12:65
[INFO] [stderr] |
[INFO] [stderr] 12 | pub(crate) use self::macos::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: the item is gated behind the `macos` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:14:67
[INFO] [stderr] |
[INFO] [stderr] 14 | pub(crate) use self::windows::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: the item is gated behind the `windows` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:12:72
[INFO] [stderr] |
[INFO] [stderr] 12 | pub(crate) use self::macos::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `macos` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:14:74
[INFO] [stderr] |
[INFO] [stderr] 14 | pub(crate) use self::windows::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `windows` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:12:88
[INFO] [stderr] |
[INFO] [stderr] 12 | pub(crate) use self::macos::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] = note: the item is gated behind the `macos` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:14:90
[INFO] [stderr] |
[INFO] [stderr] 14 | pub(crate) use self::windows::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] = note: the item is gated behind the `windows` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved imports `platform::MemoryRegion`, `platform::Object`
[INFO] [stderr] --> src/lib.rs:10:20
[INFO] [stderr] |
[INFO] [stderr] 10 | pub use platform::{MemoryRegion, Object};
[INFO] [stderr] | ^^^^^^^^^^^^ ^^^^^^ no `Object` in `platform`
[INFO] [stderr] | |
[INFO] [stderr] | no `MemoryRegion` in `platform`
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:7:22
[INFO] [stderr] |
[INFO] [stderr] 7 | pub use self::macos::MemoryRegion;
[INFO] [stderr] | ^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `macos` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:9:24
[INFO] [stderr] |
[INFO] [stderr] 9 | pub use self::windows::MemoryRegion;
[INFO] [stderr] | ^^^^^^^^^^^^
[INFO] [stderr] = note: the item is gated behind the `windows` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:2:10
[INFO] [stderr] |
[INFO] [stderr] 2 | pub type Object = self::macos::MachPort;
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] = note: the item is gated behind the `macos` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:4:10
[INFO] [stderr] |
[INFO] [stderr] 4 | pub type Object = self::windows::Handle;
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] = note: the item is gated behind the `windows` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::platform::IoHub`
[INFO] [stderr] --> src/bus_controller.rs:4:5
[INFO] [stderr] |
[INFO] [stderr] 4 | platform::IoHub,
[INFO] [stderr] | ^^^^^^^^^^^^^^^ no `IoHub` in `platform`
[INFO] [stderr] |
[INFO] [stderr] = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stderr] crate::IoHub
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:12:65
[INFO] [stderr] |
[INFO] [stderr] 12 | pub(crate) use self::macos::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: the item is gated behind the `macos` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:14:67
[INFO] [stderr] |
[INFO] [stderr] 14 | pub(crate) use self::windows::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^
[INFO] [stderr] = note: the item is gated behind the `windows` feature
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `crate::platform::Remote`
[INFO] [stderr] --> src/errors.rs:1:13
[INFO] [stderr] |
[INFO] [stderr] 1 | use crate::{platform::Remote, Version};
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ no `Remote` in `platform`
[INFO] [stderr] |
[INFO] [stderr] = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stderr] crate::Remote
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:12:88
[INFO] [stderr] |
[INFO] [stderr] 12 | pub(crate) use self::macos::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] = note: the item is gated behind the `macos` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> src/platform/mod.rs:14:90
[INFO] [stderr] |
[INFO] [stderr] 14 | pub(crate) use self::windows::{look_up, register, EncodedMessage, IoHub, IoMultiplexing, Remote};
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] = note: the item is gated behind the `windows` feature
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `MemoryRegion` in this scope
[INFO] [stderr] --> src/platform/mod.rs:21:16
[INFO] [stderr] |
[INFO] [stderr] 21 | impl Clone for MemoryRegion {
[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 `ipmb`
[INFO] running `Command { std: "docker" "inspect" "a180579ff352b70a73ea1356c76a1be16816e0a225f134b6f7309cd6193624ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a180579ff352b70a73ea1356c76a1be16816e0a225f134b6f7309cd6193624ff", kill_on_drop: false }`
[INFO] [stdout] a180579ff352b70a73ea1356c76a1be16816e0a225f134b6f7309cd6193624ff