Build #1506616 2024-11-07T21:01:44.478557+00:00
# rustc version
rustc 1.84.0-nightly (854980293 2024-11-06)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/async-io-2.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/async-io-2.4.0/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\", \"-20241106-1.84.0-nightly-854980293\", \"--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-apple-darwin\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-apple-darwin", kill_on_drop: false }`
[INFO] [stdout] 4a72430bffeee943530607784e60f5f088ea6d348a3744f66cf3f50c0fe20812
[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" "4a72430bffeee943530607784e60f5f088ea6d348a3744f66cf3f50c0fe20812", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: kqueue-process, linux-inotify, linux-timerfd, unix-signal, windows-command, windows-uds
[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 async-io v2.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `AsyncKqueueExt::with_filter`
[INFO] [stderr] --> src/os/kqueue.rs:225:70
[INFO] [stderr] |
[INFO] [stderr] 225 | /// When registered into [`Async`](crate::Async) via [`with_filter`](AsyncKqueueExt::with_filter),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `AsyncKqueueExt` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `AsyncKqueueExt::with_filter`
[INFO] [stderr] --> src/os/kqueue.rs:239:70
[INFO] [stderr] |
[INFO] [stderr] 239 | /// When registered into [`Async`](crate::Async) via [`with_filter`](AsyncKqueueExt::with_filter),
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `AsyncKqueueExt` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `futures_lite::AsyncWriteExt::close`
[INFO] [stderr] --> src/lib.rs:582:59
[INFO] [stderr] |
[INFO] [stderr] 582 | /// Closing the write side of [`Async`] with [`close()`][`futures_lite::AsyncWriteExt::close()`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `AsyncWriteExt` in module `futures_lite`
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/os/kqueue.rs:216:69
[INFO] [stderr] |
[INFO] [stderr] 216 | /// Objects that can be registered into the reactor via a [`Async`](crate::Async).
[INFO] [stderr] | ------- ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 216 | /// Objects that can be registered into the reactor via a [`Async`].
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/os/kqueue.rs:225:36
[INFO] [stderr] |
[INFO] [stderr] 225 | /// When registered into [`Async`](crate::Async) via [`with_filter`](AsyncKqueueExt::with_filter),
[INFO] [stderr] | ------- ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 225 | /// When registered into [`Async`] via [`with_filter`](AsyncKqueueExt::with_filter),
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/os/kqueue.rs:239:36
[INFO] [stderr] |
[INFO] [stderr] 239 | /// When registered into [`Async`](crate::Async) via [`with_filter`](AsyncKqueueExt::with_filter),
[INFO] [stderr] | ------- ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 239 | /// When registered into [`Async`] via [`with_filter`](AsyncKqueueExt::with_filter),
[INFO] [stderr] | ~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: `async-io` (lib doc) generated 6 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-apple-darwin/doc/async_io/index.html
[INFO] running `Command { std: "docker" "inspect" "4a72430bffeee943530607784e60f5f088ea6d348a3744f66cf3f50c0fe20812", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a72430bffeee943530607784e60f5f088ea6d348a3744f66cf3f50c0fe20812", kill_on_drop: false }`
[INFO] [stdout] 4a72430bffeee943530607784e60f5f088ea6d348a3744f66cf3f50c0fe20812