Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1628503244:resolve_secrets Resolving secrets section_end:1628503244:resolve_secrets section_start:1628503244: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:1628503244:prepare_executor section_start:1628503244:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-7959-concurrent-0xj2bl to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-7959-concurrent-0xj2bl 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-e82g8rg-project-7959-concurrent-0xj2bl 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-7959-concurrent-0xj2bl via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1628503253:prepare_script section_start:1628503253: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; Waiting for Sidecar Waiting for Sidecar Waiting for Sidecar Sidecar available Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/dsop/opensource/palo-alto-networks/demisto/btfl-soup/.git/ Created fresh repository. Checking out e54d4784 as dev-install-basic-os-deps... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1628503262:get_sources section_start:1628503262:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (5500640)... Downloading artifacts from coordinator... ok  id=5500640 responseStatus=200 OK token=BUKRA7o4 Downloading artifacts for import-artifacts (5500642)... WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts from coordinator... ok  id=5500642 responseStatus=200 OK token=Zd5bmMxs WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (5500637)... Downloading artifacts from coordinator... ok  id=5500637 responseStatus=200 OK token=znNxoPzi WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (5500641)... Downloading artifacts from coordinator... ok  id=5500641 responseStatus=200 OK token=RWAnon4F WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1628503263:download_artifacts section_start:1628503263: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/beautifulsoup4-4.9.3-py3-none-any.whl' -> './beautifulsoup4-4.9.3-py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/markdownify-0.9.0-py3-none-any.whl' -> './markdownify-0.9.0-py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/pyasn1-0.4.8-py2.py3-none-any.whl' -> './pyasn1-0.4.8-py2.py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/pycryptodome-3.10.1-cp35-abi3-manylinux2010_x86_64.whl' -> './pycryptodome-3.10.1-cp35-abi3-manylinux2010_x86_64.whl' 'ci-artifacts/import-artifacts/external-resources/rsa-4.7.2-py3-none-any.whl' -> './rsa-4.7.2-py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/six-1.16.0-py2.py3-none-any.whl' -> './six-1.16.0-py2.py3-none-any.whl' 'ci-artifacts/import-artifacts/external-resources/soupsieve-2.2.1-py3-none-any.whl' -> './soupsieve-2.2.1-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/palo-alto-networks/demisto/python3:3.9.6.22912 Getting image source signatures Copying blob sha256:53732dad4680ae165f569331357b89605c03583057db7193a7a4fabdf312f061 Copying blob sha256:afcf659959ba1b201d3f17f6220e4c77252c7f0ee98c04fa6b2c9fe310965765 Copying blob sha256:1997cfbc64f9ef7daa1f7313aa55cf4b512cacd12e9d2d15406033bb8db840b4 Copying blob sha256:a538c9b9760931040405e4c827d816c820fc4738284b4f51a1bb0c872fb4b45d Copying blob sha256:914047516fb9b3079ac870677f64e5ee9092c89e56794b0dd5418cbdab60617c Copying config sha256:62c240b397779a6a97d1a55318a3d55353c47950e6d3e8d59ee955024cd30890 Writing manifest to image destination Storing signatures STEP 2: COPY requirements.txt . STEP 3: USER root STEP 4: RUN dnf install -y --nodocs python3-devel gcc gcc-c++ make wget git && pip install --no-cache-dir --no-index --find-links ./ -r requirements.txt && dnf remove -y python3-devel gcc gcc-c++ make wget git && dnf clean all && rm -rf /var/cache/dnf Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 245 kB/s | 2.4 MB 00:09 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.5 kB/s | 14 kB 00:09 Dependencies resolved. ================================================================================================ Package Arch Version Repository Size ================================================================================================ Installing: gcc x86_64 8.4.1-1.el8 ubi-8-appstream 23 M gcc-c++ x86_64 8.4.1-1.el8 ubi-8-appstream 12 M git x86_64 2.27.0-1.el8 ubi-8-appstream 164 k make x86_64 1:4.2.1-10.el8 ubi-8-baseos 498 k python36-devel x86_64 3.6.8-2.module+el8.1.0+3334+5cb623d7 ubi-8-appstream 16 k wget x86_64 1.19.5-10.el8 ubi-8-appstream 734 k Installing dependencies: binutils x86_64 2.30-93.el8 ubi-8-baseos 5.8 M cpp x86_64 8.4.1-1.el8 ubi-8-appstream 10 M 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 glibc-devel x86_64 2.28-151.el8 ubi-8-baseos 1.0 M glibc-headers x86_64 2.28-151.el8 ubi-8-baseos 478 k groff-base x86_64 1.22.3-18.el8 ubi-8-baseos 1.0 M isl x86_64 0.16.1-6.el8 ubi-8-appstream 841 k kernel-headers x86_64 4.18.0-305.10.2.el8_4 ubi-8-baseos 7.1 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 libgomp x86_64 8.4.1-1.el8 ubi-8-baseos 204 k libmpc x86_64 1.1.0-9.1.el8 ubi-8-appstream 61 k libpkgconf x86_64 1.4.2-1.el8 ubi-8-baseos 35 k libstdc++-devel x86_64 8.4.1-1.el8 ubi-8-appstream 2.0 M libxcrypt-devel x86_64 4.1.1-4.el8 ubi-8-baseos 25 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 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 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 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 ubi-8-baseos 1.6 M perl-macros x86_64 4:5.26.3-419.el8 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 pkgconf x86_64 1.4.2-1.el8 ubi-8-baseos 38 k pkgconf-m4 noarch 1.4.2-1.el8 ubi-8-baseos 17 k pkgconf-pkg-config x86_64 1.4.2-1.el8 ubi-8-baseos 15 k platform-python-devel x86_64 3.6.8-37.el8 ubi-8-appstream 249 k platform-python-pip noarch 9.0.3-19.el8 ubi-8-baseos 1.7 M python-rpm-macros noarch 3-41.el8 ubi-8-appstream 15 k python-srpm-macros noarch 3-41.el8 ubi-8-appstream 15 k python3-pip noarch 9.0.3-19.el8 ubi-8-appstream 20 k python3-rpm-generators noarch 5-6.el8 ubi-8-appstream 25 k python3-rpm-macros noarch 3-41.el8 ubi-8-appstream 14 k python3-setuptools noarch 39.2.0-6.el8 ubi-8-baseos 163 k python36 x86_64 3.6.8-2.module+el8.1.0+3334+5cb623d7 ubi-8-appstream 19 k Installing weak dependencies: 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 83 Packages Total download size: 92 M Installed size: 268 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/83): perl-Pod-Perldoc-3.28-396.el8.noarch.rp 18 kB/s | 88 kB 00:05 (2/83): libxcrypt-devel-4.1.1-4.el8.x86_64.rpm 9.3 MB/s | 25 kB 00:00 (3/83): perl-threads-2.21-2.el8.x86_64.rpm 17 MB/s | 61 kB 00:00 (4/83): openssh-8.0p1-6.el8_4.2.x86_64.rpm 104 kB/s | 521 kB 00:05 (5/83): ncurses-6.1-7.20180224.el8.x86_64.rpm 77 kB/s | 387 kB 00:05 (6/83): perl-Term-Cap-1.17-395.el8.noarch.rpm 8.3 MB/s | 23 kB 00:00 (7/83): glibc-headers-2.28-151.el8.x86_64.rpm 53 MB/s | 478 kB 00:00 (8/83): openssl-1.1.1g-15.el8_3.x86_64.rpm 56 MB/s | 707 kB 00:00 (9/83): perl-Pod-Escapes-1.07-395.el8.noarch.rp 7.5 MB/s | 20 kB 00:00 (10/83): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 6.2 MB/s | 15 kB 00:00 (11/83): libpkgconf-1.4.2-1.el8.x86_64.rpm 13 MB/s | 35 kB 00:00 (12/83): perl-IO-1.38-419.el8.x86_64.rpm 33 MB/s | 142 kB 00:00 (13/83): emacs-filesystem-26.1-5.el8.noarch.rpm 18 MB/s | 69 kB 00:00 (14/83): python3-setuptools-39.2.0-6.el8.noarch 36 MB/s | 163 kB 00:00 (15/83): perl-libs-5.26.3-419.el8.x86_64.rpm 51 MB/s | 1.6 MB 00:00 (16/83): perl-Scalar-List-Utils-1.49-2.el8.x86_ 9.8 MB/s | 68 kB 00:00 (17/83): perl-podlators-4.11-1.el8.noarch.rpm 29 MB/s | 118 kB 00:00 (18/83): perl-MIME-Base64-3.15-396.el8.x86_64.r 11 MB/s | 31 kB 00:00 (19/83): openssh-clients-8.0p1-6.el8_4.2.x86_64 56 MB/s | 667 kB 00:00 (20/83): perl-Encode-2.97-3.el8.x86_64.rpm 55 MB/s | 1.5 MB 00:00 (21/83): less-530-1.el8.x86_64.rpm 35 MB/s | 164 kB 00:00 (22/83): libgomp-8.4.1-1.el8.x86_64.rpm 50 MB/s | 204 kB 00:00 (23/83): perl-threads-shared-1.58-2.el8.x86_64. 15 MB/s | 48 kB 00:00 (24/83): perl-Term-ANSIColor-4.06-396.el8.noarc 16 MB/s | 46 kB 00:00 (25/83): perl-Getopt-Long-2.50-4.el8.noarch.rpm 19 MB/s | 63 kB 00:00 (26/83): platform-python-pip-9.0.3-19.el8.noarc 81 MB/s | 1.7 MB 00:00 (27/83): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm 12 MB/s | 58 kB 00:00 (28/83): libedit-3.1-23.20170329cvs.el8.x86_64. 33 MB/s | 102 kB 00:00 (29/83): perl-Carp-1.42-396.el8.noarch.rpm 11 MB/s | 30 kB 00:00 (30/83): perl-macros-5.26.3-419.el8.x86_64.rpm 26 MB/s | 72 kB 00:00 (31/83): perl-File-Path-2.15-2.el8.noarch.rpm 13 MB/s | 38 kB 00:00 (32/83): perl-Unicode-Normalize-1.25-396.el8.x8 25 MB/s | 82 kB 00:00 (33/83): perl-Exporter-5.72-396.el8.noarch.rpm 10 MB/s | 34 kB 00:00 (34/83): perl-parent-0.237-1.el8.noarch.rpm 8.3 MB/s | 20 kB 00:00 (35/83): perl-Storable-3.11-3.el8.x86_64.rpm 32 MB/s | 98 kB 00:00 (36/83): perl-PathTools-3.74-1.el8.x86_64.rpm 29 MB/s | 90 kB 00:00 (37/83): perl-Data-Dumper-2.167-399.el8.x86_64. 21 MB/s | 58 kB 00:00 (38/83): perl-constant-1.33-396.el8.noarch.rpm 9.7 MB/s | 25 kB 00:00 (39/83): perl-File-Temp-0.230.600-1.el8.noarch. 21 MB/s | 63 kB 00:00 (40/83): perl-interpreter-5.26.3-419.el8.x86_64 112 MB/s | 6.3 MB 00:00 (41/83): perl-Text-ParseWords-3.30-395.el8.noar 6.3 MB/s | 18 kB 00:00 (42/83): perl-Errno-1.28-419.el8.x86_64.rpm 22 MB/s | 76 kB 00:00 (43/83): perl-Time-Local-1.280-1.el8.noarch.rpm 11 MB/s | 34 kB 00:00 (44/83): perl-Socket-2.027-3.el8.x86_64.rpm 20 MB/s | 59 kB 00:00 (45/83): pkgconf-1.4.2-1.el8.x86_64.rpm 14 MB/s | 38 kB 00:00 (46/83): perl-Pod-Usage-1.69-395.el8.noarch.rpm 13 MB/s | 34 kB 00:00 (47/83): groff-base-1.22.3-18.el8.x86_64.rpm 108 MB/s | 1.0 MB 00:00 (48/83): kernel-headers-4.18.0-305.10.2.el8_4.x 98 MB/s | 7.1 MB 00:00 (49/83): binutils-2.30-93.el8.x86_64.rpm 84 MB/s | 5.8 MB 00:00 (50/83): make-4.2.1-10.el8.x86_64.rpm 39 MB/s | 498 kB 00:00 (51/83): glibc-devel-2.28-151.el8.x86_64.rpm 44 MB/s | 1.0 MB 00:00 (52/83): perl-Text-Tabs+Wrap-2013.0523-395.el8. 9.2 MB/s | 24 kB 00:00 (53/83): pkgconf-m4-1.4.2-1.el8.noarch.rpm 1.8 MB/s | 17 kB 00:00 (54/83): perl-Pod-Simple-3.35-395.el8.noarch.rp 9.6 MB/s | 213 kB 00:00 [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 ] [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] platform-python-devel-3.6.8-37.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/p/platform-python-devel-3.6.8-37.el8.x86_64.rpm [OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to cdn-ubi.redhat.com:443 ] (55/83): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 9.7 kB/s | 47 kB 00:04 (56/83): perl-URI-1.73-3.el8.noarch.rpm 24 MB/s | 116 kB 00:00 (57/83): platform-python-devel-3.6.8-37.el8.x86 51 kB/s | 249 kB 00:04 (58/83): perl-Git-2.27.0-1.el8.noarch.rpm 23 MB/s | 78 kB 00:00 (59/83): python3-rpm-generators-5-6.el8.noarch. 8.4 MB/s | 25 kB 00:00 (60/83): perl-Net-SSLeay-1.88-1.module+el8.3.0+ 58 MB/s | 379 kB 00:00 (61/83): perl-libnet-3.11-3.el8.noarch.rpm 35 MB/s | 121 kB 00:00 (62/83): python36-3.6.8-2.module+el8.1.0+3334+5 6.5 MB/s | 19 kB 00:00 (63/83): perl-TermReadKey-2.37-7.el8.x86_64.rpm 15 MB/s | 40 kB 00:00 (64/83): perl-Error-0.17025-2.el8.noarch.rpm 15 MB/s | 46 kB 00:00 (65/83): python3-pip-9.0.3-19.el8.noarch.rpm 7.4 MB/s | 20 kB 00:00 (66/83): perl-Digest-MD5-2.55-396.el8.x86_64.rp 13 MB/s | 37 kB 00:00 (67/83): perl-IO-Socket-SSL-2.066-4.module+el8. 54 MB/s | 298 kB 00:00 (68/83): perl-Mozilla-CA-20160104-7.module+el8. 5.9 MB/s | 15 kB 00:00 (69/83): wget-1.19.5-10.el8.x86_64.rpm 70 MB/s | 734 kB 00:00 (70/83): git-core-2.27.0-1.el8.x86_64.rpm 1.2 MB/s | 5.7 MB 00:04 (71/83): git-core-doc-2.27.0-1.el8.noarch.rpm 79 MB/s | 2.5 MB 00:00 (72/83): perl-Digest-1.17-395.el8.noarch.rpm 7.0 MB/s | 27 kB 00:00 (73/83): git-2.27.0-1.el8.x86_64.rpm 13 MB/s | 164 kB 00:00 (74/83): python36-devel-3.6.8-2.module+el8.1.0+ 3.2 MB/s | 16 kB 00:00 (75/83): isl-0.16.1-6.el8.x86_64.rpm 90 MB/s | 841 kB 00:00 (76/83): python3-rpm-macros-3-41.el8.noarch.rpm 3.9 MB/s | 14 kB 00:00 (77/83): libmpc-1.1.0-9.1.el8.x86_64.rpm 20 MB/s | 61 kB 00:00 (78/83): libstdc++-devel-8.4.1-1.el8.x86_64.rpm 114 MB/s | 2.0 MB 00:00 (79/83): cpp-8.4.1-1.el8.x86_64.rpm 121 MB/s | 10 MB 00:00 (80/83): python-rpm-macros-3-41.el8.noarch.rpm 4.8 MB/s | 15 kB 00:00 (81/83): python-srpm-macros-3-41.el8.noarch.rpm 4.9 MB/s | 15 kB 00:00 (82/83): gcc-c++-8.4.1-1.el8.x86_64.rpm 118 MB/s | 12 MB 00:00 (83/83): gcc-8.4.1-1.el8.x86_64.rpm 151 MB/s | 23 MB 00:00 -------------------------------------------------------------------------------- Total 8.9 MB/s | 92 MB 00:10 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : libmpc-1.1.0-9.1.el8.x86_64 1/83 Installing : cpp-8.4.1-1.el8.x86_64 2/83 Running scriptlet: cpp-8.4.1-1.el8.x86_64 2/83 Installing : python-srpm-macros-3-41.el8.noarch 3/83 Installing : python-rpm-macros-3-41.el8.noarch 4/83 Installing : python3-rpm-macros-3-41.el8.noarch 5/83 Installing : libstdc++-devel-8.4.1-1.el8.x86_64 6/83 Installing : isl-0.16.1-6.el8.x86_64 7/83 Running scriptlet: isl-0.16.1-6.el8.x86_64 7/83 Installing : python3-rpm-generators-5-6.el8.noarch 8/83 Installing : pkgconf-m4-1.4.2-1.el8.noarch 9/83 Installing : groff-base-1.22.3-18.el8.x86_64 10/83 Installing : binutils-2.30-93.el8.x86_64 11/83 Running scriptlet: binutils-2.30-93.el8.x86_64 11/83 install-info: No such file or directory for /usr/share/info/as.info.gz install-info: No such file or directory for /usr/share/info/binutils.info.gz install-info: No such file or directory for /usr/share/info/gprof.info.gz install-info: No such file or directory for /usr/share/info/ld.info.gz install-info: No such file or directory for /usr/share/info/standards.info.gz Installing : kernel-headers-4.18.0-305.10.2.el8_4.x86_64 12/83 Running scriptlet: glibc-headers-2.28-151.el8.x86_64 13/83 Installing : glibc-headers-2.28-151.el8.x86_64 13/83 Installing : libedit-3.1-23.20170329cvs.el8.x86_64 14/83 Installing : libgomp-8.4.1-1.el8.x86_64 15/83 Running scriptlet: libgomp-8.4.1-1.el8.x86_64 15/83 Installing : less-530-1.el8.x86_64 16/83 Installing : platform-python-pip-9.0.3-19.el8.noarch 17/83 Installing : python3-setuptools-39.2.0-6.el8.noarch 18/83 Installing : python3-pip-9.0.3-19.el8.noarch 19/83 Installing : python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_ 20/83 Running scriptlet: python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_ 20/83 Installing : emacs-filesystem-1:26.1-5.el8.noarch 21/83 Installing : libpkgconf-1.4.2-1.el8.x86_64 22/83 Installing : pkgconf-1.4.2-1.el8.x86_64 23/83 Installing : pkgconf-pkg-config-1.4.2-1.el8.x86_64 24/83 Installing : glibc-devel-2.28-151.el8.x86_64 25/83 Running scriptlet: glibc-devel-2.28-151.el8.x86_64 25/83 Installing : libxcrypt-devel-4.1.1-4.el8.x86_64 26/83 Installing : gcc-8.4.1-1.el8.x86_64 27/83 Running scriptlet: gcc-8.4.1-1.el8.x86_64 27/83 Installing : platform-python-devel-3.6.8-37.el8.x86_64 28/83 Installing : openssl-1:1.1.1g-15.el8_3.x86_64 29/83 Installing : ncurses-6.1-7.20180224.el8.x86_64 30/83 Installing : perl-Digest-1.17-395.el8.noarch 31/83 Installing : perl-Digest-MD5-2.55-396.el8.x86_64 32/83 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 33/83 Installing : perl-libnet-3.11-3.el8.noarch 34/83 Installing : perl-Net-SSLeay-1.88-1.module+el8.3.0+6446+594cad7 35/83 Installing : perl-URI-1.73-3.el8.noarch 36/83 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 37/83 Installing : perl-Time-Local-1:1.280-1.el8.noarch 38/83 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 39/83 Installing : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9ee 40/83 Installing : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594 41/83 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 42/83 Installing : perl-File-Temp-0.230.600-1.el8.noarch 43/83 Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 44/83 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 45/83 Installing : perl-Term-Cap-1.17-395.el8.noarch 46/83 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 47/83 Installing : perl-podlators-4.11-1.el8.noarch 48/83 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 49/83 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 50/83 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 51/83 Installing : perl-Storable-1:3.11-3.el8.x86_64 52/83 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 53/83 Installing : perl-Errno-1.28-419.el8.x86_64 54/83 Installing : perl-Socket-4:2.027-3.el8.x86_64 55/83 Installing : perl-Encode-4:2.97-3.el8.x86_64 56/83 Installing : perl-macros-4:5.26.3-419.el8.x86_64 57/83 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 58/83 Installing : perl-Carp-1.42-396.el8.noarch 59/83 Installing : perl-Exporter-5.72-396.el8.noarch 60/83 Installing : perl-libs-4:5.26.3-419.el8.x86_64 61/83 Installing : perl-parent-1:0.237-1.el8.noarch 62/83 Installing : perl-threads-shared-1.58-2.el8.x86_64 63/83 Installing : perl-threads-1:2.21-2.el8.x86_64 64/83 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 65/83 Installing : perl-constant-1.33-396.el8.noarch 66/83 Installing : perl-PathTools-3.74-1.el8.x86_64 67/83 Installing : perl-File-Path-2.15-2.el8.noarch 68/83 Installing : perl-IO-1.38-419.el8.x86_64 69/83 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 70/83 Installing : perl-interpreter-4:5.26.3-419.el8.x86_64 71/83 Installing : perl-TermReadKey-2.37-7.el8.x86_64 72/83 Installing : perl-Error-1:0.17025-2.el8.noarch 73/83 Running scriptlet: openssh-8.0p1-6.el8_4.2.x86_64 74/83 Installing : openssh-8.0p1-6.el8_4.2.x86_64 74/83 Installing : openssh-clients-8.0p1-6.el8_4.2.x86_64 75/83 Installing : git-core-2.27.0-1.el8.x86_64 76/83 Installing : git-core-doc-2.27.0-1.el8.noarch 77/83 Installing : perl-Git-2.27.0-1.el8.noarch 78/83 Installing : git-2.27.0-1.el8.x86_64 79/83 Installing : python36-devel-3.6.8-2.module+el8.1.0+3334+5cb623d 80/83 Running scriptlet: python36-devel-3.6.8-2.module+el8.1.0+3334+5cb623d 80/83 Installing : gcc-c++-8.4.1-1.el8.x86_64 81/83 Installing : wget-1.19.5-10.el8.x86_64 82/83 Running scriptlet: wget-1.19.5-10.el8.x86_64 82/83 install-info: No such file or directory for /usr/share/info/wget.info.gz Installing : make-1:4.2.1-10.el8.x86_64 83/83 Running scriptlet: make-1:4.2.1-10.el8.x86_64 83/83 Verifying : openssh-8.0p1-6.el8_4.2.x86_64 1/83 Verifying : ncurses-6.1-7.20180224.el8.x86_64 2/83 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 3/83 Verifying : libxcrypt-devel-4.1.1-4.el8.x86_64 4/83 Verifying : perl-threads-1:2.21-2.el8.x86_64 5/83 Verifying : perl-Term-Cap-1.17-395.el8.noarch 6/83 Verifying : openssl-1:1.1.1g-15.el8_3.x86_64 7/83 Verifying : perl-libs-4:5.26.3-419.el8.x86_64 8/83 Verifying : glibc-headers-2.28-151.el8.x86_64 9/83 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 10/83 Verifying : pkgconf-pkg-config-1.4.2-1.el8.x86_64 11/83 Verifying : libpkgconf-1.4.2-1.el8.x86_64 12/83 Verifying : perl-IO-1.38-419.el8.x86_64 13/83 Verifying : emacs-filesystem-1:26.1-5.el8.noarch 14/83 Verifying : perl-Encode-4:2.97-3.el8.x86_64 15/83 Verifying : python3-setuptools-39.2.0-6.el8.noarch 16/83 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 17/83 Verifying : openssh-clients-8.0p1-6.el8_4.2.x86_64 18/83 Verifying : perl-podlators-4.11-1.el8.noarch 19/83 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 20/83 Verifying : platform-python-pip-9.0.3-19.el8.noarch 21/83 Verifying : less-530-1.el8.x86_64 22/83 Verifying : libgomp-8.4.1-1.el8.x86_64 23/83 Verifying : perl-threads-shared-1.58-2.el8.x86_64 24/83 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 25/83 Verifying : perl-interpreter-4:5.26.3-419.el8.x86_64 26/83 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 27/83 Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 28/83 Verifying : libedit-3.1-23.20170329cvs.el8.x86_64 29/83 Verifying : perl-Carp-1.42-396.el8.noarch 30/83 Verifying : perl-macros-4:5.26.3-419.el8.x86_64 31/83 Verifying : perl-File-Path-2.15-2.el8.noarch 32/83 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 33/83 Verifying : perl-Exporter-5.72-396.el8.noarch 34/83 Verifying : perl-parent-1:0.237-1.el8.noarch 35/83 Verifying : perl-Storable-1:3.11-3.el8.x86_64 36/83 Verifying : kernel-headers-4.18.0-305.10.2.el8_4.x86_64 37/83 Verifying : perl-PathTools-3.74-1.el8.x86_64 38/83 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 39/83 Verifying : perl-constant-1.33-396.el8.noarch 40/83 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 41/83 Verifying : binutils-2.30-93.el8.x86_64 42/83 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 43/83 Verifying : perl-Errno-1.28-419.el8.x86_64 44/83 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 45/83 Verifying : perl-Socket-4:2.027-3.el8.x86_64 46/83 Verifying : pkgconf-1.4.2-1.el8.x86_64 47/83 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 48/83 Verifying : groff-base-1.22.3-18.el8.x86_64 49/83 Verifying : glibc-devel-2.28-151.el8.x86_64 50/83 Verifying : make-1:4.2.1-10.el8.x86_64 51/83 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 52/83 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 53/83 Verifying : pkgconf-m4-1.4.2-1.el8.noarch 54/83 Verifying : platform-python-devel-3.6.8-37.el8.x86_64 55/83 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 56/83 Verifying : git-core-2.27.0-1.el8.x86_64 57/83 Verifying : perl-URI-1.73-3.el8.noarch 58/83 Verifying : perl-Git-2.27.0-1.el8.noarch 59/83 Verifying : perl-Net-SSLeay-1.88-1.module+el8.3.0+6446+594cad7 60/83 Verifying : python3-rpm-generators-5-6.el8.noarch 61/83 Verifying : perl-libnet-3.11-3.el8.noarch 62/83 Verifying : python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_ 63/83 Verifying : perl-TermReadKey-2.37-7.el8.x86_64 64/83 Verifying : perl-Error-1:0.17025-2.el8.noarch 65/83 Verifying : python3-pip-9.0.3-19.el8.noarch 66/83 Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 67/83 Verifying : git-core-doc-2.27.0-1.el8.noarch 68/83 Verifying : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594 69/83 Verifying : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9ee 70/83 Verifying : wget-1.19.5-10.el8.x86_64 71/83 Verifying : git-2.27.0-1.el8.x86_64 72/83 Verifying : perl-Digest-1.17-395.el8.noarch 73/83 Verifying : isl-0.16.1-6.el8.x86_64 74/83 Verifying : python36-devel-3.6.8-2.module+el8.1.0+3334+5cb623d 75/83 Verifying : libstdc++-devel-8.4.1-1.el8.x86_64 76/83 Verifying : python3-rpm-macros-3-41.el8.noarch 77/83 Verifying : cpp-8.4.1-1.el8.x86_64 78/83 Verifying : libmpc-1.1.0-9.1.el8.x86_64 79/83 Verifying : gcc-8.4.1-1.el8.x86_64 80/83 Verifying : gcc-c++-8.4.1-1.el8.x86_64 81/83 Verifying : python-rpm-macros-3-41.el8.noarch 82/83 Verifying : python-srpm-macros-3-41.el8.noarch 83/83 Installed products updated. Installed: binutils-2.30-93.el8.x86_64 cpp-8.4.1-1.el8.x86_64 emacs-filesystem-1:26.1-5.el8.noarch gcc-8.4.1-1.el8.x86_64 gcc-c++-8.4.1-1.el8.x86_64 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 glibc-devel-2.28-151.el8.x86_64 glibc-headers-2.28-151.el8.x86_64 groff-base-1.22.3-18.el8.x86_64 isl-0.16.1-6.el8.x86_64 kernel-headers-4.18.0-305.10.2.el8_4.x86_64 less-530-1.el8.x86_64 libedit-3.1-23.20170329cvs.el8.x86_64 libgomp-8.4.1-1.el8.x86_64 libmpc-1.1.0-9.1.el8.x86_64 libpkgconf-1.4.2-1.el8.x86_64 libstdc++-devel-8.4.1-1.el8.x86_64 libxcrypt-devel-4.1.1-4.el8.x86_64 make-1:4.2.1-10.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.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.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.x86_64 perl-libnet-3.11-3.el8.noarch perl-libs-4:5.26.3-419.el8.x86_64 perl-macros-4:5.26.3-419.el8.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 pkgconf-1.4.2-1.el8.x86_64 pkgconf-m4-1.4.2-1.el8.noarch pkgconf-pkg-config-1.4.2-1.el8.x86_64 platform-python-devel-3.6.8-37.el8.x86_64 platform-python-pip-9.0.3-19.el8.noarch python-rpm-macros-3-41.el8.noarch python-srpm-macros-3-41.el8.noarch python3-pip-9.0.3-19.el8.noarch python3-rpm-generators-5-6.el8.noarch python3-rpm-macros-3-41.el8.noarch python3-setuptools-39.2.0-6.el8.noarch python36-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 python36-devel-3.6.8-2.module+el8.1.0+3334+5cb623d7.x86_64 wget-1.19.5-10.el8.x86_64 Complete! Looking in links: ./ WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))': /simple/beautifulsoup4/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))': /simple/beautifulsoup4/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))': /simple/beautifulsoup4/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))': /simple/beautifulsoup4/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))': /simple/beautifulsoup4/ ERROR: Could not find a version that satisfies the requirement beautifulsoup4==4.9.3 (from versions: none) ERROR: No matching distribution found for beautifulsoup4==4.9.3 subprocess exited with status 1 subprocess exited with status 1 error building at STEP "RUN dnf install -y --nodocs python3-devel gcc gcc-c++ make wget git && pip install --no-cache-dir --no-index --find-links ./ -r requirements.txt && dnf remove -y python3-devel gcc gcc-c++ make wget git && dnf clean all && rm -rf /var/cache/dnf": exit status 1 level=error msg="exit status 1" section_end:1628503420:step_script section_start:1628503420:upload_artifacts_on_failure Uploading artifacts for failed job Uploading artifacts... ci-artifacts/build/: found 1 matching files and directories Uploading artifacts as "archive" to coordinator... ok id=5500644 responseStatus=201 Created token=Zvf6Swiz Uploading artifacts... WARNING: build.env: no matching files  ERROR: No files to upload  section_end:1628503421:upload_artifacts_on_failure section_start:1628503421:cleanup_file_variables Cleaning up file based variables section_end:1628503421:cleanup_file_variables ERROR: Job failed: command terminated with exit code 1