Skip to content

CI on "feat/access-log-5625" by @hafe #15489

CI on "feat/access-log-5625" by @hafe

CI on "feat/access-log-5625" by @hafe #15489

Re-run triggered August 9, 2024 15:57
Status Failure
Total duration 28m 44s
Artifacts 77

ci.yml

on: pull_request
Checks and variables
15s
Checks and variables
Verify generated code
1m 5s
Verify generated code
Release Notes
7s
Release Notes
Matrix: Build Docker Plus
Matrix: Build Docker OSS
Matrix: Build Docker NAP
Setup Matrix for Smoke Tests
6s
Setup Matrix for Smoke Tests
Matrix: helm-tests
Tag untested image with PR number  /  Re-tag images in GCR Dev Registry
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
Tag tested image as stable / Re-tag images in GCR Dev Registry
Final CI Results
0s
Final CI Results
Promote images on Force Run  /  Checks and variables
Promote images on Force Run / Checks and variables
Promote images on Force Run  /  Run govulncheck
Promote images on Force Run / Run govulncheck
Promote images on Force Run  /  Build Binaries
Promote images on Force Run / Build Binaries
Promote images on Force Run  /  ...  /  Package and Publish Helm Chart
Promote images on Force Run / Publish Helm Chart / Package and Publish Helm Chart
Promote images on Force Run  /  Update Release Draft
Promote images on Force Run / Update Release Draft
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
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 / Release Docker Plus / 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 / Release Docker Plus / 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 / Release Docker Plus / 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 / Release Docker Plus / Push Plus images to the NGINX Registry
Promote images on Force Run  /  ...  /  Push images to the GCR Release Registry
Promote images on Force Run / Release Docker Plus / Push images to the GCR Release Registry
Promote images on Force Run  /  ...  /  Re-tag images in GCR Dev Registry
Promote images on Force Run / Tag build image as stable / 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 / Release Docker OSS / 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 / Release Docker OSS / 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 / Release Docker OSS / 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 / Release Docker OSS / 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 / Release Docker OSS / Push images to the GCR Release Registry
Promote images on Force Run  /  ...  /  Re-tag images in GCR Dev Registry
Promote images on Force Run / Tag tested image as stable / Re-tag images in GCR Dev Registry
Promote images on Force Run  /  Certify OpenShift UBI images
Promote images on Force Run / Certify OpenShift UBI images
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 92 warnings
Build Docker NAP (debian-plus-nap, linux/amd64, aws, waf,dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \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&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, waf,dos) / 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&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tcp /tmp/app-protect-dos-8.repo /etc/yum.repos.d/app-protect-dos-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&& if [ -z \"${NAP_MODULES##*dos*}\" ]; then \tdnf --nodocs install -y app-protect-dos; \tfi \t&& dnf upgrade -y curl ncurses \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 [ -z \"${NAP_MODULES##*dos*}\" ]; then \trm -f /etc/yum.repos.d/app-protect-dos-8.repo \t&& nap-dos.sh; \tfi \t&& if [ \"${NGINX_AGENT}\" = \"true\" ]; then \tagent.sh; \tfi \t&& dnf clean all" did not complete successfully: exit code: 1
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, waf,dos) / build
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \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&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Helm Tests debian
google-github-actions/auth failed with: the GitHub Action workflow must specify exactly one of "workload_identity_provider" or "credentials_json"! If you are specifying input values via GitHub secrets, ensure the secret is being injected into the environment. By default, secrets are not passed to workflows triggered from forks, including Dependabot.
Helm Tests debian-plus
google-github-actions/auth failed with: the GitHub Action workflow must specify exactly one of "workload_identity_provider" or "credentials_json"! If you are specifying input values via GitHub secrets, ensure the secret is being injected into the environment. By default, secrets are not passed to workflows triggered from forks, including Dependabot.
VS 3/3 debian-plus 1.30.2 smoke tests / setup-smoke
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \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&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
VS 3/3 debian-plus 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
VSR 1/3 alpine-plus 1.30.2 smoke tests / setup-smoke
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export $(cat /tmp/user_agent) \t&& printf \"%s\\n\" \"https://${PACKAGE_REPO}/plus/${NGINX_PLUS_VERSION}/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& apk add --no-cache nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check libcap libcurl \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig /usr/local/lib/ \t&& sed -i -e '/nginx.com/d' /etc/apk/repositories" did not complete successfully: exit code: 4
VSR 1/3 alpine-plus 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
VSR 2/3 alpine-plus 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
VSR 2/3 alpine-plus 1.30.2 smoke tests / setup-smoke
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export $(cat /tmp/user_agent) \t&& printf \"%s\\n\" \"https://${PACKAGE_REPO}/plus/${NGINX_PLUS_VERSION}/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& apk add --no-cache nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check libcap libcurl \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig /usr/local/lib/ \t&& sed -i -e '/nginx.com/d' /etc/apk/repositories" did not complete successfully: exit code: 4
VS 1/3 debian-plus 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
VS 1/3 debian-plus 1.30.2 smoke tests / setup-smoke
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \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&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
ingresses 1/2 alpine-plus 1.30.2 smoke tests / setup-smoke
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export $(cat /tmp/user_agent) \t&& printf \"%s\\n\" \"https://${PACKAGE_REPO}/plus/${NGINX_PLUS_VERSION}/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& apk add --no-cache nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check libcap libcurl \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig /usr/local/lib/ \t&& sed -i -e '/nginx.com/d' /etc/apk/repositories" did not complete successfully: exit code: 4
ingresses 1/2 alpine-plus 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
VSR 3/3 alpine-plus 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
VSR 3/3 alpine-plus 1.30.2 smoke tests / setup-smoke
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export $(cat /tmp/user_agent) \t&& printf \"%s\\n\" \"https://${PACKAGE_REPO}/plus/${NGINX_PLUS_VERSION}/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& apk add --no-cache nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check libcap libcurl \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig /usr/local/lib/ \t&& sed -i -e '/nginx.com/d' /etc/apk/repositories" did not complete successfully: exit code: 4
TS debian-plus 1.30.2 smoke tests / setup-smoke
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \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&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
TS debian-plus 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
policies 2/2 ubi-plus 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
policies 2/2 ubi-plus 1.30.2 smoke tests / setup-smoke
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c ubi-setup.sh \t&& microdnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& ubi-clean.sh" did not complete successfully: exit code: 1
VS 2/3 debian-plus 1.30.2 smoke tests / setup-smoke
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y gpg ca-certificates libcap2-bin libcurl4 \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&& gpg --dearmor -o /usr/share/keyrings/nginx-archive-keyring.gpg /tmp/nginx_signing.key \t&& gpg --dearmor -o /usr/share/keyrings/app-protect-archive-keyring.gpg /tmp/app-protect-security-updates.key \t&& apt-get update \t&& apt-get install --no-install-recommends --no-install-suggests -y nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check \t&& apt-get purge --auto-remove -y gpg \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig \t&& rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
VS 2/3 debian-plus 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
policies 1/2 ubi-plus 1.30.2 smoke tests / setup-smoke
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c ubi-setup.sh \t&& microdnf --nodocs install -y nginx-plus nginx-plus-module-njs nginx-plus-module-fips-check \t&& ubi-clean.sh" did not complete successfully: exit code: 1
policies 1/2 ubi-plus 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
ingresses 2/2 alpine-plus 1.30.2 smoke tests / setup-smoke
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export $(cat /tmp/user_agent) \t&& printf \"%s\\n\" \"https://${PACKAGE_REPO}/plus/${NGINX_PLUS_VERSION}/alpine/v$(grep -E -o '^[0-9]+\\.[0-9]+' /etc/alpine-release)/main\" >> /etc/apk/repositories \t&& apk add --no-cache nginx-plus nginx-plus-module-njs nginx-plus-module-opentracing nginx-plus-module-fips-check libcap libcurl \t&& cp -av /tmp/ot/usr/local/lib/libjaegertracing*so* /tmp/ot/usr/local/lib/libzipkin*so* /tmp/ot/usr/local/lib/libdd*so* /tmp/ot/usr/local/lib/libyaml*so* /usr/local/lib/ \t&& ldconfig /usr/local/lib/ \t&& sed -i -e '/nginx.com/d' /etc/apk/repositories" did not complete successfully: exit code: 4
ingresses 2/2 alpine-plus 1.30.2 smoke tests / setup-smoke
Input required and not supplied: path
Final CI Results
Process completed with exit code 1.
Build Binaries
You are using 'latest' as default version. Will lock to '~> v2'.
Build Docker NAP (alpine-plus-nap-v5-fips, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (alpine-plus-nap-v5-fips, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, dos) / build
rhel_license= is not a valid secret
Build Docker NAP (ubi-8-plus-nap-v5, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-8-plus-nap-v5, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap-v5, goreleaser, linux/amd64, waf) / build
rhel_license= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, aws, waf,dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, aws, waf,dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, waf,dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, waf,dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-8-plus-nap, goreleaser, linux/amd64, waf,dos) / build
rhel_license= is not a valid secret
Build Docker NAP (ubi-9-plus-nap-v5, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-9-plus-nap-v5, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-9-plus-nap-v5, goreleaser, linux/amd64, waf) / build
rhel_license= is not a valid secret
Build Docker NAP (debian-plus-nap-v5, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap-v5, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker Plus (alpine-plus, linux/arm64, linux/amd64, goreleaser) / build
nginx-repo.crt= is not a valid secret
Build Docker Plus (alpine-plus, linux/arm64, linux/amd64, goreleaser) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, aws, dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, aws, dos) / build
nginx-repo.key= is not a valid secret
Build Docker Plus (alpine-plus-fips, linux/arm64, linux/amd64, goreleaser) / build
nginx-repo.crt= is not a valid secret
Build Docker Plus (alpine-plus-fips, linux/arm64, linux/amd64, goreleaser) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, waf) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (ubi-9-plus-nap, goreleaser, linux/amd64, waf) / build
rhel_license= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, waf,dos) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, goreleaser, waf,dos) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (alpine-plus-nap-fips, goreleaser, linux/amd64, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (alpine-plus-nap-fips, goreleaser, linux/amd64, waf) / build
nginx-repo.key= is not a valid secret
Build Docker Plus (debian-plus, linux/arm64, linux/amd64, goreleaser) / build
nginx-repo.crt= is not a valid secret
Build Docker Plus (debian-plus, linux/arm64, linux/amd64, goreleaser) / build
nginx-repo.key= is not a valid secret
Build Docker Plus (debian-plus, linux/arm64, linux/amd64, aws) / build
nginx-repo.crt= is not a valid secret
Build Docker Plus (debian-plus, linux/arm64, linux/amd64, aws) / build
nginx-repo.key= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, aws, waf) / build
nginx-repo.crt= is not a valid secret
Build Docker NAP (debian-plus-nap, linux/amd64, aws, waf) / build
nginx-repo.key= is not a valid secret
VS 3/3 debian-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VS 3/3 debian-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VSR 1/3 alpine-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VSR 1/3 alpine-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VSR 2/3 alpine-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VSR 2/3 alpine-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VS 1/3 debian-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VS 1/3 debian-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
ingresses 1/2 alpine-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
ingresses 1/2 alpine-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VSR 3/3 alpine-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VSR 3/3 alpine-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
TS debian-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
TS debian-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
policies 2/2 ubi-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
policies 2/2 ubi-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
policies 2/2 ubi-plus 1.30.2 smoke tests / setup-smoke
rhel_license= is not a valid secret
VS 2/3 debian-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VS 2/3 debian-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
policies 1/2 ubi-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
policies 1/2 ubi-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
policies 1/2 ubi-plus 1.30.2 smoke tests / setup-smoke
rhel_license= is not a valid secret
ingresses 2/2 alpine-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
ingresses 2/2 alpine-plus 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VSR 1/3 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VSR 1/3 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VSR 3/3 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VSR 3/3 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VSR 2/3 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VSR 2/3 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
TS ubi 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
TS ubi 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
TS ubi 1.30.2 smoke tests / setup-smoke
rhel_license= is not a valid secret
VS 2/3 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VS 2/3 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
policies 1/2 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
policies 1/2 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VS 1/3 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VS 1/3 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
ingresses 1/2 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
ingresses 1/2 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
ingresses 2/2 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
ingresses 2/2 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
policies 2/2 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
policies 2/2 alpine 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret
VS 3/3 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.crt= is not a valid secret
VS 3/3 debian 1.30.2 smoke tests / setup-smoke
nginx-repo.key= is not a valid secret

