smartdeploy-cli 0.5.0

Smartdeploy CLI
Documentation
Build #1876221 2025-03-16 19:35:45

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version rustc 1.87.0-nightly (4d30011f6 2025-03-15)

# docs.rs version docsrs 0.6.0 (004a02c4 2025-03-05)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/smartdeploy-cli-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/smartdeploy-cli-0.5.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250315-1.87.0-nightly-4d30011f6\", \"--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}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stdout] f3f3e3d91b84d5aa333eaef73700d309e6cff62e83c1a67465848c3cd33a4792 [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" "f3f3e3d91b84d5aa333eaef73700d309e6cff62e83c1a67465848c3cd33a4792", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking curve25519-dalek v4.1.1 [INFO] [stderr] Checking httparse v1.10.1 [INFO] [stderr] Compiling stellar-xdr v21.2.0 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking k256 v0.13.1 [INFO] [stderr] Checking gix-commitgraph v0.24.3 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking gix-quote v0.4.13 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Checking hex-literal v0.4.1 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] error[E0658]: use of unstable library feature `stdarch_x86_avx512` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | _mm256_madd52lo_epu64(z.into(), x.into(), y.into()).into() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information [INFO] [stderr] = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-03-15; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature `stdarch_x86_avx512` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs:25:9 [INFO] [stderr] | [INFO] [stderr] 25 | use core::arch::x86_64::_mm256_madd52lo_epu64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information [INFO] [stderr] = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-03-15; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature `stdarch_x86_avx512` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | _mm256_madd52hi_epu64(z.into(), x.into(), y.into()).into() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information [INFO] [stderr] = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-03-15; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature `stdarch_x86_avx512` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.1/src/backend/vector/ifma/field.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | use core::arch::x86_64::_mm256_madd52hi_epu64; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #111137 <https://github.com/rust-lang/rust/issues/111137> for more information [INFO] [stderr] = help: add `#![feature(stdarch_x86_avx512)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2025-03-15; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `stdsimd` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.1/src/lib.rs:13:70 [INFO] [stderr] | [INFO] [stderr] 13 | #![cfg_attr(all(curve25519_dalek_backend = "simd", nightly), feature(stdsimd))] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking gix-revwalk v0.12.0 [INFO] [stderr] Compiling prettyplease v0.2.15 [INFO] [stderr] Checking hyper v0.14.32 [INFO] [stderr] Checking rustls-webpki v0.101.7 [INFO] [stderr] Checking rustix v0.38.44 [INFO] [stderr] Checking sct v0.7.1 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Some errors have detailed explanations: E0635, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0635`. [INFO] [stderr] error: could not compile `curve25519-dalek` (lib) due to 5 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "f3f3e3d91b84d5aa333eaef73700d309e6cff62e83c1a67465848c3cd33a4792", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3f3e3d91b84d5aa333eaef73700d309e6cff62e83c1a67465848c3cd33a4792", kill_on_drop: false }` [INFO] [stdout] f3f3e3d91b84d5aa333eaef73700d309e6cff62e83c1a67465848c3cd33a4792