Running with gitlab-runner 13.8.0 (775dd39d)  on global-shared-gitlab-runner-5c8545f999-ddb9j uLxNkb5e section_start:1617983198:resolve_secrets Resolving secrets section_end:1617983198:resolve_secrets section_start:1617983198:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-isolated 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.1 ... section_end:1617983199:prepare_executor section_start:1617983199:prepare_script Preparing environment Waiting for pod gitlab-runner-isolated/runner-ulxnkb5e-project-5780-concurrent-0xtv6f to be running, status is Pending Running on runner-ulxnkb5e-project-5780-concurrent-0xtv6f via global-shared-gitlab-runner-5c8545f999-ddb9j... section_end:1617983202:prepare_script section_start:1617983202:get_sources Getting source from Git repository Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/opensource/trufflehog/truffelhog3/.git/ Created fresh repository. Checking out 5e0e47d7 as development... Skipping Git submodules setup section_end:1617983202:get_sources section_start:1617983202:download_artifacts Downloading artifacts Downloading artifacts for hardening_manifest (2664342)... Downloading artifacts from coordinator... ok  id=2664342 responseStatus=200 OK token=EauLWC4r Downloading artifacts for import artifacts (2664345)... Downloading artifacts from coordinator... ok  id=2664345 responseStatus=200 OK token=_-pizCwN Downloading artifacts for load scripts (2664340)... Downloading artifacts from coordinator... ok  id=2664340 responseStatus=200 OK token=dM2fmJpi Downloading artifacts for wl compare lint (2664343)... Downloading artifacts from coordinator... ok  id=2664343 responseStatus=200 OK token=BkCDXsyq section_end:1617983203:download_artifacts section_start:1617983203: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.0-py3-none-any.whl' -> './GitPython-3.1.0-py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/Jinja2-2.11.1-py2.py3-none-any.whl' -> './Jinja2-2.11.1-py2.py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/Jinja2-2.11.3-py2.py3-none-any.whl' -> './Jinja2-2.11.3-py2.py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl' -> './MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl' 'ci-artifacts/import-artifacts/external-resources/PyYAML-5.3.1.tar.gz' -> './PyYAML-5.3.1.tar.gz' '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/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-2.0.4-py2.py3-none-any.whl' -> './truffleHog3-2.0.4-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:3.9.2 AS build Getting image source signatures Copying blob sha256:d2320253299952d6acf67a183191a320661feeec9a7c4f1cb5107ab23cef7d8e Copying blob sha256:88afac75a7738cf4e403f8c2234207477781e19950ae6b21f1fee762a0c2c2bd Copying blob sha256:4bf3daeeb2452a752f39d2285cc02dcbbc57ccb3918c51196bfcaf5303e90b41 Copying blob sha256:7214d850f807d65c449e048ff6bf039ac7c5661ba7bae14fb453d83d42682f5d Copying config sha256:63d49192eaefe28cbb264822cdc2dc7e9ccf8232ff4cdd9d6a5bbc804ab47af3 Writing manifest to image destination Storing signatures STEP 2: USER 0 STEP 3: COPY *.whl *.tar.gz /wheel/ STEP 4: RUN pip install --no-index --find-links=/wheel/ truffleHog3 && pip install --upgrade --no-index --find-links=/wheel/ PyYAML Jinja2 Looking in links: /wheel/ Processing /wheel/truffleHog3-2.0.4-py2.py3-none-any.whl Processing /wheel/PyYAML-5.3.1.tar.gz Processing /wheel/GitPython-3.1.0-py3-none-any.whl Processing /wheel/Jinja2-2.11.1-py2.py3-none-any.whl Processing /wheel/gitdb-4.0.7-py3-none-any.whl Processing /wheel/MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl Processing /wheel/smmap-4.0.0-py2.py3-none-any.whl Building wheels for collected packages: PyYAML Building wheel for PyYAML (setup.py): started Building wheel for PyYAML (setup.py): finished with status 'done' Created wheel for PyYAML: filename=PyYAML-5.3.1-cp39-cp39-linux_x86_64.whl size=44618 sha256=a3aef8a71d295264670170a99997fd859b094da2e9b24682bdd1070e1ace6e94 Stored in directory: /root/.cache/pip/wheels/5d/03/e9/7f1036250bbd2218ad6a75f0e8e2fc632f0951b332a2032948 Successfully built PyYAML Installing collected packages: smmap, MarkupSafe, gitdb, PyYAML, jinja2, GitPython, truffleHog3 Successfully installed GitPython-3.1.0 MarkupSafe-1.1.1 PyYAML-5.3.1 gitdb-4.0.7 jinja2-2.11.1 smmap-4.0.0 truffleHog3-2.0.4 Looking in links: /wheel/ Requirement already satisfied: PyYAML in /usr/local/lib/python3.9/site-packages (5.3.1) Processing /wheel/PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl Requirement already satisfied: Jinja2 in /usr/local/lib/python3.9/site-packages (2.11.1) Processing /wheel/Jinja2-2.11.3-py2.py3-none-any.whl Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python3.9/site-packages (from Jinja2) (1.1.1) Installing collected packages: PyYAML, Jinja2 Attempting uninstall: PyYAML Found existing installation: PyYAML 5.3.1 Uninstalling PyYAML-5.3.1: Successfully uninstalled PyYAML-5.3.1 Attempting uninstall: Jinja2 Found existing installation: Jinja2 2.11.1 Uninstalling Jinja2-2.11.1: Successfully uninstalled Jinja2-2.11.1 Successfully installed Jinja2-2.11.3 PyYAML-5.4.1 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. trufflehog3 2.0.4 requires jinja2==2.11.1, but you have jinja2 2.11.3 which is incompatible. trufflehog3 2.0.4 requires PyYAML==5.3.1, but you have pyyaml 5.4.1 which is incompatible. STEP 5: FROM registry1.dso.mil/ironbank/opensource/python/python39:3.9.2 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 78 kB/s | 778 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 525 kB/s | 5.2 MB 00:10 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.4 kB/s | 14 kB 00:10 Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Upgrading: crypto-policies noarch 20210209-1.gitbfb6bed.el8_3 ubi-8-baseos 62 k crypto-policies-scripts noarch 20210209-1.gitbfb6bed.el8_3 ubi-8-baseos 67 k file-libs x86_64 5.33-16.el8_3.1 ubi-8-baseos 543 k openssl-libs x86_64 1:1.1.1g-15.el8_3 ubi-8-baseos 1.5 M systemd x86_64 239-41.el8_3.2 ubi-8-baseos 3.5 M systemd-libs x86_64 239-41.el8_3.2 ubi-8-baseos 1.1 M systemd-pam x86_64 239-41.el8_3.2 ubi-8-baseos 456 k zlib x86_64 1.2.11-16.2.el8_3 ubi-8-baseos 102 k Installing dependencies: openssl x86_64 1:1.1.1g-15.el8_3 ubi-8-baseos 707 k xkeyboard-config noarch 2.28-1.el8 ubi-8-appstream 782 k Installing weak dependencies: diffutils x86_64 3.6-6.el8 ubi-8-baseos 359 k libxkbcommon x86_64 0.9.1-1.el8 ubi-8-appstream 116 k openssl-pkcs11 x86_64 0.4.10-2.el8 ubi-8-baseos 66 k Transaction Summary ================================================================================ Install 5 Packages Upgrade 8 Packages Total download size: 9.2 M Downloading Packages: [MIRROR] openssl-1.1.1g-15.el8_3.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/openssl-1.1.1g-15.el8_3.x86_64.rpm [Connection timed out after 5000 milliseconds] [MIRROR] openssl-pkcs11-0.4.10-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/o/openssl-pkcs11-0.4.10-2.el8.x86_64.rpm [Connection timed out after 5000 milliseconds] [MIRROR] diffutils-3.6-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/d/diffutils-3.6-6.el8.x86_64.rpm [Connection timed out after 5000 milliseconds] (1/13): openssl-pkcs11-0.4.10-2.el8.x86_64.rpm 13 kB/s | 66 kB 00:05 (2/13): diffutils-3.6-6.el8.x86_64.rpm 72 kB/s | 359 kB 00:05 (3/13): openssl-1.1.1g-15.el8_3.x86_64.rpm 141 kB/s | 707 kB 00:05 (4/13): systemd-pam-239-41.el8_3.2.x86_64.rpm 46 MB/s | 456 kB 00:00 (5/13): crypto-policies-20210209-1.gitbfb6bed.e 16 MB/s | 62 kB 00:00 (6/13): crypto-policies-scripts-20210209-1.gitb 21 MB/s | 67 kB 00:00 (7/13): systemd-239-41.el8_3.2.x86_64.rpm 78 MB/s | 3.5 MB 00:00 (8/13): file-libs-5.33-16.el8_3.1.x86_64.rpm 76 MB/s | 543 kB 00:00 (9/13): zlib-1.2.11-16.2.el8_3.x86_64.rpm 36 MB/s | 102 kB 00:00 (10/13): systemd-libs-239-41.el8_3.2.x86_64.rpm 91 MB/s | 1.1 MB 00:00 (11/13): openssl-libs-1.1.1g-15.el8_3.x86_64.rp 96 MB/s | 1.5 MB 00:00 [MIRROR] libxkbcommon-0.9.1-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/appstream/os/Packages/l/libxkbcommon-0.9.1-1.el8.x86_64.rpm [Connection timed out after 5000 milliseconds] (12/13): libxkbcommon-0.9.1-1.el8.x86_64.rpm 23 kB/s | 116 kB 00:05 [MIRROR] xkeyboard-config-2.28-1.el8.noarch.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/x/xkeyboard-config-2.28-1.el8.noarch.rpm [Connection timed out after 5000 milliseconds] (13/13): xkeyboard-config-2.28-1.el8.noarch.rpm 156 kB/s | 782 kB 00:05 -------------------------------------------------------------------------------- Total 945 kB/s | 9.2 MB 00:10 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Running scriptlet: zlib-1.2.11-16.2.el8_3.x86_64 1/1 Upgrading : zlib-1.2.11-16.2.el8_3.x86_64 1/21 Upgrading : crypto-policies-scripts-20210209-1.gitbfb6bed.el8_ 2/21 Upgrading : crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch 3/21 Running scriptlet: crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch 3/21 Upgrading : openssl-libs-1:1.1.1g-15.el8_3.x86_64 4/21 Running scriptlet: openssl-libs-1:1.1.1g-15.el8_3.x86_64 4/21 Installing : openssl-1:1.1.1g-15.el8_3.x86_64 5/21 Installing : openssl-pkcs11-0.4.10-2.el8.x86_64 6/21 Upgrading : systemd-libs-239-41.el8_3.2.x86_64 7/21 Running scriptlet: systemd-libs-239-41.el8_3.2.x86_64 7/21 Installing : xkeyboard-config-2.28-1.el8.noarch 8/21 Installing : libxkbcommon-0.9.1-1.el8.x86_64 9/21 Installing : diffutils-3.6-6.el8.x86_64 10/21 Running scriptlet: diffutils-3.6-6.el8.x86_64 10/21 Upgrading : systemd-pam-239-41.el8_3.2.x86_64 11/21 Running scriptlet: systemd-239-41.el8_3.2.x86_64 12/21 Upgrading : systemd-239-41.el8_3.2.x86_64 12/21 Running scriptlet: systemd-239-41.el8_3.2.x86_64 12/21 Upgrading : file-libs-5.33-16.el8_3.1.x86_64 13/21 Cleanup : openssl-libs-1:1.1.1g-12.el8_3.x86_64 14/21 Running scriptlet: openssl-libs-1:1.1.1g-12.el8_3.x86_64 14/21 Cleanup : crypto-policies-20200713-1.git51d1222.el8.noarch 15/21 Cleanup : file-libs-5.33-16.el8.x86_64 16/21 Cleanup : systemd-pam-239-41.el8_3.1.x86_64 17/21 Cleanup : crypto-policies-scripts-20200713-1.git51d1222.el8. 18/21 Running scriptlet: systemd-239-41.el8_3.1.x86_64 19/21 Cleanup : systemd-239-41.el8_3.1.x86_64 19/21 Cleanup : zlib-1.2.11-16.el8_2.x86_64 20/21 Cleanup : systemd-libs-239-41.el8_3.1.x86_64 21/21 Running scriptlet: crypto-policies-scripts-20210209-1.gitbfb6bed.el8_ 21/21 Running scriptlet: systemd-libs-239-41.el8_3.1.x86_64 21/21 Running scriptlet: systemd-239-41.el8_3.2.x86_64 21/21 Verifying : openssl-1:1.1.1g-15.el8_3.x86_64 1/21 Verifying : openssl-pkcs11-0.4.10-2.el8.x86_64 2/21 Verifying : diffutils-3.6-6.el8.x86_64 3/21 Verifying : libxkbcommon-0.9.1-1.el8.x86_64 4/21 Verifying : xkeyboard-config-2.28-1.el8.noarch 5/21 Verifying : systemd-pam-239-41.el8_3.2.x86_64 6/21 Verifying : systemd-pam-239-41.el8_3.1.x86_64 7/21 Verifying : crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch 8/21 Verifying : crypto-policies-20200713-1.git51d1222.el8.noarch 9/21 Verifying : crypto-policies-scripts-20210209-1.gitbfb6bed.el8_ 10/21 Verifying : crypto-policies-scripts-20200713-1.git51d1222.el8. 11/21 Verifying : systemd-239-41.el8_3.2.x86_64 12/21 Verifying : systemd-239-41.el8_3.1.x86_64 13/21 Verifying : file-libs-5.33-16.el8_3.1.x86_64 14/21 Verifying : file-libs-5.33-16.el8.x86_64 15/21 Verifying : zlib-1.2.11-16.2.el8_3.x86_64 16/21 Verifying : zlib-1.2.11-16.el8_2.x86_64 17/21 Verifying : systemd-libs-239-41.el8_3.2.x86_64 18/21 Verifying : systemd-libs-239-41.el8_3.1.x86_64 19/21 Verifying : openssl-libs-1:1.1.1g-15.el8_3.x86_64 20/21 Verifying : openssl-libs-1:1.1.1g-12.el8_3.x86_64 21/21 Installed products updated. Upgraded: crypto-policies-20210209-1.gitbfb6bed.el8_3.noarch crypto-policies-scripts-20210209-1.gitbfb6bed.el8_3.noarch file-libs-5.33-16.el8_3.1.x86_64 openssl-libs-1:1.1.1g-15.el8_3.x86_64 systemd-239-41.el8_3.2.x86_64 systemd-libs-239-41.el8_3.2.x86_64 systemd-pam-239-41.el8_3.2.x86_64 zlib-1.2.11-16.2.el8_3.x86_64 Installed: diffutils-3.6-6.el8.x86_64 libxkbcommon-0.9.1-1.el8.x86_64 openssl-1:1.1.1g-15.el8_3.x86_64 openssl-pkcs11-0.4.10-2.el8.x86_64 xkeyboard-config-2.28-1.el8.noarch Complete! Last metadata expiration check: 0:00:13 ago on Fri Apr 9 15:47:48 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-5.el8 ubi-8-baseos 520 k openssh-clients x86_64 8.0p1-5.el8 ubi-8-baseos 666 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-417.el8_3 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-417.el8_3 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-417.el8_3 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-417.el8_3 ubi-8-baseos 1.6 M perl-macros x86_64 4:5.26.3-417.el8_3 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 54 Packages Total download size: 24 M Installed size: 90 M Downloading Packages: [MIRROR] ncurses-6.1-7.20180224.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/n/ncurses-6.1-7.20180224.el8.x86_64.rpm [Connection timed out after 5000 milliseconds] [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 [Connection timed out after 5000 milliseconds] [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 [Connection timed out after 5000 milliseconds] (1/54): perl-threads-2.21-2.el8.x86_64.rpm 12 kB/s | 61 kB 00:05 (2/54): perl-Pod-Perldoc-3.28-396.el8.noarch.rp 18 kB/s | 88 kB 00:05 (3/54): perl-Term-Cap-1.17-395.el8.noarch.rpm 9.1 MB/s | 23 kB 00:00 (4/54): ncurses-6.1-7.20180224.el8.x86_64.rpm 77 kB/s | 387 kB 00:05 (5/54): perl-Pod-Escapes-1.07-395.el8.noarch.rp 4.6 MB/s | 20 kB 00:00 (6/54): emacs-filesystem-26.1-5.el8.noarch.rpm 21 MB/s | 69 kB 00:00 (7/54): perl-Scalar-List-Utils-1.49-2.el8.x86_6 21 MB/s | 68 kB 00:00 (8/54): perl-podlators-4.11-1.el8.noarch.rpm 30 MB/s | 118 kB 00:00 (9/54): perl-MIME-Base64-3.15-396.el8.x86_64.rp 14 MB/s | 31 kB 00:00 (10/54): less-530-1.el8.x86_64.rpm 38 MB/s | 164 kB 00:00 (11/54): perl-threads-shared-1.58-2.el8.x86_64. 18 MB/s | 48 kB 00:00 (12/54): perl-Encode-2.97-3.el8.x86_64.rpm 53 MB/s | 1.5 MB 00:00 (13/54): perl-Term-ANSIColor-4.06-396.el8.noarc 5.7 MB/s | 46 kB 00:00 (14/54): perl-Getopt-Long-2.50-4.el8.noarch.rpm 22 MB/s | 63 kB 00:00 (15/54): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm 18 MB/s | 58 kB 00:00 (16/54): libedit-3.1-23.20170329cvs.el8.x86_64. 30 MB/s | 102 kB 00:00 (17/54): perl-Carp-1.42-396.el8.noarch.rpm 10 MB/s | 30 kB 00:00 (18/54): perl-File-Path-2.15-2.el8.noarch.rpm 13 MB/s | 38 kB 00:00 (19/54): perl-Unicode-Normalize-1.25-396.el8.x8 23 MB/s | 82 kB 00:00 (20/54): perl-Exporter-5.72-396.el8.noarch.rpm 15 MB/s | 34 kB 00:00 (21/54): perl-parent-0.237-1.el8.noarch.rpm 9.7 MB/s | 20 kB 00:00 (22/54): perl-Storable-3.11-3.el8.x86_64.rpm 28 MB/s | 98 kB 00:00 (23/54): perl-IO-1.38-417.el8_3.x86_64.rpm 31 MB/s | 142 kB 00:00 (24/54): perl-PathTools-3.74-1.el8.x86_64.rpm 27 MB/s | 90 kB 00:00 (25/54): perl-Data-Dumper-2.167-399.el8.x86_64. 20 MB/s | 58 kB 00:00 (26/54): perl-constant-1.33-396.el8.noarch.rpm 12 MB/s | 25 kB 00:00 (27/54): perl-File-Temp-0.230.600-1.el8.noarch. 24 MB/s | 63 kB 00:00 (28/54): perl-Errno-1.28-417.el8_3.x86_64.rpm 25 MB/s | 76 kB 00:00 (29/54): perl-Text-ParseWords-3.30-395.el8.noar 8.1 MB/s | 18 kB 00:00 (30/54): perl-Time-Local-1.280-1.el8.noarch.rpm 14 MB/s | 34 kB 00:00 (31/54): perl-Socket-2.027-3.el8.x86_64.rpm 20 MB/s | 59 kB 00:00 (32/54): perl-Pod-Usage-1.69-395.el8.noarch.rpm 15 MB/s | 34 kB 00:00 (33/54): perl-macros-5.26.3-417.el8_3.x86_64.rp 27 MB/s | 72 kB 00:00 (34/54): perl-interpreter-5.26.3-417.el8_3.x86_ 66 MB/s | 6.3 MB 00:00 (35/54): perl-libs-5.26.3-417.el8_3.x86_64.rpm 34 MB/s | 1.6 MB 00:00 (36/54): openssh-clients-8.0p1-5.el8.x86_64.rpm 43 MB/s | 666 kB 00:00 (37/54): perl-Pod-Simple-3.35-395.el8.noarch.rp 31 MB/s | 213 kB 00:00 (38/54): groff-base-1.22.3-18.el8.x86_64.rpm 23 MB/s | 1.0 MB 00:00 (39/54): perl-Text-Tabs+Wrap-2013.0523-395.el8. 5.5 MB/s | 24 kB 00:00 (40/54): openssh-8.0p1-5.el8.x86_64.rpm 49 MB/s | 520 kB 00:00 [MIRROR] perl-IO-Socket-IP-0.39-5.el8.noarch.rpm: Curl error (28): Timeout was reached 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 [Connection timed out after 5000 milliseconds] [MIRROR] perl-URI-1.73-3.el8.noarch.rpm: Curl error (28): Timeout was reached 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 [Connection timed out after 5000 milliseconds] [MIRROR] perl-libnet-3.11-3.el8.noarch.rpm: Curl error (28): Timeout was reached for https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/appstream/os/Packages/p/perl-libnet-3.11-3.el8.noarch.rpm [Connection timed out after 5000 milliseconds] (41/54): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 9.4 kB/s | 47 kB 00:05 (42/54): perl-URI-1.73-3.el8.noarch.rpm 23 kB/s | 116 kB 00:05 (43/54): perl-TermReadKey-2.37-7.el8.x86_64.rpm 12 MB/s | 40 kB 00:00 (44/54): perl-libnet-3.11-3.el8.noarch.rpm 24 kB/s | 121 kB 00:05 (45/54): perl-Error-0.17025-2.el8.noarch.rpm 13 MB/s | 46 kB 00:00 (46/54): perl-Digest-MD5-2.55-396.el8.x86_64.rp 12 MB/s | 37 kB 00:00 (47/54): perl-Digest-1.17-395.el8.noarch.rpm 12 MB/s | 27 kB 00:00 (48/54): perl-Git-2.27.0-1.el8.noarch.rpm 19 MB/s | 78 kB 00:00 (49/54): perl-Net-SSLeay-1.88-1.module+el8.3.0+ 32 MB/s | 379 kB 00:00 (50/54): perl-IO-Socket-SSL-2.066-4.module+el8. 34 MB/s | 298 kB 00:00 (51/54): perl-Mozilla-CA-20160104-7.module+el8. 7.5 MB/s | 15 kB 00:00 (52/54): git-2.27.0-1.el8.x86_64.rpm 29 MB/s | 164 kB 00:00 (53/54): git-core-doc-2.27.0-1.el8.noarch.rpm 49 MB/s | 2.5 MB 00:00 (54/54): git-core-2.27.0-1.el8.x86_64.rpm 70 MB/s | 5.7 MB 00:00 -------------------------------------------------------------------------------- Total 2.3 MB/s | 24 MB 00:10 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : perl-Exporter-5.72-396.el8.noarch 1/54 Installing : perl-libs-4:5.26.3-417.el8_3.x86_64 2/54 Installing : perl-Carp-1.42-396.el8.noarch 3/54 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 4/54 Installing : perl-parent-1:0.237-1.el8.noarch 5/54 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 6/54 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 7/54 Installing : perl-macros-4:5.26.3-417.el8_3.x86_64 8/54 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 9/54 Installing : perl-constant-1.33-396.el8.noarch 10/54 Installing : perl-File-Path-2.15-2.el8.noarch 11/54 Installing : perl-PathTools-3.74-1.el8.x86_64 12/54 Installing : perl-Errno-1.28-417.el8_3.x86_64 13/54 Installing : perl-IO-1.38-417.el8_3.x86_64 14/54 Installing : perl-Socket-4:2.027-3.el8.x86_64 15/54 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 16/54 Installing : perl-interpreter-4:5.26.3-417.el8_3.x86_64 17/54 Installing : perl-threads-1:2.21-2.el8.x86_64 18/54 Installing : perl-threads-shared-1.58-2.el8.x86_64 19/54 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 20/54 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 21/54 Installing : perl-Time-Local-1:1.280-1.el8.noarch 22/54 Installing : perl-File-Temp-0.230.600-1.el8.noarch 23/54 Installing : perl-Digest-1.17-395.el8.noarch 24/54 Installing : perl-Digest-MD5-2.55-396.el8.x86_64 25/54 Installing : perl-Net-SSLeay-1.88-1.module+el8.3.0+6446+594cad7 26/54 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 27/54 Installing : perl-Storable-1:3.11-3.el8.x86_64 28/54 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 29/54 Installing : perl-TermReadKey-2.37-7.el8.x86_64 30/54 Installing : perl-Error-1:0.17025-2.el8.noarch 31/54 Installing : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9ee 32/54 Running scriptlet: openssh-8.0p1-5.el8.x86_64 33/54 Installing : openssh-8.0p1-5.el8.x86_64 33/54 Installing : groff-base-1.22.3-18.el8.x86_64 34/54 Installing : libedit-3.1-23.20170329cvs.el8.x86_64 35/54 Installing : openssh-clients-8.0p1-5.el8.x86_64 36/54 Installing : less-530-1.el8.x86_64 37/54 Installing : git-core-2.27.0-1.el8.x86_64 38/54 Installing : git-core-doc-2.27.0-1.el8.noarch 39/54 Installing : emacs-filesystem-1:26.1-5.el8.noarch 40/54 Installing : ncurses-6.1-7.20180224.el8.x86_64 41/54 Installing : perl-Term-Cap-1.17-395.el8.noarch 42/54 Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 43/54 Installing : perl-libnet-3.11-3.el8.noarch 44/54 Installing : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594 45/54 Installing : perl-URI-1.73-3.el8.noarch 46/54 Installing : perl-Encode-4:2.97-3.el8.x86_64 47/54 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 48/54 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 49/54 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 50/54 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 51/54 Installing : perl-podlators-4.11-1.el8.noarch 52/54 Installing : perl-Git-2.27.0-1.el8.noarch 53/54 Installing : git-2.27.0-1.el8.x86_64 54/54 Running scriptlet: git-2.27.0-1.el8.x86_64 54/54 Verifying : ncurses-6.1-7.20180224.el8.x86_64 1/54 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 2/54 Verifying : perl-threads-1:2.21-2.el8.x86_64 3/54 Verifying : perl-Term-Cap-1.17-395.el8.noarch 4/54 Verifying : perl-interpreter-4:5.26.3-417.el8_3.x86_64 5/54 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 6/54 Verifying : emacs-filesystem-1:26.1-5.el8.noarch 7/54 Verifying : perl-Encode-4:2.97-3.el8.x86_64 8/54 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 9/54 Verifying : perl-podlators-4.11-1.el8.noarch 10/54 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 11/54 Verifying : less-530-1.el8.x86_64 12/54 Verifying : perl-threads-shared-1.58-2.el8.x86_64 13/54 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 14/54 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 15/54 Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 16/54 Verifying : libedit-3.1-23.20170329cvs.el8.x86_64 17/54 Verifying : perl-Carp-1.42-396.el8.noarch 18/54 Verifying : perl-File-Path-2.15-2.el8.noarch 19/54 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 20/54 Verifying : perl-Exporter-5.72-396.el8.noarch 21/54 Verifying : perl-parent-1:0.237-1.el8.noarch 22/54 Verifying : perl-Storable-1:3.11-3.el8.x86_64 23/54 Verifying : perl-IO-1.38-417.el8_3.x86_64 24/54 Verifying : perl-PathTools-3.74-1.el8.x86_64 25/54 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 26/54 Verifying : perl-constant-1.33-396.el8.noarch 27/54 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 28/54 Verifying : perl-Errno-1.28-417.el8_3.x86_64 29/54 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 30/54 Verifying : perl-libs-4:5.26.3-417.el8_3.x86_64 31/54 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 32/54 Verifying : perl-Socket-4:2.027-3.el8.x86_64 33/54 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 34/54 Verifying : perl-macros-4:5.26.3-417.el8_3.x86_64 35/54 Verifying : groff-base-1.22.3-18.el8.x86_64 36/54 Verifying : openssh-clients-8.0p1-5.el8.x86_64 37/54 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 38/54 Verifying : openssh-8.0p1-5.el8.x86_64 39/54 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 40/54 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 41/54 Verifying : perl-URI-1.73-3.el8.noarch 42/54 Verifying : perl-libnet-3.11-3.el8.noarch 43/54 Verifying : perl-TermReadKey-2.37-7.el8.x86_64 44/54 Verifying : perl-Error-1:0.17025-2.el8.noarch 45/54 Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 46/54 Verifying : perl-Digest-1.17-395.el8.noarch 47/54 Verifying : git-core-2.27.0-1.el8.x86_64 48/54 Verifying : perl-Git-2.27.0-1.el8.noarch 49/54 Verifying : perl-Net-SSLeay-1.88-1.module+el8.3.0+6446+594cad7 50/54 Verifying : git-core-doc-2.27.0-1.el8.noarch 51/54 Verifying : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594 52/54 Verifying : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9ee 53/54 Verifying : git-2.27.0-1.el8.x86_64 54/54 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-5.el8.x86_64 openssh-clients-8.0p1-5.el8.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-417.el8_3.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-417.el8_3.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-417.el8_3.x86_64 perl-libnet-3.11-3.el8.noarch perl-libs-4:5.26.3-417.el8_3.x86_64 perl-macros-4:5.26.3-417.el8_3.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: ENTRYPOINT ["trufflehog3"] STEP 13: CMD ["-h"] STEP 14: COMMIT registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3 Getting image source signatures Copying blob sha256:72e7d306c279696257fb1796dac29d887127c53479403f8687d3aa4c560edff2 Copying blob sha256:9624be4353eb5540a948608d314a5690c6a0b841aa04979810b61fd190e04769 Copying blob sha256:938fabf6b82791991965eb81f68b71449d32812cdf709e9f76f5881d7f6ae5b3 Copying blob sha256:8a2cb5f11f5385cf9930c1a1daff9b1ab85199fc283f20148cc616eb28078ff7 Copying blob sha256:18410acd2f2bf955b0d42ee5c6c801c66bff77384b44a495d2a640fed7dfd381 Copying config sha256:9b140a4e36b6c080a3ef00fa6a651b3409a62fa85876579081995ad221ca763b Writing manifest to image destination Storing signatures --> 9b140a4e36b 9b140a4e36b6c080a3ef00fa6a651b3409a62fa85876579081995ad221ca763b + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3 registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:214904 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:214904 Getting image source signatures Copying blob sha256:18410acd2f2bf955b0d42ee5c6c801c66bff77384b44a495d2a640fed7dfd381 Copying blob sha256:938fabf6b82791991965eb81f68b71449d32812cdf709e9f76f5881d7f6ae5b3 Copying blob sha256:9624be4353eb5540a948608d314a5690c6a0b841aa04979810b61fd190e04769 Copying blob sha256:8a2cb5f11f5385cf9930c1a1daff9b1ab85199fc283f20148cc616eb28078ff7 Copying blob sha256:72e7d306c279696257fb1796dac29d887127c53479403f8687d3aa4c560edff2 Copying config sha256:9b140a4e36b6c080a3ef00fa6a651b3409a62fa85876579081995ad221ca763b 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/trufflehog/trufflehog3 registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:2.0.4 Read the tags + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:2.0.4 Getting image source signatures Copying blob sha256:9624be4353eb5540a948608d314a5690c6a0b841aa04979810b61fd190e04769 Copying blob sha256:72e7d306c279696257fb1796dac29d887127c53479403f8687d3aa4c560edff2 Copying blob sha256:18410acd2f2bf955b0d42ee5c6c801c66bff77384b44a495d2a640fed7dfd381 Copying blob sha256:8a2cb5f11f5385cf9930c1a1daff9b1ab85199fc283f20148cc616eb28078ff7 Copying blob sha256:938fabf6b82791991965eb81f68b71449d32812cdf709e9f76f5881d7f6ae5b3 Copying config sha256:9b140a4e36b6c080a3ef00fa6a651b3409a62fa85876579081995ad221ca763b 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:18410acd2f2bf955b0d42ee5c6c801c66bff77384b44a495d2a640fed7dfd381 Copying blob sha256:9624be4353eb5540a948608d314a5690c6a0b841aa04979810b61fd190e04769 Copying blob sha256:72e7d306c279696257fb1796dac29d887127c53479403f8687d3aa4c560edff2 Copying blob sha256:8a2cb5f11f5385cf9930c1a1daff9b1ab85199fc283f20148cc616eb28078ff7 Copying blob sha256:938fabf6b82791991965eb81f68b71449d32812cdf709e9f76f5881d7f6ae5b3 Copying config sha256:9b140a4e36b6c080a3ef00fa6a651b3409a62fa85876579081995ad221ca763b Writing manifest to image destination Storing signatures + IFS= + read -r tag + skopeo copy --src-authfile staging_auth.json docker://registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:214904 docker-archive:ci-artifacts/build/truffelhog3-214904.tar Getting image source signatures Copying blob sha256:88afac75a7738cf4e403f8c2234207477781e19950ae6b21f1fee762a0c2c2bd Copying blob sha256:d2320253299952d6acf67a183191a320661feeec9a7c4f1cb5107ab23cef7d8e Copying blob sha256:4bf3daeeb2452a752f39d2285cc02dcbbc57ccb3918c51196bfcaf5303e90b41 Copying blob sha256:7214d850f807d65c449e048ff6bf039ac7c5661ba7bae14fb453d83d42682f5d Copying blob sha256:567c728143070a79879d036ac807434397b4bd322f0ac3aaf45cb9522ebe287c Copying config sha256:9b140a4e36b6c080a3ef00fa6a651b3409a62fa85876579081995ad221ca763b Writing manifest to image destination Storing signatures ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3 --format '{{.Id}}' time="2021-04-09T15:48:57Z" level=warning msg="Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd/kubepods/burstable/pod67a0ad5e-c1d5-4bfe-a991-664dc817b37b/7f96a34dbf18b1855f6975e6b98e271d80328192b784def7cc2a270c2270b34a: no such file or directory" + IMAGE_ID=sha256:9b140a4e36b6c080a3ef00fa6a651b3409a62fa85876579081995ad221ca763b + echo IMAGE_ID=sha256:9b140a4e36b6c080a3ef00fa6a651b3409a62fa85876579081995ad221ca763b ++ sha256sum ci-artifacts/build/truffelhog3-214904.tar ++ grep -E '^[a-zA-Z0-9]+' -o + IMAGE_TAR_SHA=6d97fcd6ae51e8b55a269ccab8bc385207cf0e57db061b8c12d6cdbcd52f9b82 + echo IMAGE_TAR_SHA=6d97fcd6ae51e8b55a269ccab8bc385207cf0e57db061b8c12d6cdbcd52f9b82 + IMAGE_PODMAN_SHA=sha256:b3d3a4cc8e9919f4d9efbf3dff6f4df07c6280894edf5f845f07635754d8ebcb + echo IMAGE_PODMAN_SHA=sha256:b3d3a4cc8e9919f4d9efbf3dff6f4df07c6280894edf5f845f07635754d8ebcb + echo IMAGE_FILE=truffelhog3-214904 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/trufflehog/trufflehog3:214904 + echo IM_NAME=opensource/trufflehog/trufflehog3 section_end:1617983339:step_script section_start:1617983339:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... ci-artifacts/build/: found 3 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=2664347 responseStatus=201 Created token=A8soWKJC Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=2664347 responseStatus=201 Created token=A8soWKJC section_end:1617983360:upload_artifacts_on_success section_start:1617983360:cleanup_file_variables Cleaning up file based variables section_end:1617983360:cleanup_file_variables Job succeeded