Build #1403147 2024-10-24T16:13:28.299868+00:00
# rustc version
rustc 1.84.0-nightly (4f2f477fd 2024-10-23)# docs.rs version
docsrs 0.6.0 (0b0c7c68 2024-10-23)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/gdbstub-0.7.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/gdbstub-0.7.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241023-1.84.0-nightly-4f2f477fd\", \"--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-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stdout] 09c79fd55de060e53d997ae249339cd59f0cb738d0ba5a9e427e484fc97b0133
[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" "09c79fd55de060e53d997ae249339cd59f0cb738d0ba5a9e427e484fc97b0133", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: armv4t, armv4t_multicore
[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 gdbstub v0.7.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `std::os::unix::net::UnixStream`
[INFO] [stderr] --> src/lib.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | / //! An ergonomic, featureful, and easy-to-integrate implementation of the [GDB
[INFO] [stderr] 2 | | //! Remote Serial Protocol](https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html#Remote-Protocol)
[INFO] [stderr] 3 | | //! in Rust, with no-compromises `#![no_std]` support.
[INFO] [stderr] 4 | | //!
[INFO] [stderr] ... |
[INFO] [stderr] 312 | | //! [`GdbStubStateMachine`]: stub::state_machine::GdbStubStateMachine
[INFO] [stderr] 313 | | //! [`BlockingEventLoop`]: stub::run_blocking::BlockingEventLoop
[INFO] [stderr] | |________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`UnixStream`](std::os::unix::net::UnixStream).
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `unix` in module `os`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `std::os::unix::net::UnixStream`
[INFO] [stderr] --> src/lib.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | / //! An ergonomic, featureful, and easy-to-integrate implementation of the [GDB
[INFO] [stderr] 2 | | //! Remote Serial Protocol](https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html#Remote-Protocol)
[INFO] [stderr] 3 | | //! in Rust, with no-compromises `#![no_std]` support.
[INFO] [stderr] 4 | | //!
[INFO] [stderr] ... |
[INFO] [stderr] 312 | | //! [`GdbStubStateMachine`]: stub::state_machine::GdbStubStateMachine
[INFO] [stderr] 313 | | //! [`BlockingEventLoop`]: stub::run_blocking::BlockingEventLoop
[INFO] [stderr] | |________________________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] [`UnixStream`](std::os::unix::net::UnixStream).
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `unix` in module `os`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `std::os::unix::net::UnixStream`
[INFO] [stderr] --> src/conn/mod.rs:9:20
[INFO] [stderr] |
[INFO] [stderr] 9 | /// [`UnixStream`](std::os::unix::net::UnixStream) (on unix systems).
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `unix` in module `os`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `std::os::unix::net::UnixStream`
[INFO] [stderr] --> src/conn/mod.rs:62:20
[INFO] [stderr] |
[INFO] [stderr] 62 | /// [`UnixStream`](std::os::unix::net::UnixStream) (on unix systems).
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `unix` in module `os`
[INFO] [stderr]
[INFO] [stderr] warning: `gdbstub` (lib doc) generated 4 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-pc-windows-msvc/doc/gdbstub/index.html
[INFO] running `Command { std: "docker" "inspect" "09c79fd55de060e53d997ae249339cd59f0cb738d0ba5a9e427e484fc97b0133", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09c79fd55de060e53d997ae249339cd59f0cb738d0ba5a9e427e484fc97b0133", kill_on_drop: false }`
[INFO] [stdout] 09c79fd55de060e53d997ae249339cd59f0cb738d0ba5a9e427e484fc97b0133