See
<
https://jenkins.ovirt.org/job/system-sync_mirrors-ovirt-master-glusterfs-...
Changes:
------------------------------------------
[...truncated 2.72 KB...]
+ sudo install -o jenkins -d /var/www/html/repos/yum
/var/www/html/repos/yum/ovirt-master-glusterfs-7-testing-el8
/var/www/html/repos/yum/ovirt-master-glusterfs-7-testing-el8/base
+ modify_reposync_conf 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 tmp_file=reposync.tmp
+ awk -v RS= -v 'ORS=\n\n' /main/ jenkins/data/mirrors-reposync.conf
+ awk -v RS= -v 'ORS=\n\n' /ovirt-master-glusterfs-7-testing-el8/
jenkins/data/mirrors-reposync.conf
+ mv reposync.tmp jenkins/data/mirrors-reposync.conf
+ check_yum_sync_needed ovirt-master-glusterfs-7-testing-el8 x86_64
jenkins/data/mirrors-reposync.conf sync_needed
+ local repo_name=ovirt-master-glusterfs-7-testing-el8
+ local repo_archs=x86_64
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local p_sync_needed=sync_needed
+ local reposync_out
+ echo 'Checking if mirror needs a resync'
Checking if mirror needs a resync
+ rm -rf /home/jenkins/mirrors_cache/ovirt-master-glusterfs-7-testing-el8
++ IFS=,
++ echo x86_64
+ for arch in '$(IFS=,; echo $repo_archs)'
++ run_reposync ovirt-master-glusterfs-7-testing-el8 x86_64
jenkins/data/mirrors-reposync.conf --urls --quiet
++ 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 --urls --quiet
+
reposync_out='https://buildlogs.centos.org/centos/8/storage/x86_64/gl...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
+ [[ -n
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
https://buildlogs.centos.org/centos/8/storage/x86_64/gluster-7/Packages/g...
]]
+ 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...
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.jso...
++ 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...
== *\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
gluster-block-debuginfo-0.4-1. FAILED
(1/14): gluster-block-debu 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-api-debuginfo-7.5-1. FAILED
(1/14): glusterfs-api-debu 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-cli-debuginfo-7.5-1. FAILED
(1/14): glusterfs-cli-debu 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-client-xlators-debug FAILED
(1/14): glusterfs-client-x 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-cloudsync-plugins-de FAILED
(1/14): glusterfs-cloudsyn 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-coreutils-debuginfo- FAILED
(1/14): glusterfs-coreutil 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-debuginfo-7.5-1.el8. FAILED
(1/14): glusterfs-debuginf 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-extra-xlators-debugi FAILED
(1/14): glusterfs-extra-xl 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-fuse-debuginfo-7.5-1 FAILED
(1/14): glusterfs-fuse-deb 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-geo-replication-debu FAILED
(1/14): glusterfs-geo-repl 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-libs-debuginfo-7.5-1 FAILED
(1/14): glusterfs-libs-deb 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-rdma-debuginfo-7.5-1 FAILED
(1/14): glusterfs-rdma-deb 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-server-debuginfo-7.5 FAILED
(1/14): glusterfs-server-d 0% [ ] 0.0 B/s | 0 B --:-- ETA
glusterfs-thin-arbiter-debugin FAILED
(1/14): glusterfs-thin-arb 0% [ ] 0.0 B/s | 0 B --:-- ETA
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