Running with gitlab-runner 13.8.0 (775dd39d)  on dsop-shared-gitlab-runner-f887cbcbd-srgz6 E82_g8RG section_start:1630420885:resolve_secrets Resolving secrets section_end:1630420885:resolve_secrets section_start:1630420885: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:1630420885:prepare_executor section_start:1630420885:prepare_script Preparing environment Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-833-concurrent-0tnrhh to be running, status is Pending Waiting for pod gitlab-runner-ironbank-dsop/runner-e82g8rg-project-833-concurrent-0tnrhh 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-833-concurrent-0tnrhh via dsop-shared-gitlab-runner-f887cbcbd-srgz6... section_end:1630420891:prepare_script section_start:1630420891: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/opensource/mysql/mysql8/.git/ Created fresh repository. Checking out b6825fb9 as development... Skipping object checkout, Git LFS is not installed. Skipping Git submodules setup section_end:1630420892:get_sources section_start:1630420892:download_artifacts Downloading artifacts Downloading artifacts for hardening-manifest (6110260)... Downloading artifacts from coordinator... ok  id=6110260 responseStatus=200 OK token=zRc9e9Ze WARNING: ci-artifacts/preflight/: lchown ci-artifacts/preflight/: operation not permitted (suppressing repeats) Downloading artifacts for import-artifacts (6110262)... Downloading artifacts from coordinator... ok  id=6110262 responseStatus=200 OK token=kmV3xpHh WARNING: ci-artifacts/import-artifacts/: lchown ci-artifacts/import-artifacts/: operation not permitted (suppressing repeats) Downloading artifacts for load-scripts (6110257)... Downloading artifacts from coordinator... ok  id=6110257 responseStatus=200 OK token=6c3XnSWk WARNING: ci-artifacts/[MASKED]/: lchown ci-artifacts/[MASKED]/: operation not permitted (suppressing repeats) Downloading artifacts for wl-compare-lint (6110261)... Downloading artifacts from coordinator... ok  id=6110261 responseStatus=200 OK token=WJb-KbUz WARNING: ci-artifacts/lint/: lchown ci-artifacts/lint/: operation not permitted (suppressing repeats) section_end:1630420893:download_artifacts section_start:1630420893: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/RPM-GPG-KEY-CentOS-Official' -> './RPM-GPG-KEY-CentOS-Official' 'ci-artifacts/import-artifacts/external-resources/RPM-GPG-KEY-mysql' -> './RPM-GPG-KEY-mysql' 'ci-artifacts/import-artifacts/external-resources/mysql-community-client-plugins.rpm' -> './mysql-community-client-plugins.rpm' 'ci-artifacts/import-artifacts/external-resources/mysql-community-client.rpm' -> './mysql-community-client.rpm' 'ci-artifacts/import-artifacts/external-resources/mysql-community-common.rpm' -> './mysql-community-common.rpm' 'ci-artifacts/import-artifacts/external-resources/mysql-community-libs.rpm' -> './mysql-community-libs.rpm' 'ci-artifacts/import-artifacts/external-resources/mysql-community-server.rpm' -> './mysql-community-server.rpm' 'ci-artifacts/import-artifacts/external-resources/numactl-libs.rpm' -> './numactl-libs.rpm' Converting labels from hardening manifest into command line args Converting build args from hardening manifest into command line args Build the image STEP 1: FROM registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4 Trying to pull registry1.dso.mil/ironbank/redhat/ubi/ubi8:8.4... Getting image source signatures Copying blob sha256:612731bd4073ce3a4b81a4cba66d261924ba75b5ce327bb37f3e0e3f4aced605 Copying blob sha256:db2f50b75fc09a20e8d9c497d96ad384fbeacf7e77df71e4c7b578d4c07fccce Copying blob sha256:96476a77b28db43fcb170401c287700d91d95cdff9c06e5ea7b48289d40a8e57 Copying config sha256:a1abdc5a7b9eea008ca9ebdc7381b135f0f744b944d137a89e2b95bc65ed5a6c Writing manifest to image destination Storing signatures STEP 2: COPY LICENSE /licenses/mysql STEP 3: COPY *.rpm / STEP 4: COPY RPM-GPG-KEY-mysql RPM-GPG-KEY-CentOS-Official /etc/pki/rpm-gpg/ STEP 5: RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Official && dnf update -y && dnf install --nodoc -y /mysql-community-server.rpm /mysql-community-libs.rpm /mysql-community-common.rpm /mysql-community-client.rpm /mysql-community-client-plugins.rpm /numactl-libs.rpm libpwquality cracklib-dicts && dnf clean all && mkdir /docker-entrypoint-initdb.d && rm /*.rpm && chown -R mysql:mysql /var/lib/mysql Red Hat Universal Base Image 8 (RPMs) - BaseOS 79 kB/s | 790 kB 00:10 Red Hat Universal Base Image 8 (RPMs) - AppStre 244 kB/s | 2.4 MB 00:10 Red Hat Universal Base Image 8 (RPMs) - CodeRea 1.4 kB/s | 14 kB 00:10 Dependencies resolved. Nothing to do. Complete! Package libpwquality-1.4.4-3.el8.x86_64 is already installed. Package cracklib-dicts-2.9.6-15.el8.x86_64 is already installed. Dependencies resolved. ======================================================================================================== Package Arch Version Repository Size ======================================================================================================== Installing: mysql-community-client x86_64 8.0.26-1.el8 @commandline 13 M mysql-community-client-plugins x86_64 8.0.26-1.el8 @commandline 2.3 M mysql-community-common x86_64 8.0.26-1.el8 @commandline 624 k mysql-community-libs x86_64 8.0.26-1.el8 @commandline 1.4 M mysql-community-server x86_64 8.0.26-1.el8 @commandline 53 M numactl-libs x86_64 2.0.12-11.el8 @commandline 36 k Installing dependencies: groff-base x86_64 1.22.3-18.el8 ubi-8-baseos 1.0 M libaio x86_64 0.3.112-1.el8 ubi-8-baseos 33 k ncurses x86_64 6.1-7.20180224.el8 ubi-8-baseos 387 k net-tools x86_64 2.0-0.52.20160912git.el8 ubi-8-baseos 322 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-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-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-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 procps-ng x86_64 3.3.15-6.el8 ubi-8-baseos 329 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 53 Packages Total size: 86 M Total download size: 15 M Installed size: 383 M Downloading Packages: [MIRROR] procps-ng-3.3.15-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/p/procps-ng-3.3.15-6.el8.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/47): perl-Pod-Perldoc-3.28-396.el8.noarch.rp 18 kB/s | 88 kB 00:05 (2/47): procps-ng-3.3.15-6.el8.x86_64.rpm 66 kB/s | 329 kB 00:05 (3/47): ncurses-6.1-7.20180224.el8.x86_64.rpm 77 kB/s | 387 kB 00:05 (4/47): perl-threads-2.21-2.el8.x86_64.rpm 17 MB/s | 61 kB 00:00 (5/47): perl-Term-Cap-1.17-395.el8.noarch.rpm 11 MB/s | 23 kB 00:00 (6/47): perl-Pod-Escapes-1.07-395.el8.noarch.rp 8.8 MB/s | 20 kB 00:00 (7/47): openssl-1.1.1g-15.el8_3.x86_64.rpm 113 MB/s | 707 kB 00:00 (8/47): perl-macros-5.26.3-419.el8_4.1.x86_64.r 15 MB/s | 72 kB 00:00 (9/47): perl-Scalar-List-Utils-1.49-2.el8.x86_6 28 MB/s | 68 kB 00:00 (10/47): perl-podlators-4.11-1.el8.noarch.rpm 27 MB/s | 118 kB 00:00 (11/47): perl-Encode-2.97-3.el8.x86_64.rpm 92 MB/s | 1.5 MB 00:00 (12/47): perl-MIME-Base64-3.15-396.el8.x86_64.r 8.7 MB/s | 31 kB 00:00 (13/47): perl-threads-shared-1.58-2.el8.x86_64. 19 MB/s | 48 kB 00:00 (14/47): perl-Term-ANSIColor-4.06-396.el8.noarc 17 MB/s | 46 kB 00:00 (15/47): perl-Getopt-Long-2.50-4.el8.noarch.rpm 26 MB/s | 63 kB 00:00 (16/47): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm 21 MB/s | 58 kB 00:00 (17/47): perl-Carp-1.42-396.el8.noarch.rpm 13 MB/s | 30 kB 00:00 (18/47): perl-File-Path-2.15-2.el8.noarch.rpm 18 MB/s | 38 kB 00:00 (19/47): perl-Unicode-Normalize-1.25-396.el8.x8 31 MB/s | 82 kB 00:00 (20/47): perl-Exporter-5.72-396.el8.noarch.rpm 13 MB/s | 34 kB 00:00 (21/47): perl-parent-0.237-1.el8.noarch.rpm 11 MB/s | 20 kB 00:00 (22/47): perl-Storable-3.11-3.el8.x86_64.rpm 40 MB/s | 98 kB 00:00 (23/47): perl-PathTools-3.74-1.el8.x86_64.rpm 40 MB/s | 90 kB 00:00 (24/47): perl-Data-Dumper-2.167-399.el8.x86_64. 27 MB/s | 58 kB 00:00 (25/47): perl-constant-1.33-396.el8.noarch.rpm 14 MB/s | 25 kB 00:00 (26/47): perl-File-Temp-0.230.600-1.el8.noarch. 31 MB/s | 63 kB 00:00 (27/47): perl-Text-ParseWords-3.30-395.el8.noar 10 MB/s | 18 kB 00:00 (28/47): perl-IO-1.38-419.el8_4.1.x86_64.rpm 53 MB/s | 142 kB 00:00 (29/47): net-tools-2.0-0.52.20160912git.el8.x86 69 MB/s | 322 kB 00:00 (30/47): libaio-0.3.112-1.el8.x86_64.rpm 17 MB/s | 33 kB 00:00 (31/47): perl-Time-Local-1.280-1.el8.noarch.rpm 17 MB/s | 34 kB 00:00 (32/47): perl-Socket-2.027-3.el8.x86_64.rpm 28 MB/s | 59 kB 00:00 (33/47): perl-Pod-Usage-1.69-395.el8.noarch.rpm 18 MB/s | 34 kB 00:00 (34/47): perl-interpreter-5.26.3-419.el8_4.1.x8 136 MB/s | 6.3 MB 00:00 (35/47): perl-Errno-1.28-419.el8_4.1.x86_64.rpm 29 MB/s | 76 kB 00:00 (36/47): groff-base-1.22.3-18.el8.x86_64.rpm 59 MB/s | 1.0 MB 00:00 (37/47): perl-Pod-Simple-3.35-395.el8.noarch.rp 43 MB/s | 213 kB 00:00 (38/47): perl-Text-Tabs+Wrap-2013.0523-395.el8. 2.7 MB/s | 24 kB 00:00 (39/47): perl-libs-5.26.3-419.el8_4.1.x86_64.rp 43 MB/s | 1.6 MB 00:00 [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-Net-SSLeay-1.88-1.module+el8.3.0+6446+594cad75.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/perl-Net-SSLeay-1.88-1.module%2bel8.3.0%2b6446%2b594cad75.x86_64.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 ] (40/47): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 9.5 kB/s | 47 kB 00:04 (41/47): perl-URI-1.73-3.el8.noarch.rpm 23 kB/s | 116 kB 00:04 (42/47): perl-Net-SSLeay-1.88-1.module+el8.3.0+ 77 kB/s | 379 kB 00:04 (43/47): perl-libnet-3.11-3.el8.noarch.rpm 44 MB/s | 121 kB 00:00 (44/47): perl-Digest-MD5-2.55-396.el8.x86_64.rp 15 MB/s | 37 kB 00:00 (45/47): perl-Mozilla-CA-20160104-7.module+el8. 7.2 MB/s | 15 kB 00:00 (46/47): perl-Digest-1.17-395.el8.noarch.rpm 14 MB/s | 27 kB 00:00 (47/47): perl-IO-Socket-SSL-2.066-4.module+el8. 72 MB/s | 298 kB 00:00 -------------------------------------------------------------------------------- Total 1.5 MB/s | 15 MB 00:10 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : mysql-community-client-plugins-8.0.26-1.el8.x86_64 1/53 Installing : mysql-community-common-8.0.26-1.el8.x86_64 2/53 Installing : mysql-community-libs-8.0.26-1.el8.x86_64 3/53 Running scriptlet: mysql-community-libs-8.0.26-1.el8.x86_64 3/53 Installing : mysql-community-client-8.0.26-1.el8.x86_64 4/53 Installing : numactl-libs-2.0.12-11.el8.x86_64 5/53 Running scriptlet: numactl-libs-2.0.12-11.el8.x86_64 5/53 Installing : groff-base-1.22.3-18.el8.x86_64 6/53 Installing : libaio-0.3.112-1.el8.x86_64 7/53 Installing : net-tools-2.0-0.52.20160912git.el8.x86_64 8/53 Running scriptlet: net-tools-2.0-0.52.20160912git.el8.x86_64 8/53 Installing : openssl-1:1.1.1g-15.el8_3.x86_64 9/53 Installing : ncurses-6.1-7.20180224.el8.x86_64 10/53 Installing : perl-Digest-1.17-395.el8.noarch 11/53 Installing : perl-Digest-MD5-2.55-396.el8.x86_64 12/53 Installing : perl-Data-Dumper-2.167-399.el8.x86_64 13/53 Installing : perl-libnet-3.11-3.el8.noarch 14/53 Installing : perl-Net-SSLeay-1.88-1.module+el8.3.0+6446+594cad7 15/53 Installing : perl-URI-1.73-3.el8.noarch 16/53 Installing : perl-Pod-Escapes-1:1.07-395.el8.noarch 17/53 Installing : perl-Time-Local-1:1.280-1.el8.noarch 18/53 Installing : perl-IO-Socket-IP-0.39-5.el8.noarch 19/53 Installing : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9ee 20/53 Installing : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594 21/53 Installing : perl-Term-ANSIColor-4.06-396.el8.noarch 22/53 Installing : perl-File-Temp-0.230.600-1.el8.noarch 23/53 Installing : perl-HTTP-Tiny-0.074-1.el8.noarch 24/53 Installing : perl-Pod-Simple-1:3.35-395.el8.noarch 25/53 Installing : perl-Term-Cap-1.17-395.el8.noarch 26/53 Installing : perl-Pod-Perldoc-3.28-396.el8.noarch 27/53 Installing : perl-podlators-4.11-1.el8.noarch 28/53 Installing : perl-Text-ParseWords-3.30-395.el8.noarch 29/53 Installing : perl-Pod-Usage-4:1.69-395.el8.noarch 30/53 Installing : perl-MIME-Base64-3.15-396.el8.x86_64 31/53 Installing : perl-Storable-1:3.11-3.el8.x86_64 32/53 Installing : perl-Getopt-Long-1:2.50-4.el8.noarch 33/53 Installing : perl-Socket-4:2.027-3.el8.x86_64 34/53 Installing : perl-Errno-1.28-419.el8_4.1.x86_64 35/53 Installing : perl-Encode-4:2.97-3.el8.x86_64 36/53 Installing : perl-macros-4:5.26.3-419.el8_4.1.x86_64 37/53 Installing : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 38/53 Installing : perl-Carp-1.42-396.el8.noarch 39/53 Installing : perl-Exporter-5.72-396.el8.noarch 40/53 Installing : perl-libs-4:5.26.3-419.el8_4.1.x86_64 41/53 Installing : perl-parent-1:0.237-1.el8.noarch 42/53 Installing : perl-threads-shared-1.58-2.el8.x86_64 43/53 Installing : perl-threads-1:2.21-2.el8.x86_64 44/53 Installing : perl-Unicode-Normalize-1.25-396.el8.x86_64 45/53 Installing : perl-constant-1.33-396.el8.noarch 46/53 Installing : perl-PathTools-3.74-1.el8.x86_64 47/53 Installing : perl-File-Path-2.15-2.el8.noarch 48/53 Installing : perl-IO-1.38-419.el8_4.1.x86_64 49/53 Installing : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 50/53 Installing : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64 51/53 Installing : procps-ng-3.3.15-6.el8.x86_64 52/53 Running scriptlet: mysql-community-server-8.0.26-1.el8.x86_64 53/53 Installing : mysql-community-server-8.0.26-1.el8.x86_64 53/53 Running scriptlet: mysql-community-server-8.0.26-1.el8.x86_64 53/53 Verifying : procps-ng-3.3.15-6.el8.x86_64 1/53 Verifying : ncurses-6.1-7.20180224.el8.x86_64 2/53 Verifying : perl-Pod-Perldoc-3.28-396.el8.noarch 3/53 Verifying : perl-threads-1:2.21-2.el8.x86_64 4/53 Verifying : perl-Term-Cap-1.17-395.el8.noarch 5/53 Verifying : openssl-1:1.1.1g-15.el8_3.x86_64 6/53 Verifying : perl-Pod-Escapes-1:1.07-395.el8.noarch 7/53 Verifying : perl-Encode-4:2.97-3.el8.x86_64 8/53 Verifying : perl-macros-4:5.26.3-419.el8_4.1.x86_64 9/53 Verifying : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64 10/53 Verifying : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64 11/53 Verifying : perl-podlators-4.11-1.el8.noarch 12/53 Verifying : perl-MIME-Base64-3.15-396.el8.x86_64 13/53 Verifying : perl-threads-shared-1.58-2.el8.x86_64 14/53 Verifying : perl-Term-ANSIColor-4.06-396.el8.noarch 15/53 Verifying : perl-Getopt-Long-1:2.50-4.el8.noarch 16/53 Verifying : perl-HTTP-Tiny-0.074-1.el8.noarch 17/53 Verifying : perl-Carp-1.42-396.el8.noarch 18/53 Verifying : perl-File-Path-2.15-2.el8.noarch 19/53 Verifying : perl-Unicode-Normalize-1.25-396.el8.x86_64 20/53 Verifying : perl-Exporter-5.72-396.el8.noarch 21/53 Verifying : perl-parent-1:0.237-1.el8.noarch 22/53 Verifying : perl-Storable-1:3.11-3.el8.x86_64 23/53 Verifying : perl-PathTools-3.74-1.el8.x86_64 24/53 Verifying : perl-Data-Dumper-2.167-399.el8.x86_64 25/53 Verifying : perl-constant-1.33-396.el8.noarch 26/53 Verifying : perl-File-Temp-0.230.600-1.el8.noarch 27/53 Verifying : perl-Text-ParseWords-3.30-395.el8.noarch 28/53 Verifying : net-tools-2.0-0.52.20160912git.el8.x86_64 29/53 Verifying : perl-IO-1.38-419.el8_4.1.x86_64 30/53 Verifying : libaio-0.3.112-1.el8.x86_64 31/53 Verifying : perl-Time-Local-1:1.280-1.el8.noarch 32/53 Verifying : perl-Socket-4:2.027-3.el8.x86_64 33/53 Verifying : perl-Pod-Usage-4:1.69-395.el8.noarch 34/53 Verifying : groff-base-1.22.3-18.el8.x86_64 35/53 Verifying : perl-libs-4:5.26.3-419.el8_4.1.x86_64 36/53 Verifying : perl-Errno-1.28-419.el8_4.1.x86_64 37/53 Verifying : perl-Pod-Simple-1:3.35-395.el8.noarch 38/53 Verifying : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch 39/53 Verifying : perl-IO-Socket-IP-0.39-5.el8.noarch 40/53 Verifying : perl-URI-1.73-3.el8.noarch 41/53 Verifying : perl-Net-SSLeay-1.88-1.module+el8.3.0+6446+594cad7 42/53 Verifying : perl-libnet-3.11-3.el8.noarch 43/53 Verifying : perl-Digest-MD5-2.55-396.el8.x86_64 44/53 Verifying : perl-IO-Socket-SSL-2.066-4.module+el8.3.0+6446+594 45/53 Verifying : perl-Mozilla-CA-20160104-7.module+el8.3.0+6498+9ee 46/53 Verifying : perl-Digest-1.17-395.el8.noarch 47/53 Verifying : mysql-community-server-8.0.26-1.el8.x86_64 48/53 Verifying : mysql-community-libs-8.0.26-1.el8.x86_64 49/53 Verifying : mysql-community-common-8.0.26-1.el8.x86_64 50/53 Verifying : mysql-community-client-8.0.26-1.el8.x86_64 51/53 Verifying : mysql-community-client-plugins-8.0.26-1.el8.x86_64 52/53 Verifying : numactl-libs-2.0.12-11.el8.x86_64 53/53 Installed products updated. Installed: groff-base-1.22.3-18.el8.x86_64 libaio-0.3.112-1.el8.x86_64 mysql-community-client-8.0.26-1.el8.x86_64 mysql-community-client-plugins-8.0.26-1.el8.x86_64 mysql-community-common-8.0.26-1.el8.x86_64 mysql-community-libs-8.0.26-1.el8.x86_64 mysql-community-server-8.0.26-1.el8.x86_64 ncurses-6.1-7.20180224.el8.x86_64 net-tools-2.0-0.52.20160912git.el8.x86_64 numactl-libs-2.0.12-11.el8.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-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-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-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 procps-ng-3.3.15-6.el8.x86_64 Complete! 25 files removed STEP 6: COPY scripts/entrypoint.sh scripts/healthcheck.sh / STEP 7: COPY config/my.cnf /etc/my.cnf STEP 8: ENTRYPOINT ["/entrypoint.sh"] STEP 9: HEALTHCHECK CMD /healthcheck.sh STEP 10: EXPOSE 3306 33060 STEP 11: CMD ["mysqld"] STEP 12: RUN sed -i 's/^log-error=/#&/' /etc/my.cnf STEP 13: VOLUME /var/lib/mysql STEP 14: USER mysql STEP 15: COMMIT registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8 Getting image source signatures Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:f221949c4d4c872ec15a3aece5a3367c1730ec2c25d8d3a1173c8d8f4f630adb Copying blob sha256:3432e5d865b73355eab19223341f18f8ea7bbb6738a9c3344d0bc962058ae5ed Copying config sha256:fe0002e4004a4776f8d441eeaab0c320db9eac0ac28ca4b88af8454b8aacf950 Writing manifest to image destination Storing signatures --> fe0002e4004 Successfully tagged registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8:latest fe0002e4004a4776f8d441eeaab0c320db9eac0ac28ca4b88af8454b8aacf950 + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8 registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8:ibci-453022 + buildah push --storage-driver=vfs --authfile staging_auth.json --digestfile=ci-artifacts/build/digest registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8:ibci-453022 Getting image source signatures Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:f221949c4d4c872ec15a3aece5a3367c1730ec2c25d8d3a1173c8d8f4f630adb Copying blob sha256:3432e5d865b73355eab19223341f18f8ea7bbb6738a9c3344d0bc962058ae5ed Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying config sha256:fe0002e4004a4776f8d441eeaab0c320db9eac0ac28ca4b88af8454b8aacf950 Writing manifest to image destination Storing signatures Read the tags + echo 'Read the tags' + tags_file=ci-artifacts/preflight/tags.txt + test -f ci-artifacts/preflight/tags.txt + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8 registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8:8.0.26 + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8:8.0.26 Getting image source signatures Copying blob sha256:f221949c4d4c872ec15a3aece5a3367c1730ec2c25d8d3a1173c8d8f4f630adb Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:3432e5d865b73355eab19223341f18f8ea7bbb6738a9c3344d0bc962058ae5ed Copying config sha256:fe0002e4004a4776f8d441eeaab0c320db9eac0ac28ca4b88af8454b8aacf950 Writing manifest to image destination Storing signatures + IFS= + read -r tag + buildah tag --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8 registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8:latest + buildah push --storage-driver=vfs --authfile staging_auth.json registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8:latest Getting image source signatures Copying blob sha256:3432e5d865b73355eab19223341f18f8ea7bbb6738a9c3344d0bc962058ae5ed Copying blob sha256:98469092e6042f8c9cc81dcb1a710957fb5ef27817c9b178f7b71c4f242cb2ed Copying blob sha256:bfb9caafb0fc0d8496a27709f1698ac90d1a306556387a75b92a86063544f4c8 Copying blob sha256:f221949c4d4c872ec15a3aece5a3367c1730ec2c25d8d3a1173c8d8f4f630adb Copying config sha256:fe0002e4004a4776f8d441eeaab0c320db9eac0ac28ca4b88af8454b8aacf950 Writing manifest to image destination Storing signatures + IFS= + read -r tag ++ podman inspect --storage-driver=vfs registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8 --format '{{.Id}}' + IMAGE_ID=sha256:fe0002e4004a4776f8d441eeaab0c320db9eac0ac28ca4b88af8454b8aacf950 + echo IMAGE_ID=sha256:fe0002e4004a4776f8d441eeaab0c320db9eac0ac28ca4b88af8454b8aacf950 + IMAGE_PODMAN_SHA=sha256:1f6a1d2316eecc48abcc08509e4f14197a7d36a0636b192972234ddb50ea947b + echo IMAGE_PODMAN_SHA=sha256:1f6a1d2316eecc48abcc08509e4f14197a7d36a0636b192972234ddb50ea947b A tarball of the built image can be retrieved from the documentation job artifacts. + echo IMAGE_FULLTAG=registry1.dso.mil/ironbank-staging/opensource/mysql/mysql8:ibci-453022 + echo IMAGE_NAME=opensource/mysql/mysql8 + 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:1630421015:step_script section_start:1630421015: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=6110264 responseStatus=201 Created token=JSS4a38J Uploading artifacts... build.env: found 1 matching files and directories  Uploading artifacts as "dotenv" to coordinator... ok id=6110264 responseStatus=201 Created token=JSS4a38J section_end:1630421017:upload_artifacts_on_success section_start:1630421017:cleanup_file_variables Cleaning up file based variables section_end:1630421017:cleanup_file_variables Job succeeded