Remainig workflows #1
Annotations
1 error
Build
Error: buildah exited with code 100
Trying to pull docker.io/library/debian:bullseye-20230522-slim...
Getting image source signatures
Copying blob sha256:f03b40093957615593f2ed142961afb6b540507e0b47e3f7626ba5e02efbbbf1
Copying blob sha256:f03b40093957615593f2ed142961afb6b540507e0b47e3f7626ba5e02efbbbf1
Copying config sha256:f8e203ddac5bbcba1e62e3ed504cc6f9387160dadbf8e8a1a80f7c2cbfb4dfd0
Writing manifest to image destination
Storing signatures
+ apt-get -y update
+ apt-get install -y --no-install-recommends libssl-dev make cmake graphviz git pkg-config curl wget time rhash ca-certificates jq python3 python3-pip lsof ruby ruby-bundler git-restore-mtime bzip2 xz-utils zstd unzip gnupg protobuf-compiler
debconf: delaying package configuration, since apt-utils is not installed
E: Unable to locate package clang-15
E: Unable to locate package lldb-15
E: Unable to locate package lld-15
E: Unable to locate package libclang-15-dev
error building at STEP "RUN wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc && echo "deb http://apt.llvm.org/${DISTRO_CODENAME}/ llvm-toolchain-${DISTRO_CODENAME}-${LLVM_VERSION} main" >> /etc/apt/sources.list.d/llvm-toochain-${DISTRO_CODENAME}-${LLVM_VERSION}.list; echo "deb-src http://apt.llvm.org/${DISTRO_CODENAME}/ llvm-toolchain-${DISTRO_CODENAME}-${LLVM_VERSION} main" >> /etc/apt/sources.list.d/llvm-toochain-${DISTRO_CODENAME}-${LLVM_VERSION}.list; apt-get -y update; apt-get install -y --no-install-recommends clang-${LLVM_VERSION} lldb-${LLVM_VERSION} lld-${LLVM_VERSION} libclang-${LLVM_VERSION}-dev": error while running runtime: exit status 100
time="2024-10-21T18:53:44Z" level=error msg="exit status 100"
|