Build #1661631 2025-01-23T15:52:36.125821+00:00
# rustc version
rustc 1.86.0-nightly (649b995a9 2025-01-22)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/io-uring-0.7.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/io-uring-0.7.4/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:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250122-1.86.0-nightly-649b995a9\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9c4c6ecc68cb01e51a06579ce29f084ddd40339f9fac209aefcd677205ea63ef
[INFO] running `Command { std: "docker" "start" "-a" "9c4c6ecc68cb01e51a06579ce29f084ddd40339f9fac209aefcd677205ea63ef", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: readme, tcp_echo
[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 io-uring v0.7.4 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0412]: cannot find type `cpu_set_t` in crate `libc`
[INFO] [stderr] --> src/submit.rs:513:53
[INFO] [stderr] |
[INFO] [stderr] 513 | pub fn register_iowq_aff(&self, cpu_set: &libc::cpu_set_t) -> io::Result<()> {
[INFO] [stderr] | ^^^^^^^^^ not found in `libc`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `SYS_io_uring_register` in crate `libc`
[INFO] [stderr] --> src/sys/mod.rs:43:40
[INFO] [stderr] |
[INFO] [stderr] 43 | const SYSCALL_REGISTER: c_long = libc::SYS_io_uring_register;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in `libc`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `SYS_io_uring_setup` in crate `libc`
[INFO] [stderr] --> src/sys/mod.rs:49:37
[INFO] [stderr] |
[INFO] [stderr] 49 | const SYSCALL_SETUP: c_long = libc::SYS_io_uring_setup;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `libc`
[INFO] [stderr]
[INFO] [stderr] error[E0425]: cannot find value `SYS_io_uring_enter` in crate `libc`
[INFO] [stderr] --> src/sys/mod.rs:55:37
[INFO] [stderr] |
[INFO] [stderr] 55 | const SYSCALL_ENTER: c_long = libc::SYS_io_uring_enter;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in `libc`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `libc::SYS_io_uring_register`
[INFO] [stderr] --> src/sys/mod.rs:43:34
[INFO] [stderr] |
[INFO] [stderr] 43 | const SYSCALL_REGISTER: c_long = libc::SYS_io_uring_register;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `libc::SYS_io_uring_register`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `libc::SYS_io_uring_setup`
[INFO] [stderr] --> src/sys/mod.rs:49:31
[INFO] [stderr] |
[INFO] [stderr] 49 | const SYSCALL_SETUP: c_long = libc::SYS_io_uring_setup;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `libc::SYS_io_uring_setup`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not resolve path `libc::SYS_io_uring_enter`
[INFO] [stderr] --> src/sys/mod.rs:55:31
[INFO] [stderr] |
[INFO] [stderr] 55 | const SYSCALL_ENTER: c_long = libc::SYS_io_uring_enter;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `libc::SYS_io_uring_enter`
[INFO] [stderr] |
[INFO] [stderr] = note: this error was originally ignored because you are running `rustdoc`
[INFO] [stderr] = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `io-uring`
[INFO] running `Command { std: "docker" "inspect" "9c4c6ecc68cb01e51a06579ce29f084ddd40339f9fac209aefcd677205ea63ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c4c6ecc68cb01e51a06579ce29f084ddd40339f9fac209aefcd677205ea63ef", kill_on_drop: false }`
[INFO] [stdout] 9c4c6ecc68cb01e51a06579ce29f084ddd40339f9fac209aefcd677205ea63ef