Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1629396182:resolve_secrets Resolving secrets section_end:1629396182:resolve_secrets section_start:1629396182: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:1629396182:prepare_executor section_start:1629396182:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-2249-concurrent-0brvhp to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-2249-concurrent-0brvhp 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-2249-concurrent-0brvhp 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-2249-concurrent-0brvhp 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-2249-concurrent-0brvhp via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1629396194:prepare_script section_start:1629396194: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-1.19/kube-scheduler-1.19/.git/ Created fresh repository. Checking out 2a05910f as development... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1629396195:get_sources section_start:1629396195:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (5812649)... Downloading artifacts from coordinator... ok  id=5812649 responseStatus=200 OK token=kyvE6SE1 WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (5812651)... Downloading artifacts from coordinator... ok  id=5812651 responseStatus=200 OK token=kVBsNKEL WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (5812646)... Downloading artifacts from coordinator... ok  id=5812646 responseStatus=200 OK token=byzraZuH WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (5812650)... Downloading artifacts from coordinator... ok  id=5812650 responseStatus=200 OK token=tf7zuPJT WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1629396198:download_artifacts section_start:1629396198: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/golang.tar.gz' -> './golang.tar.gz' 'ci-artifacts/import-artifacts/external-resources/kubernetes.tar.gz' -> './kubernetes.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/ubi/ubi8:8.4 AS builder Trying to pull registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4... Getting image source signatures Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying blob sha256:70617ad4bd019191a93d936b8b4207c0e280510b42966b879e2709b9120e3948 Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying config sha256:f0be3e932b911469ca8b486f2eba0f6ea56ffc5ca3d1ffeb355aa3601830d036 Writing manifest to image destination Storing signatures STEP 2: COPY golang.tar.gz / STEP 3: RUN tar -C /usr/local -xzf golang.tar.gz STEP 4: ENV PATH="$PATH:/usr/local/go/bin" STEP 5: COPY kubernetes.tar.gz / STEP 6: RUN dnf upgrade -y && dnf install -y make diffutils rsync && dnf clean all && rm -rf /var/cache/dnf && mkdir -p $GOPATH/src/k8s.io/kubernetes && tar -zxf /kubernetes.tar.gz -C $GOPATH/src/k8s.io/kubernetes --strip-components=1 && rm -f /kubernetes.tar.gz && cd $GOPATH/src/k8s.io/kubernetes/ && make WHAT=cmd/kube-scheduler Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 246 kB/s | 2.4 MB 00:09 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.5 kB/s | 14 kB 00:09 Dependencies resolved. Nothing to do. Complete! Last metadata expiration check: 0:00:01 ago on Thu Aug 19 18:04:21 2021. Package diffutils-3.6-6.el8.x86_64 is already installed. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: make x86_64 1:4.2.1-10.el8 ubi-8-baseos 498 k rsync x86_64 3.1.3-12.el8 ubi-8-baseos 405 k Transaction Summary ================================================================================ Install 2 Packages Total download size: 902 k Installed size: 2.2 M Downloading Packages: [MIRROR] rsync-3.1.3-12.el8.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/r/rsync-3.1.3-12.el8.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] make-4.2.1-10.el8.x86_64.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/m/make-4.2.1-10.el8.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (1/2): rsync-3.1.3-12.el8.x86_64.rpm 81 kB/s | 405 kB 00:05 (2/2): make-4.2.1-10.el8.x86_64.rpm 99 kB/s | 498 kB 00:05 -------------------------------------------------------------------------------- Total 180 kB/s | 902 kB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : make-1:4.2.1-10.el8.x86_64 1/2 Running scriptlet: make-1:4.2.1-10.el8.x86_64 1/2 Installing : rsync-3.1.3-12.el8.x86_64 2/2 Running scriptlet: rsync-3.1.3-12.el8.x86_64 2/2 Verifying : rsync-3.1.3-12.el8.x86_64 1/2 Verifying : make-1:4.2.1-10.el8.x86_64 2/2 Installed products updated. Installed: make-1:4.2.1-10.el8.x86_64 rsync-3.1.3-12.el8.x86_64 Complete! 25 files removed +++ [0819 18:04:44] Building go targets for linux/amd64: ./vendor/k8s.io/code-generator/cmd/prerelease-lifecycle-gen +++ [0819 18:04:51] Building go targets for linux/amd64: ./vendor/k8s.io/code-generator/cmd/deepcopy-gen +++ [0819 18:05:01] Building go targets for linux/amd64: ./vendor/k8s.io/code-generator/cmd/defaulter-gen +++ [0819 18:05:13] Building go targets for linux/amd64: ./vendor/k8s.io/code-generator/cmd/conversion-gen +++ [0819 18:05:36] Building go targets for linux/amd64: ./vendor/k8s.io/kube-openapi/cmd/openapi-gen +++ [0819 18:05:59] Building go targets for linux/amd64: ./vendor/github.com/go-bindata/go-bindata/go-bindata +++ [0819 18:06:01] Building go targets for linux/amd64: cmd/kube-scheduler STEP 7: FROM registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4 STEP 8: RUN dnf upgrade -y && dnf clean all && rm -rf /var/cache/dnf Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 247 kB/s | 2.4 MB 00:09 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.5 kB/s | 14 kB 00:09 Dependencies resolved. Nothing to do. Complete! 25 files removed STEP 9: COPY --from=builder /src/k8s.io/kubernetes/_output/bin/kube-scheduler /usr/local/bin/ STEP 10: ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin STEP 11: USER 1001 STEP 12: ENTRYPOINT ["/bin/sh"] STEP 13: HEALTHCHECK NONE STEP 14: COMMIT registry1.dso.mil/ironbank-staging/opensource/kubernetes-1.19/kube-scheduler-1.19 Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:724e4c548b91acce4d9a6ff926b13f90d24259dde9f13a4a93cb153481fda76a Copying blob sha256:be7309c1e5c601e88610602dc0840ddd8287ab81c9c9d3817335b2548ca235a0 Copying config sha256:7a36914621a007e6bd661e7fbe4343adcf47b5bbfdf3f2b237a0866cd7505112 Writing manifest to image destination Storing signatures --> 7a36914621a Successfully tagged registry1.dso.mil/ironbank-staging/opensource/kubernetes-1.19/kube-scheduler-1.19:latest 7a36914621a007e6bd661e7fbe4343adcf47b5bbfdf3f2b237a0866cd7505112 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/kubernetes-1.19/kube-scheduler-1.19 registry1.dso.mil/ironbank-staging/opensource/kubernetes-1.19/kube-scheduler-1.19:ibci-434279 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/kubernetes-1.19/kube-scheduler-1.19:ibci-434279 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:be7309c1e5c601e88610602dc0840ddd8287ab81c9c9d3817335b2548ca235a0 Copying blob sha256:724e4c548b91acce4d9a6ff926b13f90d24259dde9f13a4a93cb153481fda76a Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:7a36914621a007e6bd661e7fbe4343adcf47b5bbfdf3f2b237a0866cd7505112 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/opensource/kubernetes-1.19/kube-scheduler-1.19 registry1.dso.mil/ironbank-staging/opensource/kubernetes-1.19/kube-scheduler-1.19:v1.19.14 Read the tags + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/kubernetes-1.19/kube-scheduler-1.19:v1.19.14 Getting image source signatures Copying blob sha256:724e4c548b91acce4d9a6ff926b13f90d24259dde9f13a4a93cb153481fda76a Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:be7309c1e5c601e88610602dc0840ddd8287ab81c9c9d3817335b2548ca235a0 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:7a36914621a007e6bd661e7fbe4343adcf47b5bbfdf3f2b237a0866cd7505112 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/kubernetes-1.19/kube-scheduler-1.19 registry1.dso.mil/ironbank-staging/opensource/kubernetes-1.19/kube-scheduler-1.19:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/kubernetes-1.19/kube-scheduler-1.19:latest Getting image source signatures Copying blob sha256:724e4c548b91acce4d9a6ff926b13f90d24259dde9f13a4a93cb153481fda76a Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:be7309c1e5c601e88610602dc0840ddd8287ab81c9c9d3817335b2548ca235a0 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:7a36914621a007e6bd661e7fbe4343adcf47b5bbfdf3f2b237a0866cd7505112 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/kubernetes-1.19/kube-scheduler-1.19 --format '{{.Id}}' + IMAGE_ID=sha256:7a36914621a007e6bd661e7fbe4343adcf47b5bbfdf3f2b237a0866cd7505112 + echo IMAGE_ID=sha256:7a36914621a007e6bd661e7fbe4343adcf47b5bbfdf3f2b237a0866cd7505112 + IMAGE_PODMAN_SHA=sha256:57fa990dd49d47d1b451b73770ec503f3ff49f000e237ce81c0b8c1c780e856e + echo IMAGE_PODMAN_SHA=sha256:57fa990dd49d47d1b451b73770ec503f3ff49f000e237ce81c0b8c1c780e856e + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/kubernetes-1.19/kube-scheduler-1.19:ibci-434279 A tarball of the built image can be retrieved from the documentation job artifacts. + echo IMAGE_NAME=opensource/kubernetes-1.19/kube-scheduler-1.19 + branches=("master" "development") + [[ 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:1629396628:step_script section_start:1629396628: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=5812653 responseStatus=201 Created token=LRoyCjMi Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=5812653 responseStatus=201 Created token=LRoyCjMi section_end:1629396630:upload_artifacts_on_success section_start:1629396630:cleanup_file_variables Cleaning up file based variables section_end:1629396630:cleanup_file_variables Job succeeded