sc-network-types 0.12.1

Substrate network types (polkadot v1.14.0)
Documentation
Build #1289597 2024-07-12T13:33:22.860957+00:00
# rustc version
rustc 1.81.0-nightly (5315cbe15 2024-07-11)# docs.rs version
docsrs 0.6.0 (7ad8c626 2024-07-11)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/sc-network-types-0.12.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/sc-network-types-0.12.1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240711-1.81.0-nightly-5315cbe15\", \"--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}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] cff627537b0725d202b9052fdfc0be5625885d2539917da25ad3c9eaa4fbf283
[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" "cff627537b0725d202b9052fdfc0be5625885d2539917da25ad3c9eaa4fbf283", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking str0m v0.5.1
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/str0m-0.5.1/src/crypto/ossl/cert.rs:50:42
[INFO] [stderr]     |
[INFO] [stderr] 50  |         let before = Asn1Time::from_unix(unix_time() - 3600)?;
[INFO] [stderr]     |                      ------------------- ^^^^^^^^^^^^^^^^^^ expected `i32`, found `i64`
[INFO] [stderr]     |                      |
[INFO] [stderr]     |                      arguments to this function are incorrect
[INFO] [stderr]     |
[INFO] [stderr] note: associated function defined here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.64/src/asn1.rs:330:12
[INFO] [stderr]     |
[INFO] [stderr] 330 |     pub fn from_unix(time: time_t) -> Result<Asn1Time, ErrorStack> {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] help: you can convert an `i64` to an `i32` and panic if the converted value doesn't fit
[INFO] [stderr]     |
[INFO] [stderr] 50  |         let before = Asn1Time::from_unix((unix_time() - 3600).try_into().unwrap())?;
[INFO] [stderr]     |                                          +                  +++++++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `str0m` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "cff627537b0725d202b9052fdfc0be5625885d2539917da25ad3c9eaa4fbf283", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cff627537b0725d202b9052fdfc0be5625885d2539917da25ad3c9eaa4fbf283", kill_on_drop: false }`
[INFO] [stdout] cff627537b0725d202b9052fdfc0be5625885d2539917da25ad3c9eaa4fbf283