Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1628099183:resolve_secrets Resolving secrets section_end:1628099183:resolve_secrets section_start:1628099183: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:1628099183:prepare_executor section_start:1628099183:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-7789-concurrent-12z49z to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-7789-concurrent-12z49z to be running, status is Pending ContainersNotInitialized: "containers with incomplete status: [istio-init]" ContainersNotReady: "containers with unready status: [build helper istio-proxy]" ContainersNotReady: "containers with unready status: [build helper istio-proxy]" Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-7789-concurrent-12z49z 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-7789-concurrent-12z49z via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1628099192:prepare_script section_start:1628099192: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/opensource/kubernetes-sigs/aws-efs-csi-driver/.git/ Created fresh repository. Checking out 12dcba4f as initial... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1628099193:get_sources section_start:1628099193:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (5376491)... Downloading artifacts from coordinator... ok  id=5376491 responseStatus=200 OK token=xp5JbExW WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (5376493)... Downloading artifacts from coordinator... ok  id=5376493 responseStatus=200 OK token=AJtgFL4T WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (5376488)... Downloading artifacts from coordinator... ok  id=5376488 responseStatus=200 OK token=Cf8LSiVu WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (5376492)... Downloading artifacts from coordinator... ok  id=5376492 responseStatus=200 OK token=KzmQSYxx WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1628099204:download_artifacts section_start:1628099204: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/amazon-aws-efs-csi-driver-v1.3.2.tar time="2021-08-04T17:46:44Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/podeac70289-d4e5-44df-b996-2bbc6356d62b/28efb2438f28dd10ca5f106336ef65ddb9e448836073ad35be259df12044fbfa: no such file or directory" Getting image source signatures Copying blob sha256:cf9d5f48af90f378a57a0c558c0d06c2ca1b47c9786049921ee3e9c4c26e5820 Copying blob sha256:435eb8d551538ab7efa69fff8ee79aa69650efa8915ef469251021bd9a523d07 Copying blob sha256:ae76f386c8e7ae6d41579068530cc83ff3fb979d4b4813786e9673c8c7bb58c9 Copying blob sha256:ce6e1bf95e912b7deda4b24d3a71ba1831fbea7ab1d39e4388d8c070ecbd473c Copying blob sha256:7a1eb38a082383cd6dab9ceeaed49f8c4419ee29d3f1c39d8612e77fe39a9b98 Copying blob sha256:b341fe47226a37ecc1834282cd8c7b0d647977f736141072505d16438a4c2170 Copying config sha256:ba990f835eba42d91f36d1d7134922b1facab49df9aee9fa249a9f40aed168d3 Writing manifest to image destination Storing signatures Loaded image(s): localhost/amazon/aws-efs-csi-driver:v1.3.2 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 amazon/aws-efs-csi-driver:v1.3.2 AS source Getting image source signatures Copying blob sha256:ae76f386c8e7ae6d41579068530cc83ff3fb979d4b4813786e9673c8c7bb58c9 Copying blob sha256:435eb8d551538ab7efa69fff8ee79aa69650efa8915ef469251021bd9a523d07 Copying blob sha256:ce6e1bf95e912b7deda4b24d3a71ba1831fbea7ab1d39e4388d8c070ecbd473c Copying blob sha256:7a1eb38a082383cd6dab9ceeaed49f8c4419ee29d3f1c39d8612e77fe39a9b98 Copying blob sha256:b341fe47226a37ecc1834282cd8c7b0d647977f736141072505d16438a4c2170 Copying blob sha256:cf9d5f48af90f378a57a0c558c0d06c2ca1b47c9786049921ee3e9c4c26e5820 Copying config sha256:cb2b51c51d396ef9b0d295411b5969bec80e1d1d95395b62bd1f16388d2bb8be Writing manifest to image destination Storing signatures Resolving "amazonlinux" using unqualified-search registries (/etc/containers/registries.conf) --> cb2b51c51d3 STEP 2: FROM amazonlinux:2 AS source2 STEP 3: FROM registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4 error creating build container: 3 errors occurred while pulling: * Error initializing source docker://registry.access.redhat.com/amazonlinux:2: error pinging docker registry registry.access.redhat.com: Get "https://registry.access.redhat.com/v2/": net/http: TLS handshake timeout * Error initializing source docker://registry.redhat.io/amazonlinux:2: error pinging docker registry registry.redhat.io: Get "https://registry.redhat.io/v2/": net/http: TLS handshake timeout * Error initializing source docker://amazonlinux:2: error pinging docker registry registry-1.docker.io: Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout level=error msg="exit status 125" section_end:1628099316:step_script section_start:1628099316:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... ci-artifacts/build/: found 1 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=5376495 responseStatus=201 Created token=Tp7z61s3 Uploading artifacts... WARNING: build.env: no matching files  ERROR: No files to upload  section_end:1628099317:upload_artifacts_on_failure section_start:1628099317:cleanup_file_variables Cleaning up file based variables section_end:1628099318:cleanup_file_variables ERROR: Job failed: command terminated with exit code 1