nym-bin-common 0.6.0

Common code for nym binaries
Build #841749 2023-06-20T08:21:03.960701+00:00
# rustc version
rustc 1.72.0-nightly (fe7454bf4 2023-06-19)# docs.rs version
docsrs 0.6.0 (4b18bfe6 2023-06-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/nym-bin-common-0.6.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/nym-bin-common-0.6.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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/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\", \"-20230619-1.72.0-nightly-fe7454bf4\", \"--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\"" "-Zrustdoc-scrape-examples" "-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] 8cd89c589768a7f77874bbc00a1922e8fe9b3d89e320ba3b9ae2863269118801
[INFO] running `Command { std: "docker" "start" "-a" "8cd89c589768a7f77874bbc00a1922e8fe9b3d89e320ba3b9ae2863269118801", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] warning: An Error occurred during processing of Git. VERGEN_GIT_* may be incomplete.
[INFO] [stderr]  Documenting nym-bin-common v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: environment variable `VERGEN_GIT_SHA` not defined at compile time
[INFO] [stderr]   --> src/build_information/mod.rs:50:25
[INFO] [stderr]    |
[INFO] [stderr] 50 |             commit_sha: env!("VERGEN_GIT_SHA"),
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: use `std::env::var("VERGEN_GIT_SHA")` to read the variable at run time
[INFO] [stderr]    = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: environment variable `VERGEN_GIT_COMMIT_TIMESTAMP` not defined at compile time
[INFO] [stderr]   --> src/build_information/mod.rs:51:31
[INFO] [stderr]    |
[INFO] [stderr] 51 |             commit_timestamp: env!("VERGEN_GIT_COMMIT_TIMESTAMP"),
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: use `std::env::var("VERGEN_GIT_COMMIT_TIMESTAMP")` to read the variable at run time
[INFO] [stderr]    = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: environment variable `VERGEN_GIT_BRANCH` not defined at compile time
[INFO] [stderr]   --> src/build_information/mod.rs:52:28
[INFO] [stderr]    |
[INFO] [stderr] 52 |             commit_branch: env!("VERGEN_GIT_BRANCH"),
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: use `std::env::var("VERGEN_GIT_BRANCH")` to read the variable at run time
[INFO] [stderr]    = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] The following warnings were emitted during compilation:
[INFO] [stderr] 
[INFO] [stderr] warning: An Error occurred during processing of Git. VERGEN_GIT_* may be incomplete.
[INFO] [stderr] 
[INFO] [stderr] error: could not document `nym-bin-common`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --crate-name nym_bin_common src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="default"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=e3058125a3851ae6 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atty=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libatty-6618ca90224c1392.rmeta --extern clap=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libclap-7adbbfc2af6a3f19.rmeta --extern clap_complete=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libclap_complete-ce8082697a275077.rmeta --extern clap_complete_fig=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libclap_complete_fig-ed4eda086ef07c80.rmeta --extern log=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblog-be40be5ce190ac71.rmeta --extern pretty_env_logger=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libpretty_env_logger-d1613b59eac612cc.rmeta --extern semver=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libsemver-c2ba6e10dbdbf898.rmeta --extern serde=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde-24cc8148e91e42f6.rmeta --extern-html-root-url 'atty=https://docs.rs/atty/0.2.14/x86_64-unknown-linux-gnu' --extern-html-root-url 'clap=https://docs.rs/clap/4.3.4/x86_64-unknown-linux-gnu' --extern-html-root-url 'clap_complete=https://docs.rs/clap_complete/4.3.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'clap_complete_fig=https://docs.rs/clap_complete_fig/4.3.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'log=https://docs.rs/log/0.4.19/x86_64-unknown-linux-gnu' --extern-html-root-url 'pretty_env_logger=https://docs.rs/pretty_env_logger/0.4.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'semver=https://docs.rs/semver/0.11.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.164/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20230619-1.72.0-nightly-fe7454bf4 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.6.0` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "8cd89c589768a7f77874bbc00a1922e8fe9b3d89e320ba3b9ae2863269118801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cd89c589768a7f77874bbc00a1922e8fe9b3d89e320ba3b9ae2863269118801", kill_on_drop: false }`
[INFO] [stdout] 8cd89c589768a7f77874bbc00a1922e8fe9b3d89e320ba3b9ae2863269118801