Skip to content

Release 6.5.11 - See CHANGELOG.md #502

Release 6.5.11 - See CHANGELOG.md

Release 6.5.11 - See CHANGELOG.md #502

Triggered via push January 21, 2025 20:12
Status Failure
Total duration 36m 15s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 20 warnings
alpine_3-13
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/bash -c case \"$(cat /etc/os-release | grep VERSION_ID | cut -d = -f 2 | cut -d . -f 1,2 | cut -d _ -f 1)\" in 3.[5-9] | 3.1[0-6] ) alpine_ssl=libressl ;; 3.1[7-9] | 3.2[0-9] ) alpine_ssl=openssl ;; *) : ;; esac ; source /assets/functions/00-container && set -x && sed -i \"/www-data/d\" /etc/group* && addgroup -S -g 82 ${NGINX_GROUP} && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G ${NGINX_GROUP} -g \"${NGINX_USER}\" -u 80 ${NGINX_USER} && package update && package upgrade && package install .nginx-build-deps gcc gd-dev geoip-dev libc-dev ${alpine_ssl}-dev libxslt-dev linux-headers make pcre-dev perl-dev tar zlib-dev && package install .brotli-build-deps autoconf automake cmake g++ git libtool && package install .auth-ldap-build-deps openldap-dev && mkdir -p /www /var/log/nginx && chown -R ${NGINX_USER}:${NGINX_GROUP} /var/log/nginx && clone_git_repo https://github.com/openresty/headers-more-nginx-module ${NGINX_MODULE_MORE_HEADERS_VERSION} && clone_git_repo https://github.com/kvspb/nginx-auth-ldap ${NGINX_MODULE_AUTH_LDAP_VERSION} && clone_git_repo https://github.com/google/ngx_brotli ${NGINX_MODULE_BROTLI_VERSION} && clone_git_repo https://github.com/AirisX/nginx_cookie_flag_module ${NGINX_MODULE_COOKIE_FLAG_VERSION} && mkdir -p /usr/src/nginx && curl -sSL http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz | tar xvfz - --strip 1 -C /usr/src/nginx && cd /usr/src/nginx && ./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/dev/null --http-log-path=/dev/null --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=${NGINX_USER} --group=${NGINX_GROUP} --add-module=${GIT_REPO_SRC_HEADERS_MORE_NGINX_MODULE} --add-module=${GIT_REPO_SRC_NGINX_AUTH_LDAP} --add-module=${GIT_REPO_SRC_NGINX_COOKIE_FLAG_MODULE} --add-module=${GIT_REPO_SRC_NGX_BROTLI} --with-cc-opt='-Wno-vla-parameter' --with-compat --with-file-aio --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_mp4_module --with-http_perl_module=dynamic --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-http_xslt_module=dynamic --with-mail --with-mail_ssl_module --with-stream --with-stream_geoip_module=dynamic --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module --with-threads && make -j$(getconf _NPROCESSORS_ONLN) && make install && rm -rf /etc/nginx/html/ && mkdir -p /etc/nginx/sites.enabled && mkdir -p /etc/nginx/sites.available && mkdir -p /usr/share/nginx/htm
alpine_3-15
buildx failed with: ERROR: failed to solve: process "/dev/.buildkit_qemu_emulator /bin/bash -c case \"$(cat /etc/os-release | grep VERSION_ID | cut -d = -f 2 | cut -d . -f 1,2 | cut -d _ -f 1)\" in 3.[5-9] | 3.1[0-6] ) alpine_ssl=libressl ;; 3.1[7-9] | 3.2[0-9] ) alpine_ssl=openssl ;; *) : ;; esac ; source /assets/functions/00-container && set -x && sed -i \"/www-data/d\" /etc/group* && addgroup -S -g 82 ${NGINX_GROUP} && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G ${NGINX_GROUP} -g \"${NGINX_USER}\" -u 80 ${NGINX_USER} && package update && package upgrade && package install .nginx-build-deps gcc gd-dev geoip-dev libc-dev ${alpine_ssl}-dev libxslt-dev linux-headers make pcre-dev perl-dev tar zlib-dev && package install .brotli-build-deps autoconf automake cmake g++ git libtool && package install .auth-ldap-build-deps openldap-dev && mkdir -p /www /var/log/nginx && chown -R ${NGINX_USER}:${NGINX_GROUP} /var/log/nginx && clone_git_repo https://github.com/openresty/headers-more-nginx-module ${NGINX_MODULE_MORE_HEADERS_VERSION} && clone_git_repo https://github.com/kvspb/nginx-auth-ldap ${NGINX_MODULE_AUTH_LDAP_VERSION} && clone_git_repo https://github.com/google/ngx_brotli ${NGINX_MODULE_BROTLI_VERSION} && clone_git_repo https://github.com/AirisX/nginx_cookie_flag_module ${NGINX_MODULE_COOKIE_FLAG_VERSION} && mkdir -p /usr/src/nginx && curl -sSL http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz | tar xvfz - --strip 1 -C /usr/src/nginx && cd /usr/src/nginx && ./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/dev/null --http-log-path=/dev/null --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=${NGINX_USER} --group=${NGINX_GROUP} --add-module=${GIT_REPO_SRC_HEADERS_MORE_NGINX_MODULE} --add-module=${GIT_REPO_SRC_NGINX_AUTH_LDAP} --add-module=${GIT_REPO_SRC_NGINX_COOKIE_FLAG_MODULE} --add-module=${GIT_REPO_SRC_NGX_BROTLI} --with-cc-opt='-Wno-vla-parameter' --with-compat --with-file-aio --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_mp4_module --with-http_perl_module=dynamic --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-http_xslt_module=dynamic --with-mail --with-mail_ssl_module --with-stream --with-stream_geoip_module=dynamic --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module --with-threads && make -j$(getconf _NPROCESSORS_ONLN) && make install && rm -rf /etc/nginx/html/ && mkdir -p /etc/nginx/sites.enabled && mkdir -p /etc/nginx/sites.available && mkdir -p /usr/share/nginx/htm
alpine_3-13
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-15
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-5
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-10
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-7
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-11
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-6
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-12
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-9
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-14
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-17
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-20
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-19
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-16
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_3-21
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
alpine_edge
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
debian_buster
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
debian_bullseye
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
debian_bookworm
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636