Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1623992692:resolve_secrets Resolving secrets section_end:1623992692:resolve_secrets section_start:1623992692: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.1 ... section_end:1623992692:prepare_executor section_start:1623992692:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-1350-concurrent-07msk2 to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-1350-concurrent-07msk2 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-1350-concurrent-07msk2 via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1623992698:prepare_script section_start:1623992698: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; Waiting for Sidecar Sidecar available Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/pivotal/rabbitmq/rabbitmq38-management/.git/ Created fresh repository. Checking out f557e64a as renovate/rabbitmq-rabbitmq-server-3.8.x... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1623992702:get_sources section_start:1623992702:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (4189818)... Downloading artifacts from coordinator... ok  id=4189818 responseStatus=200 OK token=QHCjT8rv WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (4189820)... Downloading artifacts from coordinator... ok  id=4189820 responseStatus=200 OK token=wWMxfDEj WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (4189815)... Downloading artifacts from coordinator... ok  id=4189815 responseStatus=200 OK token=yvWyZTBf WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (4189819)... Downloading artifacts from coordinator... ok  id=4189819 responseStatus=200 OK token=hsnRK-N- WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1623992702:download_artifacts section_start:1623992702: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 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/pivotal/rabbitmq/rabbitmq38:v3.8.14 Getting image source signatures Copying blob sha256:b32e97c39cd25ed9879db8b2f351607392dab0dcd85295b1eb61ddd277182d12 Copying blob sha256:04e343b236109857f182a414ea3384b3bac70a78a424f89b4d45b4f9d373115e Copying blob sha256:6160f960fc37576eaa593da1487dfa280f157c9587a323f07f2fc59dfbbec822 Copying blob sha256:3188a0008acf4b5892dba714922f5a09def353b098bf388310f8b1fb7970f455 Copying config sha256:d1cc35942bbfcf6da9d6dca0aaef487bf32924b68b7085c9b060ca859fcbc821 Writing manifest to image destination Storing signatures STEP 2: USER root STEP 3: RUN rabbitmq-plugins enable --offline rabbitmq_management Enabling plugins on node rabbit@0931e52f463b: rabbitmq_management The following plugins have been configured: rabbitmq_management rabbitmq_management_agent rabbitmq_web_dispatch Applying plugin configuration to rabbit@0931e52f463b... The following plugins have been enabled: rabbitmq_management rabbitmq_management_agent rabbitmq_web_dispatch set 3 plugins. Offline change; changes will take effect at broker restart. STEP 4: RUN set -eux; erl -noinput -eval ' { ok, AdminBin } = zip:foldl(fun(FileInArchive, GetInfo, GetBin, Acc) -> case Acc of "" -> case lists:suffix("/rabbitmqadmin", FileInArchive) of true -> GetBin(); false -> Acc end; _ -> Acc end end, "", init:get_plain_arguments()), io:format("~s", [ AdminBin ]), init:stop(). ' -- /plugins/rabbitmq_management-*.ez > /usr/local/bin/rabbitmqadmin; [ -s /usr/local/bin/rabbitmqadmin ]; chmod +x /usr/local/bin/rabbitmqadmin; dnf install -y --nodocs python3; dnf clean all; rm -rf /var/cache/dnf; rabbitmqadmin --version + erl -noinput -eval ' { ok, AdminBin } = zip:foldl(fun(FileInArchive, GetInfo, GetBin, Acc) -> case Acc of "" -> case lists:suffix("/rabbitmqadmin", FileInArchive) of true -> GetBin(); false -> Acc end; _ -> Acc end end, "", init:get_plain_arguments()), io:format("~s", [ AdminBin ]), init:stop(). ' -- /plugins/rabbitmq_management-3.8.14.ez + '[' -s /usr/local/bin/rabbitmqadmin ']' + chmod +x /usr/local/bin/rabbitmqadmin + dnf install -y --nodocs python3 Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 791 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 242 kB/s | 2.4 MB 00:10 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.4 kB/s | 14 kB 00:10 Dependencies resolved. ========================================================================================== Package Arch Version Repository Size ========================================================================================== Installing: python36 x86_64 3.6.8-2.module+el8.1.0+3334+5cb623d7 ubi-8-appstream 19 k Installing dependencies: platform-python-pip noarch 9.0.3-19.el8 ubi-8-baseos 1.7 M python3-pip noarch 9.0.3-19.el8 ubi-8-appstream 20 k python3-setuptools noarch 39.2.0-6.el8 ubi-8-baseos 163 k Enabling module streams: python36 3.6 Transaction Summary ========================================================================================== Install 4 Packages Total download size: 1.9 M Installed size: 7.6 M Downloading Packages: [MIRROR] python3-setuptools-39.2.0-6.el8.noarch.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/p/python3-setuptools-39.2.0-6.el8.noarch.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] platform-python-pip-9.0.3-19.el8.noarch.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/p/platform-python-pip-9.0.3-19.el8.noarch.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/p/python36-3.6.8-2.module%2bel8.1.0%2b3334%2b5cb623d7.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (1/4): python36-3.6.8-2.module+el8.1.0+3334+5cb 3.8 kB/s | 19 kB 00:05 (2/4): python3-setuptools-39.2.0-6.el8.noarch.r 32 kB/s | 163 kB 00:05 (3/4): python3-pip-9.0.3-19.el8.noarch.rpm 6.2 MB/s | 20 kB 00:00 (4/4): platform-python-pip-9.0.3-19.el8.noarch. 345 kB/s | 1.7 MB 00:05 -------------------------------------------------------------------------------- Total 385 kB/s | 1.9 MB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : platform-python-pip-9.0.3-19.el8.noarch 1/4 Installing : python3-setuptools-39.2.0-6.el8.noarch 2/4 Installing : python3-pip-9.0.3-19.el8.noarch 3/4 Installing : python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 4/4 Running scriptlet: python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 4/4 Verifying : python3-setuptools-39.2.0-6.el8.noarch 1/4 Verifying : platform-python-pip-9.0.3-19.el8.noarch 2/4 Verifying : python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 3/4 Verifying : python3-pip-9.0.3-19.el8.noarch 4/4 Installed products updated. Installed: platform-python-pip-9.0.3-19.el8.noarch python3-pip-9.0.3-19.el8.noarch python3-setuptools-39.2.0-6.el8.noarch python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 Complete! + dnf clean all 25 files removed + rm -rf /var/cache/dnf + rabbitmqadmin --version rabbitmqadmin 3.8.14 STEP 5: USER rabbitmq STEP 6: EXPOSE 15671 15672 STEP 7: HEALTHCHECK --start-period=5s --timeout=5s --interval=10s --retries=3 CMD curl -f http://localhost:15671 || exit 1 STEP 8: COMMIT registry1.dso.mil/ironbank-staging/pivotal/rabbitmq/rabbitmq38-management Getting image source signatures Copying blob sha256:476579af086aee78cb12d88b08fd6b61a80a3f055cae293ec2d15a37dbe7b3f9 Copying blob sha256:1e8cd6732429ccfaea139348807617a5315fd7ca469850423f77f51661e8fe51 Copying blob sha256:eb8256d614634ff5f20b78a94ad3bf9f72703c78a7a7bf46bebc2706465400d2 Copying blob sha256:d53b3b7ac356fe4ddfe5d3c2dd66edae0a7b24113d186e130f0b835115a251a4 Copying blob sha256:f595a4839fa1f599e930942b433874335dbf8ed2f230b1af28ce0798409fb37c Copying config sha256:cdfd1ac0a7e6ac38830d4375b5bebeb776be1748dff6b90403906b46af636c55 Writing manifest to image destination Storing signatures --> cdfd1ac0a7e cdfd1ac0a7e6ac38830d4375b5bebeb776be1748dff6b90403906b46af636c55 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/pivotal/rabbitmq/rabbitmq38-management registry1.dso.mil/ironbank-staging/pivotal/rabbitmq/rabbitmq38-management:322084 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/pivotal/rabbitmq/rabbitmq38-management:322084 Getting image source signatures Copying blob sha256:f595a4839fa1f599e930942b433874335dbf8ed2f230b1af28ce0798409fb37c Copying blob sha256:1e8cd6732429ccfaea139348807617a5315fd7ca469850423f77f51661e8fe51 Copying blob sha256:eb8256d614634ff5f20b78a94ad3bf9f72703c78a7a7bf46bebc2706465400d2 Copying blob sha256:d53b3b7ac356fe4ddfe5d3c2dd66edae0a7b24113d186e130f0b835115a251a4 Copying blob sha256:476579af086aee78cb12d88b08fd6b61a80a3f055cae293ec2d15a37dbe7b3f9 Copying config sha256:cdfd1ac0a7e6ac38830d4375b5bebeb776be1748dff6b90403906b46af636c55 Writing manifest to image destination Storing signatures Read the tags + 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/pivotal/rabbitmq/rabbitmq38-management registry1.dso.mil/ironbank-staging/pivotal/rabbitmq/rabbitmq38-management:v3.8.17 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/pivotal/rabbitmq/rabbitmq38-management:v3.8.17 Getting image source signatures Copying blob sha256:d53b3b7ac356fe4ddfe5d3c2dd66edae0a7b24113d186e130f0b835115a251a4 Copying blob sha256:eb8256d614634ff5f20b78a94ad3bf9f72703c78a7a7bf46bebc2706465400d2 Copying blob sha256:f595a4839fa1f599e930942b433874335dbf8ed2f230b1af28ce0798409fb37c Copying blob sha256:476579af086aee78cb12d88b08fd6b61a80a3f055cae293ec2d15a37dbe7b3f9 Copying blob sha256:1e8cd6732429ccfaea139348807617a5315fd7ca469850423f77f51661e8fe51 Copying config sha256:cdfd1ac0a7e6ac38830d4375b5bebeb776be1748dff6b90403906b46af636c55 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/pivotal/rabbitmq/rabbitmq38-management registry1.dso.mil/ironbank-staging/pivotal/rabbitmq/rabbitmq38-management:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/pivotal/rabbitmq/rabbitmq38-management:latest Getting image source signatures Copying blob sha256:1e8cd6732429ccfaea139348807617a5315fd7ca469850423f77f51661e8fe51 Copying blob sha256:d53b3b7ac356fe4ddfe5d3c2dd66edae0a7b24113d186e130f0b835115a251a4 Copying blob sha256:476579af086aee78cb12d88b08fd6b61a80a3f055cae293ec2d15a37dbe7b3f9 Copying blob sha256:f595a4839fa1f599e930942b433874335dbf8ed2f230b1af28ce0798409fb37c Copying blob sha256:eb8256d614634ff5f20b78a94ad3bf9f72703c78a7a7bf46bebc2706465400d2 Copying config sha256:cdfd1ac0a7e6ac38830d4375b5bebeb776be1748dff6b90403906b46af636c55 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/pivotal/rabbitmq/rabbitmq38-management --format '{{.Id}}' time="2021-06-18T05:06:26Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/poda035a149-3546-4dce-8bfb-8fd0a61c90ac/0c7a8b4b6a292c89afb0dff16c0ef2efbc4dcf1305af89f223978957f1d1fbe7: no such file or directory" + IMAGE_ID=sha256:cdfd1ac0a7e6ac38830d4375b5bebeb776be1748dff6b90403906b46af636c55 + echo IMAGE_ID=sha256:cdfd1ac0a7e6ac38830d4375b5bebeb776be1748dff6b90403906b46af636c55 + IMAGE_PODMAN_SHA=sha256:3edb30583273d864a7a936f816a787c65b34b9e39fca214239045d7792e94f5a + echo IMAGE_PODMAN_SHA=sha256:3edb30583273d864a7a936f816a787c65b34b9e39fca214239045d7792e94f5a + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/pivotal/rabbitmq/rabbitmq38-management:322084 + echo IMAGE_NAME=pivotal/rabbitmq/rabbitmq38-management A tarball of the built image can be retrieved from the create-tar job artifacts. + branches=("master" "development") + [[ master development =~ renovate/rabbitmq-rabbitmq-server-3.8.x ]] + msg='A tarball of the built image can be retrieved from the create-tar job artifacts.' + echo 'A tarball of the built image can be retrieved from the create-tar job artifacts.' section_end:1623992786:step_script section_start:1623992786: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=4189822 responseStatus=201 Created token=brLbD5wr Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=4189822 responseStatus=201 Created token=brLbD5wr section_end:1623992787:upload_artifacts_on_success section_start:1623992787:cleanup_file_variables Cleaning up file based variables section_end:1623992788:cleanup_file_variables Job succeeded