Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1628698693:resolve_secrets Resolving secrets section_end:1628698693:resolve_secrets section_start:1628698693: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:1628698693:prepare_executor section_start:1628698693:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-3336-concurrent-0cdfn7 to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-3336-concurrent-0cdfn7 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-3336-concurrent-0cdfn7 via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1628698700:prepare_script section_start:1628698700: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/confluent/confluent-component-operator/cp-operator-service-0.419/.git/ Created fresh repository. Checking out 35698dcf as master... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1628698701:get_sources section_start:1628698701:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (5572986)... Downloading artifacts from coordinator... ok  id=5572986 responseStatus=200 OK token=cX4QXzsz WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (5572988)... Downloading artifacts from coordinator... ok  id=5572988 responseStatus=200 OK token=EHySEuDo WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (5572983)... Downloading artifacts from coordinator... ok  id=5572983 responseStatus=200 OK token=7QgdQmUV WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (5572987)... Downloading artifacts from coordinator... ok  id=5572987 responseStatus=200 OK token=7rGcVeYN WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1628698702:download_artifacts section_start:1628698702: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/cp-operator-service_0.419.15_Opt.tar.gz' -> './cp-operator-service_0.419.15_Opt.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/redhat/openjdk/openjdk11:1.11 Getting image source signatures Copying blob sha256:2be053defac9c597ae93a025bce3fa4ba3ae0737b57d03143c98a0e494f668fa Copying blob sha256:df894b2e1bd862d70e9fe4e0a1dc6ce88c92f7ac37f0f4b5b823fe603853ac6a Copying blob sha256:a538c9b9760931040405e4c827d816c820fc4738284b4f51a1bb0c872fb4b45d Copying blob sha256:53732dad4680ae165f569331357b89605c03583057db7193a7a4fabdf312f061 Copying config sha256:13128cb59b23edbe72130ed3bc24a1598c0cecd732fdbfe529b5c34076d086aa Writing manifest to image destination Storing signatures STEP 2: WORKDIR /opt STEP 3: USER root STEP 4: RUN mkdir -p /tmp/untar STEP 5: COPY cp-operator-service_0.419.15_Opt.tar.gz /tmp/untar STEP 6: RUN cd /tmp/untar && tar -xvf cp-operator-service*_Opt.tar.gz && rm cp-operator-service*_Opt.tar.gz && mv manager /opt/ && mv config /opt/ && cd /opt && rm -Rf /tmp/untar && chown -R root:root /opt/manager /opt/config && chmod -R ag+rw /opt /opt/config/crds /opt/manager ./ ./manager ./config/ ./config/crds/ ./config/crds/cluster_v1alpha1_kafkacluster.yaml ./config/crds/cluster_v1alpha1_zookeepercluster.yaml ./config/crds/operator/ ./config/crds/operator/operator_v1_physicalstatefulcluster.yaml STEP 7: ENTRYPOINT ["/opt/manager"] STEP 8: HEALTHCHECK --interval=5s --timeout=5s --retries=5 CMD /bin/bash -c "ls /opt/manager" STEP 9: USER 1001 STEP 10: COMMIT registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:0038d64e968bcb997c0dd2560a4fc041da69f563974b3e746bddc33f05a86c49 Copying blob sha256:11f7f2c0d486599795968008453d8e382c1e77c2153a2c65b5b20d5996c4927f Copying blob sha256:24c058de1aedbb7e66650673e07ba164b9e06a199d28cdeff1deddc000291482 Copying config sha256:6d0190ea15aa235855e04517a6a4525474ff9dedf1a9d8491e6f17da1bfae4b0 Writing manifest to image destination Storing signatures --> 6d0190ea15a 6d0190ea15aa235855e04517a6a4525474ff9dedf1a9d8491e6f17da1bfae4b0 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:ibci-419089 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:ibci-419089 Getting image source signatures Copying blob sha256:11f7f2c0d486599795968008453d8e382c1e77c2153a2c65b5b20d5996c4927f Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:24c058de1aedbb7e66650673e07ba164b9e06a199d28cdeff1deddc000291482 Copying blob sha256:0038d64e968bcb997c0dd2560a4fc041da69f563974b3e746bddc33f05a86c49 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:6d0190ea15aa235855e04517a6a4525474ff9dedf1a9d8491e6f17da1bfae4b0 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/confluentinc/cp-operator-service registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:6.1.x + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:6.1.x Getting image source signatures Copying blob sha256:24c058de1aedbb7e66650673e07ba164b9e06a199d28cdeff1deddc000291482 Copying blob sha256:0038d64e968bcb997c0dd2560a4fc041da69f563974b3e746bddc33f05a86c49 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:11f7f2c0d486599795968008453d8e382c1e77c2153a2c65b5b20d5996c4927f Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:6d0190ea15aa235855e04517a6a4525474ff9dedf1a9d8491e6f17da1bfae4b0 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:0.419.15 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:0.419.15 Getting image source signatures Copying blob sha256:0038d64e968bcb997c0dd2560a4fc041da69f563974b3e746bddc33f05a86c49 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:24c058de1aedbb7e66650673e07ba164b9e06a199d28cdeff1deddc000291482 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:11f7f2c0d486599795968008453d8e382c1e77c2153a2c65b5b20d5996c4927f Copying config sha256:6d0190ea15aa235855e04517a6a4525474ff9dedf1a9d8491e6f17da1bfae4b0 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:0.419 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:0.419 Getting image source signatures Copying blob sha256:24c058de1aedbb7e66650673e07ba164b9e06a199d28cdeff1deddc000291482 Copying blob sha256:0038d64e968bcb997c0dd2560a4fc041da69f563974b3e746bddc33f05a86c49 Copying blob sha256:11f7f2c0d486599795968008453d8e382c1e77c2153a2c65b5b20d5996c4927f Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:6d0190ea15aa235855e04517a6a4525474ff9dedf1a9d8491e6f17da1bfae4b0 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service --format '{{.Id}}' time="2021-08-11T16:19:35Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/podf2574ab7-6ddb-4969-b695-fd54ecb8b246/c257505a096e631bac29ef4e5d4e0f3d61598eb606316513c38e9ae2fed4623e: no such file or directory" + IMAGE_ID=sha256:6d0190ea15aa235855e04517a6a4525474ff9dedf1a9d8491e6f17da1bfae4b0 + echo IMAGE_ID=sha256:6d0190ea15aa235855e04517a6a4525474ff9dedf1a9d8491e6f17da1bfae4b0 + IMAGE_PODMAN_SHA=sha256:6c73d68a20d2ff1a08bea4eb6f2fd4356c66fea28efda6d763552b07eaa68d9a + echo IMAGE_PODMAN_SHA=sha256:6c73d68a20d2ff1a08bea4eb6f2fd4356c66fea28efda6d763552b07eaa68d9a + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:ibci-419089 A tarball of the built image can be retrieved from the documentation job artifacts. + echo IMAGE_NAME=confluentinc/cp-operator-service + branches=("master" "development") + [[ master development =~ master ]] + 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:1628698775:step_script section_start:1628698775: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=5572990 responseStatus=201 Created token=sjnLXszw Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=5572990 responseStatus=201 Created token=sjnLXszw section_end:1628698777:upload_artifacts_on_success section_start:1628698777:cleanup_file_variables Cleaning up file based variables section_end:1628698777:cleanup_file_variables Job succeeded