indy-sys 1.7.0-rc-46

FFI bindings to Libindy C API
Documentation
Build #6668712022-11-09T00:32:24.968983+00:00
# rustc version
rustc 1.67.0-nightly (73c9eaf21 2022-11-07)# docs.rs version
docsrs 0.6.0 (261d912 2022-11-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/indy-sys-1.7.0-rc-46/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/indy-sys-1.7.0-rc-46/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221107-1.67.0-nightly-73c9eaf21\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-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] bb1ad60dbe9df33600f9c425914995032a7e1a04fb84f69f1cdac7bef55745ea
[INFO] running `Command { std: "docker" "start" "-a" "bb1ad60dbe9df33600f9c425914995032a7e1a04fb84f69f1cdac7bef55745ea", kill_on_drop: false }`
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> build.rs:51:26
[INFO] [stderr]    |
[INFO] [stderr] 51 |         Err(e) => panic!(format!("Error: {:?}", e)),
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 51 -         Err(e) => panic!(format!("Error: {:?}", e)),
[INFO] [stderr] 51 +         Err(e) => panic!("Error: {:?}", e),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `indy-sys` (build script) generated 1 warning
[INFO] [stderr]  Documenting indy-sys v1.7.0-rc-46 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.57s
[INFO] running `Command { std: "docker" "inspect" "bb1ad60dbe9df33600f9c425914995032a7e1a04fb84f69f1cdac7bef55745ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb1ad60dbe9df33600f9c425914995032a7e1a04fb84f69f1cdac7bef55745ea", kill_on_drop: false }`
[INFO] [stdout] bb1ad60dbe9df33600f9c425914995032a7e1a04fb84f69f1cdac7bef55745ea