Skip to content

build

build #716

Triggered via schedule November 16, 2024 01:49
Status Failure
Total duration 7m 50s
Artifacts

main.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
buster
buildx failed with: ERROR: failed to solve: process "/bin/sh -c debArch=$(dpkg --print-architecture) && case \"$debArch\" in amd64) fluentbit='true' ; FLUENTBIT_BUILD_DEPS=\"bison cmake flex libssl-dev libsasl2-dev libsystemd-dev libyaml-dev pkg-config zlib1g-dev \" ;; \t\t*) : ;; \tesac; set -ex && apt-get update && apt-get upgrade -y && ZABBIX_BUILD_DEPS=' autoconf automake autotools-dev build-essential g++ pkg-config libpcre3-dev libssl-dev zlib1g-dev ' && apt-get install -y --no-install-recommends apt-transport-https apt-utils acl aptitude bash busybox-static ca-certificates curl dirmngr dos2unix fail2ban gettext gnupg git inetutils-ping iptables jq less libpcre3 libyaml-0-2 logrotate msmtp nano net-tools netcat-openbsd procps sudo tzdata vim-tiny zstd ${ZABBIX_BUILD_DEPS} ${FLUENTBIT_BUILD_DEPS} && mv /usr/bin/envsubst /usr/local/bin && rm -rf /usr/bin/crontab && rm -rf /usr/sbin/cron && ln -s /bin/busybox /usr/sbin/crontab && ln -s /bin/busybox /usr/sbin/crond && mkdir -p /usr/local/go && echo \"Downloading Go ${GOLANG_VERSION}...\" && curl -sSLk https://dl.google.com/go/go${GOLANG_VERSION}.linux-amd64.tar.gz | tar xvfz - --strip 1 -C /usr/local/go && ln -sf /usr/local/go/bin/go /usr/local/bin/ && ln -sf /usr/local/go/bin/godoc /usr/local/bin/ && ln -sf /usr/local/go/bin/gfmt /usr/local/bin/ && rm -rf /etc/timezone && ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo \"${TIMEZONE}\" > /etc/timezone && dpkg-reconfigure -f noninteractive tzdata && mkdir -p /usr/src/doas && curl -sSLk https://github.com/Duncaen/OpenDoas/archive/${DOAS_VERSION}.tar.gz | tar xfz - --strip 1 -C /usr/src/doas && cd /usr/src/doas && ./configure --prefix=/usr --enable-static --without-pam && make && make install && mkdir -p /etc/doas.d && git clone https://github.com/mikefarah/yq /usr/src/yq && cd /usr/src/yq && git checkout ${YQ_VERSION} && go build && cp -R yq /usr/local/bin && addgroup --gid 10050 zabbix && adduser --uid 10050 --gid 10050 --gecos \"Zabbix Agent\" --home /dev/null --no-create-home --shell /sbin/nologin --disabled-login --disabled-password zabbix && mkdir -p /etc/zabbix && mkdir -p /var/lib/zabbix && mkdir -p /var/lib/zabbix/enc && mkdir -p /var/lib/zabbix/modules && mkdir -p /var/lib/zabbix/run && mkdir -p /etc/zabbix/zabbix_agentd.conf.d && chown --quiet -R zabbix:root /var/lib/zabbix && chmod -R 770 /var/lib/zabbix/run && rm -rf /etc/zabbix/zabbix-agentd.conf.d/* && mkdir -p /usr/src/zabbix && curl -sSLk https://github.com/zabbix/zabbix/archive/${ZABBIX_VERSION}.tar.gz | tar xfz - --strip 1 -C /usr/src/zabbix && cd /usr/src/zabbix && sed -i \"s|{ZABBIX_REVISION}|${ZABBIX_VERSION}|g\" include/version.h && ./bootstrap.sh 1>/dev/null && export CFLAGS=\"-fPIC -pie -Wl,-z,relro -Wl,-z,now\" && ./configure --prefix=/usr --silent --sysconfdir=/etc/zabbix --libdir=/
bullseye
buildx failed with: ERROR: failed to solve: process "/bin/sh -c debArch=$(dpkg --print-architecture) && case \"$debArch\" in amd64) fluentbit='true' ; FLUENTBIT_BUILD_DEPS=\"bison cmake flex libssl-dev libsasl2-dev libsystemd-dev libyaml-dev pkg-config zlib1g-dev \" ;; \t\t*) : ;; \tesac; set -ex && apt-get update && apt-get upgrade -y && ZABBIX_BUILD_DEPS=' autoconf automake autotools-dev build-essential g++ pkg-config libpcre3-dev libssl-dev zlib1g-dev ' && apt-get install -y --no-install-recommends apt-transport-https apt-utils acl aptitude bash busybox-static ca-certificates curl dirmngr dos2unix fail2ban gettext gnupg git inetutils-ping iptables jq less libpcre3 libyaml-0-2 logrotate msmtp nano net-tools netcat-openbsd procps sudo tzdata vim-tiny zstd ${ZABBIX_BUILD_DEPS} ${FLUENTBIT_BUILD_DEPS} && mv /usr/bin/envsubst /usr/local/bin && rm -rf /usr/bin/crontab && rm -rf /usr/sbin/cron && ln -s /bin/busybox /usr/sbin/crontab && ln -s /bin/busybox /usr/sbin/crond && mkdir -p /usr/local/go && echo \"Downloading Go ${GOLANG_VERSION}...\" && curl -sSLk https://dl.google.com/go/go${GOLANG_VERSION}.linux-amd64.tar.gz | tar xvfz - --strip 1 -C /usr/local/go && ln -sf /usr/local/go/bin/go /usr/local/bin/ && ln -sf /usr/local/go/bin/godoc /usr/local/bin/ && ln -sf /usr/local/go/bin/gfmt /usr/local/bin/ && rm -rf /etc/timezone && ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo \"${TIMEZONE}\" > /etc/timezone && dpkg-reconfigure -f noninteractive tzdata && mkdir -p /usr/src/doas && curl -sSLk https://github.com/Duncaen/OpenDoas/archive/${DOAS_VERSION}.tar.gz | tar xfz - --strip 1 -C /usr/src/doas && cd /usr/src/doas && ./configure --prefix=/usr --enable-static --without-pam && make && make install && mkdir -p /etc/doas.d && git clone https://github.com/mikefarah/yq /usr/src/yq && cd /usr/src/yq && git checkout ${YQ_VERSION} && go build && cp -R yq /usr/local/bin && addgroup --gid 10050 zabbix && adduser --uid 10050 --gid 10050 --gecos \"Zabbix Agent\" --home /dev/null --no-create-home --shell /sbin/nologin --disabled-login --disabled-password zabbix && mkdir -p /etc/zabbix && mkdir -p /var/lib/zabbix && mkdir -p /var/lib/zabbix/enc && mkdir -p /var/lib/zabbix/modules && mkdir -p /var/lib/zabbix/run && mkdir -p /etc/zabbix/zabbix_agentd.conf.d && chown --quiet -R zabbix:root /var/lib/zabbix && chmod -R 770 /var/lib/zabbix/run && rm -rf /etc/zabbix/zabbix-agentd.conf.d/* && mkdir -p /usr/src/zabbix && curl -sSLk https://github.com/zabbix/zabbix/archive/${ZABBIX_VERSION}.tar.gz | tar xfz - --strip 1 -C /usr/src/zabbix && cd /usr/src/zabbix && sed -i \"s|{ZABBIX_REVISION}|${ZABBIX_VERSION}|g\" include/version.h && ./bootstrap.sh 1>/dev/null && export CFLAGS=\"-fPIC -pie -Wl,-z,relro -Wl,-z,now\" && ./configure --prefix=/usr --silent --sysconfdir=/etc/zabbix --libdir=/
bookworm
buildx failed with: ERROR: failed to solve: process "/bin/sh -c debArch=$(dpkg --print-architecture) && case \"$debArch\" in amd64) fluentbit='true' ; FLUENTBIT_BUILD_DEPS=\"bison cmake flex libssl-dev libsasl2-dev libsystemd-dev libyaml-dev pkg-config zlib1g-dev \" ;; \t\t*) : ;; \tesac; set -ex && apt-get update && apt-get upgrade -y && ZABBIX_BUILD_DEPS=' autoconf automake autotools-dev build-essential g++ pkg-config libpcre3-dev libssl-dev zlib1g-dev ' && apt-get install -y --no-install-recommends apt-transport-https apt-utils acl aptitude bash busybox-static ca-certificates curl dirmngr dos2unix fail2ban gettext gnupg git inetutils-ping iptables jq less libpcre3 libyaml-0-2 logrotate msmtp nano net-tools netcat-openbsd procps sudo tzdata vim-tiny zstd ${ZABBIX_BUILD_DEPS} ${FLUENTBIT_BUILD_DEPS} && mv /usr/bin/envsubst /usr/local/bin && rm -rf /usr/bin/crontab && rm -rf /usr/sbin/cron && ln -s /bin/busybox /usr/sbin/crontab && ln -s /bin/busybox /usr/sbin/crond && mkdir -p /usr/local/go && echo \"Downloading Go ${GOLANG_VERSION}...\" && curl -sSLk https://dl.google.com/go/go${GOLANG_VERSION}.linux-amd64.tar.gz | tar xvfz - --strip 1 -C /usr/local/go && ln -sf /usr/local/go/bin/go /usr/local/bin/ && ln -sf /usr/local/go/bin/godoc /usr/local/bin/ && ln -sf /usr/local/go/bin/gfmt /usr/local/bin/ && rm -rf /etc/timezone && ln -snf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime && echo \"${TIMEZONE}\" > /etc/timezone && dpkg-reconfigure -f noninteractive tzdata && mkdir -p /usr/src/doas && curl -sSLk https://github.com/Duncaen/OpenDoas/archive/${DOAS_VERSION}.tar.gz | tar xfz - --strip 1 -C /usr/src/doas && cd /usr/src/doas && ./configure --prefix=/usr --enable-static --without-pam && make && make install && mkdir -p /etc/doas.d && git clone https://github.com/mikefarah/yq /usr/src/yq && cd /usr/src/yq && git checkout ${YQ_VERSION} && go build && cp -R yq /usr/local/bin && addgroup --gid 10050 zabbix && adduser --uid 10050 --gid 10050 --gecos \"Zabbix Agent\" --home /dev/null --no-create-home --shell /sbin/nologin --disabled-login --disabled-password zabbix && mkdir -p /etc/zabbix && mkdir -p /var/lib/zabbix && mkdir -p /var/lib/zabbix/enc && mkdir -p /var/lib/zabbix/modules && mkdir -p /var/lib/zabbix/run && mkdir -p /etc/zabbix/zabbix_agentd.conf.d && chown --quiet -R zabbix:root /var/lib/zabbix && chmod -R 770 /var/lib/zabbix/run && rm -rf /etc/zabbix/zabbix-agentd.conf.d/* && mkdir -p /usr/src/zabbix && curl -sSLk https://github.com/zabbix/zabbix/archive/${ZABBIX_VERSION}.tar.gz | tar xfz - --strip 1 -C /usr/src/zabbix && cd /usr/src/zabbix && sed -i \"s|{ZABBIX_REVISION}|${ZABBIX_VERSION}|g\" include/version.h && ./bootstrap.sh 1>/dev/null && export CFLAGS=\"-fPIC -pie -Wl,-z,relro -Wl,-z,now\" && ./configure --prefix=/usr --silent --sysconfdir=/etc/zabbix --libdir=/
buster
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-qemu-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
bullseye
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-qemu-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
bookworm
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-qemu-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/