gdkwayland 0.15.5

Rust bindings of the GDK-Wayland 3 library
Build #548059 2022-04-26T10:50:19.776380+00:00
# rustc version
rustc 1.62.0-nightly (055bf4ccd 2022-04-25)
# docs.rs version
docsrs 0.6.0 (de197f9 2022-04-16)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/gdkwayland-0.15.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/gdkwayland-0.15.5/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "dox" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220425-1.62.0-nightly-055bf4ccd\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", 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] 9fe9c1824614509c88733fc9b97d9f096004d8854ab69f1552957c4c19dc5082
[INFO] running `Command { std: "docker" "start" "-a" "9fe9c1824614509c88733fc9b97d9f096004d8854ab69f1552957c4c19dc5082", kill_on_drop: false }`
[INFO] [stderr]  Documenting gdkwayland v0.15.5 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `gdk::DevicePadFeature`
[INFO] [stderr]  --> src/wayland_device.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use gdk::DevicePadFeature;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^ no `DevicePadFeature` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Monitor` in crate `gdk`
[INFO] [stderr]   --> src/wayland_monitor.rs:10:77
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub struct WaylandMonitor(Object<ffi::GdkWaylandMonitor>) @extends gdk::Monitor;
[INFO] [stderr]    |                                                                             ^^^^^^^ not found in `gdk`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Seat` in crate `gdk`
[INFO] [stderr]   --> src/wayland_seat.rs:10:71
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub struct WaylandSeat(Object<ffi::GdkWaylandSeat>) @extends gdk::Seat;
[INFO] [stderr]    |                                                                       ^^^^ not found in `gdk`
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `gdkwayland`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name gdkwayland src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="dox"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=412ac77141bd462b -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern gdk=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libgdk-949ad9db62be0726.rmeta --extern ffi=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libgdk_wayland_sys-34446b2436551632.rmeta --extern glib=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libglib-e6d1005c597e6880.rmeta --extern libc=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-7aeff730112b7f50.rmeta --extern wayland_client=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libwayland_client-3c1aece857220ec8.rmeta --extern-html-root-url 'gdk=https://docs.rs/gdk/0.15.4/x86_64-unknown-linux-gnu' --extern-html-root-url 'gdk_wayland_sys=https://docs.rs/gdkwayland-sys/0.15.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'glib=https://docs.rs/glib/0.15.11/x86_64-unknown-linux-gnu' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.124/x86_64-unknown-linux-gnu' --extern-html-root-url 'wayland_client=https://docs.rs/wayland-client/0.29.4/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20220425-1.62.0-nightly-055bf4ccd --static-root-path / --cap-lints warn --disable-per-crate-search --crate-version 0.15.5` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "9fe9c1824614509c88733fc9b97d9f096004d8854ab69f1552957c4c19dc5082", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fe9c1824614509c88733fc9b97d9f096004d8854ab69f1552957c4c19dc5082", kill_on_drop: false }`
[INFO] [stdout] 9fe9c1824614509c88733fc9b97d9f096004d8854ab69f1552957c4c19dc5082