Check if NGINX reload is complete #5609
ci.yml
on: pull_request
Build Unsigned Snapshot
3m 24s
Proxy Sanity Check
2m 29s
Lint
7m 53s
Unit Tests
4m 10s
Unit tests with race condition detection
5m 2s
Performance Tests
8m 32s
Load Tests
45s
Matrix: Integration Tests
Matrix: Integration Tests - Official OSS Images
Matrix: Integration Tests - Official Plus Images
Annotations
1 error
|
Load Tests
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -x && groupadd --system --gid 101 nginx && useradd --system --gid nginx --no-create-home --home-dir /nonexistent --uid 101 nginx && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y ca-certificates gnupg1 lsb-release git wget make && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in hkp://keyserver.ubuntu.com:80 pgp.mit.edu ; do echo \"Fetching GPG key $NGINX_GPGKEY from $server\"; apt-key adv --keyserver \"$server\" --keyserver-options timeout=10 --recv-keys \"$NGINX_GPGKEY\" && found=yes && break; done; test -z \"$found\" && echo >&2 \"error: failed to fetch GPG key $NGINX_GPGKEY\" && exit 1; apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* && nginxPackages=\" nginx-plus \" && echo \"Acquire::https::pkgs.nginx.com::Verify-Peer \\\"true\\\";\" > /etc/apt/apt.conf.d/90nginx && echo \"Acquire::https::pkgs.nginx.com::Verify-Host \\\"true\\\";\" >> /etc/apt/apt.conf.d/90nginx && echo \"Acquire::https::pkgs.nginx.com::SslCert \\\"/etc/ssl/nginx/nginx-repo.crt\\\";\" >> /etc/apt/apt.conf.d/90nginx && echo \"Acquire::https::pkgs.nginx.com::SslKey \\\"/etc/ssl/nginx/nginx-repo.key\\\";\" >> /etc/apt/apt.conf.d/90nginx && printf \"deb https://pkgs.nginx.com/plus/ubuntu `lsb_release -cs` nginx-plus\\n\" > /etc/apt/sources.list.d/nginx-plus.list && mkdir -p /etc/ssl/nginx && cat nginx-repo.crt > /etc/ssl/nginx/nginx-repo.crt && cat nginx-repo.key > /etc/ssl/nginx/nginx-repo.key && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages curl gettext-base jq && apt-get remove --purge -y lsb-release && apt-get remove --purge --auto-remove -y && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx-plus.list && rm -rf /etc/apt/apt.conf.d/90nginx /etc/ssl/nginx" did not complete successfully: exit code: 100
|