Running with gitlab-runner 13.8.0 (775dd39d)  on global-shared-gitlab-runner-5896686f8-f7z96 71K9UkNo section_start:1621530067:resolve_secrets Resolving secrets section_end:1621530067:resolve_secrets section_start:1621530067:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-isolated 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.1 ... section_end:1621530067:prepare_executor section_start:1621530067:prepare_script Preparing environment Waiting for pod gitlab-runner-isolated/runner-71k9ukno-project-1296-concurrent-0dw4tk to be running, status is Pending Waiting for pod gitlab-runner-isolated/runner-71k9ukno-project-1296-concurrent-0dw4tk to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper]" ContainersNotReady: "containers with unready status: [build helper]" Running on runner-71k9ukno-project-1296-concurrent-0dw4tk via global-shared-gitlab-runner-5896686f8-f7z96... section_end:1621530073:prepare_script section_start:1621530073:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/opensource/dduportal/bats/.git/ Created fresh repository. Checking out 79a2e8bd as development... Skipping Git submodules setup section_end:1621530074:get_sources section_start:1621530074:download_artifacts Downloading artifacts Downloading artifacts for hardening_manifest (3464993)... Downloading artifacts from coordinator... ok  id=3464993 responseStatus=200 OK token=dVaAXGxZ Downloading artifacts for import artifacts (3464995)... Downloading artifacts from coordinator... ok  id=3464995 responseStatus=200 OK token=8ytdxcKS Downloading artifacts for load scripts (3464990)... Downloading artifacts from coordinator... ok  id=3464990 responseStatus=200 OK token=5A2cUWvw Downloading artifacts for wl compare lint (3464994)... Downloading artifacts from coordinator... ok  id=3464994 responseStatus=200 OK token=NToxS7CC section_end:1621530075:download_artifacts section_start:1621530075: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 loading image ci-artifacts/import-artifacts/images/dduportal-bats-1.1.0.tar time="2021-05-20T17:01:15Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/pod16782c7d-9454-41bc-aa67-e917f42883e0/976bd86ec0257f9b8cb991d1a33a1388c44ad2d4cf3ef241e8539cce63ed1d2f: no such file or directory" Getting image source signatures Copying blob sha256:88a2499e16c61b5d6d20f78684ee063b76b85d4ccf3ba3daf50aec2cbfc504ea Copying blob sha256:a90718349a3d1088b70b1d38b1f429fb2d75fecd24003976b1c52a514095a13d Copying blob sha256:1c639b0e2927ffce98d1114935a1ac2b0a7267e1558968fe8649194e03a879e5 Copying blob sha256:557114428c8a5d686995f4e69f048d52860dc781ef581df6025c8c9633aac914 Copying blob sha256:8afdc44dee93b7dd9b08a7285f86ac97e1c82ed2c52c43c319be26c88923076f Copying blob sha256:03901b4a2ea88eeaad62dbe59b072b28b6efa00491962b8741081c5df50c65e0 Copying blob sha256:e225a5324d92230e81c0aa3eaa533202ad3f5531f212be73c769b8e334d06cd8 Copying config sha256:95dc2c0854cdf4d8bc19aaa1a159422d71a83be6d2fa881c491eac05cde57ecb Writing manifest to image destination Storing signatures Loaded image(s): localhost/dduportal/bats:1.1.0 Load HTTP and S3 external resources 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 dduportal/bats:1.1.0 AS base Getting image source signatures Copying blob sha256:03901b4a2ea88eeaad62dbe59b072b28b6efa00491962b8741081c5df50c65e0 Copying blob sha256:a90718349a3d1088b70b1d38b1f429fb2d75fecd24003976b1c52a514095a13d Copying blob sha256:557114428c8a5d686995f4e69f048d52860dc781ef581df6025c8c9633aac914 Copying blob sha256:1c639b0e2927ffce98d1114935a1ac2b0a7267e1558968fe8649194e03a879e5 Copying blob sha256:8afdc44dee93b7dd9b08a7285f86ac97e1c82ed2c52c43c319be26c88923076f Copying blob sha256:88a2499e16c61b5d6d20f78684ee063b76b85d4ccf3ba3daf50aec2cbfc504ea Copying blob sha256:e225a5324d92230e81c0aa3eaa533202ad3f5531f212be73c769b8e334d06cd8 --> 334efcd3459 Copying config sha256:334efcd3459e086d79777c055f813b07d773ff57b02e2566716448171f8ebe62 STEP 2: FROM registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4 Writing manifest to image destination Storing signatures Getting image source signatures Copying blob sha256:53732dad4680ae165f569331357b89605c03583057db7193a7a4fabdf312f061 Copying blob sha256:a538c9b9760931040405e4c827d816c820fc4738284b4f51a1bb0c872fb4b45d Copying blob sha256:4180f0dad1f40915a0ddef5d0a11793415f66d4127abd74b2d5992175bae6c1c Copying config sha256:8570292c579c886c134fe4a5007275e79e8e204d5834e7feb03106c854d2ec2a Writing manifest to image destination Storing signatures STEP 3: ENV BATS_HELPERS_DIR=/opt/bats-helpers HOME=/tests STEP 4: RUN groupadd -g 1000 bats && useradd -r -u 1000 -m -d /tests -s /sbin/nologin -g bats bats && ln -s /opt/bats/libexec/bats /sbin/bats && ln -s /dev/stdout /var/log/test.log && dnf upgrade -y && dnf clean all && rm -rf /var/cache/dnf Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 789 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 717 kB/s | 7.0 MB 00:10 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.4 kB/s | 14 kB 00:10 Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Upgrading: iptables x86_64 1.8.4-17.el8 ubi-8-baseos 586 k iptables-libs x86_64 1.8.4-17.el8 ubi-8-baseos 107 k Transaction Summary ================================================================================ Upgrade 2 Packages Total download size: 692 k Downloading Packages: [MIRROR] iptables-1.8.4-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/i/iptables-1.8.4-17.el8.x86_64.rpm [Connection timed out after 5001 milliseconds] [MIRROR] iptables-libs-1.8.4-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/i/iptables-libs-1.8.4-17.el8.x86_64.rpm [Connection timed out after 5001 milliseconds] (1/2): iptables-libs-1.8.4-17.el8.x86_64.rpm 21 kB/s | 107 kB 00:05 (2/2): iptables-1.8.4-17.el8.x86_64.rpm 117 kB/s | 586 kB 00:05 -------------------------------------------------------------------------------- Total 138 kB/s | 692 kB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Upgrading : iptables-libs-1.8.4-17.el8.x86_64 1/4 Running scriptlet: iptables-1.8.4-17.el8.x86_64 2/4 Upgrading : iptables-1.8.4-17.el8.x86_64 2/4 Running scriptlet: iptables-1.8.4-17.el8.x86_64 2/4 Cleanup : iptables-1.8.4-15.el8_3.3.x86_64 3/4 Running scriptlet: iptables-1.8.4-15.el8_3.3.x86_64 3/4 Cleanup : iptables-libs-1.8.4-15.el8_3.3.x86_64 4/4 Running scriptlet: iptables-libs-1.8.4-15.el8_3.3.x86_64 4/4 Verifying : iptables-1.8.4-17.el8.x86_64 1/4 Verifying : iptables-1.8.4-15.el8_3.3.x86_64 2/4 Verifying : iptables-libs-1.8.4-17.el8.x86_64 3/4 Verifying : iptables-libs-1.8.4-15.el8_3.3.x86_64 4/4 Installed products updated. Upgraded: iptables-1.8.4-17.el8.x86_64 iptables-libs-1.8.4-17.el8.x86_64 Complete! 25 files removed STEP 5: COPY --from=base /opt/bats /opt/bats STEP 6: COPY --from=base /opt/bats-helpers /opt/bats-helpers STEP 7: USER bats STEP 8: WORKDIR /tests STEP 9: HEALTHCHECK NONE STEP 10: ENTRYPOINT ["/sbin/bats"] STEP 11: CMD ["-v"] STEP 12: COMMIT registry1.dso.mil/ironbank-staging/opensource/dduportal/bats Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:174533b1e78e61328fca009d29ea578c430dc7c6ff0f78a12c1c8f858333f7c9 Copying blob sha256:02709b519cfbe9b0e97019c585f71935936c417ff54ce4a37399cb2d7e9c2f7b Copying config sha256:5ece0bf08470baff1852297f239bcab525d0e380f6328d219b52419a3257cf01 Writing manifest to image destination Storing signatures --> 5ece0bf0847 5ece0bf08470baff1852297f239bcab525d0e380f6328d219b52419a3257cf01 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/dduportal/bats registry1.dso.mil/ironbank-staging/opensource/dduportal/bats:269578 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/dduportal/bats:269578 Getting image source signatures Copying blob sha256:02709b519cfbe9b0e97019c585f71935936c417ff54ce4a37399cb2d7e9c2f7b Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:174533b1e78e61328fca009d29ea578c430dc7c6ff0f78a12c1c8f858333f7c9 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:5ece0bf08470baff1852297f239bcab525d0e380f6328d219b52419a3257cf01 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/opensource/dduportal/bats registry1.dso.mil/ironbank-staging/opensource/dduportal/bats:1.1.0 Read the tags + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/dduportal/bats:1.1.0 Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:174533b1e78e61328fca009d29ea578c430dc7c6ff0f78a12c1c8f858333f7c9 Copying blob sha256:02709b519cfbe9b0e97019c585f71935936c417ff54ce4a37399cb2d7e9c2f7b Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:5ece0bf08470baff1852297f239bcab525d0e380f6328d219b52419a3257cf01 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/dduportal/bats registry1.dso.mil/ironbank-staging/opensource/dduportal/bats:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/dduportal/bats:latest Getting image source signatures Copying blob sha256:02709b519cfbe9b0e97019c585f71935936c417ff54ce4a37399cb2d7e9c2f7b Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:174533b1e78e61328fca009d29ea578c430dc7c6ff0f78a12c1c8f858333f7c9 Copying config sha256:5ece0bf08470baff1852297f239bcab525d0e380f6328d219b52419a3257cf01 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/dduportal/bats --format '{{.Id}}' time="2021-05-20T17:02:37Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/pod16782c7d-9454-41bc-aa67-e917f42883e0/976bd86ec0257f9b8cb991d1a33a1388c44ad2d4cf3ef241e8539cce63ed1d2f: no such file or directory" + IMAGE_ID=sha256:5ece0bf08470baff1852297f239bcab525d0e380f6328d219b52419a3257cf01 + echo IMAGE_ID=sha256:5ece0bf08470baff1852297f239bcab525d0e380f6328d219b52419a3257cf01 + IMAGE_PODMAN_SHA=sha256:79d7e0a19d380e41fb9fef41aae7187b2a31ff72f03decdc812708f94dab747d + echo IMAGE_PODMAN_SHA=sha256:79d7e0a19d380e41fb9fef41aae7187b2a31ff72f03decdc812708f94dab747d + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/dduportal/bats:269578 + echo IMAGE_NAME=opensource/dduportal/bats section_end:1621530157:step_script section_start:1621530157: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=3464997 responseStatus=201 Created token=DR623Sa3 Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=3464997 responseStatus=201 Created token=DR623Sa3 section_end:1621530158:upload_artifacts_on_success section_start:1621530158:cleanup_file_variables Cleaning up file based variables section_end:1621530158:cleanup_file_variables Job succeeded