Running with gitlab-runner 13.12.0 (7a6612da)  on dsop-shared-gitlab-runner-5fcd8977b8-m6qmr JrExJ6yx  feature flags: FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY:false section_start:1631141207:resolve_secrets Resolving secrets section_end:1631141207:resolve_secrets section_start:1631141207:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-dsop Using Kubernetes executor with image registry1.dso.mil/ironbank/ironbank-pipelines/rootless-podman:0.2 ... Using attach strategy to execute scripts... section_end:1631141207:prepare_executor section_start:1631141207:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-6149-concurrent-0cq6wm to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-6149-concurrent-0cq6wm 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-jrexj6yx-project-6149-concurrent-0cq6wm via dsop-shared-gitlab-runner-5fcd8977b8-m6qmr... section_end:1631141214:prepare_script section_start:1631141214: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/JrExJ6yx/0/dsop/opensource/jaegertracing/jaeger-query/.git/ Created fresh repository. Checking out a70d236c as master... Skipping Git submodules setup section_end:1631141216:get_sources section_start:1631141216:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6328185)... Downloading artifacts from coordinator... ok  id=6328185 responseStatus=200 OK token=uXGynhV8 WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (6328187)... Downloading artifacts from coordinator... ok  id=6328187 responseStatus=200 OK token=_Q4x67km WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6328182)... Downloading artifacts from coordinator... ok  id=6328182 responseStatus=200 OK token=1xopsV1h WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6328186)... Downloading artifacts from coordinator... ok  id=6328186 responseStatus=200 OK token=-koHowUk WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1631141217:download_artifacts section_start:1631141217: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/jaegertracing-jaeger-query-1.26.0.tar Getting image source signatures Copying blob sha256:7fb51f3a919bf1a336ed0d0916cb30b73136ad10c99cdbf56c3dc7671c84adaa Copying blob sha256:faf95e8bfa6d42f8907e473c5b973e94a233648c2f085b3de274a3685f3d2bea Copying blob sha256:f1dd685eb59e7d19dd353b02c4679d9fafd21ccffe1f51960e6c3645f3ceb0cd Copying config sha256:f070b221f5a7a6d57e4755f058db9e3a49e81b839b8818f09514aa6c99e207ea Writing manifest to image destination Storing signatures Loaded image(s): localhost/jaegertracing/jaeger-query:1.26.0 time="2021-09-08T22:46:59Z" level=error msg="failed to kill 26" 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 jaegertracing/jaeger-query:1.26.0 AS source Getting image source signatures Copying blob sha256:f1dd685eb59e7d19dd353b02c4679d9fafd21ccffe1f51960e6c3645f3ceb0cd Copying blob sha256:faf95e8bfa6d42f8907e473c5b973e94a233648c2f085b3de274a3685f3d2bea Copying blob sha256:7fb51f3a919bf1a336ed0d0916cb30b73136ad10c99cdbf56c3dc7671c84adaa Copying config sha256:04aeb6a303d47792639921b4e211098f0f7392fb9cda7d3772b620b160277161 Writing manifest to image destination Storing signatures --> 04aeb6a303d STEP 2: FROM registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4 Trying to pull registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4... Getting image source signatures Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying blob sha256:2de9c288ff0cf59cd0269e1bb62a9351be3d200aafc1fd11d9e1ba08b0e6f345 Copying config sha256:abd78a7b9379f5c09a4b90b629aede4f8a42935d4ee267788900d3fcb4174f11 Writing manifest to image destination Storing signatures STEP 3: COPY --from=source /go/bin/query-linux /go/bin/query-linux STEP 4: RUN dnf update --setopt=tsflags=nodocs -y && dnf clean all && rm -rf /var/cache/dnf && groupadd -g 1001 jaegerquery && useradd -r -u 1001 -m -s /sbin/nologin -g jaegerquery jaegerquery Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 163 kB/s | 2.4 MB 00:15 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.4 kB/s | 14 kB 00:10 Dependencies resolved. Nothing to do. Complete! 25 files removed STEP 5: USER jaegerquery STEP 6: HEALTHCHECK --interval=10s --timeout=5s --start-period=30s CMD curl -fs http://localhost:16687/ || exit 1 STEP 7: EXPOSE 16686/tcp STEP 8: ENTRYPOINT ["/go/bin/query-linux"] STEP 9: COMMIT registry1.dso.mil/ironbank-staging/opensource/jaegertracing/jaeger-query Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:4fac780b23d7cd645ee31b3da7f7a5b7da354b9f9cbc2a90a8fd8d4a2907c7cd Copying blob sha256:6aa11fd17ec0151abf05f41b3ba96e60f95d6f1056a8d737e97b31cbec22cf57 Copying config sha256:26d1102a8f674b11191e544934a3bdc18f35ae6555c72a0daeed081d5da62421 Writing manifest to image destination Storing signatures --> 26d1102a8f6 Successfully tagged registry1.dso.mil/ironbank-staging/opensource/jaegertracing/jaeger-query:latest 26d1102a8f674b11191e544934a3bdc18f35ae6555c72a0daeed081d5da62421 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/jaegertracing/jaeger-query registry1.dso.mil/ironbank-staging/opensource/jaegertracing/jaeger-query:ibci-466745 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/jaegertracing/jaeger-query:ibci-466745 Getting image source signatures Copying blob sha256:6aa11fd17ec0151abf05f41b3ba96e60f95d6f1056a8d737e97b31cbec22cf57 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:4fac780b23d7cd645ee31b3da7f7a5b7da354b9f9cbc2a90a8fd8d4a2907c7cd Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:26d1102a8f674b11191e544934a3bdc18f35ae6555c72a0daeed081d5da62421 Writing manifest to image destination Storing signatures + echo 'Read the tags' 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/jaegertracing/jaeger-query registry1.dso.mil/ironbank-staging/opensource/jaegertracing/jaeger-query:1.26.0 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/jaegertracing/jaeger-query:1.26.0 Getting image source signatures Copying blob sha256:4fac780b23d7cd645ee31b3da7f7a5b7da354b9f9cbc2a90a8fd8d4a2907c7cd Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:6aa11fd17ec0151abf05f41b3ba96e60f95d6f1056a8d737e97b31cbec22cf57 Copying config sha256:26d1102a8f674b11191e544934a3bdc18f35ae6555c72a0daeed081d5da62421 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/jaegertracing/jaeger-query registry1.dso.mil/ironbank-staging/opensource/jaegertracing/jaeger-query:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/jaegertracing/jaeger-query:latest Getting image source signatures Copying blob sha256:4fac780b23d7cd645ee31b3da7f7a5b7da354b9f9cbc2a90a8fd8d4a2907c7cd Copying blob sha256:6aa11fd17ec0151abf05f41b3ba96e60f95d6f1056a8d737e97b31cbec22cf57 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:26d1102a8f674b11191e544934a3bdc18f35ae6555c72a0daeed081d5da62421 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/jaegertracing/jaeger-query --format '{{.Id}}' + IMAGE_ID=sha256:26d1102a8f674b11191e544934a3bdc18f35ae6555c72a0daeed081d5da62421 + echo IMAGE_ID=sha256:26d1102a8f674b11191e544934a3bdc18f35ae6555c72a0daeed081d5da62421 + IMAGE_PODMAN_SHA=sha256:f42cdb5050bc6189d6396bc15083f15fa7919b46ea7930cf6f5ab9ca08d50b07 + echo IMAGE_PODMAN_SHA=sha256:f42cdb5050bc6189d6396bc15083f15fa7919b46ea7930cf6f5ab9ca08d50b07 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/jaegertracing/jaeger-query:ibci-466745 + echo IMAGE_NAME=opensource/jaegertracing/jaeger-query + 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.' A tarball of the built image can be retrieved from the documentation job artifacts. section_end:1631141299:step_script section_start:1631141299: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=6328189 responseStatus=201 Created token=osp-XDDg Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6328189 responseStatus=201 Created token=osp-XDDg section_end:1631141301:upload_artifacts_on_success section_start:1631141301:cleanup_file_variables Cleaning up file based variables section_end:1631141301:cleanup_file_variables Job succeeded