xcb 0.9.0

Rust bindings and wrappers for XCB
Documentation
Build #198121 2019-11-12T15:17:56.487220+00:00
# rustc version
rustc 1.40.0-nightly (bc0e288ad 2019-11-11)
# docs.rs version
docsrs 0.6.0 (ba87ff2 2019-11-11)

# build log
[INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/xcb-0.9.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/xcb-0.9.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" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20191111-1.40.0-nightly-bc0e288ad --static-root-path / --disable-per-crate-search --extern-html-root-url libc=https://docs.rs/libc/0.2.65 --extern-html-root-url log=https://docs.rs/log/0.4.8" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "--target" "x86_64-unknown-linux-gnu"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 1652fe90a896d838c8d1c9f2268c04dd9833e677bc3f06d0f0b6ef9d25ee2201
[INFO] running `"docker" "start" "-a" "1652fe90a896d838c8d1c9f2268c04dd9833e677bc3f06d0f0b6ef9d25ee2201"`
[INFO] [stderr]    Compiling libc v0.2.65
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling xcb v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> build.rs:15:8
[INFO] [stderr]    |
[INFO] [stderr] 15 |     if try!(fs::metadata(xml_dir)).is_dir() {
[INFO] [stderr]    |        ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> build.rs:16:22
[INFO] [stderr]    |
[INFO] [stderr] 16 |         for entry in try!(fs::read_dir(xml_dir)) {
[INFO] [stderr]    |                      ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> build.rs:17:24
[INFO] [stderr]    |
[INFO] [stderr] 17 |             let path = try!(entry).path();
[INFO] [stderr]    |                        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> build.rs:18:16
[INFO] [stderr]    |
[INFO] [stderr] 18 |             if try!(fs::metadata(&path)).is_file() {
[INFO] [stderr]    |                ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> build.rs:20:39
[INFO] [stderr]    |
[INFO] [stderr] 20 |                     if ext == "xml" { try!(cb(&path)); }
[INFO] [stderr]    |                                       ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> build.rs:60:30
[INFO] [stderr]    |
[INFO] [stderr] 60 |         let xml_file_mtime = try!(fs::metadata(&xml_file)).mtime();
[INFO] [stderr]    |                              ^^^
[INFO] [stderr] 
[INFO] [stderr]  Documenting xcb v0.9.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `[i]` cannot be resolved, ignoring it...
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/xcb-7504745212489eca/out/xproto.rs:9480:67
[INFO] [stderr]      |
[INFO] [stderr] 9480 | /// Draws `points_len`-1 lines between each pair of points (point[i], point[i+1])
[INFO] [stderr]      |                                                                   ^ cannot be resolved, ignoring
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(intra_doc_link_resolution_failure)]` on by default
[INFO] [stderr]      = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `[i]` cannot be resolved, ignoring it...
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/xcb-7504745212489eca/out/xproto.rs:9530:67
[INFO] [stderr]      |
[INFO] [stderr] 9530 | /// Draws `points_len`-1 lines between each pair of points (point[i], point[i+1])
[INFO] [stderr]      |                                                                   ^ cannot be resolved, ignoring
[INFO] [stderr]      |
[INFO] [stderr]      = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `[request_name]` cannot be resolved, ignoring it...
[INFO] [stderr]    --> src/ffi/base.rs:274:29
[INFO] [stderr]     |
[INFO] [stderr] 274 |     /// from a call to xcb_[request_name]_checked().  This function will block
[INFO] [stderr]     |                             ^^^^^^^^^^^^ cannot be resolved, ignoring
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `[i]` cannot be resolved, ignoring it...
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/xcb-7504745212489eca/out/ffi/xproto.rs:4021:67
[INFO] [stderr]      |
[INFO] [stderr] 4021 | /// Draws `points_len`-1 lines between each pair of points (point[i], point[i+1])
[INFO] [stderr]      |                                                                   ^ cannot be resolved, ignoring
[INFO] [stderr]      |
[INFO] [stderr]      = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `[i]` cannot be resolved, ignoring it...
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/xcb-7504745212489eca/out/ffi/xproto.rs:7414:71
[INFO] [stderr]      |
[INFO] [stderr] 7414 |     /// Draws `points_len`-1 lines between each pair of points (point[i], point[i+1])
[INFO] [stderr]      |                                                                       ^ cannot be resolved, ignoring
[INFO] [stderr]      |
[INFO] [stderr]      = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `[i]` cannot be resolved, ignoring it...
[INFO] [stderr]     --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/xcb-7504745212489eca/out/ffi/xproto.rs:7432:71
[INFO] [stderr]      |
[INFO] [stderr] 7432 |     /// Draws `points_len`-1 lines between each pair of points (point[i], point[i+1])
[INFO] [stderr]      |                                                                       ^ cannot be resolved, ignoring
[INFO] [stderr]      |
[INFO] [stderr]      = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 13.43s
[INFO] running `"docker" "inspect" "1652fe90a896d838c8d1c9f2268c04dd9833e677bc3f06d0f0b6ef9d25ee2201"`
[INFO] running `"docker" "rm" "-f" "1652fe90a896d838c8d1c9f2268c04dd9833e677bc3f06d0f0b6ef9d25ee2201"`
[INFO] [stdout] 1652fe90a896d838c8d1c9f2268c04dd9833e677bc3f06d0f0b6ef9d25ee2201