Build #1117192 2024-02-06T15:49:07.396844+00:00
# rustc version
rustc 1.78.0-nightly (f067fd608 2024-02-05)# docs.rs version
docsrs 0.6.0 (7667f348 2024-01-17)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/soroban-ledger-snapshot-20.3.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/soroban-ledger-snapshot-20.3.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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/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\", \"-20240205-1.78.0-nightly-f067fd608\", \"--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] 7cd47633ad942a4328c3be7d85e022280b3620f1c956ae6c31ff96033f9b46ec
[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" "7cd47633ad942a4328c3be7d85e022280b3620f1c956ae6c31ff96033f9b46ec", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Compiling crate-git-revision v0.0.6
[INFO] [stderr] Checking curve25519-dalek v4.1.1
[INFO] [stderr] Compiling stellar-strkey v0.0.8
[INFO] [stderr] Compiling stellar-xdr v20.1.0
[INFO] [stderr] Compiling soroban-env-common v20.2.1
[INFO] [stderr] error[E0658]: use of unstable library feature 'stdarch_x86_avx512'
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/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 2024-02-05; 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-6f17d22bba15001f/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 2024-02-05; 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-6f17d22bba15001f/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 2024-02-05; 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-6f17d22bba15001f/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 2024-02-05; 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-6f17d22bba15001f/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] 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" "7cd47633ad942a4328c3be7d85e022280b3620f1c956ae6c31ff96033f9b46ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7cd47633ad942a4328c3be7d85e022280b3620f1c956ae6c31ff96033f9b46ec", kill_on_drop: false }`
[INFO] [stdout] 7cd47633ad942a4328c3be7d85e022280b3620f1c956ae6c31ff96033f9b46ec