Skip to content

Merge pull request #738 from TrekkieCoder/main #129

Merge pull request #738 from TrekkieCoder/main

Merge pull request #738 from TrekkieCoder/main #129

Triggered via push July 24, 2024 15:09
Status Failure
Total duration 1m 32s
Artifacts
build for amd64/arm64
1m 22s
build for amd64/arm64
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
build for amd64/arm64
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p /opt/loxilb && mkdir -p /root/loxilb-io/loxilb/ && mkdir -p /usr/lib64/ && mkdir -p /opt/loxilb/cert/ && mkdir -p /etc/loxilb/certs/ && mkdir -p /etc/bash_completion.d/ && apt-get update && apt-get install -y wget && arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && echo $arch && if [ \"$arch\" = \"arm64\" ] ; then apt-get install -y gcc-multilib-arm-linux-gnueabihf; else apt-get update && apt-get install -y gcc-multilib;fi && wget https://go.dev/dl/go1.22.0.linux-${arch}.tar.gz && tar -xzf go1.22.0.linux-${arch}.tar.gz --directory /usr/local/ && rm go1.22.0.linux-${arch}.tar.gz && apt-get install -y clang llvm libelf-dev libpcap-dev vim net-tools elfutils dwarves git libbsd-dev bridge-utils wget unzip build-essential bison flex sudo iproute2 pkg-config tcpdump iputils-ping curl bash-completion && wget https://www.openssl.org/source/openssl-3.0.0.tar.gz && tar -xvzf openssl-3.0.0.tar.gz && cd openssl-3.0.0 && ./Configure enable-ktls '-Wl,-rpath,$(LIBRPATH)' --prefix=/usr/local/build && make -j$(nproc) && make install_dev install_modules && cd - && cp -a /usr/local/build/include/openssl /usr/include/ && if [ -d /usr/local/build/lib64 ] ; then mv /usr/local/build/lib64 /usr/local/build/lib; fi && cp -fr /usr/local/build/lib/* /usr/lib/ && ldconfig && rm -fr openssl-3.0.0* && wget https://github.com/loxilb-io/iproute2/archive/refs/heads/main.zip && unzip main.zip && cd iproute2-main/ && rm -fr libbpf && wget https://github.com/loxilb-io/libbpf/archive/refs/heads/main.zip && unzip main.zip && mv libbpf-main libbpf && cd libbpf/src/ && mkdir build && make install && DESTDIR=build OBJDIR=build make install && cd - && export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/libbpf/src/ && LIBBPF_FORCE=on LIBBPF_DIR=`pwd`/libbpf/src/build ./configure && make && cp -f tc/tc /usr/local/sbin/ntc && cd .. && rm -fr main.zip iproute2-main && wget https://github.com/libbpf/bpftool/releases/download/v7.2.0/bpftool-libbpf-v7.2.0-sources.tar.gz && tar -xvzf bpftool-libbpf-v7.2.0-sources.tar.gz && cd bpftool/src/ && make clean && \tmake -j $(nproc) && cp -f ./bpftool /usr/local/sbin/bpftool && cd - && rm -fr bpftool* && git clone https://github.com/loxilb-io/loxicmd.git && cd loxicmd && git fetch --all --tags && git checkout $TAG && go get . && make && cp ./loxicmd /usr/local/sbin/loxicmd && cd - && rm -fr loxicmd && /usr/local/sbin/loxicmd completion bash > /etc/bash_completion.d/loxi_completion && git clone --recurse-submodules https://github.com/loxilb-io/loxilb /root/loxilb-io/loxilb/ && cd /root/loxilb-io/loxilb/ && git fetch --all --tags && git checkout $TAG && cd loxilb-ebpf && git fetch --all --tags && git checkout $TAG && cd .. go get . && if [ \"$arch\" = \"arm64\" ] ; then DOCKER_BUILDX_ARM64=true make; else make ;fi && cp loxilb-ebpf/utils/mkllb_bpffs.sh /usr/local/sbin/mkllb_bpffs && cp loxilb-ebpf/utils/mkllb_cgroup.sh /usr/local/sbin/mkllb_cgroup && cp /root/loxilb-io/loxilb/loxilb-ebpf/kernel/loxilb_dp_debug /usr/local/sbin/loxilb_dp_debug && cp /root/loxilb-io/loxilb/loxilb /usr/local/sbin/loxilb && rm -fr /root/loxilb-io/loxilb/* && rm -fr /root/loxilb-io/loxilb/.git && rm -fr /root/loxilb-io/loxilb/.github && mkdir -p /root/loxilb-io/loxilb/ && cp /usr/local/sbin/loxilb /root/loxilb-io/loxilb/loxilb && rm /usr/local/sbin/loxilb && wget https://github.com/osrg/gobgp/releases/download/v3.5.0/gobgp_3.5.0_linux_amd64.tar.gz && tar -xzf gobgp_3.5.0_linux_amd64.tar.gz && rm gobgp_3.5.0_linux_amd64.tar.gz && mv gobgp* /usr/sbin/ && rm LICENSE README.md && apt-get purge -y clang llvm libelf-dev libpcap-dev libbsd-dev build-essential elfutils dwarves git bison flex wget unzip && apt-get -y autoremove && apt-get install -y libllvm10 && if [ \"$arch\" = \"arm64\" ] ; then apt purge -y gcc-multilib-arm-linux-gnueabihf; else apt-get update && apt purge -
build for amd64/arm64
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, docker/login-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build for amd64/arm64
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, docker/login-action@v1, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build for amd64/arm64
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build for amd64/arm64
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build for amd64/arm64
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/