See
<
https://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_...
Changes:
------------------------------------------
[...truncated 2.20 KB...]
+ command_args=("${@:2}")
+ local command_args
+ cmd_resync_yum_mirror centos-updates-el7 x86_64 jenkins/data/mirrors-reposync.conf
+ local repo_name=centos-updates-el7
+ local repo_archs=x86_64
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local sync_needed
+ mkdir -p /home/jenkins/mirrors_cache
+ verify_repo_fs centos-updates-el7 yum
+ local repo_name=centos-updates-el7
+ local repo_type=yum
+ sudo install -o jenkins -d /var/www/html/repos/yum
/var/www/html/repos/yum/centos-updates-el7
/var/www/html/repos/yum/centos-updates-el7/base
+ modify_reposync_conf centos-updates-el7 jenkins/data/mirrors-reposync.conf
+ local repo_name=centos-updates-el7
+ 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' /centos-updates-el7/
jenkins/data/mirrors-reposync.conf
+ mv reposync.tmp jenkins/data/mirrors-reposync.conf
+ check_yum_sync_needed centos-updates-el7 x86_64 jenkins/data/mirrors-reposync.conf
sync_needed
+ local repo_name=centos-updates-el7
+ 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/centos-updates-el7
++ IFS=,
++ echo x86_64
+ for arch in '$(IFS=,; echo $repo_archs)'
++ run_reposync centos-updates-el7 x86_64 jenkins/data/mirrors-reposync.conf --urls
--quiet
++ local repo_name=centos-updates-el7
++ 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=centos-updates-el7
--arch=x86_64 --cachedir=/home/jenkins/mirrors_cache
--download_path=/var/www/html/repos/yum/centos-updates-el7/base --norepopath --newest-only
--urls --quiet
+
reposync_out=http://repos-va.psychz.net/centos/7.8.2003/updates/x86_64/Pa...
+ [[ -n
http://repos-va.psychz.net/centos/7.8.2003/updates/x86_64/Packages/ppp-de...
]]
+ eval sync_needed=true
++ sync_needed=true
+ return
+ [[ -n true ]]
+ mirror_cleanup centos-updates-el7
+ local repo=centos-updates-el7
+ local pkgs_file=referenced_pkgs.txt
++ find_recent_snapshots /var/www/html/repos/yum/centos-updates-el7
++ local repo=/var/www/html/repos/yum/centos-updates-el7
+++ find /var/www/html/repos/yum/centos-updates-el7 -mindepth 1 -maxdepth 1 -type d -mtime
-14 '!' '(' -name base -o -name '.*' ')'
++ local fresh_snapshots=/var/www/html/repos/yum/centos-updates-el7/2020-04-27-16-41
++ [[ -z /var/www/html/repos/yum/centos-updates-el7/2020-04-27-16-41 ]]
++ echo /var/www/html/repos/yum/centos-updates-el7/2020-04-27-16-41
+ recent_snapshots=/var/www/html/repos/yum/centos-updates-el7/2020-04-27-16-41
++ get_repo_slaves_snapshots centos-updates-el7
++ local repo_name=centos-updates-el7
+++ 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 == *\c\e\n\t\o\s\-\u\p\d\a\t\e\s\-\e\l\7* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\c\e\n\t\o\s\-\u\p\d\a\t\e\s\-\e\l\7* ]]
++ for line in '${git_grep_output}'
++ [[
http://mirrors.phx.ovirt.org/repos/yum/centos-base-el7/2019-09-17-13-16 ==
*\c\e\n\t\o\s\-\u\p\d\a\t\e\s\-\e\l\7* ]]
++ for line in '${git_grep_output}'
++ [[ data/slave-repos/centos7.conf:baseurl == *\c\e\n\t\o\s\-\u\p\d\a\t\e\s\-\e\l\7* ]]
++ for line in '${git_grep_output}'
++ [[ = == *\c\e\n\t\o\s\-\u\p\d\a\t\e\s\-\e\l\7* ]]
++ for line in '${git_grep_output}'
++ [[
http://mirrors.phx.ovirt.org/repos/yum/centos-updates-el7/2020-02-06-00-45 ==
*\c\e\n\t\o\s\-\u\p\d\a\t\e\s\-\e\l\7* ]]
++ suffix=centos-updates-el7/2020-02-06-00-45
++ snapshot=/var/www/html/repos/yum/centos-updates-el7/2020-02-06-00-45
++ break
++ echo '
/var/www/html/repos/yum/centos-updates-el7/2020-02-06-00-45'
+ hardcoded_snapshot='
/var/www/html/repos/yum/centos-updates-el7/2020-02-06-00-45'
+ [[ ! /var/www/html/repos/yum/centos-updates-el7/2020-04-27-16-41 == *\
\/\v\a\r\/\w\w\w\/\h\t\m\l\/\r\e\p\o\s\/\y\u\m\/\c\e\n\t\o\s\-\u\p\d\a\t\e\s\-\e\l\7\/\2\0\2\0\-\0\2\-\0\6\-\0\0\-\4\5*
]]
+ recent_snapshots+='
/var/www/html/repos/yum/centos-updates-el7/2020-02-06-00-45'
+ '[' -z '/var/www/html/repos/yum/centos-updates-el7/2020-04-27-16-41
/var/www/html/repos/yum/centos-updates-el7/2020-02-06-00-45' ']'
+ find_referenced_pkgs '/var/www/html/repos/yum/centos-updates-el7/2020-04-27-16-41
/var/www/html/repos/yum/centos-updates-el7/2020-02-06-00-45' referenced_pkgs.txt
+ local
'recent_snapshots_list=/var/www/html/repos/yum/centos-updates-el7/2020-04-27-16-41
/var/www/html/repos/yum/centos-updates-el7/2020-02-06-00-45'
+ local ref_pkgs=referenced_pkgs.txt
+ local repoquery_result=repoquery_result.txt
+ local exists=1
+ for snapshot in '${recent_snapshots_list}'
+ local snapshot_suffix=centos-updates-el7/2020-04-27-16-41
+ local 'repoquery_cmd=repoquery
--repofrompath=this,http://mirrors.phx.ovirt.org/repos/yum/centos-updates-el7/2020-04-27-16-41
--repoid=this -a --qf %{relativepath}
--archlist=s390x,s390,ppc64le,ppc64,x86_64,i686,noarch'
+ repoquery
--repofrompath=this,http://mirrors.phx.ovirt.org/repos/yum/centos-updates-el7/2020-04-27-16-41
--repoid=this -a --qf '%{relativepath}'
--archlist=s390x,s390,ppc64le,ppc64,x86_64,i686,noarch
+ for snapshot in '${recent_snapshots_list}'
+ local snapshot_suffix=centos-updates-el7/2020-02-06-00-45
+ local 'repoquery_cmd=repoquery
--repofrompath=this,http://mirrors.phx.ovirt.org/repos/yum/centos-updates-el7/2020-02-06-00-45
--repoid=this -a --qf %{relativepath}
--archlist=s390x,s390,ppc64le,ppc64,x86_64,i686,noarch'
+ repoquery
--repofrompath=this,http://mirrors.phx.ovirt.org/repos/yum/centos-updates-el7/2020-02-06-00-45
--repoid=this -a --qf '%{relativepath}'
--archlist=s390x,s390,ppc64le,ppc64,x86_64,i686,noarch
+ cat repoquery_result.txt
+ sort -u
+ xargs -n1
+ rm repoquery_result.txt
+ rm_unreferenced_pkgs /var/www/html/repos/yum/centos-updates-el7 referenced_pkgs.txt
+ local repo_dir=/var/www/html/repos/yum/centos-updates-el7
+ local rpms_file=referenced_pkgs.txt
+ local all_rpms_file=all_pkgs.txt
+ local for_removal=pkgs_for_removal.txt
+ find /var/www/html/repos/yum/centos-updates-el7/base -name '*.rpm'
+ grep -F -w -v -f /dev/fd/63 /dev/fd/62
++ cat referenced_pkgs.txt
++ cat all_pkgs.txt
+ cat pkgs_for_removal.txt
+ xargs rm
+ rm all_pkgs.txt pkgs_for_removal.txt
+ rm_old_snapshots /var/www/html/repos/yum/centos-updates-el7
'/var/www/html/repos/yum/centos-updates-el7/2020-04-27-16-41
/var/www/html/repos/yum/centos-updates-el7/2020-02-06-00-45'
+ local repo_dir=/var/www/html/repos/yum/centos-updates-el7
+ local
'p_recent_snapshots=/var/www/html/repos/yum/centos-updates-el7/2020-04-27-16-41
/var/www/html/repos/yum/centos-updates-el7/2020-02-06-00-45'
+ all_snapshots=($(find ${repo_dir} -mindepth 1 -maxdepth 1 -type d ! \( -name
"base" -o -name ".*" \)))
++ find /var/www/html/repos/yum/centos-updates-el7 -mindepth 1 -maxdepth 1 -type d
'!' '(' -name base -o -name '.*' ')'
+ local all_snapshots
+ for snapshot in '"${all_snapshots[@]}"'
+ [[ ! /var/www/html/repos/yum/centos-updates-el7/2020-04-27-16-41
/var/www/html/repos/yum/centos-updates-el7/2020-02-06-00-45 ==
*\/\v\a\r\/\w\w\w\/\h\t\m\l\/\r\e\p\o\s\/\y\u\m\/\c\e\n\t\o\s\-\u\p\d\a\t\e\s\-\e\l\7\/\2\0\2\0\-\0\4\-\2\7\-\1\6\-\4\1*
]]
+ for snapshot in '"${all_snapshots[@]}"'
+ [[ ! /var/www/html/repos/yum/centos-updates-el7/2020-04-27-16-41
/var/www/html/repos/yum/centos-updates-el7/2020-02-06-00-45 ==
*\/\v\a\r\/\w\w\w\/\h\t\m\l\/\r\e\p\o\s\/\y\u\m\/\c\e\n\t\o\s\-\u\p\d\a\t\e\s\-\e\l\7\/\2\0\2\0\-\0\2\-\0\6\-\0\0\-\4\5*
]]
+ rm referenced_pkgs.txt
+ install_repo_pubkey centos-updates-el7 jenkins/data/mirrors-reposync.conf
+ local repo_name=centos-updates-el7
+ local reposync_conf=jenkins/data/mirrors-reposync.conf
+ local gpg_key_file
++ sed -nr -e '/\[centos-updates-el7]/{
:loop;
s#^gpgkey\s*=\s*file://(.*)$#\1#p;
n;
/^\[.*\]$/q ;
b loop
}' jenkins/data/mirrors-reposync.conf
+ gpg_key_file=/usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-7
+ [[ -n /usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-7 ]]
+ [[ -r /usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-7 ]]
+ sudo /usr/bin/rpmkeys --import
/usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-7
+ echo 'Resyncing repo: centos-updates-el7'
Resyncing repo: centos-updates-el7
+ perform_yum_sync centos-updates-el7 x86_64 jenkins/data/mirrors-reposync.conf
+ local repo_name=centos-updates-el7
+ 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/centos-updates-el7/base
++ IFS=,
++ echo x86_64
+ for arch in '$(IFS=,; echo $repo_archs)'
+ echo 'Syncing yum repo centos-updates-el7 for arch: x86_64'
Syncing yum repo centos-updates-el7 for arch: x86_64
+ run_reposync centos-updates-el7 x86_64 jenkins/data/mirrors-reposync.conf
--downloadcomps --gpgcheck --download-metadata
+ local repo_name=centos-updates-el7
+ 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=centos-updates-el7
--arch=x86_64 --cachedir=/home/jenkins/mirrors_cache
--download_path=/var/www/html/repos/yum/centos-updates-el7/base --norepopath --newest-only
--downloadcomps --gpgcheck --download-metadata
(2/58): emacs-git-el-1.8.3 0% [ ] 0.0 B/s | 0 B --:-- ETA (1/58):
emacs-git-el-1.8.3.1-22.el7_8.noarch.rpm | 46 kB 00:00
(2/58): emacs-git-1.8.3.1-22.el7_8.noarch.rpm | 51 kB 00:00
(3/58): git-all-1.8.3.1-22.el7_8.noarch.rpm | 27 kB 00:00
(4/58): git-cvs-1.8.3.1-22.el7_8.noarch.rpm | 113 kB 00:00
(5/58): git-bzr-1.8.3.1-22.el7_8.noarch.rpm | 34 kB 00:00
(6/58): git-gnome-keyring-1.8.3.1-22.el7_8.x86_64.rpm | 33 kB 00:00
(7/58): git-instaweb-1.8.3.1-22.el7_8.noarch.rpm | 40 kB 00:00
(8/58): git-1.8.3.1-22.el7_8.x86_64.rpm | 4.4 MB 00:00
(9/58): git-gui-1.8.3.1-22.el7_8.noarch.rpm | 238 kB 00:00
(10/58): git-hg-1.8.3.1-22.el7_8.noarch.rpm | 34 kB 00:00
(11/58): git-p4-1.8.3.1-22.el7_8.noarch.rpm | 80 kB 00:00
(12/58): java-1.8.0-openjdk-1.8.0.252.b09-2.el7_8.x86_64.r | 295 kB 00:00
(13/58): git-daemon-1.8.3.1-22.el7_8.x86_64.rpm | 404 kB 00:00
(14/58): java-1.8.0-openjdk-accessibility-1.8.0.252.b09-2. | 80 kB 00:00
(15/58): java-1.8.0-openjdk-accessibility-1.8.0.252.b09-2. | 80 kB 00:00
(16/58): gitk-1.8.3.1-22.el7_8.noarch.rpm | 152 kB 00:00
(18/58): git-svn-1.8.3.1-2 0% [ ] 0.0 B/s | 6.1 MB --:-- ETA (17/58):
git-svn-1.8.3.1-22.el7_8.x86_64.rpm | 438 kB 00:00
(18/58): gitweb-1.8.3.1-22.el7_8.noarch.rpm | 112 kB 00:00
(19/58): java-1.7.0-openjdk-1.7.0.261-2.6.22.2.el7_8.x86_6 | 257 kB 00:00
(20/58): java-1.7.0-openjdk-demo-1.7.0.261-2.6.22.2.el7_8. | 1.9 MB 00:00
(21/58): java-1.8.0-openjdk-demo-1.8.0.252.b09-2.el7_8.x86 | 2.0 MB 00:00
(23/58): java-1.7.0-openjd 1% [ ] 16 MB/s | 18 MB 01:19 ETA (24/58):
java-1.7.0-openjd 1% [ ] 17 MB/s | 25 MB 01:16 ETA (22/58):
java-1.7.0-openjdk-devel-1.7.0.261-2.6.22.2.el7_8 | 9.2 MB 00:01
(25/58): java-1.7.0-openjd 3% [- ] 20 MB/s | 49 MB 01:03 ETA (23/58):
java-1.8.0-openjdk-devel-1.8.0.252.b09-2.el7_8.x8 | 9.8 MB 00:00
(24/58): java-1.8.0-openjdk-devel-1.8.0.252.b09-2.el7_8.i6 | 9.8 MB 00:01
(25/58): java-1.8.0-openjdk-1.8.0.252.b09-2.el7_8.i686.rpm | 295 kB 00:01
(26/58): java-1.7.0-openjdk-javadoc-1.7.0.261-2.6.22.2.el7 | 14 MB 00:01
(27/58): java-1.8.0-openjdk-demo-1.8.0.252.b09-2.el7_8.i68 | 2.0 MB 00:01
(30/58): java-1.7.0-openjd 7% [= ] 27 MB/s | 93 MB 00:45 ETA (31/58):
java-1.7.0-openjd 8% [= ] 29 MB/s | 111 MB 00:41 ETA (28/58):
java-1.8.0-openjdk-headless-1.8.0.252.b09-2.el7_8 | 32 MB 00:02
(32/58): java-1.7.0-openjd 8% [= ] 27 MB/s | 114 MB 00:44 ETA (29/58):
java-11-openjdk-11.0.7.10-4.el7_8.x86_64.rpm | 217 kB 00:00
(33/58): java-1.7.0-openjd 9% [=- ] 27 MB/s | 124 MB 00:43 ETA (34/58):
java-1.8.0-openjd 12% [== ] 34 MB/s | 168 MB 00:33 ETA (30/58):
java-11-openjdk-11.0.7.10-4.el7_8.i686.rpm | 213 kB 00:00
(31/58): java-1.8.0-openjdk-javadoc-1.8.0.252.b09-2.el7_8. | 15 MB 00:00
(36/58): java-1.8.0-openjd 15% [== ] 38 MB/s | 198 MB 00:29 ETA (36/58):
java-1.8.0-openjd 17% [==- ] 41 MB/s | 227 MB 00:26 ETA (32/58):
java-1.7.0-openjdk-headless-1.7.0.261-2.6.22.2.el | 26 MB 00:04
(37/58): java-1.8.0-openjd 20% [=== ] 46 MB/s | 262 MB 00:22 ETA (33/58):
java-1.8.0-openjdk-src-1.8.0.252.b09-2.el7_8.i686 | 45 MB 00:01
(39/58): java-1.8.0-openjd 21% [=== ] 47 MB/s | 281 MB 00:22 ETA (34/58):
java-1.8.0-openjdk-javadoc-zip-1.8.0.252.b09-2.el | 42 MB 00:02
(40/58): java-11-openjdk-d 22% [===- ] 48 MB/s | 300 MB 00:21 ETA (35/58):
java-1.8.0-openjdk-src-1.8.0.252.b09-2.el7_8.x86_ | 45 MB 00:02
(41/58): java-11-openjdk-d 24% [===- ] 48 MB/s | 323 MB 00:20 ETA (36/58):
java-1.7.0-openjdk-src-1.7.0.261-2.6.22.2.el7_8.x | 39 MB 00:05
(37/58): java-11-openjdk-demo-11.0.7.10-4.el7_8.x86_64.rpm | 4.3 MB 00:00
(38/58): java-11-openjdk-demo-11.0.7.10-4.el7_8.i686.rpm | 4.3 MB 00:00
(39/58): java-11-openjdk-devel-11.0.7.10-4.el7_8.i686.rpm | 3.3 MB 00:00
(46/58): java-11-openjdk-j 26% [==== ] 49 MB/s | 343 MB 00:19 ETA (40/58):
java-1.8.0-openjdk-headless-1.8.0.252.b09-2.el7_8 | 32 MB 00:05
(47/58): java-11-openjdk-j 26% [==== ] 46 MB/s | 350 MB 00:20 ETA (41/58):
java-11-openjdk-devel-11.0.7.10-4.el7_8.x86_64.rp | 3.3 MB 00:01
(42/58): java-11-openjdk-javadoc-11.0.7.10-4.el7_8.i686.rp | 16 MB 00:00
(43/58): java-11-openjdk-javadoc-11.0.7.10-4.el7_8.x86_64. | 16 MB 00:00
(50/58): java-11-openjdk-j 31% [====- ] 53 MB/s | 406 MB 00:17 ETA (44/58):
java-11-openjdk-headless-11.0.7.10-4.el7_8.x86_64 | 39 MB 00:01
(45/58): git-email-1.8.3.1 33% [===== ] 54 MB/s | 432 MB 00:16 ETA (45/58):
git-email-1.8.3.1 37% [=====- ] 62 MB/s | 488 MB 00:13 ETA (45/58):
java-11-openjdk-javadoc-zip-11.0.7.10-4.el7_8.i68 | 42 MB 00:02
(46/58): git-email-1.8.3.1 40% [====== ] 64 MB/s | 526 MB 00:12 ETA (46/58):
java-11-openjdk-javadoc-zip-11.0.7.10-4.el7_8.x86 | 42 MB 00:01
(48/58): java-1.7.0-openjd 42% [======- ] 66 MB/s | 559 MB 00:11 ETA (48/58):
java-1.7.0-openjd 46% [======= ] 71 MB/s | 604 MB 00:09 ETA (48/58):
java-1.7.0-openjd 48% [=======- ] 73 MB/s | 637 MB 00:09 ETA (48/58):
java-1.7.0-openjd 51% [======== ] 75 MB/s | 669 MB 00:08 ETA (49/58):
java-11-openjdk-h 53% [========- ] 75 MB/s | 695 MB 00:08 ETA (47/58):
java-11-openjdk-src-11.0.7.10-4.el7_8.i686.rpm | 45 MB 00:02
(50/58): java-11-openjdk-h 54% [========- ] 69 MB/s | 716 MB 00:08 ETA (48/58):
perl-Git-1.8.3.1-22.el7_8.noarch.rpm | 56 kB 00:00
(49/58): perl-Git-SVN-1.8.3.1-22.el7_8.noarch.rpm | 87 kB 00:00
ppp-devel-2.4.5-34.el7_7.i686. FAILED
(52/58): java-11-openjdk-h 54% [========- ] 69 MB/s | 716 MB 00:08 ETA
ppp-devel-2.4.5-34.el7_7.i686. FAILED
(52/58): java-11-openjdk-h 54% [========- ] 69 MB/s | 716 MB 00:08 ETA
ppp-devel-2.4.5-34.el7_7.i686. FAILED
(52/58): java-11-openjdk-h 54% [========- ] 69 MB/s | 716 MB 00:08 ETA (53/58):
java-11-openjdk-j 56% [========- ] 67 MB/s | 734 MB 00:08 ETA (50/58):
python-twisted-web-12.1.0-7.el7_8.x86_64.rpm | 728 kB 00:00
(54/58): java-11-openjdk-j 60% [=========- ] 73 MB/s | 784 MB 00:07 ETA (51/58):
java-11-openjdk-headless-11.0.7.10-4.el7_8.i686.r | 35 MB 00:06
(55/58): java-11-openjdk-j 63% [========== ] 72 MB/s | 824 MB 00:06 ETA (56/58):
java-11-openjdk-s 65% [==========- ] 74 MB/s | 860 MB 00:06 ETA (56/58):
java-11-openjdk-s 69% [=========== ] 80 MB/s | 912 MB 00:04 ETA (52/58):
java-11-openjdk-src-11.0.7.10-4.el7_8.x86_64.rpm | 50 MB 00:04
(57/58): thunderbird-68.7. 70% [=========== ] 73 MB/s | 926 MB 00:05 ETA
ppp-devel-2.4.5-34.el7_7.i686. FAILED
(57/58): thunderbird-68.7. 70% [=========== ] 73 MB/s | 926 MB 00:05 ETA
ppp-devel-2.4.5-34.el7_7.i686. FAILED
(57/58): thunderbird-68.7. 70% [=========== ] 73 MB/s | 926 MB 00:05 ETA (58/58):
ppp-devel-2.4.5-3 73% [===========- ] 76 MB/s | 966 MB 00:04 ETA
ppp-devel-2.4.5-34.el7_7.i686. FAILED
(58/58): ppp-devel-2.4.5-3 73% [===========- ] 76 MB/s | 966 MB 00:04 ETA
ppp-devel-2.4.5-34.el7_7.i686. FAILED
(58/58): ppp-devel-2.4.5-3 73% [===========- ] 76 MB/s | 966 MB 00:04 ETA
ppp-devel-2.4.5-34.el7_7.i686. FAILED
(58/58): ppp-devel-2.4.5-3 73% [===========- ] 76 MB/s | 966 MB 00:04 ETA
ppp-devel-2.4.5-34.el7_7.i686. FAILED
(58/58): ppp-devel-2.4.5-3 73% [===========- ] 76 MB/s | 966 MB 00:04 ETA (53/58):
git-email-1.8.3.1 78% [============- ] 83 MB/s | 1.0 GB 00:03 ETA (53/58):
thunderbird-68.7.0-1.el7.centos.x86_64.rpm | 85 MB 00:03
(55/58): java-1.7.0-openjd 79% [============- ] 73 MB/s | 1.0 GB 00:03 ETA (55/58):
java-1.7.0-openjd 81% [============- ] 73 MB/s | 1.0 GB 00:03 ETA (55/58):
java-1.7.0-openjd 84% [=============- ] 77 MB/s | 1.1 GB 00:02 ETA (56/58):
java-11-openjdk-j 85% [=============- ] 75 MB/s | 1.1 GB 00:02 ETA (54/58):
java-11-openjdk-jmods-11.0.7.10-4.el7_8.x86_64.rp | 309 MB 00:10
(55/58): git-email-1.8.3.1 86% [=============- ] 41 MB/s | 1.1 GB 00:04 ETA (55/58):
git-email-1.8.3.1 89% [============== ] 46 MB/s | 1.1 GB 00:02 ETA (55/58):
git-email-1.8.3.1 90% [============== ] 44 MB/s | 1.2 GB 00:02 ETA (56/58):
java-1.7.0-openjd 90% [============== ] 43 MB/s | 1.2 GB 00:02 ETA (56/58):
java-1.7.0-openjd 91% [==============- ] 41 MB/s | 1.2 GB 00:02 ETA (56/58):
java-1.7.0-openjd 91% [==============- ] 40 MB/s | 1.2 GB 00:02 ETA (56/58):
java-1.7.0-openjd 91% [==============- ] 38 MB/s | 1.2 GB 00:02 ETA (57/58):
java-11-openjdk-j 92% [==============- ] 37 MB/s | 1.2 GB 00:02 ETA (57/58):
java-11-openjdk-j 92% [==============- ] 36 MB/s | 1.2 GB 00:02 ETA (57/58):
java-11-openjdk-j 93% [==============- ] 35 MB/s | 1.2 GB 00:02 ETA (57/58):
java-11-openjdk-j 93% [==============- ] 34 MB/s | 1.2 GB 00:02 ETA (55/58):
git-email-1.8.3.1 94% [=============== ] 33 MB/s | 1.2 GB 00:02 ETA (55/58):
git-email-1.8.3.1 94% [=============== ] 32 MB/s | 1.2 GB 00:02 ETA (55/58):
git-email-1.8.3.1 95% [=============== ] 32 MB/s | 1.2 GB 00:02 ETA (55/58):
git-email-1.8.3.1 95% [=============== ] 31 MB/s | 1.2 GB 00:01 ETA (56/58):
java-1.7.0-openjd 96% [=============== ] 30 MB/s | 1.2 GB 00:01 ETA (56/58):
java-1.7.0-openjd 96% [=============== ] 30 MB/s | 1.2 GB 00:01 ETA (56/58):
java-1.7.0-openjd 97% [===============-] 29 MB/s | 1.2 GB 00:01 ETA (56/58):
java-1.7.0-openjd 97% [===============-] 29 MB/s | 1.2 GB 00:01 ETA (57/58):
java-11-openjdk-j 98% [===============-] 29 MB/s | 1.3 GB 00:00 ETA (57/58):
java-11-openjdk-j 98% [===============-] 28 MB/s | 1.3 GB 00:00 ETA (57/58):
java-11-openjdk-j 99% [===============-] 28 MB/s | 1.3 GB 00:00 ETA (55/58):
java-11-openjdk-jmods-11.0.7.10-4.el7_8.i686.rpm | 277 MB 00:20
git-email-1.8.3.1-22.el7_8.noa FAILED
(56/58): git-email-1.8.3.1 99% [===============-] 28 MB/s | 1.3 GB 00:00 ETA (56/58):
git-email-1.8.3.1-22.el7_8.noarch.rpm | 59 kB 00:00
java-1.7.0-openjdk-accessibili FAILED
(57/58): java-1.7.0-openjd 99% [===============-] 28 MB/s | 1.3 GB 00:00 ETA (57/58):
java-1.7.0-openjdk-accessibility-1.7.0.261-2.6.22 | 41 kB 00:00
ppp-devel-2.4.5-34.el7_7.i686. FAILED
(58/58): ppp-devel-2.4.5-3 99% [===============-] 28 MB/s | 1.3 GB 00:00 ETA
ppp-devel-2.4.5-34.el7_7.i686: [Errno 256] No more mirrors to try.
Build step 'Execute shell' marked build as failure