Build #1182438 2024-04-08T07:44:04.251167+00:00
# rustc version
rustc 1.79.0-nightly (9d5cdf75a 2024-04-07)# docs.rs version
docsrs 0.6.0 (42f2c842 2024-04-05)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/soroban-cli-stellar-test-20.3.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/soroban-cli-stellar-test-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" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240407-1.79.0-nightly-9d5cdf75a\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] b8bae61f25ee0135f4703fc52c78d1e99c850d07c2fcd31e90e167204b0ea1bf
[INFO] running `Command { std: "docker" "start" "-a" "b8bae61f25ee0135f4703fc52c78d1e99c850d07c2fcd31e90e167204b0ea1bf", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Compiling soroban-env-macros v20.2.1
[INFO] [stderr] Compiling soroban-env-common v20.2.1
[INFO] [stderr] Checking curve25519-dalek v4.1.1
[INFO] [stderr] Checking ecdsa v0.16.9
[INFO] [stderr] Checking gix-attributes v0.22.2
[INFO] [stderr] Checking hyper-rustls v0.24.2
[INFO] [stderr] Checking anyhow v1.0.81
[INFO] [stderr] Checking num-integer v0.1.45
[INFO] [stderr] Checking wasmparser v0.88.0
[INFO] [stderr] Compiling pin-project-internal v1.1.5
[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-04-07; 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-04-07; 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-04-07; 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-04-07; 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] Compiling untrusted v0.9.0
[INFO] [stderr] Checking ethnum v1.5.0
[INFO] [stderr] Checking opaque-debug v0.3.1
[INFO] [stderr] Compiling rustls-pki-types v1.4.1
[INFO] [stderr] Checking keccak v0.1.5
[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" "b8bae61f25ee0135f4703fc52c78d1e99c850d07c2fcd31e90e167204b0ea1bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8bae61f25ee0135f4703fc52c78d1e99c850d07c2fcd31e90e167204b0ea1bf", kill_on_drop: false }`
[INFO] [stdout] b8bae61f25ee0135f4703fc52c78d1e99c850d07c2fcd31e90e167204b0ea1bf