Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1630599814:resolve_secrets Resolving secrets section_end:1630599814:resolve_secrets section_start:1630599814:prepare_executor Preparing the "kubernetes" executor Using Kubernetes namespace: gitlab-runner-ironbank-dsop WARNING: Pulling GitLab Runner helper image from Docker Hub. Helper image is migrating to registry.gitlab.com, for more information see https://docs.gitlab.com/runner/configuration/advanced-configuration.html#migrating-helper-image-to-registrygitlabcom Using Kubernetes executor with image registry1.dso.mil/ironbank/ironbank-pipelines/rootless-podman:0.2 ... section_end:1630599814:prepare_executor section_start:1630599814:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-3746-concurrent-0r68hk to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-3746-concurrent-0r68hk to be running, status is Pending ContainersNotReady: "containers with unready status: [build helper istio-proxy]" ContainersNotReady: "containers with unready status: [build helper istio-proxy]" Running on runner-e82g8rg-project-3746-concurrent-0r68hk via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1630599820:prepare_script section_start:1630599820:get_sources Getting source from Git repository $ until [ $(curl --fail --silent --output /dev/stderr --write-out "%{http_code}" localhost:15020/healthz/ready) -eq 200 ]; do echo Waiting for Sidecar; sleep 3 ; done ; echo Sidecar available; Sidecar available Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/sonarsource/sonar-scanner-cli/.git/ Created fresh repository. Checking out 8e46d987 as development... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1630599821:get_sources section_start:1630599821:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6182352)... Downloading artifacts from coordinator... ok  id=6182352 responseStatus=200 OK token=cwdVRBgH WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (6182354)... Downloading artifacts from coordinator... ok  id=6182354 responseStatus=200 OK token=ujzkN8rW WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6182349)... Downloading artifacts from coordinator... ok  id=6182349 responseStatus=200 OK token=5troQX4N WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6182353)... Downloading artifacts from coordinator... ok  id=6182353 responseStatus=200 OK token=_GGHAQiZ WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1630599826:download_artifacts section_start:1630599826:step_script Executing "step_script" stage of the job script $ "${PIPELINE_REPO_DIR}/stages/build/build-run.sh" Determine source registry based on branch Load any images used in Dockerfile build loading image ci-artifacts/import-artifacts/images/sonar-scanner-cli-4.6.tar Getting image source signatures Copying blob sha256:d43294b8cef89464ae4e72cc3acec740668879395588613e3a676bd806da6d9b Copying blob sha256:82cceaf4f499dc84ac75b22da9a6de8ea491c72e0c8faf561257183e28e7c695 Copying blob sha256:adee24a33d198f740b4b997d2900070bf400800338bff6c6e190befb9af5ba62 Copying blob sha256:32f366d666a541852cad754ee1cdb53a736110b550f0c2d5a46bc5ba519896b6 Copying blob sha256:1a8f482a2415456c6a88ae5a787ffb59da0eb920595d1cf01a5c5b31208be4f7 Copying config sha256:9df5ed3b39e646a5007b9e807a72051fa2965fff40f0600e73c47ca238bd5ccb Writing manifest to image destination Storing signatures Loaded image(s): localhost/sonar-scanner-cli:4.6 Load HTTP and S3 external resources 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 sonar-scanner-cli:4.6 AS build Getting image source signatures Copying blob sha256:32f366d666a541852cad754ee1cdb53a736110b550f0c2d5a46bc5ba519896b6 Copying blob sha256:82cceaf4f499dc84ac75b22da9a6de8ea491c72e0c8faf561257183e28e7c695 Copying blob sha256:adee24a33d198f740b4b997d2900070bf400800338bff6c6e190befb9af5ba62 Copying blob sha256:1a8f482a2415456c6a88ae5a787ffb59da0eb920595d1cf01a5c5b31208be4f7 Copying blob sha256:d43294b8cef89464ae4e72cc3acec740668879395588613e3a676bd806da6d9b Copying config sha256:fbb361c365df47dec6c572a4fb51db4d8062aa179746c90f81a9dbe7d9ec10f7 Writing manifest to image destination Storing signatures --> fbb361c365d STEP 2: FROM registry1.dso.mil/ironbank/redhat/openjdk/openjdk11:1.11 Trying to pull registry1.dso.mil/ironbank/redhat/openjdk/openjdk11:1.11... Getting image source signatures Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying blob sha256:f9ef3e11f27a19f8a99d2f646f19f402677b52acf3aee977f91721a903463b66 Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:499982720696ca8fe3dab1753a94883398c317307248baf56e23cf7aee9895f0 Copying config sha256:3efd4952fff8dc1743b0588e8d8caea27eea62b16a25ec1d16900800df39cb7c Writing manifest to image destination Storing signatures STEP 3: ARG SONAR_SCANNER_HOME=/opt/sonar-scanner STEP 4: ARG SONAR_SCANNER_VERSION="4.6" STEP 5: ARG UID=1000 STEP 6: ARG GID=1000 STEP 7: ENV HOME=/tmp XDG_CONFIG_HOME=/tmp SONAR_SCANNER_HOME=${SONAR_SCANNER_HOME} SONAR_USER_HOME=${SONAR_SCANNER_HOME}/.sonar PATH=${SONAR_SCANNER_HOME}/bin:${PATH} SRC_PATH=/tmp/src STEP 8: WORKDIR /opt STEP 9: USER root STEP 10: RUN set -ex && groupadd -r -g ${GID} scanner-cli && useradd -r -u ${UID} -g scanner-cli scanner-cli && dnf update -y && dnf module reset nodejs -y && dnf module install nodejs:12 -y && dnf install -y --nodoc git python3 python3-pip nodejs npm && dnf clean all && rm -rf /var/cache/dnf && sed --in-place --expression="s?securerandom.source=file:/dev/random?securerandom.source=file:/dev/urandom?g" "${JAVA_HOME}/conf/security/java.security" && mkdir -p ${SRC_PATH} && chown -R scanner-cli:scanner-cli ${SRC_PATH} && chmod -s /usr/libexec/openssh/ssh-keysign + groupadd -r -g 1000 scanner-cli + useradd -r -u 1000 -g scanner-cli scanner-cli + dnf update -y 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.4 kB/s | 14 kB 00:10 Dependencies resolved. Nothing to do. Complete! + dnf module reset nodejs -y Last metadata expiration check: 0:00:01 ago on Thu Sep 2 16:25:01 2021. Dependencies resolved. Nothing to do. Complete! + dnf module install nodejs:12 -y Last metadata expiration check: 0:00:01 ago on Thu Sep 2 16:25:01 2021. Dependencies resolved. ====================================================================================================== Package Arch Version Repository Size ====================================================================================================== Installing group/module packages: nodejs x86_64 1:12.22.3-2.module+el8.4.0+11732+c668cc9f ubi-8-appstream 10 M npm x86_64 1:6.14.13-1.12.22.3.2.module+el8.4.0+11732+c668cc9f ubi-8-appstream 3.7 M Installing weak dependencies: nodejs-docs noarch 1:12.22.3-2.module+el8.4.0+11732+c668cc9f ubi-8-appstream 4.1 M nodejs-full-i18n x86_64 1:12.22.3-2.module+el8.4.0+11732+c668cc9f ubi-8-appstream 7.5 M Installing module profiles: nodejs/common Enabling module streams: nodejs 12 Transaction Summary ====================================================================================================== Install 4 Packages Total download size: 25 M Installed size: 110 M Downloading Packages: [MIRROR] nodejs-docs-12.22.3-2.module+el8.4.0+11732+c668cc9f.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/n/nodejs-docs-12.22.3-2.module%2bel8.4.0%2b11732%2bc668cc9f.noarch.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] npm-6.14.13-1.12.22.3.2.module+el8.4.0+11732+c668cc9f.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/n/npm-6.14.13-1.12.22.3.2.module%2bel8.4.0%2b11732%2bc668cc9f.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [MIRROR] nodejs-12.22.3-2.module+el8.4.0+11732+c668cc9f.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/n/nodejs-12.22.3-2.module%2bel8.4.0%2b11732%2bc668cc9f.x86_64.rpm [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] (1/4): npm-6.14.13-1.12.22.3.2.module+el8.4.0+1 746 kB/s | 3.7 MB 00:05 (2/4): nodejs-docs-12.22.3-2.module+el8.4.0+117 833 kB/s | 4.1 MB 00:05 (3/4): nodejs-12.22.3-2.module+el8.4.0+11732+c6 2.0 MB/s | 10 MB 00:05 (4/4): nodejs-full-i18n-12.22.3-2.module+el8.4. 133 MB/s | 7.5 MB 00:00 -------------------------------------------------------------------------------- Total 5.0 MB/s | 25 MB 00:05 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Running scriptlet: npm-1:6.14.13-1.12.22.3.2.module+el8.4.0+11732+c668c 1/1 Preparing : 1/1 Installing : nodejs-docs-1:12.22.3-2.module+el8.4.0+11732+c668cc9 1/4 Installing : nodejs-full-i18n-1:12.22.3-2.module+el8.4.0+11732+c6 2/4 Installing : nodejs-1:12.22.3-2.module+el8.4.0+11732+c668cc9f.x86 3/4 Installing : npm-1:6.14.13-1.12.22.3.2.module+el8.4.0+11732+c668c 4/4 Running scriptlet: npm-1:6.14.13-1.12.22.3.2.module+el8.4.0+11732+c668c 4/4 Verifying : nodejs-docs-1:12.22.3-2.module+el8.4.0+11732+c668cc9 1/4 Verifying : npm-1:6.14.13-1.12.22.3.2.module+el8.4.0+11732+c668c 2/4 Verifying : nodejs-1:12.22.3-2.module+el8.4.0+11732+c668cc9f.x86 3/4 Verifying : nodejs-full-i18n-1:12.22.3-2.module+el8.4.0+11732+c6 4/4 Installed products updated. Installed: nodejs-1:12.22.3-2.module+el8.4.0+11732+c668cc9f.x86_64 nodejs-docs-1:12.22.3-2.module+el8.4.0+11732+c668cc9f.noarch nodejs-full-i18n-1:12.22.3-2.module+el8.4.0+11732+c668cc9f.x86_64 npm-1:6.14.13-1.12.22.3.2.module+el8.4.0+11732+c668cc9f.x86_64 Complete! + dnf install -y --nodoc git python3 python3-pip nodejs npm Last metadata expiration check: 0:00:11 ago on Thu Sep 2 16:25:01 2021. Package nodejs-1:12.22.3-2.module+el8.4.0+11732+c668cc9f.x86_64 is already installed. Package npm-1:6.14.13-1.12.22.3.2.module+el8.4.0+11732+c668cc9f.x86_64 is already installed. Dependencies resolved. ================================================================================================ Package Arch Version Repository Size ================================================================================================ Installing: git x86_64 2.27.0-1.el8 ubi-8-appstream 164 k python3-pip noarch 9.0.3-19.el8 ubi-8-appstream 20 k python36 x86_64 3.6.8-2.module+el8.1.0+3334+5cb623d7 ubi-8-appstream 19 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 platform-python-pip noarch 9.0.3-19.el8 ubi-8-baseos 1.7 M python3-setuptools noarch 39.2.0-6.el8 ubi-8-baseos 163 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 python36 3.6 Transaction Summary ================================================================================================ Install 59 Packages Total download size: 26 M Installed size: 98 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] 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 [Operation timed out after 5000 milliseconds with 0 out of 0 bytes received] [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 5000 milliseconds with 0 out of 0 bytes received] (1/59): perl-Pod-Perldoc-3.28-396.el8.noarch.rp 18 kB/s | 88 kB 00:05 (2/59): ncurses-6.1-7.20180224.el8.x86_64.rpm 77 kB/s | 387 kB 00:05 (3/59): perl-threads-2.21-2.el8.x86_64.rpm 29 MB/s | 61 kB 00:00 (4/59): openssh-8.0p1-6.el8_4.2.x86_64.rpm 104 kB/s | 521 kB 00:05 (5/59): perl-Term-Cap-1.17-395.el8.noarch.rpm 7.7 MB/s | 23 kB 00:00 (6/59): perl-Pod-Escapes-1.07-395.el8.noarch.rp 7.6 MB/s | 20 kB 00:00 (7/59): emacs-filesystem-26.1-5.el8.noarch.rpm 24 MB/s | 69 kB 00:00 (8/59): openssl-1.1.1g-15.el8_3.x86_64.rpm 113 MB/s | 707 kB 00:00 (9/59): python3-setuptools-39.2.0-6.el8.noarch. 61 MB/s | 163 kB 00:00 (10/59): perl-macros-5.26.3-419.el8_4.1.x86_64. 22 MB/s | 72 kB 00:00 (11/59): perl-Scalar-List-Utils-1.49-2.el8.x86_ 28 MB/s | 68 kB 00:00 (12/59): perl-Encode-2.97-3.el8.x86_64.rpm 128 MB/s | 1.5 MB 00:00 (13/59): openssh-clients-8.0p1-6.el8_4.2.x86_64 81 MB/s | 667 kB 00:00 (14/59): perl-podlators-4.11-1.el8.noarch.rpm 41 MB/s | 118 kB 00:00 (15/59): perl-MIME-Base64-3.15-396.el8.x86_64.r 15 MB/s | 31 kB 00:00 (16/59): less-530-1.el8.x86_64.rpm 33 MB/s | 164 kB 00:00 (17/59): perl-threads-shared-1.58-2.el8.x86_64. 24 MB/s | 48 kB 00:00 (18/59): perl-Term-ANSIColor-4.06-396.el8.noarc 21 MB/s | 46 kB 00:00 (19/59): perl-Getopt-Long-2.50-4.el8.noarch.rpm 30 MB/s | 63 kB 00:00 (20/59): platform-python-pip-9.0.3-19.el8.noarc 110 MB/s | 1.7 MB 00:00 (21/59): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm 21 MB/s | 58 kB 00:00 (22/59): libedit-3.1-23.20170329cvs.el8.x86_64. 40 MB/s | 102 kB 00:00 (23/59): perl-Carp-1.42-396.el8.noarch.rpm 13 MB/s | 30 kB 00:00 (24/59): perl-File-Path-2.15-2.el8.noarch.rpm 19 MB/s | 38 kB 00:00 (25/59): perl-Unicode-Normalize-1.25-396.el8.x8 32 MB/s | 82 kB 00:00 (26/59): perl-Exporter-5.72-396.el8.noarch.rpm 18 MB/s | 34 kB 00:00 (27/59): perl-parent-0.237-1.el8.noarch.rpm 11 MB/s | 20 kB 00:00 (28/59): perl-Storable-3.11-3.el8.x86_64.rpm 39 MB/s | 98 kB 00:00 (29/59): perl-PathTools-3.74-1.el8.x86_64.rpm 37 MB/s | 90 kB 00:00 (30/59): perl-Data-Dumper-2.167-399.el8.x86_64. 27 MB/s | 58 kB 00:00 (31/59): perl-constant-1.33-396.el8.noarch.rpm 13 MB/s | 25 kB 00:00 (32/59): perl-File-Temp-0.230.600-1.el8.noarch. 29 MB/s | 63 kB 00:00 (33/59): perl-Text-ParseWords-3.30-395.el8.noar 8.6 MB/s | 18 kB 00:00 (34/59): perl-Time-Local-1.280-1.el8.noarch.rpm 17 MB/s | 34 kB 00:00 (35/59): perl-IO-1.38-419.el8_4.1.x86_64.rpm 46 MB/s | 142 kB 00:00 (36/59): perl-interpreter-5.26.3-419.el8_4.1.x8 129 MB/s | 6.3 MB 00:00 (37/59): perl-Pod-Usage-1.69-395.el8.noarch.rpm 4.6 MB/s | 34 kB 00:00 (38/59): perl-Socket-2.027-3.el8.x86_64.rpm 6.9 MB/s | 59 kB 00:00 (39/59): perl-Errno-1.28-419.el8_4.1.x86_64.rpm 25 MB/s | 76 kB 00:00 (40/59): groff-base-1.22.3-18.el8.x86_64.rpm 124 MB/s | 1.0 MB 00:00 (41/59): perl-Pod-Simple-3.35-395.el8.noarch.rp 40 MB/s | 213 kB 00:00 (42/59): perl-Text-Tabs+Wrap-2013.0523-395.el8. 2.6 MB/s | 24 kB 00:00 (43/59): perl-libs-5.26.3-419.el8_4.1.x86_64.rp 56 MB/s | 1.6 MB 00:00 [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-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 ] (44/59): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 9.5 kB/s | 47 kB 00:04 (45/59): perl-URI-1.73-3.el8.noarch.rpm 24 kB/s | 116 kB 00:04 (46/59): perl-Net-SSLeay-1.88-1.module+el8.3.0+ 77 MB/s | 379 kB 00:00 (47/59): perl-Git-2.27.0-1.el8.noarch.rpm 11 MB/s | 78 kB 00:00 (48/59): perl-libnet-3.11-3.el8.noarch.rpm 42 MB/s | 121 kB 00:00 (49/59): python36-3.6.8-2.module+el8.1.0+3334+5 7.1 MB/s | 19 kB 00:00 (50/59): perl-TermReadKey-2.37-7.el8.x86_64.rpm 18 MB/s | 40 kB 00:00 (51/59): perl-Error-0.17025-2.el8.noarch.rpm 19 MB/s | 46 kB 00:00 (52/59): python3-pip-9.0.3-19.el8.noarch.rpm 10 MB/s | 20 kB 00:00 (53/59): perl-Digest-MD5-2.55-396.el8.x86_64.rp 19 MB/s | 37 kB 00:00 (54/59): perl-IO-Socket-SSL-2.066-4.module+el8. 70 MB/s | 298 kB 00:00 (55/59): perl-Mozilla-CA-20160104-7.module+el8. 8.3 MB/s | 15 kB 00:00 (56/59): git-2.27.0-1.el8.x86_64.rpm 54 MB/s | 164 kB 00:00 (57/59): perl-Digest-1.17-395.el8.noarch.rpm 15 MB/s | 27 kB 00:00 (58/59): git-core-doc-2.27.0-1.el8.noarch.rpm 139 MB/s | 2.5 MB 00:00 (59/59): git-core-2.27.0-1.el8.x86_64.rpm 1.1 MB/s | 5.7 MB 00:04 -------------------------------------------------------------------------------- Total 2.6 MB/s | 26 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/59 Installing : libedit-3.1-23.20170329cvs.el8.x86_64 2/59 Installing : less-530-1.el8.x86_64 3/59 Installing : platform-python-pip-9.0.3-19.el8.noarch 4/59 Installing : python3-setuptools-39.2.0-6.el8.noarch 5/59 Installing : python3-pip-9.0.3-19.el8.noarch 6/59 Installing : python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_ 7/59 Running scriptlet: python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_ 7/59 Installing : emacs-filesystem-1:26.1-5.el8.noarch 8/59 Installing : openssl-1:1.1.1g-15.el8_3.x86_64 9/59 Installing : ncurses-6.1-7.20180224.el8.x86_64 10/59 Installing : perl-Digest-1.17-395.el8.noarch 11/59 Installing : perl-Digest-MD5-2.55-396.el8.x86_64 12/59 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 13/59 Installing : perl-libnet-3.11-3.el8.noarch 14/59 Installing : perl-Net-SSLeay-1.88-1.module+el8.3.0+6446+594cad7 15/59 Installing : perl-URI-1.73-3.el8.noarch 16/59 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 17/59 Installing : perl-Time-Local-1:1.280-1.el8.noarch 18/59 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 19/59 Installing : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9ee 20/59 Installing : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594 21/59 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 22/59 Installing : perl-File-Temp-0.230.600-1.el8.noarch 23/59 Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 24/59 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 25/59 Installing : perl-Term-Cap-1.17-395.el8.noarch 26/59 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 27/59 Installing : perl-podlators-4.11-1.el8.noarch 28/59 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 29/59 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 30/59 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 31/59 Installing : perl-Storable-1:3.11-3.el8.x86_64 32/59 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 33/59 Installing : perl-Socket-4:2.027-3.el8.x86_64 34/59 Installing : perl-Errno-1.28-419.el8_4.1.x86_64 35/59 Installing : perl-Encode-4:2.97-3.el8.x86_64 36/59 Installing : perl-macros-4:5.26.3-419.el8_4.1.x86_64 37/59 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 38/59 Installing : perl-Carp-1.42-396.el8.noarch 39/59 Installing : perl-Exporter-5.72-396.el8.noarch 40/59 Installing : perl-libs-4:5.26.3-419.el8_4.1.x86_64 41/59 Installing : perl-parent-1:0.237-1.el8.noarch 42/59 Installing : perl-threads-shared-1.58-2.el8.x86_64 43/59 Installing : perl-threads-1:2.21-2.el8.x86_64 44/59 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 45/59 Installing : perl-constant-1.33-396.el8.noarch 46/59 Installing : perl-PathTools-3.74-1.el8.x86_64 47/59 Installing : perl-File-Path-2.15-2.el8.noarch 48/59 Installing : perl-IO-1.38-419.el8_4.1.x86_64 49/59 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 50/59 Installing : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64 51/59 Installing : perl-TermReadKey-2.37-7.el8.x86_64 52/59 Installing : perl-Error-1:0.17025-2.el8.noarch 53/59 Running scriptlet: openssh-8.0p1-6.el8_4.2.x86_64 54/59 Installing : openssh-8.0p1-6.el8_4.2.x86_64 54/59 Installing : openssh-clients-8.0p1-6.el8_4.2.x86_64 55/59 Installing : git-core-2.27.0-1.el8.x86_64 56/59 Installing : git-core-doc-2.27.0-1.el8.noarch 57/59 Installing : perl-Git-2.27.0-1.el8.noarch 58/59 Installing : git-2.27.0-1.el8.x86_64 59/59 Running scriptlet: git-2.27.0-1.el8.x86_64 59/59 Verifying : openssh-8.0p1-6.el8_4.2.x86_64 1/59 Verifying : ncurses-6.1-7.20180224.el8.x86_64 2/59 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 3/59 Verifying : perl-threads-1:2.21-2.el8.x86_64 4/59 Verifying : perl-Term-Cap-1.17-395.el8.noarch 5/59 Verifying : openssl-1:1.1.1g-15.el8_3.x86_64 6/59 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 7/59 Verifying : emacs-filesystem-1:26.1-5.el8.noarch 8/59 Verifying : perl-Encode-4:2.97-3.el8.x86_64 9/59 Verifying : python3-setuptools-39.2.0-6.el8.noarch 10/59 Verifying : perl-macros-4:5.26.3-419.el8_4.1.x86_64 11/59 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 12/59 Verifying : openssh-clients-8.0p1-6.el8_4.2.x86_64 13/59 Verifying : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64 14/59 Verifying : perl-podlators-4.11-1.el8.noarch 15/59 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 16/59 Verifying : platform-python-pip-9.0.3-19.el8.noarch 17/59 Verifying : less-530-1.el8.x86_64 18/59 Verifying : perl-threads-shared-1.58-2.el8.x86_64 19/59 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 20/59 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 21/59 Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 22/59 Verifying : libedit-3.1-23.20170329cvs.el8.x86_64 23/59 Verifying : perl-Carp-1.42-396.el8.noarch 24/59 Verifying : perl-File-Path-2.15-2.el8.noarch 25/59 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 26/59 Verifying : perl-Exporter-5.72-396.el8.noarch 27/59 Verifying : perl-parent-1:0.237-1.el8.noarch 28/59 Verifying : perl-Storable-1:3.11-3.el8.x86_64 29/59 Verifying : perl-PathTools-3.74-1.el8.x86_64 30/59 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 31/59 Verifying : perl-constant-1.33-396.el8.noarch 32/59 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 33/59 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 34/59 Verifying : perl-IO-1.38-419.el8_4.1.x86_64 35/59 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 36/59 Verifying : perl-Socket-4:2.027-3.el8.x86_64 37/59 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 38/59 Verifying : groff-base-1.22.3-18.el8.x86_64 39/59 Verifying : perl-libs-4:5.26.3-419.el8_4.1.x86_64 40/59 Verifying : perl-Errno-1.28-419.el8_4.1.x86_64 41/59 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 42/59 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 43/59 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 44/59 Verifying : git-core-2.27.0-1.el8.x86_64 45/59 Verifying : perl-URI-1.73-3.el8.noarch 46/59 Verifying : perl-Git-2.27.0-1.el8.noarch 47/59 Verifying : perl-Net-SSLeay-1.88-1.module+el8.3.0+6446+594cad7 48/59 Verifying : perl-libnet-3.11-3.el8.noarch 49/59 Verifying : python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_ 50/59 Verifying : perl-TermReadKey-2.37-7.el8.x86_64 51/59 Verifying : perl-Error-1:0.17025-2.el8.noarch 52/59 Verifying : python3-pip-9.0.3-19.el8.noarch 53/59 Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 54/59 Verifying : git-core-doc-2.27.0-1.el8.noarch 55/59 Verifying : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594 56/59 Verifying : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9ee 57/59 Verifying : git-2.27.0-1.el8.x86_64 58/59 Verifying : perl-Digest-1.17-395.el8.noarch 59/59 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 platform-python-pip-9.0.3-19.el8.noarch python3-pip-9.0.3-19.el8.noarch python3-setuptools-39.2.0-6.el8.noarch python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 Complete! + dnf clean all 25 files removed + rm -rf /var/cache/dnf + sed --in-place '--expression=s?securerandom.source=file:/dev/random?securerandom.source=file:/dev/urandom?g' /usr/lib/jvm/jre-11-openjdk/conf/security/java.security + mkdir -p /tmp/src + chown -R scanner-cli:scanner-cli /tmp/src + chmod -s /usr/libexec/openssh/ssh-keysign STEP 11: COPY --chown=scanner-cli:scanner-cli --from=build ${SONAR_SCANNER_HOME} ${SONAR_SCANNER_HOME} STEP 12: COPY --chown=scanner-cli:scanner-cli scripts/entrypoint.sh /usr/bin/entrypoint.sh STEP 13: USER scanner-cli STEP 14: WORKDIR ${SRC_PATH} STEP 15: ENTRYPOINT ["/usr/bin/entrypoint.sh"] STEP 16: CMD ["sonar-scanner"] STEP 17: COMMIT registry1.dso.mil/ironbank-staging/sonarsource/sonar-scanner-cli Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:ba0df648399981d4eddac2d7ed153952076b2f1c6dc9bb728dadd8a88a7c5205 Copying blob sha256:201bbf02e4558f24446ad52f06fc71e4bf5cc3615f59fc1749b0a833080c2e50 Copying blob sha256:3215b7ac8476c8c06d594e06f9520a8e49e0ea6bf21e10b810c539e477a31f95 Copying config sha256:2aa568a4d757d913545f3c88a2d7f5a0708d21ace9846d958c10d8deab15b1e9 Writing manifest to image destination Storing signatures --> 2aa568a4d75 Successfully tagged registry1.dso.mil/ironbank-staging/sonarsource/sonar-scanner-cli:latest 2aa568a4d757d913545f3c88a2d7f5a0708d21ace9846d958c10d8deab15b1e9 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/sonarsource/sonar-scanner-cli registry1.dso.mil/ironbank-staging/sonarsource/sonar-scanner-cli:ibci-457614 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/sonarsource/sonar-scanner-cli:ibci-457614 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:ba0df648399981d4eddac2d7ed153952076b2f1c6dc9bb728dadd8a88a7c5205 Copying blob sha256:201bbf02e4558f24446ad52f06fc71e4bf5cc3615f59fc1749b0a833080c2e50 Copying blob sha256:3215b7ac8476c8c06d594e06f9520a8e49e0ea6bf21e10b810c539e477a31f95 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:2aa568a4d757d913545f3c88a2d7f5a0708d21ace9846d958c10d8deab15b1e9 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/sonarsource/sonar-scanner-cli registry1.dso.mil/ironbank-staging/sonarsource/sonar-scanner-cli:4.6 Read the tags + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/sonarsource/sonar-scanner-cli:4.6 Getting image source signatures Copying blob sha256:201bbf02e4558f24446ad52f06fc71e4bf5cc3615f59fc1749b0a833080c2e50 Copying blob sha256:ba0df648399981d4eddac2d7ed153952076b2f1c6dc9bb728dadd8a88a7c5205 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:3215b7ac8476c8c06d594e06f9520a8e49e0ea6bf21e10b810c539e477a31f95 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying config sha256:2aa568a4d757d913545f3c88a2d7f5a0708d21ace9846d958c10d8deab15b1e9 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/sonarsource/sonar-scanner-cli registry1.dso.mil/ironbank-staging/sonarsource/sonar-scanner-cli:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/sonarsource/sonar-scanner-cli:latest Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:ba0df648399981d4eddac2d7ed153952076b2f1c6dc9bb728dadd8a88a7c5205 Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:3215b7ac8476c8c06d594e06f9520a8e49e0ea6bf21e10b810c539e477a31f95 Copying blob sha256:201bbf02e4558f24446ad52f06fc71e4bf5cc3615f59fc1749b0a833080c2e50 Copying config sha256:2aa568a4d757d913545f3c88a2d7f5a0708d21ace9846d958c10d8deab15b1e9 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/sonarsource/sonar-scanner-cli --format '{{.Id}}' + IMAGE_ID=sha256:2aa568a4d757d913545f3c88a2d7f5a0708d21ace9846d958c10d8deab15b1e9 + echo IMAGE_ID=sha256:2aa568a4d757d913545f3c88a2d7f5a0708d21ace9846d958c10d8deab15b1e9 + IMAGE_PODMAN_SHA=sha256:0e53b56902a6c50f35ba61aafba0ad97fe36708d0492dbc74b4237197513aa07 + echo IMAGE_PODMAN_SHA=sha256:0e53b56902a6c50f35ba61aafba0ad97fe36708d0492dbc74b4237197513aa07 + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/sonarsource/sonar-scanner-cli:ibci-457614 + echo IMAGE_NAME=sonarsource/sonar-scanner-cli A tarball of the built image can be retrieved from the documentation job artifacts. + branches=("master" "development") + [[ master development =~ development ]] + msg='A tarball of the built image can be retrieved from the documentation job artifacts.' + echo 'A tarball of the built image can be retrieved from the documentation job artifacts.' section_end:1630599971:step_script section_start:1630599971: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=6182356 responseStatus=201 Created token=PYxHzvpV Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6182356 responseStatus=201 Created token=PYxHzvpV section_end:1630599973:upload_artifacts_on_success section_start:1630599973:cleanup_file_variables Cleaning up file based variables section_end:1630599973:cleanup_file_variables Job succeeded