CI on "cherry-pick-release-4.0-59725170d26ff53386cf19c63c066d8a2629c688" by @nginx-bot #17770
ci.yml
on: pull_request
Checks and variables
10s
Matrix: Build Docker Plus
Matrix: Build Docker OSS
Matrix: Build Docker NAP
Matrix: helm-tests
Tag untested image with PR number
/
Re-tag images in GCR Dev Registry
Matrix: smoke-tests-nap
Waiting for pending jobs
Matrix: smoke-tests-plus
Matrix: smoke-tests-oss
Tag tested image as stable
/
Re-tag images in GCR Dev Registry
Promote images on Force Run
/
Checks and variables
Promote images on Force Run
/
Run govulncheck
Promote images on Force Run
/
...
/
Package and Publish Helm Chart
Promote images on Force Run
/
Update Release Draft
Matrix: Promote images on Force Run / Build Docker NAP
Waiting for pending jobs
Matrix: Promote images on Force Run / Build Docker Plus
Waiting for pending jobs
Matrix: Promote images on Force Run / Build Docker OSS
Waiting for pending jobs
Promote images on Force Run
/
...
/
Push Plus images to the AWS Marketplace Registry
Promote images on Force Run
/
...
/
Push Plus images to the Azure Marketplace Registry
Promote images on Force Run
/
...
/
Push Plus images to the GCR Marketplace Registry
Promote images on Force Run
/
...
/
Push Plus images to the NGINX Registry
Promote images on Force Run
/
...
/
Push images to the GCR Release Registry
Promote images on Force Run
/
...
/
Re-tag images in GCR Dev Registry
Promote images on Force Run
/
...
/
Push OSS images to the AWS Public Registry
Promote images on Force Run
/
...
/
Push OSS images to the DockerHub Public Registry
Promote images on Force Run
/
...
/
Push OSS images to the GitHub Public Registry
Promote images on Force Run
/
...
/
Push OSS images to the Quay Public Registry
Promote images on Force Run
/
...
/
Push images to the GCR Release Registry
Promote images on Force Run
/
...
/
Re-tag images in GCR Dev Registry
Promote images on Force Run
/
Certify OpenShift UBI images
Matrix: Promote images on Force Run / scan-docker-nap
Waiting for pending jobs
Matrix: Promote images on Force Run / scan-docker-oss
Waiting for pending jobs
Matrix: Promote images on Force Run / scan-docker-plus
Waiting for pending jobs
Annotations
7 errors
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, waf) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source /tmp/rhel_license \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-8.repo /etc/yum.repos.d/app-protect-8.repo; \tfi \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& rpm --import /tmp/nginx_signing.key \t&& dnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then dnf --nodocs install -y nginx-agent; fi \t&& sed -i 's/\\(def in_container():\\)/\\1\\n return False/g' /usr/lib64/python*/*-packages/rhsm/config.py \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& dnf config-manager --set-enabled codeready-builder-for-rhel-8-x86_64-rpms \t&& dnf --nodocs install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \t&& rpm --import /tmp/app-protect-security-updates.key \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tdnf --nodocs install -y app-protect app-protect-attack-signatures app-protect-threat-campaigns; \tfi \t&& subscription-manager unregister \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \trm -f /etc/yum.repos.d/app-protect-8.repo \t&& nap-waf.sh; \tfi \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then agent.sh; fi \t&& dnf clean all" did not complete successfully: exit code: 1
|
Build Docker NAP (ubi-8-plus-nap-v5, goreleaser, linux/amd64, waf) / build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c source /tmp/rhel_license \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-8.repo /etc/yum.repos.d/app-protect-8.repo; \tfi \t&& groupadd --system --gid 101 nginx \t&& useradd --system --gid nginx --no-create-home --home-dir /nonexistent --comment \"nginx user\" --shell /bin/false --uid 101 nginx \t&& rpm --import /tmp/nginx_signing.key \t&& dnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then dnf --nodocs install -y nginx-agent; fi \t&& sed -i 's/\\(def in_container():\\)/\\1\\n return False/g' /usr/lib64/python*/*-packages/rhsm/config.py \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& dnf config-manager --set-enabled codeready-builder-for-rhel-8-x86_64-rpms \t&& dnf --nodocs install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tdnf --nodocs install -y app-protect-module-plus-33+5.210*; \tfi \t&& subscription-manager unregister \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \trm -f /etc/yum.repos.d/app-protect-8.repo \t&& nap-waf.sh; \tfi \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then agent.sh; fi \t&& dnf clean all" did not complete successfully: exit code: 1
|
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c source /tmp/rhel_license \t&& rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \t&& microdnf --nodocs install -y ca-certificates shadow-utils subscription-manager \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then microdnf --nodocs install -y nginx-agent; fi \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& rpm --import /tmp/app-protect-security-updates.key \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-9.repo /etc/yum.repos.d/app-protect-9.repo \t&& microdnf --enablerepo=codeready-builder-for-rhel-9-x86_64-rpms --nodocs install -y \tapp-protect app-protect-attack-signatures app-protect-threat-campaigns \t&& rm -f /etc/yum.repos.d/app-protect-9.repo \t&& nap-waf.sh; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tcp /tmp/app-protect-dos-9.repo /etc/yum.repos.d/app-protect-dos-9.repo \t&& microdnf --nodocs install -y app-protect-dos \t&& rm -f /etc/yum.repos.d/app-protect-dos-9.repo \t&& nap-dos.sh; \tfi \t&& subscription-manager unregister \t&& ubi-clean.sh \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then agent.sh; fi" did not complete successfully: exit code: 1
|
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf,dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c source /tmp/rhel_license \t&& rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \t&& microdnf --nodocs install -y ca-certificates shadow-utils subscription-manager \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then microdnf --nodocs install -y nginx-agent; fi \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& rpm --import /tmp/app-protect-security-updates.key \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-9.repo /etc/yum.repos.d/app-protect-9.repo \t&& microdnf --enablerepo=codeready-builder-for-rhel-9-x86_64-rpms --nodocs install -y \tapp-protect app-protect-attack-signatures app-protect-threat-campaigns \t&& rm -f /etc/yum.repos.d/app-protect-9.repo \t&& nap-waf.sh; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tcp /tmp/app-protect-dos-9.repo /etc/yum.repos.d/app-protect-dos-9.repo \t&& microdnf --nodocs install -y app-protect-dos \t&& rm -f /etc/yum.repos.d/app-protect-dos-9.repo \t&& nap-dos.sh; \tfi \t&& subscription-manager unregister \t&& ubi-clean.sh \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then agent.sh; fi" did not complete successfully: exit code: 1
|
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c source /tmp/rhel_license \t&& rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \t&& microdnf --nodocs install -y ca-certificates shadow-utils subscription-manager \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then microdnf --nodocs install -y nginx-agent; fi \t&& subscription-manager register --org=${RHEL_ORGANIZATION} --activationkey=${RHEL_ACTIVATION_KEY} || true \t&& subscription-manager attach \t&& rpm --import /tmp/app-protect-security-updates.key \t&& if [ -z \"${NAP_MODULES##*waf*}\" ]; then \tcp /tmp/app-protect-9.repo /etc/yum.repos.d/app-protect-9.repo \t&& microdnf --enablerepo=codeready-builder-for-rhel-9-x86_64-rpms --nodocs install -y \tapp-protect app-protect-attack-signatures app-protect-threat-campaigns \t&& rm -f /etc/yum.repos.d/app-protect-9.repo \t&& nap-waf.sh; \tfi \t&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tcp /tmp/app-protect-dos-9.repo /etc/yum.repos.d/app-protect-dos-9.repo \t&& microdnf --nodocs install -y app-protect-dos \t&& rm -f /etc/yum.repos.d/app-protect-dos-9.repo \t&& nap-dos.sh; \tfi \t&& subscription-manager unregister \t&& ubi-clean.sh \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then agent.sh; fi" did not complete successfully: exit code: 1
|
policies 1/2 ubi-9-plus 1.32.0 smoke tests / setup-smoke
Process completed with exit code 1.
|
Final CI Results
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
nginx~kubernetes-ingress~0IF0HV.dockerbuild
|
110 KB |
|
nginx~kubernetes-ingress~5FJLZ3.dockerbuild
|
250 KB |
|
nginx~kubernetes-ingress~8K19UI.dockerbuild
|
150 KB |
|
nginx~kubernetes-ingress~8KGBMJ.dockerbuild
|
78.2 KB |
|
nginx~kubernetes-ingress~8SA3OL.dockerbuild
|
71 KB |
|
nginx~kubernetes-ingress~BJ6Z2D.dockerbuild
|
67 KB |
|
nginx~kubernetes-ingress~BMQGP5.dockerbuild
|
36.6 KB |
|
nginx~kubernetes-ingress~CK40U4.dockerbuild
|
128 KB |
|
nginx~kubernetes-ingress~CV8ZOL.dockerbuild
|
73.8 KB |
|
nginx~kubernetes-ingress~D70S4A.dockerbuild
|
36.8 KB |
|
nginx~kubernetes-ingress~DPTRB6.dockerbuild
|
74 KB |
|
nginx~kubernetes-ingress~DRPPUQ.dockerbuild
|
37.4 KB |
|
nginx~kubernetes-ingress~EU7NRK.dockerbuild
|
73 KB |
|
nginx~kubernetes-ingress~EWV4Z1.dockerbuild
|
37.5 KB |
|
nginx~kubernetes-ingress~FZ65DZ.dockerbuild
|
37.5 KB |
|
nginx~kubernetes-ingress~GRIB81.dockerbuild
|
37.9 KB |
|
nginx~kubernetes-ingress~IM93RA.dockerbuild
|
36.1 KB |
|
nginx~kubernetes-ingress~IMC00P.dockerbuild
|
38 KB |
|
nginx~kubernetes-ingress~J2XPJ7.dockerbuild
|
50.1 KB |
|
nginx~kubernetes-ingress~JTZIL0.dockerbuild
|
52.4 KB |
|
nginx~kubernetes-ingress~K4R0I6.dockerbuild
|
133 KB |
|
nginx~kubernetes-ingress~KAJM0X.dockerbuild
|
36.2 KB |
|
nginx~kubernetes-ingress~KIJR4V.dockerbuild
|
128 KB |
|
nginx~kubernetes-ingress~KQ29ZW.dockerbuild
|
51.8 KB |
|
nginx~kubernetes-ingress~KYMG6U.dockerbuild
|
75.4 KB |
|
nginx~kubernetes-ingress~LLD42V.dockerbuild
|
108 KB |
|
nginx~kubernetes-ingress~LSDJAS.dockerbuild
|
35.8 KB |
|
nginx~kubernetes-ingress~MBCMDI.dockerbuild
|
36 KB |
|
nginx~kubernetes-ingress~MS0O8V.dockerbuild
|
75 KB |
|
nginx~kubernetes-ingress~MTLEO1.dockerbuild
|
73 KB |
|
nginx~kubernetes-ingress~NJ0ZN9.dockerbuild
|
91.8 KB |
|
nginx~kubernetes-ingress~NTBRNB.dockerbuild
|
37.5 KB |
|
nginx~kubernetes-ingress~NXA92S.dockerbuild
|
38 KB |
|
nginx~kubernetes-ingress~ONPK8I.dockerbuild
|
73.5 KB |
|
nginx~kubernetes-ingress~PFEOUV.dockerbuild
|
47.5 KB |
|
nginx~kubernetes-ingress~R0HG67.dockerbuild
|
162 KB |
|
nginx~kubernetes-ingress~REMZZI.dockerbuild
|
109 KB |
|
nginx~kubernetes-ingress~RESNUH.dockerbuild
|
108 KB |
|
nginx~kubernetes-ingress~SJHW45.dockerbuild
|
37.1 KB |
|
nginx~kubernetes-ingress~SO1U6M.dockerbuild
|
66.7 KB |
|
nginx~kubernetes-ingress~SO42PA.dockerbuild
|
35.4 KB |
|
nginx~kubernetes-ingress~SRBD2D.dockerbuild
|
37 KB |
|
nginx~kubernetes-ingress~SSQ6N5.dockerbuild
|
128 KB |
|
nginx~kubernetes-ingress~SYKK8K.dockerbuild
|
321 KB |
|
nginx~kubernetes-ingress~TBBK69.dockerbuild
|
66.8 KB |
|
nginx~kubernetes-ingress~TNPKGY.dockerbuild
|
76.7 KB |
|
nginx~kubernetes-ingress~U0JB3Y.dockerbuild
|
66.9 KB |
|
nginx~kubernetes-ingress~U1A998.dockerbuild
|
67.2 KB |
|
nginx~kubernetes-ingress~UMP0OS.dockerbuild
|
38.2 KB |
|
nginx~kubernetes-ingress~UOQ6OG.dockerbuild
|
69.3 KB |
|
nginx~kubernetes-ingress~V31LFE.dockerbuild
|
164 KB |
|
nginx~kubernetes-ingress~V88699.dockerbuild
|
75.8 KB |
|
nginx~kubernetes-ingress~VIGLX0.dockerbuild
|
38.4 KB |
|
nginx~kubernetes-ingress~VNVST3.dockerbuild
|
48 KB |
|
nginx~kubernetes-ingress~W660K3.dockerbuild
|
36.7 KB |
|
nginx~kubernetes-ingress~W8O9A3.dockerbuild
|
132 KB |
|
nginx~kubernetes-ingress~WKDOZY.dockerbuild
|
328 KB |
|
nginx~kubernetes-ingress~X0MC3A.dockerbuild
|
38.1 KB |
|
nginx~kubernetes-ingress~XDX9R5.dockerbuild
|
71.9 KB |
|
nginx~kubernetes-ingress~XG7F5S.dockerbuild
|
67.2 KB |
|
nginx~kubernetes-ingress~XH1DVH.dockerbuild
|
69.1 KB |
|
nginx~kubernetes-ingress~XJ4BDF.dockerbuild
|
69.4 KB |
|
nginx~kubernetes-ingress~XJNMYG.dockerbuild
|
113 KB |
|
nginx~kubernetes-ingress~XTYNI4.dockerbuild
|
95.3 KB |
|
nginx~kubernetes-ingress~YNEQFW.dockerbuild
|
81.7 KB |
|
nginx~kubernetes-ingress~YOLN39.dockerbuild
|
37.2 KB |
|
nginx~kubernetes-ingress~YPL5DR.dockerbuild
|
37.5 KB |
|
nginx~kubernetes-ingress~Z8RK2M.dockerbuild
|
68.6 KB |
|
nginx~kubernetes-ingress~ZI13C4.dockerbuild
|
163 KB |
|
tests-nginx-alpine-VSR_1_3-1.32.0.html
|
15.6 KB |
|
tests-nginx-alpine-VSR_2_3-1.32.0.html
|
26.2 KB |
|
tests-nginx-alpine-VSR_3_3-1.32.0.html
|
14.4 KB |
|
tests-nginx-alpine-plus-VSR_1_3-1.32.0.html
|
17.5 KB |
|
tests-nginx-alpine-plus-VSR_3_3-1.32.0.html
|
14.9 KB |
|
tests-nginx-alpine-plus-fips-VSR_2_3-1.32.0.html
|
30.2 KB |
|
tests-nginx-alpine-plus-fips-ingresses_2_2-1.32.0.html
|
18.6 KB |
|
tests-nginx-alpine-plus-ingresses_1_2-1.32.0.html
|
21.8 KB |
|
tests-nginx-alpine-policies_1_2-1.32.0.html
|
15.1 KB |
|
tests-nginx-alpine-policies_2_2-1.32.0.html
|
23.4 KB |
|
tests-nginx-debian-VS_1_3-1.32.0.html
|
33.4 KB |
|
tests-nginx-debian-VS_2_3-1.32.0.html
|
33.8 KB |
|
tests-nginx-debian-VS_3_3-1.32.0.html
|
19.2 KB |
|
tests-nginx-debian-ingresses_1_2-1.32.0.html
|
18.3 KB |
|
tests-nginx-debian-ingresses_2_2-1.32.0.html
|
18.5 KB |
|
tests-nginx-debian-plus-TS-1.32.0.html
|
25.5 KB |
|
tests-nginx-debian-plus-VS_1_3-1.32.0.html
|
34.7 KB |
|
tests-nginx-debian-plus-VS_2_3-1.32.0.html
|
40.7 KB |
|
tests-nginx-debian-plus-VS_3_3-1.32.0.html
|
19.6 KB |
|
tests-nginx-ubi-9-plus-policies_1_2-1.32.0.html
|
18 KB |
|
tests-nginx-ubi-9-plus-policies_2_2-1.32.0.html
|
20.5 KB |
|
tests-nginx-ubi-TS-1.32.0.html
|
21.2 KB |
|