
See <https://jenkins.ovirt.org/job/system-sync_mirrors-ovirt-master-glusterfs-7-testing-el8-x86_64/17/display/redirect?page=changes> Changes: [Martin Perina] mock_configs: Enable PG 12 module in EL8 mocks [Evgheni Dereveanchin] Only run mirror cleanup if a sync is needed [Evgheni Dereveanchin] Define more CentOS 8 repo mirrors [Evgheni Dereveanchin] Fix typo in centos-extras-el8 mirror definition [Ehud Yonasi] OST: add metrics nightly suite for 4.3 [Evgheni Dereveanchin] Use repodata directory as modfyrepo path [Evgeny Slutsky] Add eslutsky@redhat.com to jenkins Recipient lists. [Sandro Bonazzola] ovirt-engine: drop jobs for legacy versions [Shlomi] Added ability to ignore other repos when sync_mirror runs [Evgheni Dereveanchin] Remove ACME annotations from TLS routes [Sandro Bonazzola] mirrors: drop gluster 3 mirrors [Sandro Bonazzola] cleanup: drop gluster7 dismissed repos mirroring ------------------------------------------ [...truncated 7.74 KB...] https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/p/py...' + [[ -n https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g/gl... https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/p/py... ]] + eval sync_needed=true ++ sync_needed=true + return + [[ -n true ]] + mirror_cleanup ovirt-master-glusterfs-7-testing-el8 + local repo=ovirt-master-glusterfs-7-testing-el8 + local pkgs_file=referenced_pkgs.txt ++ find_recent_snapshots /var/www/html/repos/yum/ovirt-master-glusterfs-7-testing-el8 ++ local repo=/var/www/html/repos/yum/ovirt-master-glusterfs-7-testing-el8 +++ find /var/www/html/repos/yum/ovirt-master-glusterfs-7-testing-el8 -mindepth 1 -maxdepth 1 -type d -mtime -14 '!' '(' -name base -o -name '.*' ')' ++ local fresh_snapshots= ++ [[ -z '' ]] ++ all_snapshots=($(find ${repo} -mindepth 1 -maxdepth 1 -type d ! \( -name "base" -o -name ".*" \))) +++ find /var/www/html/repos/yum/ovirt-master-glusterfs-7-testing-el8 -mindepth 1 -maxdepth 1 -type d '!' '(' -name base -o -name '.*' ')' ++ local all_snapshots ++ IFS=' ' ++ sorted=($(sort <<<"${all_snapshots[*]}")) +++ sort ++ unset IFS jenkins/scripts/mirror_mgr.sh: line 498: sorted: bad array subscript ++ fresh_snapshots= ++ echo '' + recent_snapshots= ++ get_repo_slaves_snapshots ovirt-master-glusterfs-7-testing-el8 ++ local repo_name=ovirt-master-glusterfs-7-testing-el8 +++ git --git-dir=jenkins/.git --work-tree=jenkins/ grep http://mirrors.phx.ovirt.org/repos/yum/ ++ git_grep_output='data/slave-repos/centos7.conf:baseurl = http://mirrors.phx.ovirt.org/repos/yum/centos-base-el7/2019-09-17-13-16 data/slave-repos/centos7.conf:baseurl = http://mirrors.phx.ovirt.org/repos/yum/centos-updates-el7/2020-02-06-00-45 data/slave-repos/centos7.conf:baseurl = http://mirrors.phx.ovirt.org/repos/yum/centos-extras-el7/2020-01-29-02-32 data/slave-repos/centos7.conf:baseurl = http://mirrors.phx.ovirt.org/repos/yum/epel-el7/2020-02-08-04-48 data/slave-repos/centos7.conf:baseurl = http://mirrors.phx.ovirt.org/repos/yum/centos-qemu-ev-release-el7/2019-11-14... data/slave-repos/fedora26.conf:baseurl = http://mirrors.phx.ovirt.org/repos/yum/fedora-base-fc26/2017-10-09-15-06 data/slave-repos/fedora26.conf:baseurl = http://mirrors.phx.ovirt.org/repos/yum/fedora-updates-fc26/2018-01-18-09-56 data/slave-repos/fedora28.conf:baseurl = http://mirrors.phx.ovirt.org/repos/yum/fedora-base-fc28/2018-05-14-05-03 data/slave-repos/fedora28.conf:baseurl = http://mirrors.phx.ovirt.org/repos/yum/fedora-updates-fc28/2019-03-12-04-20 data/slave-repos/fedora28.conf:baseurl = http://mirrors.phx.ovirt.org/repos/yum/mock-copr-fc28/2019-05-14-06-55 data/slave-repos/fedora29.conf:baseurl = http://mirrors.phx.ovirt.org/repos/yum/fedora-base-fc29/2020-03-07-12-32 data/slave-repos/fedora29.conf:baseurl = http://mirrors.phx.ovirt.org/repos/yum/fedora-updates-fc29/2019-11-24-09-51 playbooks/roles/jenkins_master_config/templates/stdci_global_vars.yaml.j2: value: "http://mirrors.phx.ovirt.org/repos/yum/all_latest.json" stdci_libs/mirror_client.py: url='\''http://mirrors.phx.ovirt.org/repos/yum/all_latest.json'\'',' ++ for line in '${git_grep_output}' ++ [[ data/slave-repos/centos7.conf:baseurl == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ http://mirrors.phx.ovirt.org/repos/yum/centos-base-el7/2019-09-17-13-16 == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ data/slave-repos/centos7.conf:baseurl == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ http://mirrors.phx.ovirt.org/repos/yum/centos-updates-el7/2020-02-06-00-45 == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ data/slave-repos/centos7.conf:baseurl == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ http://mirrors.phx.ovirt.org/repos/yum/centos-extras-el7/2020-01-29-02-32 == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ data/slave-repos/centos7.conf:baseurl == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ http://mirrors.phx.ovirt.org/repos/yum/epel-el7/2020-02-08-04-48 == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ data/slave-repos/centos7.conf:baseurl == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ http://mirrors.phx.ovirt.org/repos/yum/centos-qemu-ev-release-el7/2019-11-14... == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ data/slave-repos/fedora26.conf:baseurl == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ http://mirrors.phx.ovirt.org/repos/yum/fedora-base-fc26/2017-10-09-15-06 == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ data/slave-repos/fedora26.conf:baseurl == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ http://mirrors.phx.ovirt.org/repos/yum/fedora-updates-fc26/2018-01-18-09-56 == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ data/slave-repos/fedora28.conf:baseurl == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ http://mirrors.phx.ovirt.org/repos/yum/fedora-base-fc28/2018-05-14-05-03 == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ data/slave-repos/fedora28.conf:baseurl == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ http://mirrors.phx.ovirt.org/repos/yum/fedora-updates-fc28/2019-03-12-04-20 == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ data/slave-repos/fedora28.conf:baseurl == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ http://mirrors.phx.ovirt.org/repos/yum/mock-copr-fc28/2019-05-14-06-55 == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ data/slave-repos/fedora29.conf:baseurl == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ http://mirrors.phx.ovirt.org/repos/yum/fedora-base-fc29/2020-03-07-12-32 == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ data/slave-repos/fedora29.conf:baseurl == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ = == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ http://mirrors.phx.ovirt.org/repos/yum/fedora-updates-fc29/2019-11-24-09-51 == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ playbooks/roles/jenkins_master_config/templates/stdci_global_vars.yaml.j2: == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ value: == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ "http://mirrors.phx.ovirt.org/repos/yum/all_latest.json" == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ stdci_libs/mirror_client.py: == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ for line in '${git_grep_output}' ++ [[ url='http://mirrors.phx.ovirt.org/repos/yum/all_latest.json', == *\o\v\i\r\t\-\m\a\s\t\e\r\-\g\l\u\s\t\e\r\f\s\-\7\-\t\e\s\t\i\n\g\-\e\l\8* ]] ++ echo ' ' + hardcoded_snapshot= + [[ ! '' == ** ]] + '[' -z '' ']' + echo 'No snapshots were found, skipping cleanup' No snapshots were found, skipping cleanup + return 0 + install_repo_pubkey ovirt-master-glusterfs-7-testing-el8 jenkins/data/mirrors-reposync.conf + local repo_name=ovirt-master-glusterfs-7-testing-el8 + local reposync_conf=jenkins/data/mirrors-reposync.conf + local gpg_key_file ++ sed -nr -e '/\[ovirt-master-glusterfs-7-testing-el8]/{ :loop; s#^gpgkey\s*=\s*file://(.*)$#\1#p; n; /^\[.*\]$/q ; b loop }' jenkins/data/mirrors-reposync.conf + gpg_key_file= + [[ -n '' ]] + echo 'Resyncing repo: ovirt-master-glusterfs-7-testing-el8' Resyncing repo: ovirt-master-glusterfs-7-testing-el8 + perform_yum_sync ovirt-master-glusterfs-7-testing-el8 x86_64 jenkins/data/mirrors-reposync.conf + local repo_name=ovirt-master-glusterfs-7-testing-el8 + local repo_archs=x86_64 + local reposync_conf=jenkins/data/mirrors-reposync.conf + local repo_mp + local repo_comps + repo_mp=/var/www/html/repos/yum/ovirt-master-glusterfs-7-testing-el8/base ++ IFS=, ++ echo x86_64 + for arch in '$(IFS=,; echo $repo_archs)' + echo 'Syncing yum repo ovirt-master-glusterfs-7-testing-el8 for arch: x86_64' Syncing yum repo ovirt-master-glusterfs-7-testing-el8 for arch: x86_64 + run_reposync ovirt-master-glusterfs-7-testing-el8 x86_64 jenkins/data/mirrors-reposync.conf --downloadcomps --gpgcheck --download-metadata + local repo_name=ovirt-master-glusterfs-7-testing-el8 + local repo_arch=x86_64 + local reposync_conf=jenkins/data/mirrors-reposync.conf + extra_args=("${@:4}") + local extra_args + reposync --config=jenkins/data/mirrors-reposync.conf --repoid=ovirt-master-glusterfs-7-testing-el8 --arch=x86_64 --cachedir=/home/jenkins/mirrors_cache --download_path=/var/www/html/repos/yum/ovirt-master-glusterfs-7-testing-el8/base --norepopath --newest-only --downloadcomps --gpgcheck --download-metadata (2/32): glusterfs-7.5-1.el 0% [ ] 0.0 B/s | 0 B --:-- ETA (1/32): glusterfs-7.5-1.el8.x86_64.rpm | 688 kB 00:00 (2/32): glusterfs-api-7.5-1.el8.x86_64.rpm | 123 kB 00:00 glusterfs-api-debuginfo-7.5-1. FAILED (4/32): glusterfs-api-debu 0% [ ] 0.0 B/s | 0 B --:-- ETA gluster-block-debuginfo-0.4-1. FAILED (4/32): glusterfs-api-deve 0% [ ] 0.0 B/s | 0 B --:-- ETA (3/32): glusterfs-api-deve 4% [- ] 0.0 B/s | 811 kB --:-- ETA (3/32): glusterfs-api-devel-7.5-1.el8.x86_64.rpm | 56 kB 00:00 (4/32): glusterfs-cli-7.5-1.el8.x86_64.rpm | 215 kB 00:00 glusterfs-cli-debuginfo-7.5-1. FAILED (5/32): glusterfs-cli-debu 4% [- ] 0.0 B/s | 811 kB --:-- ETA (5/32): glusterfs-client-xlators-7.5-1.el8.x86_64.rpm | 888 kB 00:00 glusterfs-client-xlators-debug FAILED (6/32): glusterfs-client-x 4% [- ] 0.0 B/s | 811 kB --:-- ETA (6/32): glusterfs-cloudsyn 10% [=- ] 380 kB/s | 1.9 MB 00:44 ETA (6/32): glusterfs-cloudsync-plugins-7.5-1.el8.x86_64.rpm | 58 kB 00:00 glusterfs-cloudsync-plugins-de FAILED (7/32): glusterfs-cloudsyn 10% [=- ] 380 kB/s | 1.9 MB 00:44 ETA glusterfs-coreutils-debuginfo- FAILED (7/32): glusterfs-coreutil 10% [=- ] 380 kB/s | 1.9 MB 00:44 ETA glusterfs-debuginfo-7.5-1.el8. FAILED (7/32): glusterfs-debuginf 10% [=- ] 380 kB/s | 1.9 MB 00:44 ETA (7/32): glusterfs-debugsou 10% [=- ] 235 kB/s | 2.0 MB 01:12 ETA (7/32): glusterfs-debugsou 11% [=- ] 241 kB/s | 2.1 MB 01:10 ETA (7/32): glusterfs-debugsou 12% [== ] 295 kB/s | 2.4 MB 00:56 ETA (7/32): glusterfs-debugsou 20% [=== ] 548 kB/s | 3.7 MB 00:27 ETA (7/32): glusterfs-debugsource-7.5-1.el8.x86_64.rpm | 2.2 MB 00:01 (8/32): glusterfs-devel-7. 22% [===- ] 580 kB/s | 4.2 MB 00:25 ETA (8/32): glusterfs-devel-7.5-1.el8.x86_64.rpm | 182 kB 00:00 (9/32): glusterfs-events-7.5-1.el8.x86_64.rpm | 66 kB 00:00 (10/32): glusterfs-extra-x 23% [===- ] 516 kB/s | 4.5 MB 00:28 ETA (10/32): glusterfs-extra-xlators-7.5-1.el8.x86_64.rpm | 71 kB 00:00 glusterfs-extra-xlators-debugi FAILED (11/32): glusterfs-extra-x 23% [===- ] 516 kB/s | 4.5 MB 00:28 ETA (11/32): glusterfs-fuse-7.5-1.el8.x86_64.rpm | 170 kB 00:00 glusterfs-fuse-debuginfo-7.5-1 FAILED (12/32): glusterfs-fuse-de 23% [===- ] 516 kB/s | 4.5 MB 00:28 ETA (12/32): glusterfs-geo-replication-7.5-1.el8.x86_64.rpm | 212 kB 00:00 glusterfs-geo-replication-debu FAILED (13/32): glusterfs-geo-rep 23% [===- ] 516 kB/s | 4.5 MB 00:28 ETA (13/32): glusterfs-libs-7.5-1.el8.x86_64.rpm | 445 kB 00:00 glusterfs-libs-debuginfo-7.5-1 FAILED (14/32): glusterfs-libs-de 23% [===- ] 516 kB/s | 4.5 MB 00:28 ETA (14/32): glusterfs-rdma-7.5-1.el8.x86_64.rpm | 76 kB 00:00 glusterfs-rdma-debuginfo-7.5-1 FAILED (15/32): glusterfs-rdma-de 23% [===- ] 516 kB/s | 4.5 MB 00:28 ETA (15/32): glusterfs-resourc 29% [====- ] 364 kB/s | 5.4 MB 00:37 ETA (15/32): glusterfs-resource-agents-7.5-1.el8.noarch.rpm | 44 kB 00:00 (16/32): glusterfs-server-7.5-1.el8.x86_64.rpm | 1.4 MB 00:00 glusterfs-server-debuginfo-7.5 FAILED (17/32): glusterfs-server- 29% [====- ] 364 kB/s | 5.4 MB 00:37 ETA (17/32): glusterfs-thin-ar 36% [=====- ] 565 kB/s | 6.8 MB 00:21 ETA (17/32): glusterfs-thin-arbiter-7.5-1.el8.x86_64.rpm | 57 kB 00:00 glusterfs-thin-arbiter-debugin FAILED (18/32): glusterfs-thin-ar 36% [=====- ] 565 kB/s | 6.8 MB 00:21 ETA (18/32): python3-gluster-7.5-1.el8.x86_64.rpm | 48 kB 00:00 glusterfs-api-debuginfo-7.5-1.el8.x86_64: [Errno 256] No more mirrors to try. glusterfs-libs-debuginfo-7.5-1.el8.x86_64: [Errno 256] No more mirrors to try. glusterfs-thin-arbiter-debuginfo-7.5-1.el8.x86_64: [Errno 256] No more mirrors to try. glusterfs-debuginfo-7.5-1.el8.x86_64: [Errno 256] No more mirrors to try. glusterfs-client-xlators-debuginfo-7.5-1.el8.x86_64: [Errno 256] No more mirrors to try. glusterfs-server-debuginfo-7.5-1.el8.x86_64: [Errno 256] No more mirrors to try. gluster-block-debuginfo-0.4-1.el8.x86_64: [Errno 256] No more mirrors to try. glusterfs-cli-debuginfo-7.5-1.el8.x86_64: [Errno 256] No more mirrors to try. glusterfs-fuse-debuginfo-7.5-1.el8.x86_64: [Errno 256] No more mirrors to try. glusterfs-extra-xlators-debuginfo-7.5-1.el8.x86_64: [Errno 256] No more mirrors to try. glusterfs-cloudsync-plugins-debuginfo-7.5-1.el8.x86_64: [Errno 256] No more mirrors to try. glusterfs-coreutils-debuginfo-0.3.1-3.el8.x86_64: [Errno 256] No more mirrors to try. glusterfs-rdma-debuginfo-7.5-1.el8.x86_64: [Errno 256] No more mirrors to try. glusterfs-geo-replication-debuginfo-7.5-1.el8.x86_64: [Errno 256] No more mirrors to try. Build step 'Execute shell' marked build as failure