Artifacts

Produced during runtime
Name Size
nginxinc~kubernetes-ingress~09KRKE.dockerbuild Expired
81.8 KB
nginxinc~kubernetes-ingress~1QWVWB.dockerbuild Expired
78.8 KB
nginxinc~kubernetes-ingress~2HSSXM.dockerbuild Expired
193 KB
nginxinc~kubernetes-ingress~3BV5K2.dockerbuild Expired
66.2 KB
nginxinc~kubernetes-ingress~3N67JM.dockerbuild Expired
37.7 KB
nginxinc~kubernetes-ingress~4FTUQR.dockerbuild Expired
35.3 KB
nginxinc~kubernetes-ingress~4UJC76.dockerbuild Expired
48.5 KB
nginxinc~kubernetes-ingress~5IB9WQ.dockerbuild Expired
36.5 KB
nginxinc~kubernetes-ingress~6LVEMF.dockerbuild Expired
35.7 KB
nginxinc~kubernetes-ingress~7OMHTE.dockerbuild Expired
37.7 KB
nginxinc~kubernetes-ingress~96K22V.dockerbuild Expired
38.5 KB
nginxinc~kubernetes-ingress~9OP0G5.dockerbuild Expired
82.5 KB
nginxinc~kubernetes-ingress~9W33SI.dockerbuild Expired
37.3 KB
nginxinc~kubernetes-ingress~BOLPXY.dockerbuild Expired
156 KB
nginxinc~kubernetes-ingress~BVPXMH.dockerbuild Expired
31.2 KB
nginxinc~kubernetes-ingress~COP1A2.dockerbuild Expired
37.3 KB
nginxinc~kubernetes-ingress~DCO6BX.dockerbuild Expired
113 KB
nginxinc~kubernetes-ingress~DG9LRD.dockerbuild Expired
37.1 KB
nginxinc~kubernetes-ingress~E3H5O5.dockerbuild Expired
74.1 KB
nginxinc~kubernetes-ingress~HXZJTG.dockerbuild Expired
38 KB
nginxinc~kubernetes-ingress~I5VF94.dockerbuild Expired
48.7 KB
nginxinc~kubernetes-ingress~IG9PLU.dockerbuild Expired
37.4 KB
nginxinc~kubernetes-ingress~J1NQK1.dockerbuild Expired
48.7 KB
nginxinc~kubernetes-ingress~J6PLGU.dockerbuild Expired
50.3 KB
nginxinc~kubernetes-ingress~JQ2E8K.dockerbuild Expired
36.8 KB
nginxinc~kubernetes-ingress~K3DJAJ.dockerbuild Expired
66.3 KB
nginxinc~kubernetes-ingress~LD1912.dockerbuild Expired
37.4 KB
nginxinc~kubernetes-ingress~LP3KEK.dockerbuild Expired
36.1 KB
nginxinc~kubernetes-ingress~LWJPC4.dockerbuild Expired
29.3 KB
nginxinc~kubernetes-ingress~MMJZMU.dockerbuild Expired
36.7 KB
nginxinc~kubernetes-ingress~MMNJG3.dockerbuild Expired
47.2 KB
nginxinc~kubernetes-ingress~MPS949.dockerbuild Expired
36.6 KB
nginxinc~kubernetes-ingress~N0R7RA.dockerbuild Expired
67 KB
nginxinc~kubernetes-ingress~NZJ1O3.dockerbuild Expired
37.3 KB
nginxinc~kubernetes-ingress~OJTEAH.dockerbuild Expired
37.7 KB
nginxinc~kubernetes-ingress~P0VZM6.dockerbuild Expired
36.2 KB
nginxinc~kubernetes-ingress~P78FZ2.dockerbuild Expired
34.4 KB
nginxinc~kubernetes-ingress~Q316DR.dockerbuild Expired
48.6 KB
nginxinc~kubernetes-ingress~Q3U4BA.dockerbuild Expired
68 KB
nginxinc~kubernetes-ingress~QANNQU.dockerbuild Expired
67 KB
nginxinc~kubernetes-ingress~QTS344.dockerbuild Expired
48.9 KB
nginxinc~kubernetes-ingress~QTWJ3Z.dockerbuild Expired
68.5 KB
nginxinc~kubernetes-ingress~RM86RX.dockerbuild Expired
70.6 KB
nginxinc~kubernetes-ingress~RNYI3S.dockerbuild Expired
37.8 KB
nginxinc~kubernetes-ingress~SAUMDD.dockerbuild Expired
34.7 KB
nginxinc~kubernetes-ingress~TA5A68.dockerbuild Expired
66.8 KB
nginxinc~kubernetes-ingress~TC8JU2.dockerbuild Expired
31.2 KB
nginxinc~kubernetes-ingress~TW2S22.dockerbuild Expired
36.1 KB
nginxinc~kubernetes-ingress~U0CG5D.dockerbuild Expired
37.3 KB
nginxinc~kubernetes-ingress~U4OZ9S.dockerbuild Expired
81.9 KB
nginxinc~kubernetes-ingress~UDHS6X.dockerbuild Expired
68.2 KB
nginxinc~kubernetes-ingress~V1GNU7.dockerbuild Expired
47.7 KB
nginxinc~kubernetes-ingress~V55NT1.dockerbuild Expired
35.5 KB
nginxinc~kubernetes-ingress~VGGMK7.dockerbuild Expired
36.2 KB
nginxinc~kubernetes-ingress~VNXIJ1.dockerbuild Expired
35.5 KB
nginxinc~kubernetes-ingress~VVOTGO.dockerbuild Expired
191 KB
nginxinc~kubernetes-ingress~WHUHTP.dockerbuild Expired
38.1 KB
nginxinc~kubernetes-ingress~WQOYGP.dockerbuild Expired
37.8 KB
nginxinc~kubernetes-ingress~WRTSEU.dockerbuild Expired
39.2 KB
nginxinc~kubernetes-ingress~WTX5GC.dockerbuild Expired
67.7 KB
nginxinc~kubernetes-ingress~WWQ3SM.dockerbuild Expired
47.4 KB
nginxinc~kubernetes-ingress~X4V6Y5.dockerbuild Expired
37 KB
nginxinc~kubernetes-ingress~XUIY5B.dockerbuild Expired
47.9 KB
nginxinc~kubernetes-ingress~Y5SDH1.dockerbuild Expired
37.3 KB
nginxinc~kubernetes-ingress~YYD6EL.dockerbuild Expired
47.8 KB
nginxinc~kubernetes-ingress~ZIC2KS.dockerbuild Expired
38.3 KB
tests-nginx-alpine-VSR_1_3-1.30.2.html Expired
15.3 KB
tests-nginx-alpine-VSR_2_3-1.30.2.html Expired
23.6 KB
tests-nginx-alpine-VSR_3_3-1.30.2.html Expired
14.4 KB
tests-nginx-alpine-policies_1_2-1.30.2.html Expired
15.1 KB
tests-nginx-alpine-policies_2_2-1.30.2.html Expired
23.5 KB
tests-nginx-debian-VS_1_3-1.30.2.html Expired
29.5 KB
tests-nginx-debian-VS_2_3-1.30.2.html Expired
31.7 KB
tests-nginx-debian-VS_3_3-1.30.2.html Expired
18.5 KB
tests-nginx-debian-ingresses_1_2-1.30.2.html Expired
18.1 KB
tests-nginx-debian-ingresses_2_2-1.30.2.html Expired
18.6 KB
tests-nginx-ubi-TS-1.30.2.html Expired
18.7 KB