Build #1148126 2024-03-05T08:11:42.584569+00:00
# rustc version
rustc 1.78.0-nightly (d18480b84 2024-03-04)# docs.rs version
docsrs 0.6.0 (60738ee7 2024-03-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/tari_hashing-1.0.0-pre.9/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/tari_hashing-1.0.0-pre.9/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\", \"-20240304-1.78.0-nightly-d18480b84\", \"--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] 895dcd8793e9dc0bf571a7f57755d771d935bdc3b92a0a006bb85fa60ad0fa6b
[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" "895dcd8793e9dc0bf571a7f57755d771d935bdc3b92a0a006bb85fa60ad0fa6b", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking tari-curve25519-dalek v4.0.3
[INFO] [stderr] error[E0658]: use of unstable library feature 'stdarch_x86_avx512'
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/tari-curve25519-dalek-4.0.3/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-03-04; 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/tari-curve25519-dalek-4.0.3/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-03-04; 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/tari-curve25519-dalek-4.0.3/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-03-04; 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/tari-curve25519-dalek-4.0.3/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-03-04; 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/tari-curve25519-dalek-4.0.3/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 `tari-curve25519-dalek` (lib) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "895dcd8793e9dc0bf571a7f57755d771d935bdc3b92a0a006bb85fa60ad0fa6b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "895dcd8793e9dc0bf571a7f57755d771d935bdc3b92a0a006bb85fa60ad0fa6b", kill_on_drop: false }`
[INFO] [stdout] 895dcd8793e9dc0bf571a7f57755d771d935bdc3b92a0a006bb85fa60ad0fa6b