Running with gitlab-runner 13.12.0 (7a6612da)  on dsop-shared-gitlab-runner-7c45796c46-c5gzq TPxdHsZW section_start:1630636836:resolve_secrets Resolving secrets section_end:1630636836:resolve_secrets section_start:1630636836: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 ... section_end:1630636836:prepare_executor section_start:1630636836:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-tpxdhszw-project-5780-concurrent-05stdf to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-tpxdhszw-project-5780-concurrent-05stdf 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-tpxdhszw-project-5780-concurrent-05stdf 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-tpxdhszw-project-5780-concurrent-05stdf via dsop-shared-gitlab-runner-7c45796c46-c5gzq... section_end:1630636846:prepare_script section_start:1630636846: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/TPxdHsZW/0/dsop/opensource/trufflehog/trufflehog3/.git/ Created fresh repository. Checking out 9d74167e as master... Skipping Git submodules setup section_end:1630636849:get_sources section_start:1630636849:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6191319)... Downloading artifacts from coordinator... ok  id=6191319 responseStatus=200 OK token=szexxxVg WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (6191321)... Downloading artifacts from coordinator... ok  id=6191321 responseStatus=200 OK token=UU7nyUhn WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6191316)... Downloading artifacts from coordinator... ok  id=6191316 responseStatus=200 OK token=2RDB42tD WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6191320)... Downloading artifacts from coordinator... ok  id=6191320 responseStatus=200 OK token=p_EVqt5x WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1630636854:download_artifacts section_start:1630636854: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/GitPython-3.1.18-py3-none-any.whl' -> './GitPython-3.1.18-py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/Jinja2-3.0.1-py3-none-any.whl' -> './Jinja2-3.0.1-py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/MarkupSafe-2.0.1-cp39-cp39-manylinux2010_x86_64.whl' -> './MarkupSafe-2.0.1-cp39-cp39-manylinux2010_x86_64.whl' 'ci-artifacts/import-artifacts/external-resources/PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl' -> './PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl' 'ci-artifacts/import-artifacts/external-resources/attrs-20.3.0-py2.py3-none-any.whl' -> './attrs-20.3.0-py2.py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/gitdb-4.0.7-py3-none-any.whl' -> './gitdb-4.0.7-py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/smmap-4.0.0-py2.py3-none-any.whl' -> './smmap-4.0.0-py2.py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/trufflehog3-3.0.2-py2.py3-none-any.whl' -> './trufflehog3-3.0.2-py2.py3-none-any.whl' 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/python39:v3.9.7 AS build Trying to pull registry1.dso.mil/ironbank/opensource/python/python39:v3.9.7... Getting image source signatures Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:8939142cbb3ad24000006dfa34989aa401ad3911a7e4508b06c6d4747efe5ac9 Copying blob sha256:df85202400ad1e87b440f386f41464b3af9cfcd0ebe97e9f32e847189919f368 Copying config sha256:dd321ae53910d5fb34ab628c09be6b9c92c6fba7333cf4e44eb723867cef1574 Writing manifest to image destination Storing signatures STEP 2: USER 0 STEP 3: COPY *.whl /wheel/ STEP 4: RUN pip install --no-index --find-links=/wheel/ truffleHog3 Looking in links: /wheel/ Processing /wheel/trufflehog3-3.0.2-py2.py3-none-any.whl Processing /wheel/GitPython-3.1.18-py3-none-any.whl Processing /wheel/Jinja2-3.0.1-py3-none-any.whl Processing /wheel/PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl Processing /wheel/attrs-20.3.0-py2.py3-none-any.whl Processing /wheel/gitdb-4.0.7-py3-none-any.whl Processing /wheel/MarkupSafe-2.0.1-cp39-cp39-manylinux2010_x86_64.whl Processing /wheel/smmap-4.0.0-py2.py3-none-any.whl Installing collected packages: smmap, MarkupSafe, gitdb, PyYAML, Jinja2, GitPython, attrs, truffleHog3 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Successfully installed GitPython-3.1.18 Jinja2-3.0.1 MarkupSafe-2.0.1 PyYAML-5.4.1 attrs-20.3.0 gitdb-4.0.7 smmap-4.0.0 truffleHog3-3.0.2 STEP 5: FROM registry1.dso.mil/ironbank/opensource/python/python39:v3.9.7 STEP 6: COPY --from=build /usr/local/lib/python3.9/site-packages/ /usr/local/lib/python3.9/site-packages/ STEP 7: COPY --from=build /usr/local/bin/trufflehog3 /usr/local/bin/ STEP 8: USER 0 STEP 9: RUN dnf update -y && dnf install -y git --nodocs && dnf clean all && rm -rf /var/cache/dnf && groupadd -r truffleHog && useradd -r -g truffleHog truffleHog && chmod -s /usr/libexec/openssh/ssh-keysign 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 Last metadata expiration check: 0:00:01 ago on Fri Sep 3 02:43:02 2021. Dependencies resolved. Nothing to do. Complete! Last metadata expiration check: 0:00:01 ago on Fri Sep 3 02:43:02 2021. Dependencies resolved. ================================================================================================ Package Arch Version Repository Size ================================================================================================ Installing: git x86_64 2.27.0-1.el8 ubi-8-appstream 164 k Installing dependencies: emacs-filesystem noarch 1:26.1-5.el8 ubi-8-baseos 69 k git-core x86_64 2.27.0-1.el8 ubi-8-appstream 5.7 M git-core-doc noarch 2.27.0-1.el8 ubi-8-appstream 2.5 M groff-base x86_64 1.22.3-18.el8 ubi-8-baseos 1.0 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 ncurses x86_64 6.1-7.20180224.el8 ubi-8-baseos 387 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 openssl x86_64 1:1.1.1g-15.el8_3 ubi-8-baseos 707 k perl-Carp noarch 1.42-396.el8 ubi-8-baseos 30 k perl-Data-Dumper x86_64 2.167-399.el8 ubi-8-baseos 58 k perl-Digest noarch 1.17-395.el8 ubi-8-appstream 27 k perl-Digest-MD5 x86_64 2.55-396.el8 ubi-8-appstream 37 k perl-Encode x86_64 4:2.97-3.el8 ubi-8-baseos 1.5 M perl-Errno x86_64 1.28-419.el8_4.1 ubi-8-baseos 76 k perl-Error noarch 1:0.17025-2.el8 ubi-8-appstream 46 k perl-Exporter noarch 5.72-396.el8 ubi-8-baseos 34 k perl-File-Path noarch 2.15-2.el8 ubi-8-baseos 38 k perl-File-Temp noarch 0.230.600-1.el8 ubi-8-baseos 63 k perl-Getopt-Long noarch 1:2.50-4.el8 ubi-8-baseos 63 k perl-Git noarch 2.27.0-1.el8 ubi-8-appstream 78 k perl-HTTP-Tiny noarch 0.074-1.el8 ubi-8-baseos 58 k perl-IO x86_64 1.38-419.el8_4.1 ubi-8-baseos 142 k perl-MIME-Base64 x86_64 3.15-396.el8 ubi-8-baseos 31 k perl-Net-SSLeay x86_64 1.88-1.module+el8.3.0+6446+594cad75 ubi-8-appstream 379 k perl-PathTools x86_64 3.74-1.el8 ubi-8-baseos 90 k perl-Pod-Escapes noarch 1:1.07-395.el8 ubi-8-baseos 20 k perl-Pod-Perldoc noarch 3.28-396.el8 ubi-8-baseos 88 k perl-Pod-Simple noarch 1:3.35-395.el8 ubi-8-baseos 213 k perl-Pod-Usage noarch 4:1.69-395.el8 ubi-8-baseos 34 k perl-Scalar-List-Utils x86_64 3:1.49-2.el8 ubi-8-baseos 68 k perl-Socket x86_64 4:2.027-3.el8 ubi-8-baseos 59 k perl-Storable x86_64 1:3.11-3.el8 ubi-8-baseos 98 k perl-Term-ANSIColor noarch 4.06-396.el8 ubi-8-baseos 46 k perl-Term-Cap noarch 1.17-395.el8 ubi-8-baseos 23 k perl-TermReadKey x86_64 2.37-7.el8 ubi-8-appstream 40 k perl-Text-ParseWords noarch 3.30-395.el8 ubi-8-baseos 18 k perl-Text-Tabs+Wrap noarch 2013.0523-395.el8 ubi-8-baseos 24 k perl-Time-Local noarch 1:1.280-1.el8 ubi-8-baseos 34 k perl-URI noarch 1.73-3.el8 ubi-8-appstream 116 k perl-Unicode-Normalize x86_64 1.25-396.el8 ubi-8-baseos 82 k perl-constant noarch 1.33-396.el8 ubi-8-baseos 25 k perl-interpreter x86_64 4:5.26.3-419.el8_4.1 ubi-8-baseos 6.3 M perl-libnet noarch 3.11-3.el8 ubi-8-appstream 121 k perl-libs x86_64 4:5.26.3-419.el8_4.1 ubi-8-baseos 1.6 M perl-macros x86_64 4:5.26.3-419.el8_4.1 ubi-8-baseos 72 k perl-parent noarch 1:0.237-1.el8 ubi-8-baseos 20 k perl-podlators noarch 4.11-1.el8 ubi-8-baseos 118 k perl-threads x86_64 1:2.21-2.el8 ubi-8-baseos 61 k perl-threads-shared x86_64 1.58-2.el8 ubi-8-baseos 48 k Installing weak dependencies: perl-IO-Socket-IP noarch 0.39-5.el8 ubi-8-appstream 47 k perl-IO-Socket-SSL noarch 2.066-4.module+el8.3.0+6446+594cad75 ubi-8-appstream 298 k perl-Mozilla-CA noarch 20160104-7.module+el8.3.0+6498+9eecfe51 ubi-8-appstream 15 k Enabling module streams: perl 5.26 perl-IO-Socket-SSL 2.066 perl-libwww-perl 6.34 Transaction Summary ================================================================================================ Install 55 Packages Total download size: 24 M Installed size: 91 M Downloading Packages: [MIRROR] openssh-8.0p1-6.el8_4.2.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/o/openssh-8.0p1-6.el8_4.2.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] [MIRROR] ncurses-6.1-7.20180224.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/n/ncurses-6.1-7.20180224.el8.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] (1/55): openssh-8.0p1-6.el8_4.2.x86_64.rpm 129 kB/s | 521 kB 00:04 (2/55): ncurses-6.1-7.20180224.el8.x86_64.rpm 96 kB/s | 387 kB 00:04 [MIRROR] perl-Pod-Perldoc-3.28-396.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/perl-Pod-Perldoc-3.28-396.el8.noarch.rpm [Operation timed out after 5001 milliseconds with 0 out of 0 bytes received] (3/55): perl-Pod-Perldoc-3.28-396.el8.noarch.rp 18 kB/s | 88 kB 00:05 (4/55): openssl-1.1.1g-15.el8_3.x86_64.rpm 56 MB/s | 707 kB 00:00 (5/55): perl-Pod-Escapes-1.07-395.el8.noarch.rp 6.5 MB/s | 20 kB 00:00 (6/55): emacs-filesystem-26.1-5.el8.noarch.rpm 20 MB/s | 69 kB 00:00 (7/55): perl-Encode-2.97-3.el8.x86_64.rpm 69 MB/s | 1.5 MB 00:00 (8/55): perl-macros-5.26.3-419.el8_4.1.x86_64.r 21 MB/s | 72 kB 00:00 (9/55): perl-Scalar-List-Utils-1.49-2.el8.x86_6 21 MB/s | 68 kB 00:00 (10/55): openssh-clients-8.0p1-6.el8_4.2.x86_64 73 MB/s | 667 kB 00:00 (11/55): perl-interpreter-5.26.3-419.el8_4.1.x8 126 MB/s | 6.3 MB 00:00 (12/55): perl-podlators-4.11-1.el8.noarch.rpm 31 MB/s | 118 kB 00:00 (13/55): perl-MIME-Base64-3.15-396.el8.x86_64.r 9.7 MB/s | 31 kB 00:00 (14/55): less-530-1.el8.x86_64.rpm 42 MB/s | 164 kB 00:00 (15/55): perl-threads-shared-1.58-2.el8.x86_64. 15 MB/s | 48 kB 00:00 (16/55): perl-Term-ANSIColor-4.06-396.el8.noarc 15 MB/s | 46 kB 00:00 (17/55): perl-Getopt-Long-2.50-4.el8.noarch.rpm 19 MB/s | 63 kB 00:00 (18/55): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm 19 MB/s | 58 kB 00:00 (19/55): libedit-3.1-23.20170329cvs.el8.x86_64. 29 MB/s | 102 kB 00:00 (20/55): perl-Carp-1.42-396.el8.noarch.rpm 9.6 MB/s | 30 kB 00:00 (21/55): perl-File-Path-2.15-2.el8.noarch.rpm 13 MB/s | 38 kB 00:00 (22/55): perl-Unicode-Normalize-1.25-396.el8.x8 24 MB/s | 82 kB 00:00 (23/55): perl-Exporter-5.72-396.el8.noarch.rpm 12 MB/s | 34 kB 00:00 (24/55): perl-parent-0.237-1.el8.noarch.rpm 7.3 MB/s | 20 kB 00:00 (25/55): perl-Storable-3.11-3.el8.x86_64.rpm 33 MB/s | 98 kB 00:00 (26/55): perl-PathTools-3.74-1.el8.x86_64.rpm 29 MB/s | 90 kB 00:00 (27/55): perl-Data-Dumper-2.167-399.el8.x86_64. 20 MB/s | 58 kB 00:00 (28/55): perl-constant-1.33-396.el8.noarch.rpm 9.5 MB/s | 25 kB 00:00 (29/55): perl-File-Temp-0.230.600-1.el8.noarch. 21 MB/s | 63 kB 00:00 (30/55): perl-Text-ParseWords-3.30-395.el8.noar 6.0 MB/s | 18 kB 00:00 (31/55): perl-IO-1.38-419.el8_4.1.x86_64.rpm 41 MB/s | 142 kB 00:00 (32/55): perl-Time-Local-1.280-1.el8.noarch.rpm 11 MB/s | 34 kB 00:00 (33/55): perl-Socket-2.027-3.el8.x86_64.rpm 19 MB/s | 59 kB 00:00 (34/55): perl-Pod-Usage-1.69-395.el8.noarch.rpm 12 MB/s | 34 kB 00:00 (35/55): groff-base-1.22.3-18.el8.x86_64.rpm 116 MB/s | 1.0 MB 00:00 (36/55): perl-libs-5.26.3-419.el8_4.1.x86_64.rp 139 MB/s | 1.6 MB 00:00 (37/55): perl-Errno-1.28-419.el8_4.1.x86_64.rpm 23 MB/s | 76 kB 00:00 (38/55): perl-Pod-Simple-3.35-395.el8.noarch.rp 49 MB/s | 213 kB 00:00 (39/55): perl-Text-Tabs+Wrap-2013.0523-395.el8. 7.9 MB/s | 24 kB 00:00 [MIRROR] perl-threads-2.21-2.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/perl-threads-2.21-2.el8.x86_64.rpm [Operation timed out after 5001 milliseconds with 0 out of 0 bytes received] (40/55): perl-threads-2.21-2.el8.x86_64.rpm 12 kB/s | 61 kB 00:05 [MIRROR] perl-Term-Cap-1.17-395.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/perl-Term-Cap-1.17-395.el8.noarch.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (41/55): perl-Term-Cap-1.17-395.el8.noarch.rpm 4.6 kB/s | 23 kB 00:05 [MIRROR] perl-IO-Socket-IP-0.39-5.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/p/perl-IO-Socket-IP-0.39-5.el8.noarch.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] (42/55): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 9.8 kB/s | 47 kB 00:04 [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] perl-URI-1.73-3.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/p/perl-URI-1.73-3.el8.noarch.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] [MIRROR] perl-Git-2.27.0-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/p/perl-Git-2.27.0-1.el8.noarch.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] (43/55): perl-Git-2.27.0-1.el8.noarch.rpm 3.9 MB/s | 78 kB 00:00 (44/55): perl-URI-1.73-3.el8.noarch.rpm 118 kB/s | 116 kB 00:00 (45/55): perl-libnet-3.11-3.el8.noarch.rpm 24 MB/s | 121 kB 00:00 (46/55): perl-TermReadKey-2.37-7.el8.x86_64.rpm 12 MB/s | 40 kB 00:00 (47/55): perl-Net-SSLeay-1.88-1.module+el8.3.0+ 33 MB/s | 379 kB 00:00 (48/55): perl-Error-0.17025-2.el8.noarch.rpm 15 MB/s | 46 kB 00:00 (49/55): perl-Digest-MD5-2.55-396.el8.x86_64.rp 13 MB/s | 37 kB 00:00 (50/55): perl-IO-Socket-SSL-2.066-4.module+el8. 36 MB/s | 298 kB 00:00 (51/55): perl-Mozilla-CA-20160104-7.module+el8. 6.1 MB/s | 15 kB 00:00 (52/55): git-core-2.27.0-1.el8.x86_64.rpm 5.5 MB/s | 5.7 MB 00:01 (53/55): git-2.27.0-1.el8.x86_64.rpm 16 MB/s | 164 kB 00:00 (54/55): perl-Digest-1.17-395.el8.noarch.rpm 11 MB/s | 27 kB 00:00 (55/55): git-core-doc-2.27.0-1.el8.noarch.rpm 59 MB/s | 2.5 MB 00:00 -------------------------------------------------------------------------------- Total 2.4 MB/s | 24 MB 00:10 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : groff-base-1.22.3-18.el8.x86_64 1/55 Installing : libedit-3.1-23.20170329cvs.el8.x86_64 2/55 Installing : less-530-1.el8.x86_64 3/55 Installing : emacs-filesystem-1:26.1-5.el8.noarch 4/55 Installing : openssl-1:1.1.1g-15.el8_3.x86_64 5/55 Installing : ncurses-6.1-7.20180224.el8.x86_64 6/55 Installing : perl-Digest-1.17-395.el8.noarch 7/55 Installing : perl-Digest-MD5-2.55-396.el8.x86_64 8/55 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 9/55 Installing : perl-libnet-3.11-3.el8.noarch 10/55 Installing : perl-Net-SSLeay-1.88-1.module+el8.3.0+6446+594cad7 11/55 Installing : perl-URI-1.73-3.el8.noarch 12/55 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 13/55 Installing : perl-Time-Local-1:1.280-1.el8.noarch 14/55 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 15/55 Installing : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9ee 16/55 Installing : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594 17/55 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 18/55 Installing : perl-File-Temp-0.230.600-1.el8.noarch 19/55 Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 20/55 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 21/55 Installing : perl-Term-Cap-1.17-395.el8.noarch 22/55 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 23/55 Installing : perl-podlators-4.11-1.el8.noarch 24/55 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 25/55 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 26/55 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 27/55 Installing : perl-Storable-1:3.11-3.el8.x86_64 28/55 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 29/55 Installing : perl-Socket-4:2.027-3.el8.x86_64 30/55 Installing : perl-Errno-1.28-419.el8_4.1.x86_64 31/55 Installing : perl-Encode-4:2.97-3.el8.x86_64 32/55 Installing : perl-macros-4:5.26.3-419.el8_4.1.x86_64 33/55 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 34/55 Installing : perl-Carp-1.42-396.el8.noarch 35/55 Installing : perl-Exporter-5.72-396.el8.noarch 36/55 Installing : perl-libs-4:5.26.3-419.el8_4.1.x86_64 37/55 Installing : perl-parent-1:0.237-1.el8.noarch 38/55 Installing : perl-threads-shared-1.58-2.el8.x86_64 39/55 Installing : perl-threads-1:2.21-2.el8.x86_64 40/55 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 41/55 Installing : perl-constant-1.33-396.el8.noarch 42/55 Installing : perl-PathTools-3.74-1.el8.x86_64 43/55 Installing : perl-File-Path-2.15-2.el8.noarch 44/55 Installing : perl-IO-1.38-419.el8_4.1.x86_64 45/55 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 46/55 Installing : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64 47/55 Installing : perl-TermReadKey-2.37-7.el8.x86_64 48/55 Installing : perl-Error-1:0.17025-2.el8.noarch 49/55 Running scriptlet: openssh-8.0p1-6.el8_4.2.x86_64 50/55 Installing : openssh-8.0p1-6.el8_4.2.x86_64 50/55 Installing : openssh-clients-8.0p1-6.el8_4.2.x86_64 51/55 Installing : git-core-2.27.0-1.el8.x86_64 52/55 Installing : git-core-doc-2.27.0-1.el8.noarch 53/55 Installing : perl-Git-2.27.0-1.el8.noarch 54/55 Installing : git-2.27.0-1.el8.x86_64 55/55 Running scriptlet: git-2.27.0-1.el8.x86_64 55/55 Verifying : openssh-8.0p1-6.el8_4.2.x86_64 1/55 Verifying : ncurses-6.1-7.20180224.el8.x86_64 2/55 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 3/55 Verifying : perl-threads-1:2.21-2.el8.x86_64 4/55 Verifying : perl-Term-Cap-1.17-395.el8.noarch 5/55 Verifying : openssl-1:1.1.1g-15.el8_3.x86_64 6/55 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 7/55 Verifying : emacs-filesystem-1:26.1-5.el8.noarch 8/55 Verifying : perl-Encode-4:2.97-3.el8.x86_64 9/55 Verifying : perl-macros-4:5.26.3-419.el8_4.1.x86_64 10/55 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 11/55 Verifying : openssh-clients-8.0p1-6.el8_4.2.x86_64 12/55 Verifying : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64 13/55 Verifying : perl-podlators-4.11-1.el8.noarch 14/55 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 15/55 Verifying : less-530-1.el8.x86_64 16/55 Verifying : perl-threads-shared-1.58-2.el8.x86_64 17/55 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 18/55 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 19/55 Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 20/55 Verifying : libedit-3.1-23.20170329cvs.el8.x86_64 21/55 Verifying : perl-Carp-1.42-396.el8.noarch 22/55 Verifying : perl-File-Path-2.15-2.el8.noarch 23/55 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 24/55 Verifying : perl-Exporter-5.72-396.el8.noarch 25/55 Verifying : perl-parent-1:0.237-1.el8.noarch 26/55 Verifying : perl-Storable-1:3.11-3.el8.x86_64 27/55 Verifying : perl-PathTools-3.74-1.el8.x86_64 28/55 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 29/55 Verifying : perl-constant-1.33-396.el8.noarch 30/55 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 31/55 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 32/55 Verifying : perl-IO-1.38-419.el8_4.1.x86_64 33/55 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 34/55 Verifying : perl-Socket-4:2.027-3.el8.x86_64 35/55 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 36/55 Verifying : groff-base-1.22.3-18.el8.x86_64 37/55 Verifying : perl-libs-4:5.26.3-419.el8_4.1.x86_64 38/55 Verifying : perl-Errno-1.28-419.el8_4.1.x86_64 39/55 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 40/55 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 41/55 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 42/55 Verifying : git-core-2.27.0-1.el8.x86_64 43/55 Verifying : perl-URI-1.73-3.el8.noarch 44/55 Verifying : perl-Git-2.27.0-1.el8.noarch 45/55 Verifying : perl-Net-SSLeay-1.88-1.module+el8.3.0+6446+594cad7 46/55 Verifying : perl-libnet-3.11-3.el8.noarch 47/55 Verifying : perl-TermReadKey-2.37-7.el8.x86_64 48/55 Verifying : perl-Error-1:0.17025-2.el8.noarch 49/55 Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 50/55 Verifying : git-core-doc-2.27.0-1.el8.noarch 51/55 Verifying : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594 52/55 Verifying : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9ee 53/55 Verifying : git-2.27.0-1.el8.x86_64 54/55 Verifying : perl-Digest-1.17-395.el8.noarch 55/55 Installed products updated. Installed: emacs-filesystem-1:26.1-5.el8.noarch git-2.27.0-1.el8.x86_64 git-core-2.27.0-1.el8.x86_64 git-core-doc-2.27.0-1.el8.noarch groff-base-1.22.3-18.el8.x86_64 less-530-1.el8.x86_64 libedit-3.1-23.20170329cvs.el8.x86_64 ncurses-6.1-7.20180224.el8.x86_64 openssh-8.0p1-6.el8_4.2.x86_64 openssh-clients-8.0p1-6.el8_4.2.x86_64 openssl-1:1.1.1g-15.el8_3.x86_64 perl-Carp-1.42-396.el8.noarch perl-Data-Dumper-2.167-399.el8.x86_64 perl-Digest-1.17-395.el8.noarch perl-Digest-MD5-2.55-396.el8.x86_64 perl-Encode-4:2.97-3.el8.x86_64 perl-Errno-1.28-419.el8_4.1.x86_64 perl-Error-1:0.17025-2.el8.noarch perl-Exporter-5.72-396.el8.noarch perl-File-Path-2.15-2.el8.noarch perl-File-Temp-0.230.600-1.el8.noarch perl-Getopt-Long-1:2.50-4.el8.noarch perl-Git-2.27.0-1.el8.noarch perl-HTTP-Tiny-0.074-1.el8.noarch perl-IO-1.38-419.el8_4.1.x86_64 perl-IO-Socket-IP-0.39-5.el8.noarch perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594cad75.noarch perl-MIME-Base64-3.15-396.el8.x86_64 perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9eecfe51.noarch perl-Net-SSLeay-1.88-1.module+el8.3.0+6446+594cad75.x86_64 perl-PathTools-3.74-1.el8.x86_64 perl-Pod-Escapes-1:1.07-395.el8.noarch perl-Pod-Perldoc-3.28-396.el8.noarch perl-Pod-Simple-1:3.35-395.el8.noarch perl-Pod-Usage-4:1.69-395.el8.noarch perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 perl-Socket-4:2.027-3.el8.x86_64 perl-Storable-1:3.11-3.el8.x86_64 perl-Term-ANSIColor-4.06-396.el8.noarch perl-Term-Cap-1.17-395.el8.noarch perl-TermReadKey-2.37-7.el8.x86_64 perl-Text-ParseWords-3.30-395.el8.noarch perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch perl-Time-Local-1:1.280-1.el8.noarch perl-URI-1.73-3.el8.noarch perl-Unicode-Normalize-1.25-396.el8.x86_64 perl-constant-1.33-396.el8.noarch perl-interpreter-4:5.26.3-419.el8_4.1.x86_64 perl-libnet-3.11-3.el8.noarch perl-libs-4:5.26.3-419.el8_4.1.x86_64 perl-macros-4:5.26.3-419.el8_4.1.x86_64 perl-parent-1:0.237-1.el8.noarch perl-podlators-4.11-1.el8.noarch perl-threads-1:2.21-2.el8.x86_64 perl-threads-shared-1.58-2.el8.x86_64 Complete! 25 files removed STEP 10: USER truffleHog STEP 11: WORKDIR /proj STEP 12: HEALTHCHECK NONE STEP 13: ENTRYPOINT ["trufflehog3"] STEP 14: CMD ["-h"] STEP 15: COMMIT registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3 Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:24a2e0e234d6d93828a6629d6222e73c9d8de8ed830cdb0951fa6e26c1fec3f9 Copying blob sha256:1595f41f30c482b28691bcd1e0a71c2bdc9487de0188ec35c0b836a44b7df4c5 Copying blob sha256:ae158a774309564a5632f90481ed93d0f54898ff23a626478fd6cc1f82c4cf81 Copying config sha256:8ad506456a070a295afb485fec830827b8138694dfb01f81ffd4a45758208133 Writing manifest to image destination Storing signatures --> 8ad506456a0 Successfully tagged registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:latest 8ad506456a070a295afb485fec830827b8138694dfb01f81ffd4a45758208133 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3 registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:ibci-458275 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:ibci-458275 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:ae158a774309564a5632f90481ed93d0f54898ff23a626478fd6cc1f82c4cf81 Copying blob sha256:1595f41f30c482b28691bcd1e0a71c2bdc9487de0188ec35c0b836a44b7df4c5 Copying blob sha256:24a2e0e234d6d93828a6629d6222e73c9d8de8ed830cdb0951fa6e26c1fec3f9 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:8ad506456a070a295afb485fec830827b8138694dfb01f81ffd4a45758208133 Writing manifest to image destination Storing signatures Read the tags + 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/trufflehog/trufflehog3 registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:3.0.2 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:3.0.2 Getting image source signatures Copying blob sha256:1595f41f30c482b28691bcd1e0a71c2bdc9487de0188ec35c0b836a44b7df4c5 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:24a2e0e234d6d93828a6629d6222e73c9d8de8ed830cdb0951fa6e26c1fec3f9 Copying blob sha256:ae158a774309564a5632f90481ed93d0f54898ff23a626478fd6cc1f82c4cf81 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:8ad506456a070a295afb485fec830827b8138694dfb01f81ffd4a45758208133 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3 registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:latest Getting image source signatures Copying blob sha256:ae158a774309564a5632f90481ed93d0f54898ff23a626478fd6cc1f82c4cf81 Copying blob sha256:1595f41f30c482b28691bcd1e0a71c2bdc9487de0188ec35c0b836a44b7df4c5 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:24a2e0e234d6d93828a6629d6222e73c9d8de8ed830cdb0951fa6e26c1fec3f9 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:8ad506456a070a295afb485fec830827b8138694dfb01f81ffd4a45758208133 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3 --format '{{.Id}}' + IMAGE_ID=sha256:8ad506456a070a295afb485fec830827b8138694dfb01f81ffd4a45758208133 + echo IMAGE_ID=sha256:8ad506456a070a295afb485fec830827b8138694dfb01f81ffd4a45758208133 + IMAGE_PODMAN_SHA=sha256:8411cc4991463190138ed743797f1216e7e06037a1c30a8c19129b96962f3828 + echo IMAGE_PODMAN_SHA=sha256:8411cc4991463190138ed743797f1216e7e06037a1c30a8c19129b96962f3828 A tarball of the built image can be retrieved from the documentation job artifacts. + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:ibci-458275 + echo IMAGE_NAME=opensource/trufflehog/trufflehog3 + 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.' section_end:1630637058:step_script section_start:1630637058: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=6191323 responseStatus=201 Created token=jMe7YkSF Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6191323 responseStatus=201 Created token=jMe7YkSF section_end:1630637060:upload_artifacts_on_success section_start:1630637060:cleanup_file_variables Cleaning up file based variables section_end:1630637060:cleanup_file_variables Job succeeded