Skip to content
Triggered via push May 27, 2024 03:54
Status Failure
Total duration 19m 44s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y wget curl git libelf-dev build-essential software-properties-common && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y && export PATH=\"/root/.cargo/bin:${PATH}\" && rustup toolchain install nightly-2024-05-18 && rustup default nightly-2024-05-18 && rustup component add rust-src --toolchain nightly-2024-05-18 && echo \"deb http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-18 main\" | tee /etc/apt/sources.list.d/llvm-toolchain-bookworm-18.list && echo \"deb-src http://apt.llvm.org/bookworm/ llvm-toolchain-bookworm-18 main\" | tee -a /etc/apt/sources.list.d/llvm-toolchain-bookworm-18.list && wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - && apt-get update && apt-get install -y clang-18 lldb-18 lld-18 clangd-18 libclang-18-dev clang-format-18 clang-tidy-18 libc++-18-dev libc++abi-18-dev libomp-18-dev libpolly-18-dev libzstd-dev && cargo install bpf-linker --no-default-features && git clone --recurse-submodules https://github.com/libbpf/bpftool.git && cd bpftool/src && make install && cd /app && rm -rf /var/lib/apt/lists/* /app/bpftool && apt-get clean" did not complete successfully: exit code: 101
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, actions/cache@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/