inotify 0.11.0

Idiomatic wrapper for inotify
Documentation
Build #1329625 2024-08-19T11:39:50.567082+00:00
# rustc version
rustc 1.82.0-nightly (6de928dce 2024-08-18)# docs.rs version
docsrs 0.6.0 (a6155e2c 2024-08-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/inotify-0.11.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/inotify-0.11.0/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240818-1.82.0-nightly-6de928dce\", \"--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] ba3e4402cc3f1b7d533ed8ae47c2abf892c01f0058009cb0b4f5227ab53b6cfa
[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" "ba3e4402cc3f1b7d533ed8ae47c2abf892c01f0058009cb0b4f5227ab53b6cfa", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: stream, watch
[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 windows-sys v0.52.0
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr] error[E0425]: cannot find value `O_CLOEXEC` in crate `libc`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs:57:37
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub const IN_CLOEXEC: c_int = libc::O_CLOEXEC;
[INFO] [stderr]    |                                     ^^^^^^^^^ not found in `libc`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `O_NONBLOCK` in crate `libc`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs:68:38
[INFO] [stderr]    |
[INFO] [stderr] 68 | pub const IN_NONBLOCK: c_int = libc::O_NONBLOCK;
[INFO] [stderr]    |                                      ^^^^^^^^^^ not found in `libc`
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `inotify-sys` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ba3e4402cc3f1b7d533ed8ae47c2abf892c01f0058009cb0b4f5227ab53b6cfa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba3e4402cc3f1b7d533ed8ae47c2abf892c01f0058009cb0b4f5227ab53b6cfa", kill_on_drop: false }`
[INFO] [stdout] ba3e4402cc3f1b7d533ed8ae47c2abf892c01f0058009cb0b4f5227ab53b6cfa