cbindgen 0.11.0

A tool for generating C bindings to Rust code.
Documentation
Build #203036 2019-12-03T23:12:44.199839+00:00
# rustc version
rustc 1.41.0-nightly (fdc001156 2019-12-02)
# docs.rs version
docsrs 0.6.0 (3f63280 2019-11-27)

# build log
[INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/cbindgen-0.11.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cbindgen-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" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20191202-1.41.0-nightly-fdc001156 --static-root-path / --extern-html-root-url serde_json=https://docs.rs/serde_json/1.0.39 --extern-html-root-url serde=https://docs.rs/serde/1.0.93 --extern-html-root-url log=https://docs.rs/log/0.4.6 --extern-html-root-url syn=https://docs.rs/syn/1.0.1 --extern-html-root-url quote=https://docs.rs/quote/1.0.0 --extern-html-root-url tempfile=https://docs.rs/tempfile/3.0.8 --extern-html-root-url clap=https://docs.rs/clap/2.33.0 --extern-html-root-url proc_macro2=https://docs.rs/proc-macro2/1.0.0 --extern-html-root-url toml=https://docs.rs/toml/0.5.1" "-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] 5bb6fb12224645c2700fad86099e7214e934751d857e5e9c6227019ac49dd1af
[INFO] running `"docker" "start" "-a" "5bb6fb12224645c2700fad86099e7214e934751d857e5e9c6227019ac49dd1af"`
[INFO] [stderr]    Compiling proc-macro2 v1.0.0
[INFO] [stderr]    Compiling autocfg v0.1.4
[INFO] [stderr]     Checking rand_core v0.4.0
[INFO] [stderr]    Compiling syn v1.0.1
[INFO] [stderr]    Compiling libc v0.2.58
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling serde v1.0.93
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling ryu v0.2.8
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]     Checking unicode-width v0.1.5
[INFO] [stderr]    Compiling cbindgen v0.11.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking itoa v0.4.4
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking remove_dir_all v0.5.2
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]     Checking log v0.4.6
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking rand_isaac v0.1.1
[INFO] [stderr]     Checking rand_xorshift v0.1.1
[INFO] [stderr]     Checking rand_hc v0.1.0
[INFO] [stderr]     Checking quote v1.0.0
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking atty v0.2.11
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking tempfile v3.0.8
[INFO] [stderr]    Compiling serde_derive v1.0.99
[INFO] [stderr]     Checking serde_json v1.0.39
[INFO] [stderr]     Checking toml v0.5.1
[INFO] [stderr]  Documenting cbindgen v0.11.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `[must_use]` cannot be resolved, ignoring it.
[INFO] [stderr]    --> src/bindgen/config.rs:258:50
[INFO] [stderr]     |
[INFO] [stderr] 258 |     /// The way to annotation this function as #[must_use].
[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: `[must_use]` cannot be resolved, ignoring it.
[INFO] [stderr]    --> src/bindgen/config.rs:320:48
[INFO] [stderr]     |
[INFO] [stderr] 320 |     /// The way to annotation this struct as #[must_use].
[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: `[must_use]` cannot be resolved, ignoring it.
[INFO] [stderr]    --> src/bindgen/config.rs:393:46
[INFO] [stderr]     |
[INFO] [stderr] 393 |     /// The way to annotation this enum as #[must_use].
[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: `[must_use]` cannot be resolved, ignoring it.
[INFO] [stderr]    --> src/bindgen/config.rs:258:50
[INFO] [stderr]     |
[INFO] [stderr] 258 |     /// The way to annotation this function as #[must_use].
[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 43.26s
[INFO] running `"docker" "inspect" "5bb6fb12224645c2700fad86099e7214e934751d857e5e9c6227019ac49dd1af"`
[INFO] running `"docker" "rm" "-f" "5bb6fb12224645c2700fad86099e7214e934751d857e5e9c6227019ac49dd1af"`
[INFO] [stdout] 5bb6fb12224645c2700fad86099e7214e934751d857e5e9c6227019ac49dd1af