Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1630605606:resolve_secrets Resolving secrets section_end:1630605606:resolve_secrets section_start:1630605606: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:1630605606:prepare_executor section_start:1630605606:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-1518-concurrent-0dgrpk to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-1518-concurrent-0dgrpk 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-1518-concurrent-0dgrpk via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1630605612:prepare_script section_start:1630605612: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/calico/node/.git/ Created fresh repository. Checking out af8b1934 as update... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1630605613:get_sources section_start:1630605613:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6183174)... Downloading artifacts from coordinator... ok  id=6183174 responseStatus=200 OK token=dg_F6hEK WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (6183177)... Downloading artifacts from coordinator... ok  id=6183177 responseStatus=200 OK token=9iASbP6p WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6183167)... Downloading artifacts from coordinator... ok  id=6183167 responseStatus=200 OK token=zqoH6Lbx WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6183176)... Downloading artifacts from coordinator... ok  id=6183176 responseStatus=200 OK token=gvQ-6RPd WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1630605616:download_artifacts section_start:1630605616: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/calico-node-v3.20.0.tar Getting image source signatures Copying blob sha256:8f9549b40c18b59dc3c5966740d837ef6680b559c1364dd6f66eed89a863cd3e Copying blob sha256:fb65ae368a618ae61b6b332b1a66459bc7e0e950dd95a179825bedb6efaa7c2f Copying config sha256:5ef66b403f4f05c38f580976ce5b92ef46bacbc64cbc70c8afbd31d6d66a1e5f Writing manifest to image destination Storing signatures Loaded image(s): localhost/calico/node:v3.20.0 Load HTTP and S3 external resources 'ci-artifacts/import-artifacts/external-resources/conntrack-tools.rpm' -> './conntrack-tools.rpm' 'ci-artifacts/import-artifacts/external-resources/libnetfilter_cthelper.rpm' -> './libnetfilter_cthelper.rpm' 'ci-artifacts/import-artifacts/external-resources/libnetfilter_cttimeout.rpm' -> './libnetfilter_cttimeout.rpm' 'ci-artifacts/import-artifacts/external-resources/libnetfilter_queue.rpm' -> './libnetfilter_queue.rpm' 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 calico/node:v3.20.0 AS base Getting image source signatures Copying blob sha256:fb65ae368a618ae61b6b332b1a66459bc7e0e950dd95a179825bedb6efaa7c2f Copying blob sha256:8f9549b40c18b59dc3c5966740d837ef6680b559c1364dd6f66eed89a863cd3e Copying config sha256:9aeb6492c44ff8104f2afe0fefdd31f9458e2dba8d75b668df6b4f283c64850c Writing manifest to image destination Storing signatures --> 9aeb6492c44 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:361ab352f363f6ec6a580e3cfcf5dca838fb183986a9850dba165161b137d3bb Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying config sha256:16a0dad03d789663a455de9528ab85a129ab154db0c8062e76376a02ef63b8b8 Writing manifest to image destination Storing signatures STEP 3: COPY *.rpm / STEP 4: COPY signatures/* / STEP 5: COPY --from=base /bin/calico-node /bin/calico-node STEP 6: COPY --from=base /usr/local/bin /usr/local/bin STEP 7: COPY --from=base /etc/rc.local /etc/rc.local STEP 8: COPY --from=base /usr/bin/bird* /usr/bin/ STEP 9: COPY --from=base /bin/bpftool /bin STEP 10: COPY --from=base /etc/calico /etc/calico STEP 11: COPY --from=base /etc/service/available /etc/service/available STEP 12: COPY --from=base /licenses /licenses STEP 13: COPY --from=base /usr/sbin/xtables-legacy-multi /usr/sbin/ STEP 14: COPY scripts/start_runit /sbin/start_runit STEP 15: RUN dnf upgrade -y && dnf install -y ipset iputils net-tools kmod procps iproute kmod iptables && dnf install -y which findutils && rpm --import RPM-GPG-KEY-CentOS-Official && rpm --import RPM-GPG-KEY-EPEL-8 && rpm --import repomd.xml.key && dnf localinstall -y libnetfilter_cthelper.rpm && dnf localinstall -y libnetfilter_cttimeout.rpm && dnf localinstall -y libnetfilter_queue.rpm && dnf localinstall -y conntrack-tools.rpm && ln -fs /usr/sbin/xtables-legacy-multi /usr/sbin/iptables-restore && ln -fs /usr/sbin/xtables-legacy-multi /usr/sbin/iptables-save && ln -fs /usr/sbin/xtables-legacy-multi /usr/sbin/iptables-legacy && ln -fs /usr/sbin/xtables-legacy-multi /usr/sbin/iptables-legacy-restore && ln -fs /usr/sbin/xtables-legacy-multi /usr/sbin/iptables-legacy-save && ln -fs /usr/sbin/xtables-legacy-multi /usr/sbin/ip6tables-legacy && ln -fs /usr/sbin/xtables-legacy-multi /usr/sbin/ip6tables-legacy-restore && ln -fs /usr/sbin/xtables-legacy-multi /usr/sbin/ip6tables-legacy-save && ln -fs /usr/sbin/xtables-nft-multi /usr/sbin/iptables-nft && ln -fs /usr/sbin/xtables-nft-multi /usr/sbin/iptables-nft-restore && ln -fs /usr/sbin/xtables-nft-multi /usr/sbin/iptables-nft-save && ln -fs /usr/sbin/xtables-nft-multi /usr/sbin/ip6tables-nft && ln -fs /usr/sbin/xtables-nft-multi /usr/sbin/ip6tables-nft-restore && ln -fs /usr/sbin/xtables-nft-multi /usr/sbin/ip6tables-nft-save && alternatives --install /usr/sbin/iptables iptables /usr/sbin/iptables-legacy 1 && alternatives --install /usr/sbin/ip6tables ip6tables /usr/sbin/ip6tables-legacy 1 && 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! Last metadata expiration check: 0:00:01 ago on Thu Sep 2 18:01:16 2021. Package iptables-1.8.4-17.el8.x86_64 is already installed. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: iproute x86_64 5.9.0-4.el8 ubi-8-baseos 692 k ipset x86_64 7.1-1.el8 ubi-8-baseos 45 k iputils x86_64 20180629-7.el8 ubi-8-baseos 148 k kmod x86_64 25-17.el8 ubi-8-baseos 126 k net-tools x86_64 2.0-0.52.20160912git.el8 ubi-8-baseos 322 k procps-ng x86_64 3.3.15-6.el8 ubi-8-baseos 329 k Installing dependencies: ipset-libs x86_64 7.1-1.el8 ubi-8-baseos 71 k Transaction Summary ================================================================================ Install 7 Packages Total download size: 1.7 M Installed size: 4.6 M Downloading Packages: [MIRROR] procps-ng-3.3.15-6.el8.x86_64.rpm: Curl error (35): SSL connect error for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/p/procps-ng-3.3.15-6.el8.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] [MIRROR] ipset-libs-7.1-1.el8.x86_64.rpm: Curl error (35): SSL connect error for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/i/ipset-libs-7.1-1.el8.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] [MIRROR] iproute-5.9.0-4.el8.x86_64.rpm: Curl error (35): SSL connect error for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/i/iproute-5.9.0-4.el8.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] (1/7): ipset-libs-7.1-1.el8.x86_64.rpm 17 kB/s | 71 kB 00:04 (2/7): procps-ng-3.3.15-6.el8.x86_64.rpm 79 kB/s | 329 kB 00:04 (3/7): kmod-25-17.el8.x86_64.rpm 41 MB/s | 126 kB 00:00 (4/7): iproute-5.9.0-4.el8.x86_64.rpm 167 kB/s | 692 kB 00:04 (5/7): iputils-20180629-7.el8.x86_64.rpm 29 MB/s | 148 kB 00:00 (6/7): net-tools-2.0-0.52.20160912git.el8.x86_6 72 MB/s | 322 kB 00:00 (7/7): ipset-7.1-1.el8.x86_64.rpm 23 MB/s | 45 kB 00:00 -------------------------------------------------------------------------------- Total 418 kB/s | 1.7 MB 00:04 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : ipset-libs-7.1-1.el8.x86_64 1/7 Running scriptlet: ipset-libs-7.1-1.el8.x86_64 1/7 Installing : ipset-7.1-1.el8.x86_64 2/7 Installing : net-tools-2.0-0.52.20160912git.el8.x86_64 3/7 Running scriptlet: net-tools-2.0-0.52.20160912git.el8.x86_64 3/7 Installing : iputils-20180629-7.el8.x86_64 4/7 Running scriptlet: iputils-20180629-7.el8.x86_64 4/7 Installing : kmod-25-17.el8.x86_64 5/7 Installing : iproute-5.9.0-4.el8.x86_64 6/7 Installing : procps-ng-3.3.15-6.el8.x86_64 7/7 Running scriptlet: procps-ng-3.3.15-6.el8.x86_64 7/7 Verifying : procps-ng-3.3.15-6.el8.x86_64 1/7 Verifying : iproute-5.9.0-4.el8.x86_64 2/7 Verifying : ipset-libs-7.1-1.el8.x86_64 3/7 Verifying : kmod-25-17.el8.x86_64 4/7 Verifying : iputils-20180629-7.el8.x86_64 5/7 Verifying : net-tools-2.0-0.52.20160912git.el8.x86_64 6/7 Verifying : ipset-7.1-1.el8.x86_64 7/7 Installed products updated. Installed: iproute-5.9.0-4.el8.x86_64 ipset-7.1-1.el8.x86_64 ipset-libs-7.1-1.el8.x86_64 iputils-20180629-7.el8.x86_64 kmod-25-17.el8.x86_64 net-tools-2.0-0.52.20160912git.el8.x86_64 procps-ng-3.3.15-6.el8.x86_64 Complete! Last metadata expiration check: 0:00:06 ago on Thu Sep 2 18:01:16 2021. Package which-2.21-12.el8.x86_64 is already installed. Package findutils-1:4.6.0-20.el8.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! Last metadata expiration check: 0:00:07 ago on Thu Sep 2 18:01:16 2021. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: libnetfilter_cthelper x86_64 1.0.0-15.el8 @commandline 24 k Transaction Summary ================================================================================ Install 1 Package Total size: 24 k Installed size: 35 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libnetfilter_cthelper-1.0.0-15.el8.x86_64 1/1 Running scriptlet: libnetfilter_cthelper-1.0.0-15.el8.x86_64 1/1 Verifying : libnetfilter_cthelper-1.0.0-15.el8.x86_64 1/1 Installed products updated. Installed: libnetfilter_cthelper-1.0.0-15.el8.x86_64 Complete! Last metadata expiration check: 0:00:08 ago on Thu Sep 2 18:01:16 2021. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: libnetfilter_cttimeout x86_64 1.0.0-11.el8 @commandline 24 k Transaction Summary ================================================================================ Install 1 Package Total size: 24 k Installed size: 39 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libnetfilter_cttimeout-1.0.0-11.el8.x86_64 1/1 Running scriptlet: libnetfilter_cttimeout-1.0.0-11.el8.x86_64 1/1 Verifying : libnetfilter_cttimeout-1.0.0-11.el8.x86_64 1/1 Installed products updated. Installed: libnetfilter_cttimeout-1.0.0-11.el8.x86_64 Complete! Last metadata expiration check: 0:00:09 ago on Thu Sep 2 18:01:16 2021. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: libnetfilter_queue x86_64 1.0.4-3.el8 @commandline 31 k Transaction Summary ================================================================================ Install 1 Package Total size: 31 k Installed size: 50 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libnetfilter_queue-1.0.4-3.el8.x86_64 1/1 Running scriptlet: libnetfilter_queue-1.0.4-3.el8.x86_64 1/1 Verifying : libnetfilter_queue-1.0.4-3.el8.x86_64 1/1 Installed products updated. Installed: libnetfilter_queue-1.0.4-3.el8.x86_64 Complete! Last metadata expiration check: 0:00:10 ago on Thu Sep 2 18:01:16 2021. Dependencies resolved. ================================================================================ Package Architecture Version Repository Size ================================================================================ Installing: conntrack-tools x86_64 1.4.4-10.el8 @commandline 204 k Transaction Summary ================================================================================ Install 1 Package Total size: 204 k Installed size: 576 k Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : conntrack-tools-1.4.4-10.el8.x86_64 1/1 Running scriptlet: conntrack-tools-1.4.4-10.el8.x86_64 1/1 Verifying : conntrack-tools-1.4.4-10.el8.x86_64 1/1 Installed products updated. Installed: conntrack-tools-1.4.4-10.el8.x86_64 Complete! 25 files removed STEP 16: RUN chmod +x /sbin/start_runit STEP 17: VOLUME [ "/data" ] STEP 18: HEALTHCHECK --interval=10s --timeout=1s --start-period=10s --retries=6 CMD curl -f http://locahost:9099/liveness || exit 1 STEP 19: ENV SVDIR=/etc/service/enabled STEP 20: CMD ["start_runit"] STEP 21: COMMIT registry1.dso.mil/ironbank-staging/opensource/calico/node Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:a7289086c95c733fa09dcfd84e354b7c88469dc5dc470dc53a2dfa9e83cae53b Copying blob sha256:de2192db24cd22b398dfb653f7fc68b86a49dd36b82e24e34f2063116675539a Copying config sha256:f9fa8cfa36449d1979c0a20e4478d5c6a503919c13793c42e08f1373029cd96b Writing manifest to image destination Storing signatures --> f9fa8cfa364 Successfully tagged registry1.dso.mil/ironbank-staging/opensource/calico/node:latest f9fa8cfa36449d1979c0a20e4478d5c6a503919c13793c42e08f1373029cd96b + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/calico/node registry1.dso.mil/ironbank-staging/opensource/calico/node:ibci-457679 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/calico/node:ibci-457679 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:de2192db24cd22b398dfb653f7fc68b86a49dd36b82e24e34f2063116675539a Copying blob sha256:a7289086c95c733fa09dcfd84e354b7c88469dc5dc470dc53a2dfa9e83cae53b Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:f9fa8cfa36449d1979c0a20e4478d5c6a503919c13793c42e08f1373029cd96b 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/calico/node registry1.dso.mil/ironbank-staging/opensource/calico/node:v3.20.0 Read the tags + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/calico/node:v3.20.0 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:a7289086c95c733fa09dcfd84e354b7c88469dc5dc470dc53a2dfa9e83cae53b Copying blob sha256:de2192db24cd22b398dfb653f7fc68b86a49dd36b82e24e34f2063116675539a Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:f9fa8cfa36449d1979c0a20e4478d5c6a503919c13793c42e08f1373029cd96b Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/calico/node registry1.dso.mil/ironbank-staging/opensource/calico/node:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/calico/node:latest Getting image source signatures Copying blob sha256:a7289086c95c733fa09dcfd84e354b7c88469dc5dc470dc53a2dfa9e83cae53b Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:de2192db24cd22b398dfb653f7fc68b86a49dd36b82e24e34f2063116675539a Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:f9fa8cfa36449d1979c0a20e4478d5c6a503919c13793c42e08f1373029cd96b Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/calico/node --format '{{.Id}}' + IMAGE_ID=sha256:f9fa8cfa36449d1979c0a20e4478d5c6a503919c13793c42e08f1373029cd96b + echo IMAGE_ID=sha256:f9fa8cfa36449d1979c0a20e4478d5c6a503919c13793c42e08f1373029cd96b + IMAGE_PODMAN_SHA=sha256:d94a2c0670f4eefebaa2bf3dbcef7a68c6948a596a39d71a25e72610465e28a6 + echo IMAGE_PODMAN_SHA=sha256:d94a2c0670f4eefebaa2bf3dbcef7a68c6948a596a39d71a25e72610465e28a6 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/calico/node:ibci-457679 A tarball of the built image can be retrieved from the create-tar job artifacts. + echo IMAGE_NAME=opensource/calico/node + branches=("master" "development") + [[ master development =~ update ]] + msg='A tarball of the built image can be retrieved from the create-tar job artifacts.' + echo 'A tarball of the built image can be retrieved from the create-tar job artifacts.' section_end:1630605715:step_script section_start:1630605715: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=6183182 responseStatus=201 Created token=vRyd_cad Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6183182 responseStatus=201 Created token=vRyd_cad section_end:1630605716:upload_artifacts_on_success section_start:1630605716:cleanup_file_variables Cleaning up file based variables section_end:1630605716:cleanup_file_variables Job succeeded