Skip to content

Merge elementsproject/secp256k1-zkp#281: Make *key_cache const in mus… #46

Merge elementsproject/secp256k1-zkp#281: Make *key_cache const in mus…

Merge elementsproject/secp256k1-zkp#281: Make *key_cache const in mus… #46

Triggered via push January 8, 2024 08:03
Status Failure
Total duration 1h 0m 56s
Artifacts

ci.yml

on: push
Build Docker image
20m 5s
Build Docker image
x64 (MSVC): C++ (public headers)
15s
x64 (MSVC): C++ (public headers)
SageMath prover
57s
SageMath prover
release
2m 52s
release
Matrix: x86_64: macOS Monterey
Matrix: win64-native
s390x (big-endian): Linux (Debian stable, QEMU)
0s
s390x (big-endian): Linux (Debian stable, QEMU)
ppc64le: Linux (Debian stable, QEMU)
0s
ppc64le: Linux (Debian stable, QEMU)
C++ -fpermissive (entire project)
0s
C++ -fpermissive (entire project)
C++ (public headers)
0s
C++ (public headers)
Matrix: ARM32: Linux (Debian stable, QEMU)
Matrix: ARM64: Linux (Debian stable, QEMU)
Matrix: i686: Linux (Debian stable)
Matrix: x86_64: Linux (Debian stable)
Matrix: mingw_debian
Matrix: MSan
Matrix: UBSan, ASan, LSan
Matrix: Valgrind (memcheck)
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build Docker image
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update && apt-get install --no-install-recommends -y wget && wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc && . /etc/os-release && echo \"deb http://apt.llvm.org/${VERSION_CODENAME} llvm-toolchain-${VERSION_CODENAME} main\" >> /etc/apt/sources.list && apt-get update && LLVM_VERSION=$(apt-cache search --names-only '^clang-[0-9]+$' | sort -V | tail -1 | cut -f1 -d\" \" | cut -f2 -d\"-\" ) && apt-get install --no-install-recommends -y \"clang-${LLVM_VERSION}\" && ln -s \"/usr/bin/clang-${LLVM_VERSION}\" /usr/bin/clang-snapshot && apt-get autoremove -y wget && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100