Skip to content

Schedule Watch Offical Release #157

Schedule Watch Offical Release

Schedule Watch Offical Release #157

Triggered via schedule February 6, 2025 02:25
Status Failure
Total duration 4m 50s
Artifacts 1
canal_adapter_release  /  check_offical_release
0s
canal_adapter_release / check_offical_release
canal_admin_release  /  check_offical_release
0s
canal_admin_release / check_offical_release
canal_deployer_release  /  check_offical_release
0s
canal_deployer_release / check_offical_release
watch_certimate_release  /  check_offical_release
3s
watch_certimate_release / check_offical_release
watch_dify2openai_release  /  check_offical_release
3s
watch_dify2openai_release / check_offical_release
watch_git_sync_release  /  check_offical_release
2s
watch_git_sync_release / check_offical_release
watch_nezha_dashboard_release  /  check_offical_release
3s
watch_nezha_dashboard_release / check_offical_release
watch_nginx_release  /  check_offical_release
2s
watch_nginx_release / check_offical_release
watch_oneapi_release  /  check_offical_release
0s
watch_oneapi_release / check_offical_release
watch_snell_server_release  /  check_offical_release
2s
watch_snell_server_release / check_offical_release
watch_vcards_release  /  check_offical_release
1s
watch_vcards_release / check_offical_release
watch_watermark_release  /  check_offical_release
3s
watch_watermark_release / check_offical_release
canal_adapter_release  /  ...  /  Setup
canal_adapter_release / release_new / Setup
canal_admin_release  /  ...  /  Setup
canal_admin_release / release_new / Setup
canal_deployer_release  /  ...  /  Setup
canal_deployer_release / release_new / Setup
watch_certimate_release  /  ...  /  Setup
watch_certimate_release / release_new / Setup
watch_dify2openai_release  /  ...  /  Setup
watch_dify2openai_release / release_new / Setup
watch_git_sync_release  /  ...  /  Setup
watch_git_sync_release / release_new / Setup
watch_nezha_dashboard_release  /  ...  /  Setup
watch_nezha_dashboard_release / release_new / Setup
watch_nginx_release  /  ...  /  Setup
3s
watch_nginx_release / release_new / Setup
watch_oneapi_release  /  ...  /  Setup
watch_oneapi_release / release_new / Setup
watch_snell_server_release  /  ...  /  Setup
watch_snell_server_release / release_new / Setup
watch_vcards_release  /  ...  /  Setup
watch_vcards_release / release_new / Setup
watch_watermark_release  /  ...  /  Setup
watch_watermark_release / release_new / Setup
Matrix: canal_adapter_release / release_new / Publish Docker images
Waiting for pending jobs
Matrix: canal_admin_release / release_new / Publish Docker images
Waiting for pending jobs
Matrix: canal_deployer_release / release_new / Publish Docker images
Waiting for pending jobs
Matrix: watch_certimate_release / release_new / Publish Docker images
Waiting for pending jobs
Matrix: watch_dify2openai_release / release_new / Publish Docker images
Waiting for pending jobs
Matrix: watch_git_sync_release / release_new / Publish Docker images
Waiting for pending jobs
Matrix: watch_nezha_dashboard_release / release_new / Publish Docker images
Waiting for pending jobs
Matrix: watch_nginx_release / release_new / Publish Docker images
Matrix: watch_oneapi_release / release_new / Publish Docker images
Waiting for pending jobs
Matrix: watch_snell_server_release / release_new / Publish Docker images
Waiting for pending jobs
Matrix: watch_vcards_release / release_new / Publish Docker images
Waiting for pending jobs
Matrix: watch_watermark_release / release_new / Publish Docker images
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

3 errors
watch_nginx_release / release_new / Publish Docker images (latest)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apk --no-cache add wget openssl-dev pcre-dev zlib-dev build-base gd gd-dev perl perl-dev libxslt libxslt-dev libxml2 libxml2-dev geoip geoip-dev && LATEST_VERSION=$(wget -qO- https://nginx.org/en/download.html | grep -oE \"nginx-[0-9]+\\.[0-9]+\\.[0-9]+\" | head -n 1 | cut -d- -f2) && NGINX_VERSION=nginx-${VERSION:-$LATEST_VERSION} && echo \"Latest version is $NGINX_VERSION\" && mkdir -p /tmp && wget http://nginx.org/download/${NGINX_VERSION}.tar.gz -O /tmp/${NGINX_VERSION}.tar.gz && wget https://github.com/openresty/headers-more-nginx-module/archive/v${HEADERS_MORE_NGINX_MODULE}.tar.gz -O /tmp/headers-more-nginx-module.tar.gz && wget http://github.com/aperezdc/ngx-fancyindex/archive/v${FANCY_INDEX}.tar.gz -O /tmp/ngx-fancyindex.tar.gz && cd /tmp && tar -zxvf ${NGINX_VERSION}.tar.gz && tar -zxvf headers-more-nginx-module.tar.gz && tar -zxvf ngx-fancyindex.tar.gz && cd ${NGINX_VERSION} && ./configure --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx/nginx.pid --lock-path=/var/run/nginx/nginx.lock --user=nginx --group=nginx --build=Alpine --add-module=/tmp/headers-more-nginx-module-${HEADERS_MORE_NGINX_MODULE} --add-module=/tmp/ngx-fancyindex-${FANCY_INDEX} --with-select_module --with-poll_module --with-threads --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-http_addition_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_auth_request_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_stub_status_module --with-http_perl_module=dynamic --with-perl_modules_path=/usr/lib64/perl5 --with-perl=/usr/bin/perl --http-log-path=/var/log/nginx/access.log --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 --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_ssl_module --with-stream_realip_module --with-stream_geoip_module=dynamic --with-stream_ssl_preread_module --with-compat --with-pcre-jit --with-openssl-opt=no-nextprotoneg && make && make install" did not complete successfully: exit code: 2
watch_nginx_release / release_new / Publish Docker images (1.27.4 )
The job was canceled because "latest" failed.
watch_nginx_release / release_new / Publish Docker images (1.27.4 )
The operation was canceled.

Artifacts

Produced during runtime
Name Size
funnyzak~docker-release~JM0PFJ.dockerbuild
129 KB