Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1628272742:resolve_secrets Resolving secrets section_end:1628272742:resolve_secrets section_start:1628272742:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-dsop WARNING: Pulling GitLab Runner helper image from Docker Hub. Helper image is migrating to registry.gitlab.com, for more information see https://docs.gitlab.com/runner/configuration/advanced-configuration.html#migrating-helper-image-to-registrygitlabcom Using Kubernetes executor with image registry1.dso.mil/ironbank/ironbank-pipelines/rootless-podman:0.2 ... section_end:1628272742:prepare_executor section_start:1628272742:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-501-concurrent-0wpqfq to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-501-concurrent-0wpqfq to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper istio-proxy]" ContainersNotReady: "containers with unready status: [build helper istio-proxy]" Running on runner-e82g8rg-project-501-concurrent-0wpqfq via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1628272749:prepare_script section_start:1628272749:get_sources Getting source from Git repository $ until [ $(curl --fail --silent --output /dev/stderr --write-out "%{http_code}" localhost:15020/healthz/ready) -eq 200 ]; do echo Waiting for Sidecar; sleep 3 ; done ; echo Sidecar available; Sidecar available Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/security-compass/jitt/nginx/.git/ Created fresh repository. Checking out b3d5913f as development... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1628272749:get_sources section_start:1628272749:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (5435603)... Downloading artifacts from coordinator... ok  id=5435603 responseStatus=200 OK token=9m4T_SRg WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (5435605)... Downloading artifacts from coordinator... ok  id=5435605 responseStatus=200 OK token=sGspqoYR WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (5435600)... Downloading artifacts from coordinator... ok  id=5435600 responseStatus=200 OK token=XsnmKsP_ WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (5435604)... Downloading artifacts from coordinator... ok  id=5435604 responseStatus=200 OK token=xNFBQiYd WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1628272786:download_artifacts section_start:1628272786:step_script Executing "step_script" stage of the job script $ "${PIPELINE_REPO_DIR}/stages/build/build-run.sh" Determine source registry based on branch Load any images used in Dockerfile build Load HTTP and S3 external resources 'ci-artifacts/import-artifacts/external-resources/training-5.15.3.tar.gz' -> './training-5.15.3.tar.gz' Converting labels from hardening manifest into command line args Converting build args from hardening manifest into command line args Build the image STEP 1: FROM registry1.dso.mil/ironbank/opensource/nginx/nginx:1.20.0 AS extractor Getting image source signatures Copying blob sha256:a538c9b9760931040405e4c827d816c820fc4738284b4f51a1bb0c872fb4b45d Copying blob sha256:53732dad4680ae165f569331357b89605c03583057db7193a7a4fabdf312f061 Copying blob sha256:084f77dc78e27ec4408a1522a31677bec56df3e3e93f51795382497227fc4ca5 Copying blob sha256:2b776179ae0b691d772021aed402005573cb9f075ca52ba8530696e7d9524371 Copying config sha256:bcc8987b246a507b9a3b656f1c8bafef1677fb766e6efb339b3b701e7eab62a4 Writing manifest to image destination Storing signatures STEP 2: ARG jitt_version=5.15.3 STEP 3: COPY /training-${jitt_version}.tar.gz / STEP 4: USER root STEP 5: RUN set -x && mkdir --parents /jitt && tar --extract --gzip --file=/training-${jitt_version}.tar.gz --directory=/jitt + mkdir --parents /jitt + tar --extract --gzip --file=/training-5.15.3.tar.gz --directory=/jitt STEP 6: FROM registry1.dso.mil/ironbank/opensource/nginx/nginx:1.20.0 STEP 7: ARG jitt_version=5.15.3 STEP 8: USER root STEP 9: RUN set -x && dnf --assumeyes upgrade && dnf --assumeyes install gettext && dnf clean all && mkdir --parents /var/nginx/proxy_temp && mkdir --parents /var/nginx/client_body_temp && chown nginx:root /var/nginx/proxy_temp && chown nginx:root /var/nginx/client_body_temp && rm --force /etc/nginx/conf.d/* && rm --force /etc/nginx/nginx.conf && rm --force /var/log/nginx/access.log && rm --force /var/log/nginx/error.log && groupadd --gid 49 www-data && usermod nginx --groups www-data && mkdir --mode 2775 --parents /etc/nginx /var/log/nginx /var/cache/nginx && chown --recursive nginx:www-data /etc/nginx && find /etc/nginx/ -type d -exec chmod g+rwx {} \; && chown --recursive nginx:www-data /var/log/nginx /var/cache/nginx + dnf --assumeyes upgrade Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 243 kB/s | 2.4 MB 00:09 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.4 kB/s | 14 kB 00:10 Dependencies resolved. ======================================================================================== Package Arch Version Repository Size ======================================================================================== Upgrading: dnf-plugin-subscription-manager x86_64 1.28.13-3.el8_4 ubi-8-baseos 292 k glib2 x86_64 2.56.4-10.el8_4 ubi-8-baseos 2.5 M libxml2 x86_64 2.9.7-9.el8_4.2 ubi-8-baseos 696 k lz4-libs x86_64 1.8.3-3.el8_4 ubi-8-baseos 66 k openldap x86_64 2.4.46-17.el8_4 ubi-8-baseos 351 k python3-libxml2 x86_64 2.9.7-9.el8_4.2 ubi-8-baseos 237 k python3-rpm x86_64 4.14.3-14.el8_4 ubi-8-baseos 158 k python3-subscription-manager-rhsm x86_64 1.28.13-3.el8_4 ubi-8-baseos 366 k python3-syspurpose x86_64 1.28.13-3.el8_4 ubi-8-baseos 303 k rpm x86_64 4.14.3-14.el8_4 ubi-8-baseos 542 k rpm-build-libs x86_64 4.14.3-14.el8_4 ubi-8-baseos 155 k rpm-libs x86_64 4.14.3-14.el8_4 ubi-8-baseos 339 k subscription-manager x86_64 1.28.13-3.el8_4 ubi-8-baseos 1.1 M subscription-manager-rhsm-certificates x86_64 1.28.13-3.el8_4 ubi-8-baseos 265 k systemd x86_64 239-45.el8_4.2 ubi-8-baseos 3.6 M systemd-libs x86_64 239-45.el8_4.2 ubi-8-baseos 1.1 M systemd-pam x86_64 239-45.el8_4.2 ubi-8-baseos 469 k Installing dependencies: xkeyboard-config noarch 2.28-1.el8 ubi-8-appstream 782 k Installing weak dependencies: diffutils x86_64 3.6-6.el8 ubi-8-baseos 359 k libxkbcommon x86_64 0.9.1-1.el8 ubi-8-appstream 116 k shared-mime-info x86_64 1.9-3.el8 ubi-8-baseos 329 k Transaction Summary ======================================================================================== Install 4 Packages Upgrade 17 Packages Total download size: 14 M Downloading Packages: [MIRROR] shared-mime-info-1.9-3.el8.x86_64.rpm: Curl error (35): SSL connect error for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/s/shared-mime-info-1.9-3.el8.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] [MIRROR] diffutils-3.6-6.el8.x86_64.rpm: Curl error (35): SSL connect error for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/d/diffutils-3.6-6.el8.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] [MIRROR] libxkbcommon-0.9.1-1.el8.x86_64.rpm: Curl error (35): SSL connect error for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/l/libxkbcommon-0.9.1-1.el8.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] [MIRROR] shared-mime-info-1.9-3.el8.x86_64.rpm: Status code: 503 for http://satellite/pulp/repos/org1/Library/custom/ubi_product/ubi-8-baseos/Packages/s/shared-mime-info-1.9-3.el8.x86_64.rpm (IP: [MASKED]) (1/21): libxkbcommon-0.9.1-1.el8.x86_64.rpm 25 kB/s | 116 kB 00:04 (2/21): diffutils-3.6-6.el8.x86_64.rpm 76 kB/s | 359 kB 00:04 (3/21): shared-mime-info-1.9-3.el8.x86_64.rpm 70 kB/s | 329 kB 00:04 (4/21): subscription-manager-rhsm-certificates- 41 MB/s | 265 kB 00:00 (5/21): rpm-libs-4.14.3-14.el8_4.x86_64.rpm 46 MB/s | 339 kB 00:00 (6/21): rpm-build-libs-4.14.3-14.el8_4.x86_64.r 36 MB/s | 155 kB 00:00 (7/21): subscription-manager-1.28.13-3.el8_4.x8 66 MB/s | 1.1 MB 00:00 (8/21): python3-libxml2-2.9.7-9.el8_4.2.x86_64. 47 MB/s | 237 kB 00:00 (9/21): glib2-2.56.4-10.el8_4.x86_64.rpm 106 MB/s | 2.5 MB 00:00 (10/21): python3-subscription-manager-rhsm-1.28 71 MB/s | 366 kB 00:00 (11/21): systemd-239-45.el8_4.2.x86_64.rpm 126 MB/s | 3.6 MB 00:00 (12/21): python3-syspurpose-1.28.13-3.el8_4.x86 74 MB/s | 303 kB 00:00 (13/21): rpm-4.14.3-14.el8_4.x86_64.rpm 102 MB/s | 542 kB 00:00 (14/21): systemd-pam-239-45.el8_4.2.x86_64.rpm 94 MB/s | 469 kB 00:00 (15/21): lz4-libs-1.8.3-3.el8_4.x86_64.rpm 23 MB/s | 66 kB 00:00 (16/21): dnf-plugin-subscription-manager-1.28.1 74 MB/s | 292 kB 00:00 (17/21): python3-rpm-4.14.3-14.el8_4.x86_64.rpm 47 MB/s | 158 kB 00:00 (18/21): openldap-2.4.46-17.el8_4.x86_64.rpm 83 MB/s | 351 kB 00:00 (19/21): systemd-libs-239-45.el8_4.2.x86_64.rpm 134 MB/s | 1.1 MB 00:00 [MIRROR] xkeyboard-config-2.28-1.el8.noarch.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/x/xkeyboard-config-2.28-1.el8.noarch.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] libxml2-2.9.7-9.el8_4.2.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/l/libxml2-2.9.7-9.el8_4.2.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (20/21): xkeyboard-config-2.28-1.el8.noarch.rpm 156 kB/s | 782 kB 00:05 (21/21): libxml2-2.9.7-9.el8_4.2.x86_64.rpm 139 kB/s | 696 kB 00:05 -------------------------------------------------------------------------------- Total 1.4 MB/s | 14 MB 00:09 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: rpm-4.14.3-14.el8_4.x86_64 1/1 Upgrading : rpm-4.14.3-14.el8_4.x86_64 1/38 Upgrading : rpm-libs-4.14.3-14.el8_4.x86_64 2/38 Running scriptlet: rpm-libs-4.14.3-14.el8_4.x86_64 2/38 Upgrading : lz4-libs-1.8.3-3.el8_4.x86_64 3/38 Upgrading : libxml2-2.9.7-9.el8_4.2.x86_64 4/38 Upgrading : glib2-2.56.4-10.el8_4.x86_64 5/38 Installing : shared-mime-info-1.9-3.el8.x86_64 6/38 Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 6/38 Upgrading : dnf-plugin-subscription-manager-1.28.13-3.el8_4.x8 7/38 Upgrading : systemd-libs-239-45.el8_4.2.x86_64 8/38 Running scriptlet: systemd-libs-239-45.el8_4.2.x86_64 8/38 Upgrading : rpm-build-libs-4.14.3-14.el8_4.x86_64 9/38 Running scriptlet: rpm-build-libs-4.14.3-14.el8_4.x86_64 9/38 Upgrading : python3-rpm-4.14.3-14.el8_4.x86_64 10/38 Upgrading : python3-syspurpose-1.28.13-3.el8_4.x86_64 11/38 Upgrading : subscription-manager-rhsm-certificates-1.28.13-3.e 12/38 Upgrading : python3-subscription-manager-rhsm-1.28.13-3.el8_4. 13/38 Installing : xkeyboard-config-2.28-1.el8.noarch 14/38 Installing : libxkbcommon-0.9.1-1.el8.x86_64 15/38 Installing : diffutils-3.6-6.el8.x86_64 16/38 Running scriptlet: diffutils-3.6-6.el8.x86_64 16/38 Upgrading : systemd-pam-239-45.el8_4.2.x86_64 17/38 Running scriptlet: systemd-239-45.el8_4.2.x86_64 18/38 Upgrading : systemd-239-45.el8_4.2.x86_64 18/38 Running scriptlet: systemd-239-45.el8_4.2.x86_64 18/38 Upgrading : subscription-manager-1.28.13-3.el8_4.x86_64 19/38 Running scriptlet: subscription-manager-1.28.13-3.el8_4.x86_64 19/38 chmod: cannot access '/etc/pki/entitlement/*.pem': No such file or directory Upgrading : python3-libxml2-2.9.7-9.el8_4.2.x86_64 20/38 Upgrading : openldap-2.4.46-17.el8_4.x86_64 21/38 Cleanup : python3-libxml2-2.9.7-9.el8.x86_64 22/38 Running scriptlet: subscription-manager-1.28.13-2.el8.x86_64 23/38 Cleanup : subscription-manager-1.28.13-2.el8.x86_64 23/38 Running scriptlet: subscription-manager-1.28.13-2.el8.x86_64 23/38 Cleanup : dnf-plugin-subscription-manager-1.28.13-2.el8.x86_ 24/38 Running scriptlet: systemd-239-45.el8.x86_64 25/38 Cleanup : systemd-239-45.el8.x86_64 25/38 Cleanup : python3-syspurpose-1.28.13-2.el8.x86_64 26/38 Cleanup : python3-subscription-manager-rhsm-1.28.13-2.el8.x8 27/38 Cleanup : python3-rpm-4.14.3-13.el8.x86_64 28/38 Cleanup : rpm-build-libs-4.14.3-13.el8.x86_64 29/38 Running scriptlet: rpm-build-libs-4.14.3-13.el8.x86_64 29/38 Cleanup : rpm-libs-4.14.3-13.el8.x86_64 30/38 Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64 30/38 Cleanup : systemd-libs-239-45.el8.x86_64 31/38 Cleanup : subscription-manager-rhsm-certificates-1.28.13-2.e 32/38 Cleanup : lz4-libs-1.8.3-2.el8.x86_64 33/38 Cleanup : rpm-4.14.3-13.el8.x86_64 34/38 Cleanup : systemd-pam-239-45.el8.x86_64 35/38 Cleanup : glib2-2.56.4-9.el8.x86_64 36/38 Cleanup : libxml2-2.9.7-9.el8.x86_64 37/38 Cleanup : openldap-2.4.46-16.el8.x86_64 38/38 Running scriptlet: openldap-2.4.46-16.el8.x86_64 38/38 Running scriptlet: glib2-2.56.4-10.el8_4.x86_64 38/38 Running scriptlet: shared-mime-info-1.9-3.el8.x86_64 38/38 Running scriptlet: systemd-239-45.el8_4.2.x86_64 38/38 Verifying : shared-mime-info-1.9-3.el8.x86_64 1/38 Verifying : diffutils-3.6-6.el8.x86_64 2/38 Verifying : libxkbcommon-0.9.1-1.el8.x86_64 3/38 Verifying : xkeyboard-config-2.28-1.el8.noarch 4/38 Verifying : libxml2-2.9.7-9.el8_4.2.x86_64 5/38 Verifying : libxml2-2.9.7-9.el8.x86_64 6/38 Verifying : subscription-manager-rhsm-certificates-1.28.13-3.e 7/38 Verifying : subscription-manager-rhsm-certificates-1.28.13-2.e 8/38 Verifying : rpm-libs-4.14.3-14.el8_4.x86_64 9/38 Verifying : rpm-libs-4.14.3-13.el8.x86_64 10/38 Verifying : rpm-build-libs-4.14.3-14.el8_4.x86_64 11/38 Verifying : rpm-build-libs-4.14.3-13.el8.x86_64 12/38 Verifying : subscription-manager-1.28.13-3.el8_4.x86_64 13/38 Verifying : subscription-manager-1.28.13-2.el8.x86_64 14/38 Verifying : python3-libxml2-2.9.7-9.el8_4.2.x86_64 15/38 Verifying : python3-libxml2-2.9.7-9.el8.x86_64 16/38 Verifying : glib2-2.56.4-10.el8_4.x86_64 17/38 Verifying : glib2-2.56.4-9.el8.x86_64 18/38 Verifying : python3-subscription-manager-rhsm-1.28.13-3.el8_4. 19/38 Verifying : python3-subscription-manager-rhsm-1.28.13-2.el8.x8 20/38 Verifying : systemd-239-45.el8_4.2.x86_64 21/38 Verifying : systemd-239-45.el8.x86_64 22/38 Verifying : python3-syspurpose-1.28.13-3.el8_4.x86_64 23/38 Verifying : python3-syspurpose-1.28.13-2.el8.x86_64 24/38 Verifying : rpm-4.14.3-14.el8_4.x86_64 25/38 Verifying : rpm-4.14.3-13.el8.x86_64 26/38 Verifying : systemd-pam-239-45.el8_4.2.x86_64 27/38 Verifying : systemd-pam-239-45.el8.x86_64 28/38 Verifying : lz4-libs-1.8.3-3.el8_4.x86_64 29/38 Verifying : lz4-libs-1.8.3-2.el8.x86_64 30/38 Verifying : dnf-plugin-subscription-manager-1.28.13-3.el8_4.x8 31/38 Verifying : dnf-plugin-subscription-manager-1.28.13-2.el8.x86_ 32/38 Verifying : python3-rpm-4.14.3-14.el8_4.x86_64 33/38 Verifying : python3-rpm-4.14.3-13.el8.x86_64 34/38 Verifying : openldap-2.4.46-17.el8_4.x86_64 35/38 Verifying : openldap-2.4.46-16.el8.x86_64 36/38 Verifying : systemd-libs-239-45.el8_4.2.x86_64 37/38 Verifying : systemd-libs-239-45.el8.x86_64 38/38 Installed products updated. Upgraded: dnf-plugin-subscription-manager-1.28.13-3.el8_4.x86_64 glib2-2.56.4-10.el8_4.x86_64 libxml2-2.9.7-9.el8_4.2.x86_64 lz4-libs-1.8.3-3.el8_4.x86_64 openldap-2.4.46-17.el8_4.x86_64 python3-libxml2-2.9.7-9.el8_4.2.x86_64 python3-rpm-4.14.3-14.el8_4.x86_64 python3-subscription-manager-rhsm-1.28.13-3.el8_4.x86_64 python3-syspurpose-1.28.13-3.el8_4.x86_64 rpm-4.14.3-14.el8_4.x86_64 rpm-build-libs-4.14.3-14.el8_4.x86_64 rpm-libs-4.14.3-14.el8_4.x86_64 subscription-manager-1.28.13-3.el8_4.x86_64 subscription-manager-rhsm-certificates-1.28.13-3.el8_4.x86_64 systemd-239-45.el8_4.2.x86_64 systemd-libs-239-45.el8_4.2.x86_64 systemd-pam-239-45.el8_4.2.x86_64 Installed: diffutils-3.6-6.el8.x86_64 libxkbcommon-0.9.1-1.el8.x86_64 shared-mime-info-1.9-3.el8.x86_64 xkeyboard-config-2.28-1.el8.noarch Complete! + dnf --assumeyes install gettext Last metadata expiration check: 0:00:15 ago on Fri Aug 6 18:02:49 2021. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: gettext x86_64 0.19.8.1-17.el8 ubi-8-baseos 1.1 M Installing dependencies: gettext-libs x86_64 0.19.8.1-17.el8 ubi-8-baseos 313 k libcroco x86_64 0.6.12-4.el8_2.1 ubi-8-baseos 113 k libgomp x86_64 8.4.1-1.el8 ubi-8-baseos 204 k Transaction Summary ================================================================================ Install 4 Packages Total download size: 1.7 M Installed size: 7.3 M Downloading Packages: [MIRROR] libgomp-8.4.1-1.el8.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/l/libgomp-8.4.1-1.el8.x86_64.rpm [Operation timed out after 5001 milliseconds with 0 out of 0 bytes received] [MIRROR] gettext-libs-0.19.8.1-17.el8.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/g/gettext-libs-0.19.8.1-17.el8.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] libcroco-0.6.12-4.el8_2.1.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/l/libcroco-0.6.12-4.el8_2.1.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (1/4): libcroco-0.6.12-4.el8_2.1.x86_64.rpm 22 kB/s | 113 kB 00:05 (2/4): libgomp-8.4.1-1.el8.x86_64.rpm 41 kB/s | 204 kB 00:05 (3/4): gettext-libs-0.19.8.1-17.el8.x86_64.rpm 62 kB/s | 313 kB 00:05 (4/4): gettext-0.19.8.1-17.el8.x86_64.rpm 45 MB/s | 1.1 MB 00:00 -------------------------------------------------------------------------------- Total 342 kB/s | 1.7 MB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libcroco-0.6.12-4.el8_2.1.x86_64 1/4 Running scriptlet: libcroco-0.6.12-4.el8_2.1.x86_64 1/4 Installing : libgomp-8.4.1-1.el8.x86_64 2/4 Running scriptlet: libgomp-8.4.1-1.el8.x86_64 2/4 Installing : gettext-libs-0.19.8.1-17.el8.x86_64 3/4 Installing : gettext-0.19.8.1-17.el8.x86_64 4/4 Running scriptlet: gettext-0.19.8.1-17.el8.x86_64 4/4 Verifying : libgomp-8.4.1-1.el8.x86_64 1/4 Verifying : gettext-libs-0.19.8.1-17.el8.x86_64 2/4 Verifying : libcroco-0.6.12-4.el8_2.1.x86_64 3/4 Verifying : gettext-0.19.8.1-17.el8.x86_64 4/4 Installed products updated. Installed: gettext-0.19.8.1-17.el8.x86_64 gettext-libs-0.19.8.1-17.el8.x86_64 libcroco-0.6.12-4.el8_2.1.x86_64 libgomp-8.4.1-1.el8.x86_64 Complete! + dnf clean all 25 files removed + mkdir --parents /var/nginx/proxy_temp + mkdir --parents /var/nginx/client_body_temp + chown nginx:root /var/nginx/proxy_temp + chown nginx:root /var/nginx/client_body_temp + rm --force /etc/nginx/conf.d/default.conf + rm --force /etc/nginx/nginx.conf + rm --force /var/log/nginx/access.log + rm --force /var/log/nginx/error.log + groupadd --gid 49 www-data + usermod nginx --groups www-data + mkdir --mode 2775 --parents /etc/nginx /var/log/nginx /var/cache/nginx + chown --recursive nginx:www-data /etc/nginx + find /etc/nginx/ -type d -exec chmod g+rwx '{}' ';' + chown --recursive nginx:www-data /var/log/nginx /var/cache/nginx STEP 10: COPY --from=extractor /jitt/training /jitt/ STEP 11: COPY /scripts/rtenvsub.sh /bin/rtenvsub.sh STEP 12: COPY /scripts/shtdlib_dccscr.sh /bin/shtdlib_dccscr.sh STEP 13: COPY /scripts/run_nginx.sh /bin/run_nginx.sh STEP 14: USER nginx STEP 15: HEALTHCHECK --interval=15s --timeout=10s --retries=3 CMD pgrep -lf nginx || exit 1 STEP 16: COMMIT registry1.dso.mil/ironbank-staging/security-compass/jitt/nginx Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:1d74a26b177471a63867a61ba64babbb9301be5ad63a3758f119866750527bea Copying blob sha256:a52e37732a8763fbe46bb0b4cfca9b0ecb115c5f1acc2effae3ce10d62d7f715 Copying blob sha256:ba14caa059e2cd21cff2176df789509238f77ef02068c08f749ca7d2dbb42dba Copying config sha256:010547934046fc02b132aa88b09a115541176658ceaebfb89ab149b1d6b78516 Writing manifest to image destination Storing signatures --> 01054793404 010547934046fc02b132aa88b09a115541176658ceaebfb89ab149b1d6b78516 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/security-compass/jitt/nginx registry1.dso.mil/ironbank-staging/security-compass/jitt/nginx:ibci-409969 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/security-compass/jitt/nginx:ibci-409969 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:a52e37732a8763fbe46bb0b4cfca9b0ecb115c5f1acc2effae3ce10d62d7f715 Copying blob sha256:1d74a26b177471a63867a61ba64babbb9301be5ad63a3758f119866750527bea Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:ba14caa059e2cd21cff2176df789509238f77ef02068c08f749ca7d2dbb42dba Copying config sha256:010547934046fc02b132aa88b09a115541176658ceaebfb89ab149b1d6b78516 Writing manifest to image destination Storing signatures + echo 'Read the tags' + tags_file=ci-artifacts/preflight/tags.txt + test -f ci-artifacts/preflight/tags.txt + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/security-compass/jitt/nginx registry1.dso.mil/ironbank-staging/security-compass/jitt/nginx:5.15.3 Read the tags + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/security-compass/jitt/nginx:5.15.3 Getting image source signatures Copying blob sha256:1d74a26b177471a63867a61ba64babbb9301be5ad63a3758f119866750527bea Copying blob sha256:a52e37732a8763fbe46bb0b4cfca9b0ecb115c5f1acc2effae3ce10d62d7f715 Copying blob sha256:ba14caa059e2cd21cff2176df789509238f77ef02068c08f749ca7d2dbb42dba Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:010547934046fc02b132aa88b09a115541176658ceaebfb89ab149b1d6b78516 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/security-compass/jitt/nginx registry1.dso.mil/ironbank-staging/security-compass/jitt/nginx:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/security-compass/jitt/nginx:latest Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:ba14caa059e2cd21cff2176df789509238f77ef02068c08f749ca7d2dbb42dba Copying blob sha256:1d74a26b177471a63867a61ba64babbb9301be5ad63a3758f119866750527bea Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:a52e37732a8763fbe46bb0b4cfca9b0ecb115c5f1acc2effae3ce10d62d7f715 Copying config sha256:010547934046fc02b132aa88b09a115541176658ceaebfb89ab149b1d6b78516 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/security-compass/jitt/nginx --format '{{.Id}}' time="2021-08-06T18:12:09Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/pod4733714a-6913-47c0-ae79-50b53c2f0dc3/5430cd961aae776b55a1fd1ef5fd714ed55bd12e67513795f357eb4570185c91: no such file or directory" + IMAGE_ID=sha256:010547934046fc02b132aa88b09a115541176658ceaebfb89ab149b1d6b78516 + echo IMAGE_ID=sha256:010547934046fc02b132aa88b09a115541176658ceaebfb89ab149b1d6b78516 + IMAGE_PODMAN_SHA=sha256:a56c049f73abb6686dd4d6680868dbca4b81f6601152c1707215db25bbbddabd + echo IMAGE_PODMAN_SHA=sha256:a56c049f73abb6686dd4d6680868dbca4b81f6601152c1707215db25bbbddabd + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/security-compass/jitt/nginx:ibci-409969 A tarball of the built image can be retrieved from the documentation job artifacts. + echo IMAGE_NAME=security-compass/jitt/nginx + branches=("master" "development") + [[ master development =~ development ]] + msg='A tarball of the built image can be retrieved from the documentation job artifacts.' + echo 'A tarball of the built image can be retrieved from the documentation job artifacts.' section_end:1628273529:step_script section_start:1628273529:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... ci-artifacts/build/: found 2 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=5435607 responseStatus=201 Created token=RFUJJ5ww Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=5435607 responseStatus=201 Created token=RFUJJ5ww section_end:1628273531:upload_artifacts_on_success section_start:1628273531:cleanup_file_variables Cleaning up file based variables section_end:1628273531:cleanup_file_variables Job succeeded