Merge branch 'main' of https://github.com/TrekkieCoder/loxilb into main #8
Annotations
1 error and 5 warnings
Build Check
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p /opt/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.23.0.linux-${arch}.tar.gz && tar -xzf go1.23.0.linux-${arch}.tar.gz --directory /usr/local/ && rm go1.23.0.linux-${arch}.tar.gz && apt-get install -y clang llvm libelf-dev libpcap-dev vim net-tools ca-certificates 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://github.com/openssl/openssl/releases/download/openssl-3.3.1/openssl-3.3.1.tar.gz && tar -xvzf openssl-3.3.1.tar.gz && cd openssl-3.3.1 && ./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.3.1* && 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 && 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 tools/k8s/mkllb-url /usr/local/sbin/mkllb-url && 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.29.0/gobgp_3.29.0_linux_${arch}.tar.gz && tar -xzf gobgp_3.29.0_linux_${arch}.tar.gz && rm gobgp_3.29.0_linux_${arch}.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 -y gcc-multilib;fi && rm -rf /var/lib/apt/lists/* && apt clean && echo \"if [ -f /etc/bash_completion ] && ! shopt -oq posix; then\" >> /root/.bashrc && echo \" . /etc/bash_completion\" >> /root/.bashrc && echo \"fi\" >> /root/.bashrc" did not complete successfully: exit code: 2
|
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/
|
The following actions use a deprecated Node.js version 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/
|
Login to GitHub Container Registry
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/
|
Login to GitHub Container Registry
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/
|
Login to GitHub Container Registry
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/
|
Loading