Build #1365509 2024-09-20T15:24:23.484003+00:00
# rustc version
rustc 1.83.0-nightly (9c01301c5 2024-09-05)# docs.rs version
docsrs 0.6.0 (1b41ab79 2024-09-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/compio-quic-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/compio-quic-0.1.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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-09-06" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240905-1.83.0-nightly-9c01301c5\", \"--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] 7524934b7c943a02c6758bdcf10428c38e012f5fc2576b388a65634718cebbbd
[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" "7524934b7c943a02c6758bdcf10428c38e012f5fc2576b388a65634718cebbbd", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: http3-client, http3-server, quic-client, quic-dispatcher, quic-server
[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] Compiling ring v0.17.8
[INFO] [stderr] Checking compio-driver v0.5.0
[INFO] [stderr] Checking h3 v0.0.6
[INFO] [stderr] error: You must choose at least one of these features: ["io-uring", "polling"]
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/compio-driver-0.5.0/src/lib.rs:13:1
[INFO] [stderr] |
[INFO] [stderr] 13 | compile_error!("You must choose at least one of these features: [\"io-uring\", \"polling\"]");
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `polling`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/compio-driver-0.5.0/src/poll/mod.rs:18:5
[INFO] [stderr] |
[INFO] [stderr] 18 | use polling::{Event, Events, PollMode, Poller};
[INFO] [stderr] | ^^^^^^^ use of undeclared crate or module `polling`
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved import `polling`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/compio-driver-0.5.0/src/poll/op.rs:14:5
[INFO] [stderr] |
[INFO] [stderr] 14 | use polling::Event;
[INFO] [stderr] | ^^^^^^^ use of undeclared crate or module `polling`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `os_pipe`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/compio-driver-0.5.0/src/poll/mod.rs:334:46
[INFO] [stderr] |
[INFO] [stderr] 334 | let (notify_reader, notify_writer) = os_pipe::pipe()?;
[INFO] [stderr] | ^^^^^^^ use of undeclared crate or module `os_pipe`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `os_pipe`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/compio-driver-0.5.0/src/poll/mod.rs:328:20
[INFO] [stderr] |
[INFO] [stderr] 328 | notify_reader: os_pipe::PipeReader,
[INFO] [stderr] | ^^^^^^^ use of undeclared crate or module `os_pipe`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `os_pipe`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/compio-driver-0.5.0/src/poll/mod.rs:329:20
[INFO] [stderr] |
[INFO] [stderr] 329 | notify_writer: os_pipe::PipeWriter,
[INFO] [stderr] | ^^^^^^^ use of undeclared crate or module `os_pipe`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `os_pipe`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/compio-driver-0.5.0/src/poll/mod.rs:374:20
[INFO] [stderr] |
[INFO] [stderr] 374 | fn new(sender: os_pipe::PipeWriter) -> Self {
[INFO] [stderr] | ^^^^^^^ use of undeclared crate or module `os_pipe`
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `os_pipe`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/compio-driver-0.5.0/src/poll/mod.rs:370:13
[INFO] [stderr] |
[INFO] [stderr] 370 | sender: os_pipe::PipeWriter,
[INFO] [stderr] | ^^^^^^^ use of undeclared crate or module `os_pipe`
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `compio-driver` (lib) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7524934b7c943a02c6758bdcf10428c38e012f5fc2576b388a65634718cebbbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7524934b7c943a02c6758bdcf10428c38e012f5fc2576b388a65634718cebbbd", kill_on_drop: false }`
[INFO] [stdout] 7524934b7c943a02c6758bdcf10428c38e012f5fc2576b388a65634718cebbbd