libxdo-sys 0.11.0

FFI bindings to libxdo
Documentation
Build #1419492 2024-10-26T13:02:43.376921+00:00
# rustc version
rustc 1.84.0-nightly (c1db4dc24 2024-10-25)# docs.rs version
docsrs 0.6.0 (83e30f05 2024-10-25)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/libxdo-sys-0.11.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/libxdo-sys-0.11.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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241025-1.84.0-nightly-c1db4dc24\", \"--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-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stdout] 8ade904c16de3fdb7fed9ae15d1c5773f961f3e211987eb4413d1cef390b5b12
[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" "8ade904c16de3fdb7fed9ae15d1c5773f961f3e211987eb4413d1cef390b5b12", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2021
[INFO] [stderr]     Checking libxdo-sys v0.11.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to check lib in package `libxdo-sys` as a prerequisite for scraping examples from: example "autoclicker", example "drag_drop", example "mousemove", example "mousesquare", example "typehello", example "yes"
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `libxdo-sys` (lib) generated 1 warning
[INFO] [stderr]     Scraping libxdo-sys v0.11.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to scan example "autoclicker" in package `libxdo-sys` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `libxdo-sys` (example "autoclicker") generated 1 warning
[INFO] [stderr] warning: failed to scan example "yes" in package `libxdo-sys` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `libxdo-sys` (example "yes") generated 1 warning
[INFO] [stderr] warning: failed to scan example "typehello" in package `libxdo-sys` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `libxdo-sys` (example "typehello") generated 1 warning
[INFO] [stderr] warning: failed to scan example "mousemove" in package `libxdo-sys` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `libxdo-sys` (example "mousemove") generated 1 warning
[INFO] [stderr] warning: failed to scan example "drag_drop" in package `libxdo-sys` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `libxdo-sys` (example "drag_drop") generated 1 warning
[INFO] [stderr] warning: failed to scan example "mousesquare" in package `libxdo-sys` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `libxdo-sys` (example "mousesquare") generated 1 warning
[INFO] [stderr]  Documenting libxdo-sys v0.11.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `libc::useconds_t`
[INFO] [stderr]  --> src/lib.rs:7:21
[INFO] [stderr]   |
[INFO] [stderr] 7 | use libc::{wchar_t, useconds_t};
[INFO] [stderr]   |                     ^^^^^^^^^^ no `useconds_t` in the root
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not document `libxdo-sys`
[INFO] running `Command { std: "docker" "inspect" "8ade904c16de3fdb7fed9ae15d1c5773f961f3e211987eb4413d1cef390b5b12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ade904c16de3fdb7fed9ae15d1c5773f961f3e211987eb4413d1cef390b5b12", kill_on_drop: false }`
[INFO] [stdout] 8ade904c16de3fdb7fed9ae15d1c5773f961f3e211987eb4413d1cef390b5b12