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:1630884415:resolve_secrets Resolving secrets section_end:1630884415:resolve_secrets section_start:1630884415: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:1630884415:prepare_executor section_start:1630884415:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-5093-concurrent-0gkws5 to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-jrexj6yx-project-5093-concurrent-0gkws5 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-jrexj6yx-project-5093-concurrent-0gkws5 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-5093-concurrent-0gkws5 via dsop-shared-gitlab-runner-5fcd8977b8-m6qmr... section_end:1630884424:prepare_script section_start:1630884424: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/zeek/zeek/.git/ Created fresh repository. Checking out c06c8fc5 as master... Skipping Git submodules setup section_end:1630884426:get_sources section_start:1630884426:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6251732)... Downloading artifacts from coordinator... ok  id=6251732 responseStatus=200 OK token=sCwL8Fmw WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (6251734)... Downloading artifacts from coordinator... ok  id=6251734 responseStatus=200 OK token=sLdrUyWK WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6251729)... Downloading artifacts from coordinator... ok  id=6251729 responseStatus=200 OK token=7ezG78Rv WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6251733)... Downloading artifacts from coordinator... ok  id=6251733 responseStatus=200 OK token=z93RYgi4 WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1630884428:download_artifacts section_start:1630884428: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/libbroker-devel.rpm' -> './libbroker-devel.rpm' 'ci-artifacts/import-artifacts/external-resources/libpcap-devel.rpm' -> './libpcap-devel.rpm' 'ci-artifacts/import-artifacts/external-resources/libpcap.rpm' -> './libpcap.rpm' 'ci-artifacts/import-artifacts/external-resources/python3-GitPython.rpm' -> './python3-GitPython.rpm' 'ci-artifacts/import-artifacts/external-resources/python3-gitdb.rpm' -> './python3-gitdb.rpm' 'ci-artifacts/import-artifacts/external-resources/python3-semantic_version.rpm' -> './python3-semantic_version.rpm' 'ci-artifacts/import-artifacts/external-resources/python3-smmap.rpm' -> './python3-smmap.rpm' 'ci-artifacts/import-artifacts/external-resources/zeek-btest-data.rpm' -> './zeek-btest-data.rpm' 'ci-artifacts/import-artifacts/external-resources/zeek-btest.rpm' -> './zeek-btest.rpm' 'ci-artifacts/import-artifacts/external-resources/zeek-core.rpm' -> './zeek-core.rpm' 'ci-artifacts/import-artifacts/external-resources/zeek-devel.rpm' -> './zeek-devel.rpm' 'ci-artifacts/import-artifacts/external-resources/zeek-libcaf-devel.rpm' -> './zeek-libcaf-devel.rpm' 'ci-artifacts/import-artifacts/external-resources/zeek-zkg.rpm' -> './zeek-zkg.rpm' 'ci-artifacts/import-artifacts/external-resources/zeek.rpm' -> './zeek.rpm' 'ci-artifacts/import-artifacts/external-resources/zeekctl.rpm' -> './zeekctl.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 registry1.dso.mil/ironbank/opensource/python/python37:3.7 Trying to pull registry1.dso.mil/ironbank/opensource/python/python37:3.7... Getting image source signatures Copying blob sha256:361ab352f363f6ec6a580e3cfcf5dca838fb183986a9850dba165161b137d3bb Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:8423e149df88484d70b005bac0bd8007ee28125dce518699e76cfe878e9242b0 Copying config sha256:f06c6216d447982982d59334ab0bab1b4208a9709b98fcf6636d3bc9ccd3f8aa Writing manifest to image destination Storing signatures STEP 2: COPY *.rpm /tmp/ STEP 3: COPY signatures/* /tmp/ STEP 4: COPY config/* /opt/zeek/etc/ STEP 5: USER 0 STEP 6: RUN dnf upgrade -y && rpm --import /tmp/RPM-GPG-KEY-CentOS-Official && rpm --import /tmp/RPM-GPG-KEY-EPEL-8 && rpm --import /tmp/repomd.xml.key && dnf install -y openssl-devel zlib-devel && dnf localinstall -y /tmp/libpcap.rpm /tmp/libpcap-devel.rpm /tmp/zeek-core.rpm /tmp/zeekctl.rpm /tmp/zeek-libcaf-devel.rpm /tmp/libbroker-devel.rpm /tmp/zeek-devel.rpm /tmp/zeek-btest.rpm /tmp/python3-smmap.rpm /tmp/python3-gitdb.rpm /tmp/python3-GitPython.rpm /tmp/python3-semantic_version.rpm /tmp/zeek-zkg.rpm /tmp/zeek.rpm /tmp/zeek-btest-data.rpm && rm -f /tmp/* && chmod -R g-s /opt/zeek && rm -f /usr/libexec/openssh/ssh-keysign && 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 251 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 Sun Sep 5 23:28:11 2021. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: openssl-devel x86_64 1:1.1.1g-15.el8_3 ubi-8-baseos 2.3 M zlib-devel x86_64 1.2.11-17.el8 ubi-8-baseos 58 k Installing dependencies: keyutils-libs-devel x86_64 1.5.10-6.el8 ubi-8-baseos 48 k krb5-devel x86_64 1.18.2-8.el8 ubi-8-baseos 559 k libcom_err-devel x86_64 1.45.6-1.el8 ubi-8-baseos 38 k libkadm5 x86_64 1.18.2-8.el8 ubi-8-baseos 186 k libpkgconf x86_64 1.4.2-1.el8 ubi-8-baseos 35 k libselinux-devel x86_64 2.9-5.el8 ubi-8-baseos 200 k libsepol-devel x86_64 2.9-2.el8 ubi-8-baseos 86 k libverto-devel x86_64 0.3.0-5.el8 ubi-8-baseos 18 k pcre2-devel x86_64 10.32-2.el8 ubi-8-baseos 605 k pcre2-utf16 x86_64 10.32-2.el8 ubi-8-baseos 229 k pcre2-utf32 x86_64 10.32-2.el8 ubi-8-baseos 220 k pkgconf x86_64 1.4.2-1.el8 ubi-8-baseos 38 k pkgconf-m4 noarch 1.4.2-1.el8 ubi-8-baseos 17 k pkgconf-pkg-config x86_64 1.4.2-1.el8 ubi-8-baseos 15 k Transaction Summary ================================================================================ Install 16 Packages Total download size: 4.6 M Installed size: 8.3 M Downloading Packages: [MIRROR] keyutils-libs-devel-1.5.10-6.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/k/keyutils-libs-devel-1.5.10-6.el8.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] pkgconf-pkg-config-1.4.2-1.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/p/pkgconf-pkg-config-1.4.2-1.el8.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] libpkgconf-1.4.2-1.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/l/libpkgconf-1.4.2-1.el8.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (1/16): keyutils-libs-devel-1.5.10-6.el8.x86_64 9.5 kB/s | 48 kB 00:05 (2/16): pkgconf-pkg-config-1.4.2-1.el8.x86_64.r 3.0 kB/s | 15 kB 00:05 (3/16): libpkgconf-1.4.2-1.el8.x86_64.rpm 6.9 kB/s | 35 kB 00:05 (4/16): libsepol-devel-2.9-2.el8.x86_64.rpm 32 MB/s | 86 kB 00:00 (5/16): krb5-devel-1.18.2-8.el8.x86_64.rpm 31 MB/s | 559 kB 00:00 (6/16): libselinux-devel-2.9-5.el8.x86_64.rpm 36 MB/s | 200 kB 00:00 (7/16): pcre2-utf16-10.32-2.el8.x86_64.rpm 41 MB/s | 229 kB 00:00 (8/16): libcom_err-devel-1.45.6-1.el8.x86_64.rp 3.9 MB/s | 38 kB 00:00 (9/16): libverto-devel-0.3.0-5.el8.x86_64.rpm 4.5 MB/s | 18 kB 00:00 (10/16): pcre2-utf32-10.32-2.el8.x86_64.rpm 48 MB/s | 220 kB 00:00 (11/16): libkadm5-1.18.2-8.el8.x86_64.rpm 54 MB/s | 186 kB 00:00 (12/16): pkgconf-1.4.2-1.el8.x86_64.rpm 14 MB/s | 38 kB 00:00 (13/16): openssl-devel-1.1.1g-15.el8_3.x86_64.r 55 MB/s | 2.3 MB 00:00 (14/16): zlib-devel-1.2.11-17.el8.x86_64.rpm 10 MB/s | 58 kB 00:00 (15/16): pkgconf-m4-1.4.2-1.el8.noarch.rpm 9.2 MB/s | 17 kB 00:00 (16/16): pcre2-devel-10.32-2.el8.x86_64.rpm 65 MB/s | 605 kB 00:00 -------------------------------------------------------------------------------- Total 934 kB/s | 4.6 MB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : pkgconf-m4-1.4.2-1.el8.noarch 1/16 Installing : libkadm5-1.18.2-8.el8.x86_64 2/16 Installing : pcre2-utf32-10.32-2.el8.x86_64 3/16 Installing : pcre2-utf16-10.32-2.el8.x86_64 4/16 Installing : libpkgconf-1.4.2-1.el8.x86_64 5/16 Installing : pkgconf-1.4.2-1.el8.x86_64 6/16 Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 7/16 Installing : libsepol-devel-2.9-2.el8.x86_64 8/16 Installing : libcom_err-devel-1.45.6-1.el8.x86_64 9/16 Installing : libverto-devel-0.3.0-5.el8.x86_64 10/16 Installing : pcre2-devel-10.32-2.el8.x86_64 11/16 Installing : libselinux-devel-2.9-5.el8.x86_64 12/16 Installing : zlib-devel-1.2.11-17.el8.x86_64 13/16 Installing : keyutils-libs-devel-1.5.10-6.el8.x86_64 14/16 Installing : krb5-devel-1.18.2-8.el8.x86_64 15/16 Installing : openssl-devel-1:1.1.1g-15.el8_3.x86_64 16/16 Running scriptlet: openssl-devel-1:1.1.1g-15.el8_3.x86_64 16/16 Verifying : keyutils-libs-devel-1.5.10-6.el8.x86_64 1/16 Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 2/16 Verifying : libpkgconf-1.4.2-1.el8.x86_64 3/16 Verifying : krb5-devel-1.18.2-8.el8.x86_64 4/16 Verifying : libsepol-devel-2.9-2.el8.x86_64 5/16 Verifying : openssl-devel-1:1.1.1g-15.el8_3.x86_64 6/16 Verifying : libselinux-devel-2.9-5.el8.x86_64 7/16 Verifying : pcre2-utf16-10.32-2.el8.x86_64 8/16 Verifying : libcom_err-devel-1.45.6-1.el8.x86_64 9/16 Verifying : libverto-devel-0.3.0-5.el8.x86_64 10/16 Verifying : pcre2-utf32-10.32-2.el8.x86_64 11/16 Verifying : libkadm5-1.18.2-8.el8.x86_64 12/16 Verifying : pkgconf-1.4.2-1.el8.x86_64 13/16 Verifying : pcre2-devel-10.32-2.el8.x86_64 14/16 Verifying : zlib-devel-1.2.11-17.el8.x86_64 15/16 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 16/16 Installed products updated. Installed: keyutils-libs-devel-1.5.10-6.el8.x86_64 krb5-devel-1.18.2-8.el8.x86_64 libcom_err-devel-1.45.6-1.el8.x86_64 libkadm5-1.18.2-8.el8.x86_64 libpkgconf-1.4.2-1.el8.x86_64 libselinux-devel-2.9-5.el8.x86_64 libsepol-devel-2.9-2.el8.x86_64 libverto-devel-0.3.0-5.el8.x86_64 openssl-devel-1:1.1.1g-15.el8_3.x86_64 pcre2-devel-10.32-2.el8.x86_64 pcre2-utf16-10.32-2.el8.x86_64 pcre2-utf32-10.32-2.el8.x86_64 pkgconf-1.4.2-1.el8.x86_64 pkgconf-m4-1.4.2-1.el8.noarch pkgconf-pkg-config-1.4.2-1.el8.x86_64 zlib-devel-1.2.11-17.el8.x86_64 Complete! Last metadata expiration check: 0:00:12 ago on Sun Sep 5 23:28:11 2021. Package libpcap-14:1.9.1-5.el8.x86_64 is already installed. Dependencies resolved. =============================================================================================== Package Arch Version Repository Size =============================================================================================== Installing: libbroker-devel x86_64 4.1.0-1.1 @commandline 1.4 M libpcap-devel x86_64 14:1.9.1-5.el8 @commandline 144 k python3-GitPython noarch 3.1.0-1.el8 @commandline 570 k python3-gitdb noarch 4.0.1-2.el8 @commandline 112 k python3-semantic_version noarch 2.6.0-5.el8 @commandline 30 k python3-smmap noarch 3.0.1-2.el8 @commandline 49 k zeek x86_64 4.1.0-1.1 @commandline 7.8 k zeek-btest x86_64 4.1.0-1.1 @commandline 42 k zeek-btest-data x86_64 4.1.0-1.1 @commandline 11 M zeek-core x86_64 4.1.0-1.1 @commandline 5.2 M zeek-devel x86_64 4.1.0-1.1 @commandline 1.0 M zeek-libcaf-devel x86_64 4.1.0-1.1 @commandline 1.5 M zeek-zkg x86_64 4.1.0-1.1 @commandline 66 k zeekctl x86_64 4.1.0-1.1 @commandline 2.0 M Installing dependencies: cmake-filesystem x86_64 3.18.2-11.el8_4 ubi-8-appstream 44 k git-core x86_64 2.27.0-1.el8 ubi-8-appstream 5.7 M less x86_64 530-1.el8 ubi-8-baseos 164 k libedit x86_64 3.1-23.20170329cvs.el8 ubi-8-baseos 102 k libmaxminddb x86_64 1.2.0-10.el8 ubi-8-appstream 33 k openssh x86_64 8.0p1-6.el8_4.2 ubi-8-baseos 521 k openssh-clients x86_64 8.0p1-6.el8_4.2 ubi-8-baseos 667 k platform-python-pip noarch 9.0.3-19.el8 ubi-8-baseos 1.7 M python3-pip noarch 9.0.3-19.el8 ubi-8-appstream 20 k python3-setuptools noarch 39.2.0-6.el8 ubi-8-baseos 163 k python36 x86_64 3.6.8-2.module+el8.1.0+3334+5cb623d7 ubi-8-appstream 19 k Installing weak dependencies: geolite2-city noarch 20180605-1.el8 ubi-8-appstream 19 M geolite2-country noarch 20180605-1.el8 ubi-8-appstream 1.0 M Enabling module streams: python36 3.6 Transaction Summary =============================================================================================== Install 27 Packages Total size: 52 M Total download size: 29 M Installed size: 182 M Downloading Packages: [MIRROR] openssh-8.0p1-6.el8_4.2.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/o/openssh-8.0p1-6.el8_4.2.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] python3-setuptools-39.2.0-6.el8.noarch.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/p/python3-setuptools-39.2.0-6.el8.noarch.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] openssh-clients-8.0p1-6.el8_4.2.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/o/openssh-clients-8.0p1-6.el8_4.2.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (1/13): python3-setuptools-39.2.0-6.el8.noarch. 32 kB/s | 163 kB 00:05 (2/13): openssh-8.0p1-6.el8_4.2.x86_64.rpm 104 kB/s | 521 kB 00:05 (3/13): openssh-clients-8.0p1-6.el8_4.2.x86_64. 133 kB/s | 667 kB 00:05 (4/13): less-530-1.el8.x86_64.rpm 53 MB/s | 164 kB 00:00 (5/13): libedit-3.1-23.20170329cvs.el8.x86_64.r 8.6 MB/s | 102 kB 00:00 (6/13): platform-python-pip-9.0.3-19.el8.noarch 57 MB/s | 1.7 MB 00:00 [MIRROR] geolite2-country-20180605-1.el8.noarch.rpm: Curl error (35): SSL connect error for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/g/geolite2-country-20180605-1.el8.noarch.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] [MIRROR] python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64.rpm: Curl error (35): SSL connect error for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/p/python36-3.6.8-2.module%2bel8.1.0%2b3334%2b5cb623d7.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] [MIRROR] git-core-2.27.0-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/appstream/os/Packages/g/git-core-2.27.0-1.el8.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] [MIRROR] git-core-2.27.0-1.el8.x86_64.rpm: Status code: 503 for http://satellite/pulp/repos/org1/Library/custom/ubi_product/ubi-8-appstream/Packages/g/git-core-2.27.0-1.el8.x86_64.rpm (IP: [MASKED]) (7/13): python36-3.6.8-2.module+el8.1.0+3334+5c 3.8 kB/s | 19 kB 00:04 (8/13): geolite2-country-20180605-1.el8.noarch. 211 kB/s | 1.0 MB 00:05 (9/13): python3-pip-9.0.3-19.el8.noarch.rpm 7.9 MB/s | 20 kB 00:00 (10/13): libmaxminddb-1.2.0-10.el8.x86_64.rpm 12 MB/s | 33 kB 00:00 (11/13): cmake-filesystem-3.18.2-11.el8_4.x86_6 11 MB/s | 44 kB 00:00 (12/13): git-core-2.27.0-1.el8.x86_64.rpm 1.1 MB/s | 5.7 MB 00:05 (13/13): geolite2-city-20180605-1.el8.noarch.rp 200 MB/s | 19 MB 00:00 -------------------------------------------------------------------------------- Total 2.9 MB/s | 29 MB 00:10 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: zeek-btest-data-4.1.0-1.1.x86_64 1/27 Installing : zeek-btest-data-4.1.0-1.1.x86_64 1/27 Installing : python3-semantic_version-2.6.0-5.el8.noarch 2/27 Installing : python3-smmap-3.0.1-2.el8.noarch 3/27 Installing : python3-gitdb-4.0.1-2.el8.noarch 4/27 Running scriptlet: libbroker-devel-4.1.0-1.1.x86_64 5/27 Installing : libbroker-devel-4.1.0-1.1.x86_64 5/27 Installing : libpcap-devel-14:1.9.1-5.el8.x86_64 6/27 Installing : cmake-filesystem-3.18.2-11.el8_4.x86_64 7/27 Running scriptlet: zeek-libcaf-devel-4.1.0-1.1.x86_64 8/27 Installing : zeek-libcaf-devel-4.1.0-1.1.x86_64 8/27 Running scriptlet: zeek-devel-4.1.0-1.1.x86_64 9/27 Installing : zeek-devel-4.1.0-1.1.x86_64 9/27 Installing : geolite2-city-20180605-1.el8.noarch 10/27 Installing : geolite2-country-20180605-1.el8.noarch 11/27 Installing : libmaxminddb-1.2.0-10.el8.x86_64 12/27 Running scriptlet: libmaxminddb-1.2.0-10.el8.x86_64 12/27 Running scriptlet: zeek-core-4.1.0-1.1.x86_64 13/27 Installing : zeek-core-4.1.0-1.1.x86_64 13/27 Installing : libedit-3.1-23.20170329cvs.el8.x86_64 14/27 Installing : less-530-1.el8.x86_64 15/27 Installing : platform-python-pip-9.0.3-19.el8.noarch 16/27 Installing : python3-setuptools-39.2.0-6.el8.noarch 17/27 Installing : python3-pip-9.0.3-19.el8.noarch 18/27 Installing : python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_ 19/27 Running scriptlet: python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_ 19/27 Running scriptlet: zeekctl-4.1.0-1.1.x86_64 20/27 Installing : zeekctl-4.1.0-1.1.x86_64 20/27 warning: /opt/zeek/etc/node.cfg saved as /opt/zeek/etc/node.cfg.rpmorig Running scriptlet: zeek-btest-4.1.0-1.1.x86_64 21/27 Installing : zeek-btest-4.1.0-1.1.x86_64 21/27 Running scriptlet: openssh-8.0p1-6.el8_4.2.x86_64 22/27 Installing : openssh-8.0p1-6.el8_4.2.x86_64 22/27 Installing : openssh-clients-8.0p1-6.el8_4.2.x86_64 23/27 Installing : git-core-2.27.0-1.el8.x86_64 24/27 Installing : python3-GitPython-3.1.0-1.el8.noarch 25/27 Running scriptlet: zeek-zkg-4.1.0-1.1.x86_64 26/27 Installing : zeek-zkg-4.1.0-1.1.x86_64 26/27 Running scriptlet: zeek-4.1.0-1.1.x86_64 27/27 Installing : zeek-4.1.0-1.1.x86_64 27/27 Running scriptlet: zeek-4.1.0-1.1.x86_64 27/27 Verifying : openssh-8.0p1-6.el8_4.2.x86_64 1/27 Verifying : python3-setuptools-39.2.0-6.el8.noarch 2/27 Verifying : openssh-clients-8.0p1-6.el8_4.2.x86_64 3/27 Verifying : platform-python-pip-9.0.3-19.el8.noarch 4/27 Verifying : less-530-1.el8.x86_64 5/27 Verifying : libedit-3.1-23.20170329cvs.el8.x86_64 6/27 Verifying : git-core-2.27.0-1.el8.x86_64 7/27 Verifying : geolite2-country-20180605-1.el8.noarch 8/27 Verifying : python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_ 9/27 Verifying : geolite2-city-20180605-1.el8.noarch 10/27 Verifying : python3-pip-9.0.3-19.el8.noarch 11/27 Verifying : libmaxminddb-1.2.0-10.el8.x86_64 12/27 Verifying : cmake-filesystem-3.18.2-11.el8_4.x86_64 13/27 Verifying : libpcap-devel-14:1.9.1-5.el8.x86_64 14/27 Verifying : zeek-core-4.1.0-1.1.x86_64 15/27 Verifying : zeekctl-4.1.0-1.1.x86_64 16/27 Verifying : zeek-libcaf-devel-4.1.0-1.1.x86_64 17/27 Verifying : libbroker-devel-4.1.0-1.1.x86_64 18/27 Verifying : zeek-devel-4.1.0-1.1.x86_64 19/27 Verifying : zeek-btest-4.1.0-1.1.x86_64 20/27 Verifying : python3-smmap-3.0.1-2.el8.noarch 21/27 Verifying : python3-gitdb-4.0.1-2.el8.noarch 22/27 Verifying : python3-GitPython-3.1.0-1.el8.noarch 23/27 Verifying : python3-semantic_version-2.6.0-5.el8.noarch 24/27 Verifying : zeek-zkg-4.1.0-1.1.x86_64 25/27 Verifying : zeek-4.1.0-1.1.x86_64 26/27 Verifying : zeek-btest-data-4.1.0-1.1.x86_64 27/27 Installed products updated. Installed: cmake-filesystem-3.18.2-11.el8_4.x86_64 geolite2-city-20180605-1.el8.noarch geolite2-country-20180605-1.el8.noarch git-core-2.27.0-1.el8.x86_64 less-530-1.el8.x86_64 libbroker-devel-4.1.0-1.1.x86_64 libedit-3.1-23.20170329cvs.el8.x86_64 libmaxminddb-1.2.0-10.el8.x86_64 libpcap-devel-14:1.9.1-5.el8.x86_64 openssh-8.0p1-6.el8_4.2.x86_64 openssh-clients-8.0p1-6.el8_4.2.x86_64 platform-python-pip-9.0.3-19.el8.noarch python3-GitPython-3.1.0-1.el8.noarch python3-gitdb-4.0.1-2.el8.noarch python3-pip-9.0.3-19.el8.noarch python3-semantic_version-2.6.0-5.el8.noarch python3-setuptools-39.2.0-6.el8.noarch python3-smmap-3.0.1-2.el8.noarch python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 zeek-4.1.0-1.1.x86_64 zeek-btest-4.1.0-1.1.x86_64 zeek-btest-data-4.1.0-1.1.x86_64 zeek-core-4.1.0-1.1.x86_64 zeek-devel-4.1.0-1.1.x86_64 zeek-libcaf-devel-4.1.0-1.1.x86_64 zeek-zkg-4.1.0-1.1.x86_64 zeekctl-4.1.0-1.1.x86_64 Complete! 25 files removed STEP 7: ENV ZEEKPATH .:/data/config:/opt/zeek/share/zeek:/opt/zeek/share/zeek/policy:/opt/zeek/share/zeek/site STEP 8: ENV PATH /opt/zeek/bin:$PATH STEP 9: WORKDIR /opt/zeek/logs STEP 10: VOLUME /opt/zeek/logs STEP 11: EXPOSE 9999 STEP 12: HEALTHCHECK --start-period=3s --timeout=5s --interval=3s --retries=3 CMD curl -fs http://localhost:9999 || exit 1 STEP 13: ENTRYPOINT ["/opt/zeek/bin/zeek"] STEP 14: CMD ["-h"] STEP 15: COMMIT registry1.dso.mil/ironbank-staging/opensource/zeek/zeek Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:a7289086c95c733fa09dcfd84e354b7c88469dc5dc470dc53a2dfa9e83cae53b Copying blob sha256:0cf938839803d3a49211169952954dbcfb99dfc95c0590309a32409f85a3f0ef Copying blob sha256:32cbc83e9ae1b72caaca0d70323d41009ea50e62363130e30aeadc302ba66a3f Copying config sha256:7e381ec626a71dd1d5bf541ed3cc1d450a2c9563738dc0663d5dfda20b4ae21a Writing manifest to image destination Storing signatures --> 7e381ec626a Successfully tagged registry1.dso.mil/ironbank-staging/opensource/zeek/zeek:latest 7e381ec626a71dd1d5bf541ed3cc1d450a2c9563738dc0663d5dfda20b4ae21a + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/zeek/zeek registry1.dso.mil/ironbank-staging/opensource/zeek/zeek:ibci-461941 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/zeek/zeek:ibci-461941 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:0cf938839803d3a49211169952954dbcfb99dfc95c0590309a32409f85a3f0ef Copying blob sha256:a7289086c95c733fa09dcfd84e354b7c88469dc5dc470dc53a2dfa9e83cae53b Copying blob sha256:32cbc83e9ae1b72caaca0d70323d41009ea50e62363130e30aeadc302ba66a3f Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:7e381ec626a71dd1d5bf541ed3cc1d450a2c9563738dc0663d5dfda20b4ae21a 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/zeek/zeek registry1.dso.mil/ironbank-staging/opensource/zeek/zeek:v4.1.0 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/zeek/zeek:v4.1.0 Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:0cf938839803d3a49211169952954dbcfb99dfc95c0590309a32409f85a3f0ef Copying blob sha256:a7289086c95c733fa09dcfd84e354b7c88469dc5dc470dc53a2dfa9e83cae53b Copying blob sha256:32cbc83e9ae1b72caaca0d70323d41009ea50e62363130e30aeadc302ba66a3f Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:7e381ec626a71dd1d5bf541ed3cc1d450a2c9563738dc0663d5dfda20b4ae21a Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/zeek/zeek registry1.dso.mil/ironbank-staging/opensource/zeek/zeek:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/zeek/zeek:latest Getting image source signatures Copying blob sha256:0cf938839803d3a49211169952954dbcfb99dfc95c0590309a32409f85a3f0ef Copying blob sha256:32cbc83e9ae1b72caaca0d70323d41009ea50e62363130e30aeadc302ba66a3f Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:a7289086c95c733fa09dcfd84e354b7c88469dc5dc470dc53a2dfa9e83cae53b Copying config sha256:7e381ec626a71dd1d5bf541ed3cc1d450a2c9563738dc0663d5dfda20b4ae21a Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/zeek/zeek --format '{{.Id}}' + IMAGE_ID=sha256:7e381ec626a71dd1d5bf541ed3cc1d450a2c9563738dc0663d5dfda20b4ae21a + echo IMAGE_ID=sha256:7e381ec626a71dd1d5bf541ed3cc1d450a2c9563738dc0663d5dfda20b4ae21a + IMAGE_PODMAN_SHA=sha256:bdcd21c77a12360047ee03fcbfc0a30b88b38317780c2e2ba4823778699675c2 + echo IMAGE_PODMAN_SHA=sha256:bdcd21c77a12360047ee03fcbfc0a30b88b38317780c2e2ba4823778699675c2 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/zeek/zeek:ibci-461941 + echo IMAGE_NAME=opensource/zeek/zeek + 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:1630884582:step_script section_start:1630884582: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=6251736 responseStatus=201 Created token=Si88UZsT Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6251736 responseStatus=201 Created token=Si88UZsT section_end:1630884584:upload_artifacts_on_success section_start:1630884584:cleanup_file_variables Cleaning up file based variables section_end:1630884585:cleanup_file_variables Job succeeded