Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1628697523:resolve_secrets Resolving secrets section_end:1628697523:resolve_secrets section_start:1628697524: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:1628697524:prepare_executor section_start:1628697524:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-3336-concurrent-0bftlc to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-3336-concurrent-0bftlc 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-0bftlc via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1628697530:prepare_script section_start:1628697530: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 4e093221 as development... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1628697531:get_sources section_start:1628697531:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (5572654)... Downloading artifacts from coordinator... ok  id=5572654 responseStatus=200 OK token=xuZbqmx8 WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (5572656)... Downloading artifacts from coordinator... ok  id=5572656 responseStatus=200 OK token=7j-stQs1 WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (5572651)... Downloading artifacts from coordinator... ok  id=5572651 responseStatus=200 OK token=sTKCCxYL WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (5572655)... Downloading artifacts from coordinator... ok  id=5572655 responseStatus=200 OK token=6ShjBkEv WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1628697532:download_artifacts section_start:1628697532: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:8ab37c595685483b19fd01a03756cd46cd793b6561f67e6d5313fdffa9190871 Copying blob sha256:53732dad4680ae165f569331357b89605c03583057db7193a7a4fabdf312f061 Copying blob sha256:22db54756dd04464fb7fb25cd87138faf5b4f0617d84ade9041bc687d582d5cc Copying blob sha256:a538c9b9760931040405e4c827d816c820fc4738284b4f51a1bb0c872fb4b45d Copying config sha256:c83d68e9e7abf5fad55773843276cf9424f21a2f3b2b482d8b22130e74b93bb5 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:e4244e97d255f0861c196bba630961b97b1314ed00bc45e6b405c4da35f6f82f Copying blob sha256:773792c1772dc64552ccef85ce2a11f0645f7f34879e39355d1cc4f929f79b30 Copying blob sha256:62504bf0380a0cc3edd34b5a2b44e3e08a9ab553e3ca127d59dde3b5f89be224 Copying config sha256:91546f4f116a29cdb16d2ab523b73f369f8a0341f175518915096c340b1740b9 Writing manifest to image destination Storing signatures --> 91546f4f116 91546f4f116a29cdb16d2ab523b73f369f8a0341f175518915096c340b1740b9 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:ibci-419054 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:ibci-419054 Getting image source signatures Copying blob sha256:62504bf0380a0cc3edd34b5a2b44e3e08a9ab553e3ca127d59dde3b5f89be224 Copying blob sha256:e4244e97d255f0861c196bba630961b97b1314ed00bc45e6b405c4da35f6f82f Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:773792c1772dc64552ccef85ce2a11f0645f7f34879e39355d1cc4f929f79b30 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:91546f4f116a29cdb16d2ab523b73f369f8a0341f175518915096c340b1740b9 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/confluentinc/cp-operator-service registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:6.1.x Read the tags + 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:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:e4244e97d255f0861c196bba630961b97b1314ed00bc45e6b405c4da35f6f82f Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:773792c1772dc64552ccef85ce2a11f0645f7f34879e39355d1cc4f929f79b30 Copying blob sha256:62504bf0380a0cc3edd34b5a2b44e3e08a9ab553e3ca127d59dde3b5f89be224 Copying config sha256:91546f4f116a29cdb16d2ab523b73f369f8a0341f175518915096c340b1740b9 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:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:773792c1772dc64552ccef85ce2a11f0645f7f34879e39355d1cc4f929f79b30 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:e4244e97d255f0861c196bba630961b97b1314ed00bc45e6b405c4da35f6f82f Copying blob sha256:62504bf0380a0cc3edd34b5a2b44e3e08a9ab553e3ca127d59dde3b5f89be224 Copying config sha256:91546f4f116a29cdb16d2ab523b73f369f8a0341f175518915096c340b1740b9 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:e4244e97d255f0861c196bba630961b97b1314ed00bc45e6b405c4da35f6f82f Copying blob sha256:773792c1772dc64552ccef85ce2a11f0645f7f34879e39355d1cc4f929f79b30 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:62504bf0380a0cc3edd34b5a2b44e3e08a9ab553e3ca127d59dde3b5f89be224 Copying config sha256:91546f4f116a29cdb16d2ab523b73f369f8a0341f175518915096c340b1740b9 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:00:06Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/podaa89bcac-efc3-4178-ad2d-ad268619781f/ae72b6a2ce0d955222414638441a4a3f3f6df5ccf7c74a1dab827e891141dfd6: no such file or directory" + IMAGE_ID=sha256:91546f4f116a29cdb16d2ab523b73f369f8a0341f175518915096c340b1740b9 + echo IMAGE_ID=sha256:91546f4f116a29cdb16d2ab523b73f369f8a0341f175518915096c340b1740b9 + IMAGE_PODMAN_SHA=sha256:bb21a6a1df7d377b9f4ef4b98e33a67e66f646d6f311fb998a19d304ba8cad90 + echo IMAGE_PODMAN_SHA=sha256:bb21a6a1df7d377b9f4ef4b98e33a67e66f646d6f311fb998a19d304ba8cad90 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/confluentinc/cp-operator-service:ibci-419054 + echo IMAGE_NAME=confluentinc/cp-operator-service + branches=("master" "development") A tarball of the built image can be retrieved from the documentation job artifacts. + [[ 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:1628697606:step_script section_start:1628697606: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=5572658 responseStatus=201 Created token=Fv2eY-7X Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=5572658 responseStatus=201 Created token=Fv2eY-7X section_end:1628697607:upload_artifacts_on_success section_start:1628697607:cleanup_file_variables Cleaning up file based variables section_end:1628697608:cleanup_file_variables Job succeeded