smithay-clipboard 0.7.2

Provides access to the wayland clipboard for client applications.
Documentation
Build #1704354 2025-02-03T06:15:20.096975+00:00
# rustc version
rustc 1.86.0-nightly (4a4309466 2025-02-02)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# 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: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\", \"-20250202-1.86.0-nightly-4a4309466\", \"--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] 76cd8c77d21c51459191b0189390c32d3a0a0fe0247011a821b13f3786d76ee7
[INFO] running `Command { std: "docker" "start" "-a" "76cd8c77d21c51459191b0189390c32d3a0a0fe0247011a821b13f3786d76ee7", 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-1949cf8c6b5b557f/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-1949cf8c6b5b557f/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: the item is gated here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.32/src/pipe.rs:99:1
[INFO] [stderr]     |
[INFO] [stderr] 99  | / #[cfg(not(any(
[INFO] [stderr] 100 | |     apple,
[INFO] [stderr] 101 | |     target_os = "aix",
[INFO] [stderr] 102 | |     target_os = "espidf",
[INFO] [stderr] 103 | |     target_os = "haiku",
[INFO] [stderr] 104 | |     target_os = "nto"
[INFO] [stderr] 105 | | )))]
[INFO] [stderr]     | |____^
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.32/src/pipe.rs:25:31
[INFO] [stderr]     |
[INFO] [stderr] 25  | pub use backend::pipe::types::PipeFlags;
[INFO] [stderr]     |                               ^^^^^^^^^
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.32/src/pipe.rs:24:1
[INFO] [stderr]     |
[INFO] [stderr] 24  | #[cfg(not(apple))]
[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-1949cf8c6b5b557f/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-1949cf8c6b5b557f/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: the item is gated here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.32/src/pipe.rs:99:1
[INFO] [stderr]     |
[INFO] [stderr] 99  | / #[cfg(not(any(
[INFO] [stderr] 100 | |     apple,
[INFO] [stderr] 101 | |     target_os = "aix",
[INFO] [stderr] 102 | |     target_os = "espidf",
[INFO] [stderr] 103 | |     target_os = "haiku",
[INFO] [stderr] 104 | |     target_os = "nto"
[INFO] [stderr] 105 | | )))]
[INFO] [stderr]     | |____^
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.32/src/pipe.rs:25:31
[INFO] [stderr]     |
[INFO] [stderr] 25  | pub use backend::pipe::types::PipeFlags;
[INFO] [stderr]     |                               ^^^^^^^^^
[INFO] [stderr] note: the item is gated here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.32/src/pipe.rs:24:1
[INFO] [stderr]     |
[INFO] [stderr] 24  | #[cfg(not(apple))]
[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" "76cd8c77d21c51459191b0189390c32d3a0a0fe0247011a821b13f3786d76ee7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "76cd8c77d21c51459191b0189390c32d3a0a0fe0247011a821b13f3786d76ee7", kill_on_drop: false }`
[INFO] [stdout] 76cd8c77d21c51459191b0189390c32d3a0a0fe0247011a821b13f3786d76ee7