Build #1294134 2024-07-16T21:18:06.950658+00:00
# rustc version
rustc 1.81.0-nightly (24d2ac0b5 2024-07-15)# docs.rs version
docsrs 0.6.0 (bd66f012 2024-07-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/smithay-clipboard-0.7.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/smithay-clipboard-0.7.2/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: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\", \"-20240715-1.81.0-nightly-24d2ac0b5\", \"--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] 2a156c9a7766f9fb6e536e2184525bd803ab1da5b094990c636e04400222b22b
[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" "2a156c9a7766f9fb6e536e2184525bd803ab1da5b094990c636e04400222b22b", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: clipboard
[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] Checking smithay-client-toolkit v0.19.2
[INFO] [stderr] error[E0432]: unresolved imports `rustix::pipe::pipe_with`, `rustix::pipe::PipeFlags`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/src/data_device_manager/data_offer.rs:439:24
[INFO] [stderr] |
[INFO] [stderr] 439 | use rustix::pipe::{pipe_with, PipeFlags};
[INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^ no `PipeFlags` in `pipe`
[INFO] [stderr] | |
[INFO] [stderr] | no `pipe_with` in `pipe`
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.32/src/pipe.rs:108:8
[INFO] [stderr] |
[INFO] [stderr] 108 | pub fn pipe_with(flags: PipeFlags) -> io::Result<(OwnedFd, OwnedFd)> {
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.32/src/pipe.rs:25:31
[INFO] [stderr] |
[INFO] [stderr] 25 | pub use backend::pipe::types::PipeFlags;
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] error[E0432]: unresolved imports `rustix::pipe::pipe_with`, `rustix::pipe::PipeFlags`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/smithay-client-toolkit-0.19.2/src/primary_selection/offer.rs:39:28
[INFO] [stderr] |
[INFO] [stderr] 39 | use rustix::pipe::{pipe_with, PipeFlags};
[INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^ no `PipeFlags` in `pipe`
[INFO] [stderr] | |
[INFO] [stderr] | no `pipe_with` in `pipe`
[INFO] [stderr] |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.32/src/pipe.rs:108:8
[INFO] [stderr] |
[INFO] [stderr] 108 | pub fn pipe_with(flags: PipeFlags) -> io::Result<(OwnedFd, OwnedFd)> {
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.32/src/pipe.rs:25:31
[INFO] [stderr] |
[INFO] [stderr] 25 | pub use backend::pipe::types::PipeFlags;
[INFO] [stderr] | ^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `smithay-client-toolkit` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "2a156c9a7766f9fb6e536e2184525bd803ab1da5b094990c636e04400222b22b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a156c9a7766f9fb6e536e2184525bd803ab1da5b094990c636e04400222b22b", kill_on_drop: false }`
[INFO] [stdout] 2a156c9a7766f9fb6e536e2184525bd803ab1da5b094990c636e04400222b22b