
See <https://jenkins.ovirt.org/job/system-sync_mirrors-centos-updates-el7-x86_64/3745/display/redirect> Changes: ------------------------------------------ [...truncated 2.38 KB...] + main resync_yum_mirror centos-updates-el7 x86_64 jenkins/data/mirrors-reposync.conf + local command=resync_yum_mirror + 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://ewr.edge.kernel.org/centos/7.8.2003/updates/x86_64/Packages/ppp-devel... + [[ -n http://ewr.edge.kernel.org/centos/7.8.2003/updates/x86_64/Packages/ppp-devel... ]] + 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-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 == *\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-1.8.3.1-22.el7_8.noarch.rpm | 51 kB 00:01 (2/58): emacs-git-el-1.8.3.1-22.el7_8.noarch.rpm | 46 kB 00:01 (3/58): git-all-1.8.3.1-22.el7_8.noarch.rpm | 27 kB 00:01 (4/58): git-bzr-1.8.3.1-22.el7_8.noarch.rpm | 34 kB 00:01 (5/58): git-cvs-1.8.3.1-22.el7_8.noarch.rpm | 113 kB 00:01 (6/58): git-gnome-keyring-1.8.3.1-22.el7_8.x86_64.rpm | 33 kB 00:00 (7/58): git-email-1.8.3.1-22.el7_8.noarch.rpm | 59 kB 00:00 (8/58): git-instaweb-1.8.3.1-22.el7_8.noarch.rpm | 40 kB 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-daemon-1.8.3.1-22.el7_8.x86_64.rpm | 404 kB 00:00 (12/58): java-1.8.0-openjdk-1.8.0.252.b09-2.el7_8.i686.rpm | 295 kB 00:00 (14/58): git-p4-1.8.3.1-22 0% [ ] 0.0 B/s | 1.3 MB --:-- ETA (13/58): java-1.8.0-openjdk-accessibility-1.8.0.252.b09-2. | 80 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.7.0-openjdk-accessibility-1.7.0.261-2.6.22 | 41 kB 00:00 (16/58): java-1.8.0-openjdk-1.8.0.252.b09-2.el7_8.x86_64.r | 295 kB 00:00 (18/58): git-p4-1.8.3.1-22 0% [ ] 6.1 MB/s | 5.3 MB 03:32 ETA (17/58): gitk-1.8.3.1-22.el7_8.noarch.rpm | 152 kB 00:00 (18/58): gitweb-1.8.3.1-22.el7_8.noarch.rpm | 112 kB 00:00 (19/58): git-svn-1.8.3.1-22.el7_8.x86_64.rpm | 438 kB 00:01 (20/58): java-1.7.0-openjdk-1.7.0.261-2.6.22.2.el7_8.x86_6 | 257 kB 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): git-p4-1.8.3.1-22 1% [ ] 9.9 MB/s | 26 MB 02:09 ETA (22/58): java-1.8.0-openjdk-devel-1.8.0.252.b09-2.el7_8.i6 | 9.8 MB 00:00 (23/58): java-1.7.0-openjdk-demo-1.7.0.261-2.6.22.2.el7_8. | 1.9 MB 00:01 (24/58): java-1.7.0-openjdk-devel-1.7.0.261-2.6.22.2.el7_8 | 9.2 MB 00:01 (27/58): java-1.7.0-openjd 4% [- ] 15 MB/s | 53 MB 01:25 ETA (27/58): java-1.7.0-openjd 5% [- ] 18 MB/s | 76 MB 01:06 ETA (25/58): java-1.8.0-openjdk-headless-1.8.0.252.b09-2.el7_8 | 32 MB 00:01 (28/58): java-1.7.0-openjd 6% [= ] 19 MB/s | 90 MB 01:03 ETA (26/58): java-1.7.0-openjdk-javadoc-1.7.0.261-2.6.22.2.el7 | 14 MB 00:02 (30/58): java-1.7.0-openjd 7% [= ] 20 MB/s | 102 MB 01:00 ETA (30/58): java-1.7.0-openjd 8% [=- ] 21 MB/s | 116 MB 00:56 ETA (30/58): java-1.7.0-openjd 9% [=- ] 22 MB/s | 128 MB 00:53 ETA (31/58): java-1.8.0-openjd 10% [=- ] 22 MB/s | 134 MB 00:53 ETA (27/58): java-1.8.0-openjdk-headless-1.8.0.252.b09-2.el7_8 | 32 MB 00:03 (32/58): java-1.8.0-openjd 10% [=- ] 20 MB/s | 140 MB 00:57 ETA (32/58): java-1.8.0-openjd 11% [=- ] 20 MB/s | 144 MB 00:58 ETA (33/58): java-1.8.0-openjd 11% [=- ] 20 MB/s | 152 MB 00:56 ETA (33/58): java-1.8.0-openjd 12% [=- ] 20 MB/s | 157 MB 00:57 ETA (33/58): java-1.8.0-openjd 12% [=- ] 20 MB/s | 162 MB 00:58 ETA (28/58): java-1.8.0-openjdk-demo-1.8.0.252.b09-2.el7_8.i68 | 2.0 MB 00:05 (34/58): java-1.8.0-openjd 12% [== ] 19 MB/s | 167 MB 00:58 ETA (35/58): java-1.8.0-openjd 12% [== ] 18 MB/s | 168 MB 01:01 ETA (35/58): java-1.8.0-openjd 13% [== ] 18 MB/s | 172 MB 01:03 ETA (35/58): java-1.8.0-openjd 13% [== ] 18 MB/s | 176 MB 01:04 ETA (35/58): java-1.8.0-openjd 13% [== ] 17 MB/s | 179 MB 01:05 ETA (36/58): java-1.8.0-openjd 13% [== ] 17 MB/s | 183 MB 01:06 ETA (29/58): git-p4-1.8.3.1-22.el7_8.noarch.rpm | 80 kB 00:07 (30/58): git-1.8.3.1-22.el 14% [== ] 17 MB/s | 188 MB 01:05 ETA (30/58): git-1.8.3.1-22.el 14% [== ] 17 MB/s | 192 MB 01:06 ETA (30/58): git-1.8.3.1-22.el 15% [== ] 16 MB/s | 196 MB 01:07 ETA (31/58): java-1.7.0-openjd 15% [== ] 16 MB/s | 201 MB 01:08 ETA (31/58): java-1.7.0-openjd 15% [== ] 16 MB/s | 204 MB 01:09 ETA (31/58): java-1.7.0-openjd 15% [==- ] 16 MB/s | 208 MB 01:09 ETA (30/58): git-1.8.3.1-22.el7_8.x86_64.rpm | 4.4 MB 00:10 (32/58): java-1.7.0-openjd 16% [==- ] 16 MB/s | 213 MB 01:09 ETA (33/58): java-1.8.0-openjd 16% [==- ] 15 MB/s | 215 MB 01:12 ETA (33/58): java-1.8.0-openjd 16% [==- ] 15 MB/s | 221 MB 01:10 ETA (33/58): java-1.8.0-openjd 17% [==- ] 15 MB/s | 225 MB 01:11 ETA (33/58): java-1.8.0-openjd 17% [==- ] 15 MB/s | 229 MB 01:11 ETA (34/58): java-1.8.0-openjd 17% [==- ] 15 MB/s | 233 MB 01:12 ETA (34/58): java-1.8.0-openjd 18% [==- ] 15 MB/s | 236 MB 01:13 ETA (34/58): java-1.8.0-openjd 18% [==- ] 14 MB/s | 239 MB 01:15 ETA (34/58): java-1.8.0-openjd 18% [==- ] 14 MB/s | 242 MB 01:16 ETA (31/58): java-1.7.0-openjdk-headless-1.7.0.261-2.6.22.2.el | 26 MB 00:12 (36/58): java-1.8.0-openjd 18% [==- ] 13 MB/s | 243 MB 01:22 ETA (32/58): java-1.8.0-openjdk-javadoc-zip-1.8.0.252.b09-2.el | 42 MB 00:12 (37/58): java-1.8.0-openjd 18% [=== ] 12 MB/s | 248 MB 01:25 ETA (33/58): java-1.8.0-openjdk-devel-1.8.0.252.b09-2.el7_8.x8 | 9.8 MB 00:12 (34/58): java-11-openjdk-demo-11.0.7.10-4.el7_8.i686.rpm | 4.3 MB 00:00 (35/58): java-11-openjdk-11.0.7.10-4.el7_8.i686.rpm | 213 kB 00:00 (36/58): java-1.8.0-openjdk-javadoc-1.8.0.252.b09-2.el7_8. | 15 MB 00:12 (37/58): java-11-openjdk-devel-11.0.7.10-4.el7_8.i686.rpm | 3.3 MB 00:00 (38/58): java-11-openjdk-11.0.7.10-4.el7_8.x86_64.rpm | 217 kB 00:00 (43/58): java-11-openjdk-d 19% [=== ] 14 MB/s | 259 MB 01:16 ETA (39/58): java-11-openjdk-demo-11.0.7.10-4.el7_8.x86_64.rpm | 4.3 MB 00:00 (40/58): java-11-openjdk-devel-11.0.7.10-4.el7_8.x86_64.rp | 3.3 MB 00:00 (46/58): java-11-openjdk-j 21% [=== ] 17 MB/s | 281 MB 01:00 ETA (46/58): java-11-openjdk-j 22% [===- ] 19 MB/s | 297 MB 00:52 ETA (41/58): java-1.8.0-openjdk-src-1.8.0.252.b09-2.el7_8.i686 | 45 MB 00:14 (42/58): java-1.7.0-openjd 24% [===- ] 19 MB/s | 316 MB 00:51 ETA (42/58): java-11-openjdk-headless-11.0.7.10-4.el7_8.i686.r | 35 MB 00:02 (43/58): java-11-openjdk-javadoc-11.0.7.10-4.el7_8.i686.rp | 16 MB 00:01 (44/58): java-1.7.0-openjd 25% [==== ] 21 MB/s | 336 MB 00:45 ETA (44/58): java-11-openjdk-headless-11.0.7.10-4.el7_8.x86_64 | 39 MB 00:02 (46/58): java-1.8.0-openjd 28% [==== ] 24 MB/s | 367 MB 00:39 ETA (45/58): java-11-openjdk-javadoc-11.0.7.10-4.el7_8.x86_64. | 16 MB 00:00 (47/58): java-1.8.0-openjd 29% [====- ] 26 MB/s | 386 MB 00:35 ETA (46/58): java-11-openjdk-javadoc-zip-11.0.7.10-4.el7_8.i68 | 42 MB 00:01 (48/58): java-1.8.0-openjd 32% [===== ] 32 MB/s | 429 MB 00:27 ETA (49/58): java-11-openjdk-j 34% [=====- ] 35 MB/s | 456 MB 00:24 ETA (49/58): java-11-openjdk-j 37% [====== ] 40 MB/s | 493 MB 00:20 ETA (47/58): java-11-openjdk-javadoc-zip-11.0.7.10-4.el7_8.x86 | 42 MB 00:02 (51/58): java-11-openjdk-j 39% [====== ] 38 MB/s | 511 MB 00:21 ETA (51/58): java-11-openjdk-j 40% [====== ] 39 MB/s | 530 MB 00:19 ETA (51/58): java-11-openjdk-j 43% [======= ] 45 MB/s | 572 MB 00:16 ETA (51/58): java-11-openjdk-j 45% [======= ] 48 MB/s | 599 MB 00:14 ETA (52/58): java-11-openjdk-s 48% [=======- ] 51 MB/s | 633 MB 00:13 ETA (48/58): java-11-openjdk-src-11.0.7.10-4.el7_8.i686.rpm | 45 MB 00:02 (53/58): java-11-openjdk-s 50% [======== ] 49 MB/s | 666 MB 00:12 ETA (49/58): java-11-openjdk-src-11.0.7.10-4.el7_8.x86_64.rpm | 50 MB 00:02 (50/58): java-1.7.0-openjd 56% [========- ] 57 MB/s | 735 MB 00:10 ETA (50/58): java-1.7.0-openjd 60% [=========- ] 64 MB/s | 789 MB 00:08 ETA (50/58): java-1.7.0-openjd 62% [========== ] 67 MB/s | 823 MB 00:07 ETA (50/58): java-1.7.0-openjd 64% [========== ] 67 MB/s | 843 MB 00:06 ETA (51/58): java-1.8.0-openjd 65% [========== ] 65 MB/s | 855 MB 00:06 ETA (51/58): java-1.8.0-openjd 66% [==========- ] 65 MB/s | 873 MB 00:06 ETA (51/58): java-1.8.0-openjd 68% [==========- ] 65 MB/s | 896 MB 00:06 ETA (51/58): java-1.8.0-openjd 69% [=========== ] 64 MB/s | 911 MB 00:06 ETA (52/58): java-11-openjdk-j 71% [=========== ] 64 MB/s | 929 MB 00:05 ETA (52/58): java-11-openjdk-j 72% [===========- ] 64 MB/s | 952 MB 00:05 ETA (52/58): java-11-openjdk-j 74% [===========- ] 65 MB/s | 974 MB 00:05 ETA (52/58): java-11-openjdk-j 76% [============ ] 65 MB/s | 996 MB 00:04 ETA (53/58): java-11-openjdk-j 77% [============ ] 66 MB/s | 1.0 GB 00:04 ETA (53/58): java-11-openjdk-j 79% [============- ] 66 MB/s | 1.0 GB 00:04 ETA (53/58): java-11-openjdk-j 81% [============- ] 66 MB/s | 1.0 GB 00:03 ETA (53/58): java-11-openjdk-j 83% [============= ] 67 MB/s | 1.1 GB 00:03 ETA (50/58): java-11-openjdk-jmods-11.0.7.10-4.el7_8.i686.rpm | 277 MB 00:11 (55/58): perl-Git-SVN-1.8. 84% [============= ] 38 MB/s | 1.1 GB 00:05 ETA (51/58): java-11-openjdk-jmods-11.0.7.10-4.el7_8.x86_64.rp | 309 MB 00:11 (57/58): python-twisted-we 90% [============== ] 37 MB/s | 1.1 GB 00:03 ETA (52/58): perl-Git-SVN-1.8.3.1-22.el7_8.noarch.rpm | 87 kB 00:02 (53/58): perl-Git-1.8.3.1-22.el7_8.noarch.rpm | 56 kB 00:02 ppp-devel-2.4.5-34.el7_7.i686. FAILED (54/58): java-1.7.0-openjd 90% [============== ] 37 MB/s | 1.1 GB 00:03 ETA (54/58): java-1.7.0-openjd 90% [============== ] 36 MB/s | 1.2 GB 00:03 ETA (54/58): python-twisted-web-12.1.0-7.el7_8.x86_64.rpm | 728 kB 00:00 ppp-devel-2.4.5-34.el7_7.i686. FAILED (55/58): java-1.7.0-openjd 90% [============== ] 36 MB/s | 1.2 GB 00:03 ETA ppp-devel-2.4.5-34.el7_7.i686. FAILED (55/58): java-1.7.0-openjd 90% [============== ] 36 MB/s | 1.2 GB 00:03 ETA ppp-devel-2.4.5-34.el7_7.i686. FAILED (55/58): java-1.7.0-openjd 90% [============== ] 36 MB/s | 1.2 GB 00:03 ETA (55/58): java-1.7.0-openjd 90% [==============- ] 35 MB/s | 1.2 GB 00:03 ETA ppp-devel-2.4.5-34.el7_7.i686. FAILED (55/58): java-1.7.0-openjd 90% [==============- ] 35 MB/s | 1.2 GB 00:03 ETA ppp-devel-2.4.5-34.el7_7.i686. FAILED (55/58): java-1.7.0-openjd 90% [==============- ] 35 MB/s | 1.2 GB 00:03 ETA ppp-devel-2.4.5-34.el7_7.i686. FAILED (55/58): java-1.7.0-openjd 90% [==============- ] 35 MB/s | 1.2 GB 00:03 ETA ppp-devel-2.4.5-34.el7_7.i686. FAILED (55/58): java-1.7.0-openjd 90% [==============- ] 35 MB/s | 1.2 GB 00:03 ETA (55/58): java-1.7.0-openjd 91% [==============- ] 34 MB/s | 1.2 GB 00:03 ETA ppp-devel-2.4.5-34.el7_7.i686. FAILED (55/58): java-1.7.0-openjd 91% [==============- ] 34 MB/s | 1.2 GB 00:03 ETA ppp-devel-2.4.5-34.el7_7.i686. FAILED (55/58): java-1.7.0-openjd 91% [==============- ] 34 MB/s | 1.2 GB 00:03 ETA (56/58): java-1.8.0-openjd 92% [==============- ] 35 MB/s | 1.2 GB 00:02 ETA (56/58): java-1.8.0-openjd 92% [==============- ] 33 MB/s | 1.2 GB 00:02 ETA (56/58): java-1.8.0-openjd 93% [=============== ] 34 MB/s | 1.2 GB 00:02 ETA (56/58): java-1.8.0-openjd 94% [=============== ] 34 MB/s | 1.2 GB 00:02 ETA (57/58): thunderbird-68.7. 95% [=============== ] 34 MB/s | 1.2 GB 00:01 ETA (57/58): thunderbird-68.7. 96% [=============== ] 34 MB/s | 1.2 GB 00:01 ETA (55/58): thunderbird-68.7.0-1.el7.centos.x86_64.rpm | 85 MB 00:03 (56/58): java-1.7.0-openjd 97% [===============-] 30 MB/s | 1.2 GB 00:00 ETA (56/58): java-1.7.0-openjd 97% [===============-] 28 MB/s | 1.2 GB 00:01 ETA (56/58): java-1.7.0-openjd 97% [===============-] 26 MB/s | 1.3 GB 00:01 ETA (57/58): java-1.8.0-openjd 98% [===============-] 25 MB/s | 1.3 GB 00:01 ETA (57/58): java-1.8.0-openjd 98% [===============-] 23 MB/s | 1.3 GB 00:01 ETA (57/58): java-1.8.0-openjd 98% [===============-] 22 MB/s | 1.3 GB 00:01 ETA (57/58): java-1.8.0-openjd 98% [===============-] 21 MB/s | 1.3 GB 00:01 ETA (56/58): java-1.7.0-openjd 98% [===============-] 19 MB/s | 1.3 GB 00:01 ETA (56/58): java-1.7.0-openjd 98% [===============-] 18 MB/s | 1.3 GB 00:01 ETA (56/58): java-1.7.0-openjd 98% [===============-] 17 MB/s | 1.3 GB 00:01 ETA (56/58): java-1.8.0-openjdk-src-1.8.0.252.b09-2.el7_8.x86_ | 45 MB 00:25 (57/58): java-1.7.0-openjd 98% [===============-] 15 MB/s | 1.3 GB 00:01 ETA (57/58): java-1.7.0-openjd 98% [===============-] 13 MB/s | 1.3 GB 00:01 ETA (57/58): java-1.7.0-openjd 98% [===============-] 12 MB/s | 1.3 GB 00:01 ETA (57/58): java-1.7.0-openjd 98% [===============-] 11 MB/s | 1.3 GB 00:01 ETA (57/58): java-1.7.0-openjd 98% [===============-] 9.9 MB/s | 1.3 GB 00:01 ETA (57/58): java-1.7.0-openjd 98% [===============-] 8.8 MB/s | 1.3 GB 00:02 ETA (57/58): java-1.7.0-openjd 98% [===============-] 8.1 MB/s | 1.3 GB 00:02 ETA (57/58): java-1.7.0-openjd 98% [===============-] 7.2 MB/s | 1.3 GB 00:02 ETA (57/58): java-1.7.0-openjd 98% [===============-] 6.7 MB/s | 1.3 GB 00:02 ETA (57/58): java-1.7.0-openjd 98% [===============-] 5.9 MB/s | 1.3 GB 00:03 ETA (57/58): java-1.7.0-openjd 98% [===============-] 5.5 MB/s | 1.3 GB 00:03 ETA (57/58): java-1.7.0-openjd 98% [===============-] 4.9 MB/s | 1.3 GB 00:03 ETA (57/58): java-1.7.0-openjd 98% [===============-] 4.6 MB/s | 1.3 GB 00:03 ETA (57/58): java-1.7.0-openjd 98% [===============-] 4.0 MB/s | 1.3 GB 00:04 ETA (57/58): java-1.7.0-openjd 98% [===============-] 3.8 MB/s | 1.3 GB 00:04 ETA (57/58): java-1.7.0-openjd 98% [===============-] 3.3 MB/s | 1.3 GB 00:05 ETA (57/58): java-1.7.0-openjd 98% [===============-] 3.2 MB/s | 1.3 GB 00:05 ETA (57/58): java-1.7.0-openjd 98% [===============-] 2.8 MB/s | 1.3 GB 00:05 ETA (57/58): java-1.7.0-openjd 98% [===============-] 2.7 MB/s | 1.3 GB 00:05 ETA (57/58): java-1.7.0-openjd 98% [===============-] 2.3 MB/s | 1.3 GB 00:06 ETA (57/58): java-1.7.0-openjd 98% [===============-] 2.2 MB/s | 1.3 GB 00:06 ETA (57/58): java-1.7.0-openjd 98% [===============-] 2.0 MB/s | 1.3 GB 00:07 ETA (57/58): java-1.7.0-openjd 98% [===============-] 1.9 MB/s | 1.3 GB 00:07 ETA (57/58): java-1.7.0-openjd 98% [===============-] 1.7 MB/s | 1.3 GB 00:08 ETA (57/58): java-1.7.0-openjd 98% [===============-] 1.7 MB/s | 1.3 GB 00:08 ETA (57/58): java-1.7.0-openjd 98% [===============-] 1.5 MB/s | 1.3 GB 00:09 ETA (57/58): java-1.7.0-openjd 98% [===============-] 1.4 MB/s | 1.3 GB 00:09 ETA (57/58): java-1.7.0-openjd 98% [===============-] 1.3 MB/s | 1.3 GB 00:10 ETA (57/58): java-1.7.0-openjd 98% [===============-] 1.2 MB/s | 1.3 GB 00:10 ETA (57/58): java-1.7.0-openjd 98% [===============-] 1.1 MB/s | 1.3 GB 00:12 ETA (57/58): java-1.7.0-openjd 99% [===============-] 1.1 MB/s | 1.3 GB 00:11 ETA (57/58): java-1.7.0-openjd 99% [===============-] 1.0 MB/s | 1.3 GB 00:13 ETA (57/58): java-1.7.0-openjd 99% [===============-] 1.0 MB/s | 1.3 GB 00:12 ETA (57/58): java-1.7.0-openjd 99% [===============-] 908 kB/s | 1.3 GB 00:13 ETA (57/58): java-1.7.0-openjd 99% [===============-] 926 kB/s | 1.3 GB 00:13 ETA (57/58): java-1.7.0-openjd 99% [===============-] 825 kB/s | 1.3 GB 00:14 ETA (57/58): java-1.7.0-openjd 99% [===============-] 850 kB/s | 1.3 GB 00:13 ETA (57/58): java-1.7.0-openjd 99% [===============-] 757 kB/s | 1.3 GB 00:15 ETA (57/58): java-1.7.0-openjd 99% [===============-] 787 kB/s | 1.3 GB 00:14 ETA (57/58): java-1.7.0-openjd 99% [===============-] 702 kB/s | 1.3 GB 00:15 ETA (57/58): java-1.7.0-openjd 99% [===============-] 738 kB/s | 1.3 GB 00:14 ETA (57/58): java-1.7.0-openjd 99% [===============-] 658 kB/s | 1.3 GB 00:16 ETA (57/58): java-1.7.0-openjd 99% [===============-] 698 kB/s | 1.3 GB 00:14 ETA (57/58): java-1.7.0-openjd 99% [===============-] 631 kB/s | 1.3 GB 00:16 ETA (57/58): java-1.7.0-openjd 99% [===============-] 665 kB/s | 1.3 GB 00:14 ETA (57/58): java-1.7.0-openjd 99% [===============-] 593 kB/s | 1.3 GB 00:16 ETA (57/58): java-1.7.0-openjd 99% [===============-] 649 kB/s | 1.3 GB 00:14 ETA (57/58): java-1.7.0-openjd 99% [===============-] 583 kB/s | 1.3 GB 00:15 ETA (57/58): java-1.7.0-openjd 99% [===============-] 624 kB/s | 1.3 GB 00:13 ETA (57/58): java-1.7.0-openjd 99% [===============-] 547 kB/s | 1.3 GB 00:15 ETA (57/58): java-1.7.0-openjd 99% [===============-] 603 kB/s | 1.3 GB 00:13 ETA (57/58): java-1.7.0-openjd 99% [===============-] 533 kB/s | 1.3 GB 00:15 ETA (57/58): java-1.7.0-openjd 99% [===============-] 589 kB/s | 1.3 GB 00:13 ETA (57/58): java-1.7.0-openjd 99% [===============-] 519 kB/s | 1.3 GB 00:14 ETA (57/58): java-1.7.0-openjd 99% [===============-] 577 kB/s | 1.3 GB 00:12 ETA (57/58): java-1.7.0-openjd 99% [===============-] 509 kB/s | 1.3 GB 00:14 ETA (57/58): java-1.7.0-openjd 99% [===============-] 565 kB/s | 1.3 GB 00:11 ETA (57/58): java-1.7.0-openjd 99% [===============-] 500 kB/s | 1.3 GB 00:13 ETA (57/58): java-1.7.0-openjd 99% [===============-] 559 kB/s | 1.3 GB 00:11 ETA (57/58): java-1.7.0-openjd 99% [===============-] 493 kB/s | 1.3 GB 00:12 ETA (57/58): java-1.7.0-openjd 99% [===============-] 553 kB/s | 1.3 GB 00:10 ETA (57/58): java-1.7.0-openjd 99% [===============-] 487 kB/s | 1.3 GB 00:11 ETA (57/58): java-1.7.0-openjd 99% [===============-] 546 kB/s | 1.3 GB 00:09 ETA (57/58): java-1.7.0-openjd 99% [===============-] 483 kB/s | 1.3 GB 00:10 ETA (57/58): java-1.7.0-openjd 99% [===============-] 543 kB/s | 1.3 GB 00:08 ETA (57/58): java-1.7.0-openjd 99% [===============-] 479 kB/s | 1.3 GB 00:09 ETA (57/58): java-1.7.0-openjd 99% [===============-] 540 kB/s | 1.3 GB 00:07 ETA (57/58): java-1.7.0-openjd 99% [===============-] 476 kB/s | 1.3 GB 00:08 ETA (57/58): java-1.7.0-openjd 99% [===============-] 537 kB/s | 1.3 GB 00:06 ETA (57/58): java-1.7.0-openjd 99% [===============-] 474 kB/s | 1.3 GB 00:07 ETA (57/58): java-1.7.0-openjd 99% [===============-] 534 kB/s | 1.3 GB 00:05 ETA (57/58): java-1.7.0-openjd 99% [===============-] 472 kB/s | 1.3 GB 00:06 ETA (57/58): java-1.7.0-openjd 99% [===============-] 533 kB/s | 1.3 GB 00:05 ETA (57/58): java-1.7.0-openjd 99% [===============-] 471 kB/s | 1.3 GB 00:05 ETA (57/58): java-1.7.0-openjd 99% [===============-] 535 kB/s | 1.3 GB 00:04 ETA (57/58): java-1.7.0-openjd 99% [===============-] 468 kB/s | 1.3 GB 00:04 ETA (57/58): java-1.7.0-openjd 99% [===============-] 533 kB/s | 1.3 GB 00:03 ETA (57/58): java-1.7.0-openjd 99% [===============-] 466 kB/s | 1.3 GB 00:03 ETA (57/58): java-1.7.0-openjd 99% [===============-] 527 kB/s | 1.3 GB 00:02 ETA (57/58): java-1.7.0-openjd 99% [===============-] 466 kB/s | 1.3 GB 00:02 ETA (57/58): java-1.7.0-openjd 99% [===============-] 527 kB/s | 1.3 GB 00:01 ETA (57/58): java-1.7.0-openjd 99% [===============-] 465 kB/s | 1.3 GB 00:01 ETA (57/58): java-1.7.0-openjd 99% [===============-] 523 kB/s | 1.3 GB 00:00 ETA (57/58): java-1.7.0-openjd 99% [===============-] 465 kB/s | 1.3 GB 00:00 ETA (57/58): java-1.7.0-openjdk-src-1.7.0.261-2.6.22.2.el7_8.x | 39 MB 01:20 ppp-devel-2.4.5-34.el7_7.i686: [Errno 256] No more mirrors to try. Build step 'Execute shell' marked build as failure