File: //var/log/dnf.log.2
2025-09-12T01:38:23-0400 DDEBUG timer: config: 3 ms
2025-09-12T01:38:23-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T01:38:23-0400 DEBUG DNF version: 4.7.0
2025-09-12T01:38:23-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T01:38:23-0400 DDEBUG Installroot: /
2025-09-12T01:38:23-0400 DDEBUG Releasever: 8
2025-09-12T01:38:23-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T01:38:23-0400 DDEBUG Base command: makecache
2025-09-12T01:38:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T01:38:23-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T01:38:23-0400 DEBUG Making cache files for all metadata files.
2025-09-12T01:38:23-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-12T01:38:23-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-12T01:38:23-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-12T01:38:23-0400 DEBUG extras: has expired and will be refreshed.
2025-09-12T01:38:23-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-12T01:38:23-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-12T01:38:23-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-12T01:38:23-0400 DEBUG epel: has expired and will be refreshed.
2025-09-12T01:38:23-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-12T01:38:23-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-12T01:38:23-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-12T01:38:23-0400 DEBUG countme: no event for baseos: window already counted
2025-09-12T01:38:24-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-12T01:38:24-0400 DEBUG baseos: using metadata from Thu 11 Sep 2025 09:29:17 AM EDT.
2025-09-12T01:38:24-0400 DEBUG countme: no event for appstream: window already counted
2025-09-12T01:38:24-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-12T01:38:24-0400 DEBUG appstream: using metadata from Thu 11 Sep 2025 09:29:36 AM EDT.
2025-09-12T01:38:24-0400 DEBUG countme: no event for extras: window already counted
2025-09-12T01:38:24-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-12T01:38:24-0400 DEBUG extras: using metadata from Thu 11 Sep 2025 09:30:45 AM EDT.
2025-09-12T01:38:24-0400 DEBUG countme: no event for powertools: window already counted
2025-09-12T01:38:25-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-12T01:38:25-0400 DEBUG powertools: using metadata from Thu 11 Sep 2025 09:29:08 AM EDT.
2025-09-12T01:38:25-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-12T01:38:25-0400 DEBUG powertools-source: using metadata from Thu 11 Sep 2025 09:29:49 AM EDT.
2025-09-12T01:38:25-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-12T01:38:25-0400 DEBUG powertools-debuginfo: using metadata from Thu 11 Sep 2025 09:30:07 AM EDT.
2025-09-12T01:38:25-0400 DEBUG countme: no event for epel: window already counted
2025-09-12T01:38:26-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-12T01:38:26-0400 DEBUG repo: downloading from remote: epel
2025-09-12T01:38:26-0400 DEBUG countme: no event for epel: window already counted
2025-09-12T01:38:31-0400 DEBUG epel: using metadata from Thu 11 Sep 2025 10:49:53 PM EDT.
2025-09-12T01:38:31-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T01:38:31-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T01:38:31-0400 DDEBUG Cleaning up.
2025-09-12T01:38:31-0400 DDEBUG Plugins were unloaded.
2025-09-12T01:38:31-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T01:38:31-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T03:03:49-0400 INFO --- logging initialized ---
2025-09-12T03:03:49-0400 DDEBUG timer: config: 2 ms
2025-09-12T03:03:49-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T03:03:49-0400 DEBUG DNF version: 4.7.0
2025-09-12T03:03:49-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T03:03:49-0400 DDEBUG Installroot: /
2025-09-12T03:03:49-0400 DDEBUG Releasever: 8
2025-09-12T03:03:49-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T03:03:49-0400 DDEBUG Base command: makecache
2025-09-12T03:03:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T03:03:49-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T03:03:49-0400 DEBUG Making cache files for all metadata files.
2025-09-12T03:03:49-0400 INFO Metadata cache refreshed recently.
2025-09-12T03:03:49-0400 DDEBUG Cleaning up.
2025-09-12T03:03:49-0400 DDEBUG Plugins were unloaded.
2025-09-12T03:32:03-0400 INFO --- logging initialized ---
2025-09-12T03:32:03-0400 DDEBUG timer: config: 3 ms
2025-09-12T03:32:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T03:32:03-0400 DEBUG YUM version: 4.7.0
2025-09-12T03:32:03-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-12T03:32:03-0400 DDEBUG Installroot: /
2025-09-12T03:32:03-0400 DDEBUG Releasever: 8
2025-09-12T03:32:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T03:32:03-0400 DDEBUG Base command: check-update
2025-09-12T03:32:03-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-12T03:32:03-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-12T03:32:04-0400 DEBUG repo: using cache for: cwp
2025-09-12T03:32:04-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-12T03:32:04-0400 DEBUG repo: using cache for: baseos
2025-09-12T03:32:04-0400 DEBUG baseos: using metadata from Thu 11 Sep 2025 09:29:17 AM EDT.
2025-09-12T03:32:04-0400 DEBUG repo: using cache for: appstream
2025-09-12T03:32:04-0400 DEBUG appstream: using metadata from Thu 11 Sep 2025 09:29:36 AM EDT.
2025-09-12T03:32:04-0400 DEBUG repo: using cache for: extras
2025-09-12T03:32:04-0400 DEBUG extras: using metadata from Thu 11 Sep 2025 09:30:45 AM EDT.
2025-09-12T03:32:04-0400 DEBUG repo: using cache for: powertools
2025-09-12T03:32:04-0400 DEBUG powertools: using metadata from Thu 11 Sep 2025 09:29:08 AM EDT.
2025-09-12T03:32:04-0400 DEBUG repo: using cache for: powertools-source
2025-09-12T03:32:04-0400 DEBUG powertools-source: using metadata from Thu 11 Sep 2025 09:29:49 AM EDT.
2025-09-12T03:32:04-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-12T03:32:04-0400 DEBUG powertools-debuginfo: using metadata from Thu 11 Sep 2025 09:30:07 AM EDT.
2025-09-12T03:32:04-0400 DEBUG repo: using cache for: epel
2025-09-12T03:32:04-0400 DEBUG epel: using metadata from Thu 11 Sep 2025 10:49:53 PM EDT.
2025-09-12T03:32:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T03:32:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T03:32:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T03:32:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T03:32:04-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T03:32:04-0400 DDEBUG Cleaning up.
2025-09-12T03:32:04-0400 DDEBUG Plugins were unloaded.
2025-09-12T03:32:04-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-12T03:32:04-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-12T03:32:04-0400 INFO --- logging initialized ---
2025-09-12T03:32:04-0400 DDEBUG timer: config: 3 ms
2025-09-12T03:32:04-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T03:32:04-0400 DEBUG YUM version: 4.7.0
2025-09-12T03:32:04-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-12T03:32:04-0400 DDEBUG Installroot: /
2025-09-12T03:32:04-0400 DDEBUG Releasever: 8
2025-09-12T03:32:04-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T03:32:04-0400 DDEBUG Base command: update
2025-09-12T03:32:04-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-12T03:32:04-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-12T03:32:04-0400 DEBUG repo: using cache for: cwp
2025-09-12T03:32:04-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-12T03:32:04-0400 DEBUG repo: using cache for: baseos
2025-09-12T03:32:04-0400 DEBUG baseos: using metadata from Thu 11 Sep 2025 09:29:17 AM EDT.
2025-09-12T03:32:04-0400 DEBUG repo: using cache for: appstream
2025-09-12T03:32:05-0400 DEBUG appstream: using metadata from Thu 11 Sep 2025 09:29:36 AM EDT.
2025-09-12T03:32:05-0400 DEBUG repo: using cache for: extras
2025-09-12T03:32:05-0400 DEBUG extras: using metadata from Thu 11 Sep 2025 09:30:45 AM EDT.
2025-09-12T03:32:05-0400 DEBUG repo: using cache for: powertools
2025-09-12T03:32:05-0400 DEBUG powertools: using metadata from Thu 11 Sep 2025 09:29:08 AM EDT.
2025-09-12T03:32:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-12T03:32:05-0400 DEBUG powertools-source: using metadata from Thu 11 Sep 2025 09:29:49 AM EDT.
2025-09-12T03:32:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-12T03:32:05-0400 DEBUG powertools-debuginfo: using metadata from Thu 11 Sep 2025 09:30:07 AM EDT.
2025-09-12T03:32:05-0400 DEBUG repo: using cache for: epel
2025-09-12T03:32:05-0400 DEBUG epel: using metadata from Thu 11 Sep 2025 10:49:53 PM EDT.
2025-09-12T03:32:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T03:32:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T03:32:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T03:32:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T03:32:05-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T03:32:05-0400 DDEBUG Cleaning up.
2025-09-12T03:32:05-0400 DDEBUG Plugins were unloaded.
2025-09-12T03:32:05-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-12T03:32:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-12T04:31:06-0400 INFO --- logging initialized ---
2025-09-12T04:31:06-0400 DDEBUG timer: config: 2 ms
2025-09-12T04:31:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T04:31:06-0400 DEBUG DNF version: 4.7.0
2025-09-12T04:31:06-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T04:31:06-0400 DDEBUG Installroot: /
2025-09-12T04:31:06-0400 DDEBUG Releasever: 8
2025-09-12T04:31:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T04:31:06-0400 DDEBUG Base command: makecache
2025-09-12T04:31:06-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T04:31:06-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T04:31:06-0400 DEBUG Making cache files for all metadata files.
2025-09-12T04:31:06-0400 INFO Metadata cache refreshed recently.
2025-09-12T04:31:06-0400 DDEBUG Cleaning up.
2025-09-12T04:31:06-0400 DDEBUG Plugins were unloaded.
2025-09-12T06:18:57-0400 INFO --- logging initialized ---
2025-09-12T06:18:57-0400 DDEBUG timer: config: 3 ms
2025-09-12T06:18:57-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T06:18:57-0400 DEBUG DNF version: 4.7.0
2025-09-12T06:18:57-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T06:18:57-0400 DDEBUG Installroot: /
2025-09-12T06:18:57-0400 DDEBUG Releasever: 8
2025-09-12T06:18:57-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T06:18:57-0400 DDEBUG Base command: makecache
2025-09-12T06:18:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T06:18:57-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T06:18:57-0400 DEBUG Making cache files for all metadata files.
2025-09-12T06:18:57-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-12T06:18:57-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-12T06:18:57-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-12T06:18:57-0400 DEBUG extras: has expired and will be refreshed.
2025-09-12T06:18:57-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-12T06:18:57-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-12T06:18:57-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-12T06:18:57-0400 DEBUG epel: has expired and will be refreshed.
2025-09-12T06:18:57-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-12T06:18:58-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-12T06:18:58-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-12T06:18:58-0400 DEBUG countme: no event for baseos: window already counted
2025-09-12T06:18:58-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-12T06:18:58-0400 DEBUG baseos: using metadata from Thu 11 Sep 2025 09:29:17 AM EDT.
2025-09-12T06:18:58-0400 DEBUG countme: no event for appstream: window already counted
2025-09-12T06:18:58-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-12T06:18:58-0400 DEBUG appstream: using metadata from Thu 11 Sep 2025 09:29:36 AM EDT.
2025-09-12T06:18:58-0400 DEBUG countme: no event for extras: window already counted
2025-09-12T06:18:59-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-12T06:18:59-0400 DEBUG extras: using metadata from Thu 11 Sep 2025 09:30:45 AM EDT.
2025-09-12T06:18:59-0400 DEBUG countme: no event for powertools: window already counted
2025-09-12T06:18:59-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-12T06:18:59-0400 DEBUG powertools: using metadata from Thu 11 Sep 2025 09:29:08 AM EDT.
2025-09-12T06:18:59-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-12T06:18:59-0400 DEBUG powertools-source: using metadata from Thu 11 Sep 2025 09:29:49 AM EDT.
2025-09-12T06:19:00-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-12T06:19:00-0400 DEBUG powertools-debuginfo: using metadata from Thu 11 Sep 2025 09:30:07 AM EDT.
2025-09-12T06:19:00-0400 DEBUG countme: no event for epel: window already counted
2025-09-12T06:19:00-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-12T06:19:00-0400 DEBUG epel: using metadata from Thu 11 Sep 2025 10:49:53 PM EDT.
2025-09-12T06:19:00-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T06:19:00-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T06:19:00-0400 DDEBUG Cleaning up.
2025-09-12T06:19:00-0400 DDEBUG Plugins were unloaded.
2025-09-12T06:19:00-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T06:19:00-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T08:09:00-0400 INFO --- logging initialized ---
2025-09-12T08:09:00-0400 DDEBUG timer: config: 3 ms
2025-09-12T08:09:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T08:09:01-0400 DEBUG DNF version: 4.7.0
2025-09-12T08:09:01-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T08:09:01-0400 DDEBUG Installroot: /
2025-09-12T08:09:01-0400 DDEBUG Releasever: 8
2025-09-12T08:09:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T08:09:01-0400 DDEBUG Base command: makecache
2025-09-12T08:09:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T08:09:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T08:09:01-0400 DEBUG Making cache files for all metadata files.
2025-09-12T08:09:01-0400 INFO Metadata cache refreshed recently.
2025-09-12T08:09:01-0400 DDEBUG Cleaning up.
2025-09-12T08:09:01-0400 DDEBUG Plugins were unloaded.
2025-09-12T09:45:21-0400 INFO --- logging initialized ---
2025-09-12T09:45:21-0400 DDEBUG timer: config: 25 ms
2025-09-12T09:45:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T09:45:22-0400 DEBUG DNF version: 4.7.0
2025-09-12T09:45:22-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T09:45:22-0400 DDEBUG Installroot: /
2025-09-12T09:45:22-0400 DDEBUG Releasever: 8
2025-09-12T09:45:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T09:45:22-0400 DDEBUG Base command: makecache
2025-09-12T09:45:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T09:45:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T09:45:22-0400 DEBUG Making cache files for all metadata files.
2025-09-12T09:45:22-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-12T09:45:22-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-12T09:45:22-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-12T09:45:22-0400 DEBUG extras: has expired and will be refreshed.
2025-09-12T09:45:22-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-12T09:45:22-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-12T09:45:22-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-12T09:45:22-0400 DEBUG epel: has expired and will be refreshed.
2025-09-12T09:45:22-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-12T09:45:22-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-12T09:45:22-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-12T09:45:22-0400 DEBUG countme: no event for baseos: window already counted
2025-09-12T09:45:22-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-12T09:45:22-0400 DEBUG baseos: using metadata from Thu 11 Sep 2025 09:29:17 AM EDT.
2025-09-12T09:45:22-0400 DEBUG countme: no event for appstream: window already counted
2025-09-12T09:45:22-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-12T09:45:23-0400 DEBUG appstream: using metadata from Thu 11 Sep 2025 09:29:36 AM EDT.
2025-09-12T09:45:23-0400 DEBUG countme: no event for extras: window already counted
2025-09-12T09:45:23-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-12T09:45:23-0400 DEBUG extras: using metadata from Thu 11 Sep 2025 09:30:45 AM EDT.
2025-09-12T09:45:23-0400 DEBUG countme: no event for powertools: window already counted
2025-09-12T09:45:23-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-12T09:45:23-0400 DEBUG powertools: using metadata from Thu 11 Sep 2025 09:29:08 AM EDT.
2025-09-12T09:45:24-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-12T09:45:24-0400 DEBUG powertools-source: using metadata from Thu 11 Sep 2025 09:29:49 AM EDT.
2025-09-12T09:45:24-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-12T09:45:24-0400 DEBUG powertools-debuginfo: using metadata from Thu 11 Sep 2025 09:30:07 AM EDT.
2025-09-12T09:45:24-0400 DEBUG countme: no event for epel: window already counted
2025-09-12T09:45:24-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-12T09:45:24-0400 DEBUG epel: using metadata from Thu 11 Sep 2025 10:49:53 PM EDT.
2025-09-12T09:45:24-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T09:45:24-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T09:45:24-0400 DDEBUG Cleaning up.
2025-09-12T09:45:24-0400 DDEBUG Plugins were unloaded.
2025-09-12T09:45:24-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T09:45:24-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T11:20:56-0400 INFO --- logging initialized ---
2025-09-12T11:20:56-0400 DDEBUG timer: config: 2 ms
2025-09-12T11:20:56-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T11:20:56-0400 DEBUG DNF version: 4.7.0
2025-09-12T11:20:56-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T11:20:56-0400 DDEBUG Installroot: /
2025-09-12T11:20:56-0400 DDEBUG Releasever: 8
2025-09-12T11:20:56-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T11:20:56-0400 DDEBUG Base command: makecache
2025-09-12T11:20:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T11:20:56-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T11:20:56-0400 DEBUG Making cache files for all metadata files.
2025-09-12T11:20:56-0400 INFO Metadata cache refreshed recently.
2025-09-12T11:20:56-0400 DDEBUG Cleaning up.
2025-09-12T11:20:56-0400 DDEBUG Plugins were unloaded.
2025-09-12T12:24:01-0400 INFO --- logging initialized ---
2025-09-12T12:24:01-0400 DDEBUG timer: config: 3 ms
2025-09-12T12:24:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T12:24:01-0400 DEBUG DNF version: 4.7.0
2025-09-12T12:24:01-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T12:24:01-0400 DDEBUG Installroot: /
2025-09-12T12:24:01-0400 DDEBUG Releasever: 8
2025-09-12T12:24:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T12:24:01-0400 DDEBUG Base command: makecache
2025-09-12T12:24:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T12:24:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T12:24:01-0400 DEBUG Making cache files for all metadata files.
2025-09-12T12:24:01-0400 INFO Metadata cache refreshed recently.
2025-09-12T12:24:01-0400 DDEBUG Cleaning up.
2025-09-12T12:24:01-0400 DDEBUG Plugins were unloaded.
2025-09-12T13:44:06-0400 INFO --- logging initialized ---
2025-09-12T13:44:06-0400 DDEBUG timer: config: 3 ms
2025-09-12T13:44:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T13:44:06-0400 DEBUG DNF version: 4.7.0
2025-09-12T13:44:06-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T13:44:06-0400 DDEBUG Installroot: /
2025-09-12T13:44:06-0400 DDEBUG Releasever: 8
2025-09-12T13:44:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T13:44:06-0400 DDEBUG Base command: makecache
2025-09-12T13:44:06-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T13:44:06-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T13:44:06-0400 DEBUG Making cache files for all metadata files.
2025-09-12T13:44:06-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-12T13:44:06-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-12T13:44:06-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-12T13:44:06-0400 DEBUG extras: has expired and will be refreshed.
2025-09-12T13:44:06-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-12T13:44:06-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-12T13:44:06-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-12T13:44:06-0400 DEBUG epel: has expired and will be refreshed.
2025-09-12T13:44:06-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-12T13:44:06-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-12T13:44:06-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-12T13:44:06-0400 DEBUG countme: no event for baseos: window already counted
2025-09-12T13:44:06-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-12T13:44:06-0400 DEBUG baseos: using metadata from Thu 11 Sep 2025 09:29:17 AM EDT.
2025-09-12T13:44:06-0400 DEBUG countme: no event for appstream: window already counted
2025-09-12T13:44:06-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-12T13:44:07-0400 DEBUG appstream: using metadata from Thu 11 Sep 2025 09:29:36 AM EDT.
2025-09-12T13:44:07-0400 DEBUG countme: no event for extras: window already counted
2025-09-12T13:44:07-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-12T13:44:07-0400 DEBUG extras: using metadata from Thu 11 Sep 2025 09:30:45 AM EDT.
2025-09-12T13:44:07-0400 DEBUG countme: no event for powertools: window already counted
2025-09-12T13:44:07-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-12T13:44:07-0400 DEBUG powertools: using metadata from Thu 11 Sep 2025 09:29:08 AM EDT.
2025-09-12T13:44:07-0400 DEBUG reviving: failed for 'powertools-source', mismatched repomd.
2025-09-12T13:44:07-0400 DEBUG repo: downloading from remote: powertools-source
2025-09-12T13:44:08-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-12T13:44:08-0400 DEBUG reviving: failed for 'powertools-debuginfo', mismatched repomd.
2025-09-12T13:44:08-0400 DEBUG repo: downloading from remote: powertools-debuginfo
2025-09-12T13:44:09-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-12T13:44:09-0400 DEBUG countme: no event for epel: window already counted
2025-09-12T13:44:09-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-12T13:44:09-0400 DEBUG epel: using metadata from Thu 11 Sep 2025 10:49:53 PM EDT.
2025-09-12T13:44:09-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T13:44:09-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T13:44:09-0400 DDEBUG Cleaning up.
2025-09-12T13:44:09-0400 DDEBUG Plugins were unloaded.
2025-09-12T13:44:09-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T13:44:09-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T15:42:30-0400 INFO --- logging initialized ---
2025-09-12T15:42:30-0400 DDEBUG timer: config: 3 ms
2025-09-12T15:42:30-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T15:42:30-0400 DEBUG DNF version: 4.7.0
2025-09-12T15:42:30-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T15:42:30-0400 DDEBUG Installroot: /
2025-09-12T15:42:30-0400 DDEBUG Releasever: 8
2025-09-12T15:42:30-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T15:42:30-0400 DDEBUG Base command: makecache
2025-09-12T15:42:30-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T15:42:30-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T15:42:30-0400 DEBUG Making cache files for all metadata files.
2025-09-12T15:42:30-0400 INFO Metadata cache refreshed recently.
2025-09-12T15:42:30-0400 DDEBUG Cleaning up.
2025-09-12T15:42:30-0400 DDEBUG Plugins were unloaded.
2025-09-12T17:28:31-0400 INFO --- logging initialized ---
2025-09-12T17:28:31-0400 DDEBUG timer: config: 2 ms
2025-09-12T17:28:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T17:28:32-0400 DEBUG DNF version: 4.7.0
2025-09-12T17:28:32-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T17:28:32-0400 DDEBUG Installroot: /
2025-09-12T17:28:32-0400 DDEBUG Releasever: 8
2025-09-12T17:28:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T17:28:32-0400 DDEBUG Base command: makecache
2025-09-12T17:28:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T17:28:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T17:28:32-0400 DEBUG Making cache files for all metadata files.
2025-09-12T17:28:32-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-12T17:28:32-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-12T17:28:32-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-12T17:28:32-0400 DEBUG extras: has expired and will be refreshed.
2025-09-12T17:28:32-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-12T17:28:32-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-12T17:28:32-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-12T17:28:32-0400 DEBUG epel: has expired and will be refreshed.
2025-09-12T17:28:32-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-12T17:28:32-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-12T17:28:32-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-12T17:28:32-0400 DEBUG countme: no event for baseos: window already counted
2025-09-12T17:28:32-0400 DEBUG reviving: failed for 'baseos', mismatched repomd.
2025-09-12T17:28:32-0400 DEBUG repo: downloading from remote: baseos
2025-09-12T17:28:32-0400 DEBUG countme: no event for baseos: window already counted
2025-09-12T17:28:39-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-12T17:28:39-0400 DEBUG countme: no event for appstream: window already counted
2025-09-12T17:28:39-0400 DEBUG reviving: failed for 'appstream', mismatched repomd.
2025-09-12T17:28:39-0400 DEBUG repo: downloading from remote: appstream
2025-09-12T17:28:39-0400 DEBUG countme: no event for appstream: window already counted
2025-09-12T17:28:43-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-12T17:28:43-0400 DEBUG countme: no event for extras: window already counted
2025-09-12T17:28:44-0400 DEBUG reviving: failed for 'extras', mismatched repomd.
2025-09-12T17:28:44-0400 DEBUG repo: downloading from remote: extras
2025-09-12T17:28:44-0400 DEBUG countme: no event for extras: window already counted
2025-09-12T17:28:44-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-12T17:28:44-0400 DEBUG countme: no event for powertools: window already counted
2025-09-12T17:28:44-0400 DEBUG reviving: failed for 'powertools', mismatched repomd.
2025-09-12T17:28:44-0400 DEBUG repo: downloading from remote: powertools
2025-09-12T17:28:44-0400 DEBUG countme: no event for powertools: window already counted
2025-09-12T17:28:46-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-12T17:28:46-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-12T17:28:46-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-12T17:28:46-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-12T17:28:46-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-12T17:28:46-0400 DEBUG countme: no event for epel: window already counted
2025-09-12T17:28:46-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-12T17:28:46-0400 DEBUG epel: using metadata from Thu 11 Sep 2025 10:49:53 PM EDT.
2025-09-12T17:28:46-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T17:28:46-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T17:28:46-0400 DDEBUG Cleaning up.
2025-09-12T17:28:46-0400 DDEBUG Plugins were unloaded.
2025-09-12T17:28:46-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T17:28:46-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T18:48:22-0400 INFO --- logging initialized ---
2025-09-12T18:48:22-0400 DDEBUG timer: config: 56 ms
2025-09-12T18:48:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T18:48:22-0400 DEBUG DNF version: 4.7.0
2025-09-12T18:48:22-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T18:48:22-0400 DDEBUG Installroot: /
2025-09-12T18:48:22-0400 DDEBUG Releasever: 8
2025-09-12T18:48:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T18:48:22-0400 DDEBUG Base command: makecache
2025-09-12T18:48:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T18:48:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T18:48:22-0400 DEBUG Making cache files for all metadata files.
2025-09-12T18:48:22-0400 INFO Metadata cache refreshed recently.
2025-09-12T18:48:22-0400 DDEBUG Cleaning up.
2025-09-12T18:48:22-0400 DDEBUG Plugins were unloaded.
2025-09-12T20:17:55-0400 INFO --- logging initialized ---
2025-09-12T20:17:55-0400 DDEBUG timer: config: 3 ms
2025-09-12T20:17:55-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T20:17:55-0400 DEBUG DNF version: 4.7.0
2025-09-12T20:17:55-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T20:17:55-0400 DDEBUG Installroot: /
2025-09-12T20:17:55-0400 DDEBUG Releasever: 8
2025-09-12T20:17:55-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T20:17:55-0400 DDEBUG Base command: makecache
2025-09-12T20:17:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T20:17:55-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T20:17:55-0400 DEBUG Making cache files for all metadata files.
2025-09-12T20:17:55-0400 INFO Metadata cache refreshed recently.
2025-09-12T20:17:55-0400 DDEBUG Cleaning up.
2025-09-12T20:17:55-0400 DDEBUG Plugins were unloaded.
2025-09-12T22:13:29-0400 INFO --- logging initialized ---
2025-09-12T22:13:29-0400 DDEBUG timer: config: 2 ms
2025-09-12T22:13:29-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-12T22:13:29-0400 DEBUG DNF version: 4.7.0
2025-09-12T22:13:29-0400 DDEBUG Command: dnf makecache --timer
2025-09-12T22:13:29-0400 DDEBUG Installroot: /
2025-09-12T22:13:29-0400 DDEBUG Releasever: 8
2025-09-12T22:13:29-0400 DEBUG cachedir: /var/cache/dnf
2025-09-12T22:13:29-0400 DDEBUG Base command: makecache
2025-09-12T22:13:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-12T22:13:29-0400 DEBUG Excludes in repo epel: nginx*
2025-09-12T22:13:29-0400 DEBUG Making cache files for all metadata files.
2025-09-12T22:13:29-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-12T22:13:29-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-12T22:13:29-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-12T22:13:29-0400 DEBUG extras: has expired and will be refreshed.
2025-09-12T22:13:29-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-12T22:13:29-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-12T22:13:29-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-12T22:13:29-0400 DEBUG epel: has expired and will be refreshed.
2025-09-12T22:13:29-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-12T22:13:29-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-12T22:13:29-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-12T22:13:29-0400 DEBUG countme: no event for baseos: window already counted
2025-09-12T22:13:29-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-12T22:13:29-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-12T22:13:29-0400 DEBUG countme: no event for appstream: window already counted
2025-09-12T22:13:30-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-12T22:13:30-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-12T22:13:30-0400 DEBUG countme: no event for extras: window already counted
2025-09-12T22:13:30-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-12T22:13:30-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-12T22:13:30-0400 DEBUG countme: no event for powertools: window already counted
2025-09-12T22:13:30-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-12T22:13:30-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-12T22:13:31-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-12T22:13:31-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-12T22:13:31-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-12T22:13:31-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-12T22:13:31-0400 DEBUG countme: no event for epel: window already counted
2025-09-12T22:13:31-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-12T22:13:31-0400 DEBUG repo: downloading from remote: epel
2025-09-12T22:13:31-0400 DEBUG countme: no event for epel: window already counted
2025-09-12T22:13:32-0400 DEBUG epel: using metadata from Thu 11 Sep 2025 10:49:53 PM EDT.
2025-09-12T22:13:32-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-12T22:13:32-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T22:13:32-0400 DDEBUG Cleaning up.
2025-09-12T22:13:32-0400 DDEBUG Plugins were unloaded.
2025-09-12T22:13:32-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-12T22:13:32-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T00:06:45-0400 INFO --- logging initialized ---
2025-09-13T00:06:45-0400 DDEBUG timer: config: 2 ms
2025-09-13T00:06:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T00:06:45-0400 DEBUG DNF version: 4.7.0
2025-09-13T00:06:45-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T00:06:45-0400 DDEBUG Installroot: /
2025-09-13T00:06:45-0400 DDEBUG Releasever: 8
2025-09-13T00:06:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T00:06:45-0400 DDEBUG Base command: makecache
2025-09-13T00:06:45-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T00:06:45-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T00:06:45-0400 DEBUG Making cache files for all metadata files.
2025-09-13T00:06:45-0400 INFO Metadata cache refreshed recently.
2025-09-13T00:06:45-0400 DDEBUG Cleaning up.
2025-09-13T00:06:45-0400 DDEBUG Plugins were unloaded.
2025-09-13T01:31:09-0400 INFO --- logging initialized ---
2025-09-13T01:31:09-0400 DDEBUG timer: config: 3 ms
2025-09-13T01:31:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T01:31:09-0400 DEBUG DNF version: 4.7.0
2025-09-13T01:31:09-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T01:31:09-0400 DDEBUG Installroot: /
2025-09-13T01:31:09-0400 DDEBUG Releasever: 8
2025-09-13T01:31:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T01:31:09-0400 DDEBUG Base command: makecache
2025-09-13T01:31:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T01:31:09-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T01:31:09-0400 DEBUG Making cache files for all metadata files.
2025-09-13T01:31:09-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-13T01:31:09-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-13T01:31:09-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-13T01:31:09-0400 DEBUG extras: has expired and will be refreshed.
2025-09-13T01:31:09-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-13T01:31:09-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-13T01:31:09-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-13T01:31:09-0400 DEBUG epel: has expired and will be refreshed.
2025-09-13T01:31:09-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-13T01:31:09-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-13T01:31:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T01:31:09-0400 DEBUG countme: no event for baseos: window already counted
2025-09-13T01:31:09-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-13T01:31:09-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-13T01:31:09-0400 DEBUG countme: no event for appstream: window already counted
2025-09-13T01:31:10-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-13T01:31:10-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-13T01:31:10-0400 DEBUG countme: no event for extras: window already counted
2025-09-13T01:31:10-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-13T01:31:10-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-13T01:31:10-0400 DEBUG countme: no event for powertools: window already counted
2025-09-13T01:31:10-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-13T01:31:10-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-13T01:31:11-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-13T01:31:11-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-13T01:31:11-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-13T01:31:11-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-13T01:31:11-0400 DEBUG countme: no event for epel: window already counted
2025-09-13T01:31:11-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-13T01:31:11-0400 DEBUG repo: downloading from remote: epel
2025-09-13T01:31:11-0400 DEBUG countme: no event for epel: window already counted
2025-09-13T01:31:16-0400 DEBUG epel: using metadata from Fri 12 Sep 2025 08:47:45 PM EDT.
2025-09-13T01:31:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T01:31:16-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T01:31:16-0400 DDEBUG Cleaning up.
2025-09-13T01:31:16-0400 DDEBUG Plugins were unloaded.
2025-09-13T01:31:16-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T01:31:16-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T03:21:03-0400 INFO --- logging initialized ---
2025-09-13T03:21:03-0400 DDEBUG timer: config: 2 ms
2025-09-13T03:21:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T03:21:03-0400 DEBUG DNF version: 4.7.0
2025-09-13T03:21:03-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T03:21:03-0400 DDEBUG Installroot: /
2025-09-13T03:21:03-0400 DDEBUG Releasever: 8
2025-09-13T03:21:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T03:21:03-0400 DDEBUG Base command: makecache
2025-09-13T03:21:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T03:21:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T03:21:03-0400 DEBUG Making cache files for all metadata files.
2025-09-13T03:21:03-0400 INFO Metadata cache refreshed recently.
2025-09-13T03:21:03-0400 DDEBUG Cleaning up.
2025-09-13T03:21:03-0400 DDEBUG Plugins were unloaded.
2025-09-13T03:38:04-0400 INFO --- logging initialized ---
2025-09-13T03:38:04-0400 DDEBUG timer: config: 3 ms
2025-09-13T03:38:04-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T03:38:04-0400 DEBUG YUM version: 4.7.0
2025-09-13T03:38:04-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-13T03:38:04-0400 DDEBUG Installroot: /
2025-09-13T03:38:04-0400 DDEBUG Releasever: 8
2025-09-13T03:38:04-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T03:38:04-0400 DDEBUG Base command: check-update
2025-09-13T03:38:04-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-13T03:38:04-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-13T03:38:05-0400 DEBUG repo: using cache for: cwp
2025-09-13T03:38:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T03:38:05-0400 DEBUG repo: using cache for: baseos
2025-09-13T03:38:05-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-13T03:38:05-0400 DEBUG repo: using cache for: appstream
2025-09-13T03:38:05-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-13T03:38:05-0400 DEBUG repo: using cache for: extras
2025-09-13T03:38:05-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-13T03:38:05-0400 DEBUG repo: using cache for: powertools
2025-09-13T03:38:05-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-13T03:38:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-13T03:38:05-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-13T03:38:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-13T03:38:05-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-13T03:38:05-0400 DEBUG repo: using cache for: epel
2025-09-13T03:38:05-0400 DEBUG epel: using metadata from Fri 12 Sep 2025 08:47:45 PM EDT.
2025-09-13T03:38:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T03:38:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T03:38:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T03:38:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T03:38:05-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T03:38:05-0400 DDEBUG Cleaning up.
2025-09-13T03:38:05-0400 DDEBUG Plugins were unloaded.
2025-09-13T03:38:05-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-13T03:38:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-13T03:38:05-0400 INFO --- logging initialized ---
2025-09-13T03:38:05-0400 DDEBUG timer: config: 3 ms
2025-09-13T03:38:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T03:38:05-0400 DEBUG YUM version: 4.7.0
2025-09-13T03:38:05-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-13T03:38:05-0400 DDEBUG Installroot: /
2025-09-13T03:38:05-0400 DDEBUG Releasever: 8
2025-09-13T03:38:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T03:38:05-0400 DDEBUG Base command: update
2025-09-13T03:38:05-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-13T03:38:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-13T03:38:05-0400 DEBUG repo: using cache for: cwp
2025-09-13T03:38:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T03:38:05-0400 DEBUG repo: using cache for: baseos
2025-09-13T03:38:06-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-13T03:38:06-0400 DEBUG repo: using cache for: appstream
2025-09-13T03:38:06-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-13T03:38:06-0400 DEBUG repo: using cache for: extras
2025-09-13T03:38:06-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-13T03:38:06-0400 DEBUG repo: using cache for: powertools
2025-09-13T03:38:06-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-13T03:38:06-0400 DEBUG repo: using cache for: powertools-source
2025-09-13T03:38:06-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-13T03:38:06-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-13T03:38:06-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-13T03:38:06-0400 DEBUG repo: using cache for: epel
2025-09-13T03:38:06-0400 DEBUG epel: using metadata from Fri 12 Sep 2025 08:47:45 PM EDT.
2025-09-13T03:38:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T03:38:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T03:38:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T03:38:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T03:38:06-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T03:38:06-0400 DDEBUG Cleaning up.
2025-09-13T03:38:06-0400 DDEBUG Plugins were unloaded.
2025-09-13T03:38:06-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-13T03:38:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-13T04:43:53-0400 INFO --- logging initialized ---
2025-09-13T04:43:53-0400 DDEBUG timer: config: 3 ms
2025-09-13T04:43:53-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T04:43:53-0400 DEBUG DNF version: 4.7.0
2025-09-13T04:43:53-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T04:43:53-0400 DDEBUG Installroot: /
2025-09-13T04:43:53-0400 DDEBUG Releasever: 8
2025-09-13T04:43:53-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T04:43:53-0400 DDEBUG Base command: makecache
2025-09-13T04:43:53-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T04:43:53-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T04:43:53-0400 DEBUG Making cache files for all metadata files.
2025-09-13T04:43:53-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-13T04:43:53-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-13T04:43:53-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-13T04:43:53-0400 DEBUG extras: has expired and will be refreshed.
2025-09-13T04:43:53-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-13T04:43:53-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-13T04:43:53-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-13T04:43:53-0400 DEBUG epel: has expired and will be refreshed.
2025-09-13T04:43:53-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-13T04:43:53-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-13T04:43:53-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T04:43:53-0400 DEBUG countme: no event for baseos: window already counted
2025-09-13T04:43:53-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-13T04:43:53-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-13T04:43:53-0400 DEBUG countme: no event for appstream: window already counted
2025-09-13T04:43:54-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-13T04:43:54-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-13T04:43:54-0400 DEBUG countme: no event for extras: window already counted
2025-09-13T04:43:54-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-13T04:43:54-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-13T04:43:54-0400 DEBUG countme: no event for powertools: window already counted
2025-09-13T04:43:54-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-13T04:43:54-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-13T04:43:55-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-13T04:43:55-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-13T04:43:55-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-13T04:43:55-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-13T04:43:55-0400 DEBUG countme: no event for epel: window already counted
2025-09-13T04:43:55-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-13T04:43:56-0400 DEBUG epel: using metadata from Fri 12 Sep 2025 08:47:45 PM EDT.
2025-09-13T04:43:56-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T04:43:56-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T04:43:56-0400 DDEBUG Cleaning up.
2025-09-13T04:43:56-0400 DDEBUG Plugins were unloaded.
2025-09-13T04:43:56-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T04:43:56-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T06:28:15-0400 INFO --- logging initialized ---
2025-09-13T06:28:15-0400 DDEBUG timer: config: 3 ms
2025-09-13T06:28:15-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T06:28:15-0400 DEBUG DNF version: 4.7.0
2025-09-13T06:28:15-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T06:28:15-0400 DDEBUG Installroot: /
2025-09-13T06:28:15-0400 DDEBUG Releasever: 8
2025-09-13T06:28:15-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T06:28:15-0400 DDEBUG Base command: makecache
2025-09-13T06:28:15-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T06:28:15-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T06:28:15-0400 DEBUG Making cache files for all metadata files.
2025-09-13T06:28:15-0400 INFO Metadata cache refreshed recently.
2025-09-13T06:28:15-0400 DDEBUG Cleaning up.
2025-09-13T06:28:15-0400 DDEBUG Plugins were unloaded.
2025-09-13T07:46:21-0400 INFO --- logging initialized ---
2025-09-13T07:46:21-0400 DDEBUG timer: config: 2 ms
2025-09-13T07:46:21-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T07:46:21-0400 DEBUG DNF version: 4.7.0
2025-09-13T07:46:21-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T07:46:21-0400 DDEBUG Installroot: /
2025-09-13T07:46:21-0400 DDEBUG Releasever: 8
2025-09-13T07:46:21-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T07:46:21-0400 DDEBUG Base command: makecache
2025-09-13T07:46:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T07:46:21-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T07:46:21-0400 DEBUG Making cache files for all metadata files.
2025-09-13T07:46:21-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-13T07:46:21-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-13T07:46:21-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-13T07:46:21-0400 DEBUG extras: has expired and will be refreshed.
2025-09-13T07:46:21-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-13T07:46:21-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-13T07:46:21-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-13T07:46:22-0400 DEBUG epel: has expired and will be refreshed.
2025-09-13T07:46:22-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-13T07:46:22-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-13T07:46:22-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T07:46:22-0400 DEBUG countme: no event for baseos: window already counted
2025-09-13T07:46:22-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-13T07:46:22-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-13T07:46:22-0400 DEBUG countme: no event for appstream: window already counted
2025-09-13T07:46:22-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-13T07:46:22-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-13T07:46:22-0400 DEBUG countme: no event for extras: window already counted
2025-09-13T07:46:23-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-13T07:46:23-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-13T07:46:23-0400 DEBUG countme: no event for powertools: window already counted
2025-09-13T07:46:23-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-13T07:46:23-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-13T07:46:23-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-13T07:46:23-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-13T07:46:24-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-13T07:46:24-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-13T07:46:24-0400 DEBUG countme: no event for epel: window already counted
2025-09-13T07:46:24-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-13T07:46:24-0400 DEBUG epel: using metadata from Fri 12 Sep 2025 08:47:45 PM EDT.
2025-09-13T07:46:24-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T07:46:24-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T07:46:24-0400 DDEBUG Cleaning up.
2025-09-13T07:46:24-0400 DDEBUG Plugins were unloaded.
2025-09-13T07:46:24-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T07:46:24-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T09:39:24-0400 INFO --- logging initialized ---
2025-09-13T09:39:24-0400 DDEBUG timer: config: 3 ms
2025-09-13T09:39:24-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T09:39:24-0400 DEBUG DNF version: 4.7.0
2025-09-13T09:39:24-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T09:39:24-0400 DDEBUG Installroot: /
2025-09-13T09:39:24-0400 DDEBUG Releasever: 8
2025-09-13T09:39:24-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T09:39:24-0400 DDEBUG Base command: makecache
2025-09-13T09:39:24-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T09:39:24-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T09:39:24-0400 DEBUG Making cache files for all metadata files.
2025-09-13T09:39:24-0400 INFO Metadata cache refreshed recently.
2025-09-13T09:39:24-0400 DDEBUG Cleaning up.
2025-09-13T09:39:24-0400 DDEBUG Plugins were unloaded.
2025-09-13T10:51:43-0400 INFO --- logging initialized ---
2025-09-13T10:51:43-0400 DDEBUG timer: config: 2 ms
2025-09-13T10:51:43-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T10:51:43-0400 DEBUG DNF version: 4.7.0
2025-09-13T10:51:43-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T10:51:43-0400 DDEBUG Installroot: /
2025-09-13T10:51:43-0400 DDEBUG Releasever: 8
2025-09-13T10:51:43-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T10:51:43-0400 DDEBUG Base command: makecache
2025-09-13T10:51:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T10:51:43-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T10:51:43-0400 DEBUG Making cache files for all metadata files.
2025-09-13T10:51:43-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-13T10:51:43-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-13T10:51:43-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-13T10:51:43-0400 DEBUG extras: has expired and will be refreshed.
2025-09-13T10:51:43-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-13T10:51:43-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-13T10:51:43-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-13T10:51:43-0400 DEBUG epel: has expired and will be refreshed.
2025-09-13T10:51:43-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-13T10:51:43-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-13T10:51:43-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T10:51:43-0400 DEBUG countme: no event for baseos: window already counted
2025-09-13T10:51:43-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-13T10:51:43-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-13T10:51:43-0400 DEBUG countme: no event for appstream: window already counted
2025-09-13T10:51:44-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-13T10:51:44-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-13T10:51:44-0400 DEBUG countme: no event for extras: window already counted
2025-09-13T10:51:44-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-13T10:51:44-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-13T10:51:44-0400 DEBUG countme: no event for powertools: window already counted
2025-09-13T10:51:44-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-13T10:51:44-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-13T10:51:45-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-13T10:51:45-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-13T10:51:45-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-13T10:51:45-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-13T10:51:45-0400 DEBUG countme: no event for epel: window already counted
2025-09-13T10:51:45-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-13T10:51:46-0400 DEBUG epel: using metadata from Fri 12 Sep 2025 08:47:45 PM EDT.
2025-09-13T10:51:46-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T10:51:46-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T10:51:46-0400 DDEBUG Cleaning up.
2025-09-13T10:51:46-0400 DDEBUG Plugins were unloaded.
2025-09-13T10:51:46-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T10:51:46-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T11:57:45-0400 INFO --- logging initialized ---
2025-09-13T11:57:45-0400 DDEBUG timer: config: 2 ms
2025-09-13T11:57:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T11:57:45-0400 DEBUG DNF version: 4.7.0
2025-09-13T11:57:45-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T11:57:45-0400 DDEBUG Installroot: /
2025-09-13T11:57:45-0400 DDEBUG Releasever: 8
2025-09-13T11:57:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T11:57:45-0400 DDEBUG Base command: makecache
2025-09-13T11:57:45-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T11:57:45-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T11:57:45-0400 DEBUG Making cache files for all metadata files.
2025-09-13T11:57:45-0400 INFO Metadata cache refreshed recently.
2025-09-13T11:57:45-0400 DDEBUG Cleaning up.
2025-09-13T11:57:45-0400 DDEBUG Plugins were unloaded.
2025-09-13T13:56:31-0400 INFO --- logging initialized ---
2025-09-13T13:56:31-0400 DDEBUG timer: config: 3 ms
2025-09-13T13:56:31-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T13:56:31-0400 DEBUG DNF version: 4.7.0
2025-09-13T13:56:31-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T13:56:31-0400 DDEBUG Installroot: /
2025-09-13T13:56:31-0400 DDEBUG Releasever: 8
2025-09-13T13:56:31-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T13:56:31-0400 DDEBUG Base command: makecache
2025-09-13T13:56:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T13:56:31-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T13:56:31-0400 DEBUG Making cache files for all metadata files.
2025-09-13T13:56:31-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-13T13:56:31-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-13T13:56:31-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-13T13:56:31-0400 DEBUG extras: has expired and will be refreshed.
2025-09-13T13:56:31-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-13T13:56:31-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-13T13:56:31-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-13T13:56:31-0400 DEBUG epel: has expired and will be refreshed.
2025-09-13T13:56:31-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-13T13:56:31-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-13T13:56:31-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T13:56:31-0400 DEBUG countme: no event for baseos: window already counted
2025-09-13T13:56:31-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-13T13:56:31-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-13T13:56:31-0400 DEBUG countme: no event for appstream: window already counted
2025-09-13T13:56:32-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-13T13:56:32-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-13T13:56:32-0400 DEBUG countme: no event for extras: window already counted
2025-09-13T13:56:32-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-13T13:56:32-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-13T13:56:32-0400 DEBUG countme: no event for powertools: window already counted
2025-09-13T13:56:32-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-13T13:56:32-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-13T13:56:33-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-13T13:56:33-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-13T13:56:33-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-13T13:56:33-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-13T13:56:33-0400 DEBUG countme: no event for epel: window already counted
2025-09-13T13:56:33-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-13T13:56:34-0400 DEBUG epel: using metadata from Fri 12 Sep 2025 08:47:45 PM EDT.
2025-09-13T13:56:34-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T13:56:34-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T13:56:34-0400 DDEBUG Cleaning up.
2025-09-13T13:56:34-0400 DDEBUG Plugins were unloaded.
2025-09-13T13:56:34-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T13:56:34-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T15:23:34-0400 INFO --- logging initialized ---
2025-09-13T15:23:34-0400 DDEBUG timer: config: 3 ms
2025-09-13T15:23:34-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T15:23:34-0400 DEBUG DNF version: 4.7.0
2025-09-13T15:23:34-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T15:23:34-0400 DDEBUG Installroot: /
2025-09-13T15:23:34-0400 DDEBUG Releasever: 8
2025-09-13T15:23:34-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T15:23:34-0400 DDEBUG Base command: makecache
2025-09-13T15:23:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T15:23:34-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T15:23:34-0400 DEBUG Making cache files for all metadata files.
2025-09-13T15:23:34-0400 INFO Metadata cache refreshed recently.
2025-09-13T15:23:34-0400 DDEBUG Cleaning up.
2025-09-13T15:23:34-0400 DDEBUG Plugins were unloaded.
2025-09-13T16:57:20-0400 INFO --- logging initialized ---
2025-09-13T16:57:20-0400 DDEBUG timer: config: 2 ms
2025-09-13T16:57:20-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T16:57:20-0400 DEBUG DNF version: 4.7.0
2025-09-13T16:57:20-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T16:57:20-0400 DDEBUG Installroot: /
2025-09-13T16:57:20-0400 DDEBUG Releasever: 8
2025-09-13T16:57:20-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T16:57:20-0400 DDEBUG Base command: makecache
2025-09-13T16:57:20-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T16:57:20-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T16:57:20-0400 DEBUG Making cache files for all metadata files.
2025-09-13T16:57:20-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-13T16:57:20-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-13T16:57:20-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-13T16:57:20-0400 DEBUG extras: has expired and will be refreshed.
2025-09-13T16:57:20-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-13T16:57:20-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-13T16:57:20-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-13T16:57:20-0400 DEBUG epel: has expired and will be refreshed.
2025-09-13T16:57:20-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-13T16:57:20-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-13T16:57:20-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T16:57:20-0400 DEBUG countme: no event for baseos: window already counted
2025-09-13T16:57:20-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-13T16:57:20-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-13T16:57:20-0400 DEBUG countme: no event for appstream: window already counted
2025-09-13T16:57:21-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-13T16:57:21-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-13T16:57:21-0400 DEBUG countme: no event for extras: window already counted
2025-09-13T16:57:21-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-13T16:57:21-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-13T16:57:21-0400 DEBUG countme: no event for powertools: window already counted
2025-09-13T16:57:21-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-13T16:57:21-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-13T16:57:22-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-13T16:57:22-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-13T16:57:22-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-13T16:57:22-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-13T16:57:22-0400 DEBUG countme: no event for epel: window already counted
2025-09-13T16:57:22-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-13T16:57:22-0400 DEBUG epel: using metadata from Fri 12 Sep 2025 08:47:45 PM EDT.
2025-09-13T16:57:23-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T16:57:23-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T16:57:23-0400 DDEBUG Cleaning up.
2025-09-13T16:57:23-0400 DDEBUG Plugins were unloaded.
2025-09-13T16:57:23-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T16:57:23-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T18:33:13-0400 INFO --- logging initialized ---
2025-09-13T18:33:13-0400 DDEBUG timer: config: 2 ms
2025-09-13T18:33:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T18:33:13-0400 DEBUG DNF version: 4.7.0
2025-09-13T18:33:13-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T18:33:13-0400 DDEBUG Installroot: /
2025-09-13T18:33:13-0400 DDEBUG Releasever: 8
2025-09-13T18:33:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T18:33:13-0400 DDEBUG Base command: makecache
2025-09-13T18:33:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T18:33:13-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T18:33:13-0400 DEBUG Making cache files for all metadata files.
2025-09-13T18:33:13-0400 INFO Metadata cache refreshed recently.
2025-09-13T18:33:13-0400 DDEBUG Cleaning up.
2025-09-13T18:33:13-0400 DDEBUG Plugins were unloaded.
2025-09-13T20:09:27-0400 INFO --- logging initialized ---
2025-09-13T20:09:27-0400 DDEBUG timer: config: 3 ms
2025-09-13T20:09:27-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T20:09:27-0400 DEBUG DNF version: 4.7.0
2025-09-13T20:09:27-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T20:09:27-0400 DDEBUG Installroot: /
2025-09-13T20:09:27-0400 DDEBUG Releasever: 8
2025-09-13T20:09:27-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T20:09:27-0400 DDEBUG Base command: makecache
2025-09-13T20:09:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T20:09:27-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T20:09:27-0400 DEBUG Making cache files for all metadata files.
2025-09-13T20:09:27-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-13T20:09:27-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-13T20:09:27-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-13T20:09:27-0400 DEBUG extras: has expired and will be refreshed.
2025-09-13T20:09:27-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-13T20:09:27-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-13T20:09:27-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-13T20:09:27-0400 DEBUG epel: has expired and will be refreshed.
2025-09-13T20:09:27-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-13T20:09:27-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-13T20:09:27-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T20:09:27-0400 DEBUG countme: no event for baseos: window already counted
2025-09-13T20:09:27-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-13T20:09:27-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-13T20:09:27-0400 DEBUG countme: no event for appstream: window already counted
2025-09-13T20:09:28-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-13T20:09:28-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-13T20:09:28-0400 DEBUG countme: no event for extras: window already counted
2025-09-13T20:09:28-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-13T20:09:28-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-13T20:09:28-0400 DEBUG countme: no event for powertools: window already counted
2025-09-13T20:09:28-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-13T20:09:28-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-13T20:09:29-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-13T20:09:29-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-13T20:09:30-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-13T20:09:30-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-13T20:09:30-0400 DEBUG countme: no event for epel: window already counted
2025-09-13T20:09:30-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-13T20:09:30-0400 DEBUG epel: using metadata from Fri 12 Sep 2025 08:47:45 PM EDT.
2025-09-13T20:09:30-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T20:09:30-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T20:09:30-0400 DDEBUG Cleaning up.
2025-09-13T20:09:30-0400 DDEBUG Plugins were unloaded.
2025-09-13T20:09:30-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T20:09:30-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T22:04:03-0400 INFO --- logging initialized ---
2025-09-13T22:04:03-0400 DDEBUG timer: config: 3 ms
2025-09-13T22:04:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T22:04:03-0400 DEBUG DNF version: 4.7.0
2025-09-13T22:04:03-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T22:04:03-0400 DDEBUG Installroot: /
2025-09-13T22:04:03-0400 DDEBUG Releasever: 8
2025-09-13T22:04:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T22:04:03-0400 DDEBUG Base command: makecache
2025-09-13T22:04:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T22:04:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T22:04:03-0400 DEBUG Making cache files for all metadata files.
2025-09-13T22:04:03-0400 INFO Metadata cache refreshed recently.
2025-09-13T22:04:03-0400 DDEBUG Cleaning up.
2025-09-13T22:04:03-0400 DDEBUG Plugins were unloaded.
2025-09-13T23:33:37-0400 INFO --- logging initialized ---
2025-09-13T23:33:37-0400 DDEBUG timer: config: 3 ms
2025-09-13T23:33:37-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T23:33:37-0400 DEBUG DNF version: 4.7.0
2025-09-13T23:33:37-0400 DDEBUG Command: dnf makecache --timer
2025-09-13T23:33:37-0400 DDEBUG Installroot: /
2025-09-13T23:33:37-0400 DDEBUG Releasever: 8
2025-09-13T23:33:37-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T23:33:37-0400 DDEBUG Base command: makecache
2025-09-13T23:33:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T23:33:37-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T23:33:37-0400 DEBUG Making cache files for all metadata files.
2025-09-13T23:33:37-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-13T23:33:38-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-13T23:33:38-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-13T23:33:38-0400 DEBUG extras: has expired and will be refreshed.
2025-09-13T23:33:38-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-13T23:33:38-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-13T23:33:38-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-13T23:33:38-0400 DEBUG epel: has expired and will be refreshed.
2025-09-13T23:33:38-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-13T23:33:39-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-13T23:33:39-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T23:33:39-0400 DEBUG countme: no event for baseos: window already counted
2025-09-13T23:33:40-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-13T23:33:40-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-13T23:33:40-0400 DEBUG countme: no event for appstream: window already counted
2025-09-13T23:33:42-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-13T23:33:42-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-13T23:33:42-0400 DEBUG countme: no event for extras: window already counted
2025-09-13T23:33:43-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-13T23:33:43-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-13T23:33:43-0400 DEBUG countme: no event for powertools: window already counted
2025-09-13T23:33:44-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-13T23:33:44-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-13T23:33:46-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-13T23:33:46-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-13T23:33:46-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-13T23:33:46-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-13T23:33:46-0400 DEBUG countme: no event for epel: window already counted
2025-09-13T23:33:47-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-13T23:33:47-0400 DEBUG repo: downloading from remote: epel
2025-09-13T23:33:47-0400 DEBUG countme: no event for epel: window already counted
2025-09-13T23:33:51-0400 DEBUG epel: using metadata from Fri 12 Sep 2025 08:47:45 PM EDT.
2025-09-13T23:33:51-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-13T23:33:51-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T23:33:51-0400 DDEBUG Cleaning up.
2025-09-13T23:33:51-0400 DDEBUG Plugins were unloaded.
2025-09-13T23:33:51-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-13T23:33:51-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T00:42:00-0400 INFO --- logging initialized ---
2025-09-14T00:42:00-0400 DDEBUG timer: config: 3 ms
2025-09-14T00:42:00-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T00:42:00-0400 DEBUG DNF version: 4.7.0
2025-09-14T00:42:00-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T00:42:00-0400 DDEBUG Installroot: /
2025-09-14T00:42:00-0400 DDEBUG Releasever: 8
2025-09-14T00:42:00-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T00:42:00-0400 DDEBUG Base command: makecache
2025-09-14T00:42:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T00:42:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T00:42:00-0400 DEBUG Making cache files for all metadata files.
2025-09-14T00:42:00-0400 INFO Metadata cache refreshed recently.
2025-09-14T00:42:00-0400 DDEBUG Cleaning up.
2025-09-14T00:42:00-0400 DDEBUG Plugins were unloaded.
2025-09-14T02:00:01-0400 INFO --- logging initialized ---
2025-09-14T02:00:01-0400 DDEBUG timer: config: 4 ms
2025-09-14T02:00:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T02:00:01-0400 DEBUG DNF version: 4.7.0
2025-09-14T02:00:01-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T02:00:01-0400 DDEBUG Installroot: /
2025-09-14T02:00:01-0400 DDEBUG Releasever: 8
2025-09-14T02:00:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T02:00:01-0400 DDEBUG Base command: makecache
2025-09-14T02:00:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T02:00:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T02:00:01-0400 DEBUG Making cache files for all metadata files.
2025-09-14T02:00:01-0400 INFO Metadata cache refreshed recently.
2025-09-14T02:00:01-0400 DDEBUG Cleaning up.
2025-09-14T02:00:01-0400 DDEBUG Plugins were unloaded.
2025-09-14T03:38:58-0400 INFO --- logging initialized ---
2025-09-14T03:38:58-0400 DDEBUG timer: config: 2 ms
2025-09-14T03:38:58-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T03:38:58-0400 DEBUG DNF version: 4.7.0
2025-09-14T03:38:58-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T03:38:58-0400 DDEBUG Installroot: /
2025-09-14T03:38:58-0400 DDEBUG Releasever: 8
2025-09-14T03:38:58-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T03:38:58-0400 DDEBUG Base command: makecache
2025-09-14T03:38:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T03:38:58-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T03:38:58-0400 DEBUG Making cache files for all metadata files.
2025-09-14T03:38:58-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-14T03:38:58-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-14T03:38:58-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-14T03:38:58-0400 DEBUG extras: has expired and will be refreshed.
2025-09-14T03:38:58-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-14T03:38:58-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-14T03:38:58-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-14T03:38:58-0400 DEBUG epel: has expired and will be refreshed.
2025-09-14T03:38:58-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-14T03:38:58-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-14T03:38:58-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T03:38:58-0400 DEBUG countme: no event for baseos: window already counted
2025-09-14T03:38:59-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-14T03:38:59-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-14T03:38:59-0400 DEBUG countme: no event for appstream: window already counted
2025-09-14T03:38:59-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-14T03:38:59-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-14T03:38:59-0400 DEBUG countme: no event for extras: window already counted
2025-09-14T03:38:59-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-14T03:38:59-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-14T03:38:59-0400 DEBUG countme: no event for powertools: window already counted
2025-09-14T03:39:00-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-14T03:39:00-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-14T03:39:00-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-14T03:39:00-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-14T03:39:00-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-14T03:39:00-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-14T03:39:00-0400 DEBUG countme: no event for epel: window already counted
2025-09-14T03:39:00-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-14T03:39:00-0400 DEBUG repo: downloading from remote: epel
2025-09-14T03:39:00-0400 DEBUG countme: no event for epel: window already counted
2025-09-14T03:39:06-0400 DEBUG epel: using metadata from Sat 13 Sep 2025 10:33:31 PM EDT.
2025-09-14T03:39:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T03:39:06-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T03:39:06-0400 DDEBUG Cleaning up.
2025-09-14T03:39:06-0400 DDEBUG Plugins were unloaded.
2025-09-14T03:39:06-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T03:39:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T03:41:04-0400 INFO --- logging initialized ---
2025-09-14T03:41:04-0400 DDEBUG timer: config: 3 ms
2025-09-14T03:41:04-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T03:41:04-0400 DEBUG YUM version: 4.7.0
2025-09-14T03:41:04-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-14T03:41:04-0400 DDEBUG Installroot: /
2025-09-14T03:41:04-0400 DDEBUG Releasever: 8
2025-09-14T03:41:04-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T03:41:04-0400 DDEBUG Base command: check-update
2025-09-14T03:41:04-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-14T03:41:04-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-14T03:41:04-0400 DEBUG repo: using cache for: cwp
2025-09-14T03:41:04-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T03:41:04-0400 DEBUG repo: using cache for: baseos
2025-09-14T03:41:04-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-14T03:41:04-0400 DEBUG repo: using cache for: appstream
2025-09-14T03:41:05-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: extras
2025-09-14T03:41:05-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: powertools
2025-09-14T03:41:05-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-14T03:41:05-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-14T03:41:05-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: epel
2025-09-14T03:41:05-0400 DEBUG epel: using metadata from Sat 13 Sep 2025 10:33:31 PM EDT.
2025-09-14T03:41:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T03:41:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T03:41:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T03:41:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T03:41:05-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T03:41:05-0400 DDEBUG Cleaning up.
2025-09-14T03:41:05-0400 DDEBUG Plugins were unloaded.
2025-09-14T03:41:05-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-14T03:41:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-14T03:41:05-0400 INFO --- logging initialized ---
2025-09-14T03:41:05-0400 DDEBUG timer: config: 3 ms
2025-09-14T03:41:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T03:41:05-0400 DEBUG YUM version: 4.7.0
2025-09-14T03:41:05-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-14T03:41:05-0400 DDEBUG Installroot: /
2025-09-14T03:41:05-0400 DDEBUG Releasever: 8
2025-09-14T03:41:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T03:41:05-0400 DDEBUG Base command: update
2025-09-14T03:41:05-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-14T03:41:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: cwp
2025-09-14T03:41:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: baseos
2025-09-14T03:41:05-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: appstream
2025-09-14T03:41:05-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: extras
2025-09-14T03:41:05-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: powertools
2025-09-14T03:41:05-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-14T03:41:05-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-14T03:41:05-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-14T03:41:05-0400 DEBUG repo: using cache for: epel
2025-09-14T03:41:05-0400 DEBUG epel: using metadata from Sat 13 Sep 2025 10:33:31 PM EDT.
2025-09-14T03:41:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T03:41:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T03:41:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T03:41:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T03:41:06-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T03:41:06-0400 DDEBUG Cleaning up.
2025-09-14T03:41:06-0400 DDEBUG Plugins were unloaded.
2025-09-14T03:41:06-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-14T03:41:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-14T04:40:50-0400 INFO --- logging initialized ---
2025-09-14T04:40:50-0400 DDEBUG timer: config: 3 ms
2025-09-14T04:40:50-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T04:40:50-0400 DEBUG DNF version: 4.7.0
2025-09-14T04:40:50-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T04:40:50-0400 DDEBUG Installroot: /
2025-09-14T04:40:50-0400 DDEBUG Releasever: 8
2025-09-14T04:40:50-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T04:40:50-0400 DDEBUG Base command: makecache
2025-09-14T04:40:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T04:40:50-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T04:40:50-0400 DEBUG Making cache files for all metadata files.
2025-09-14T04:40:50-0400 INFO Metadata cache refreshed recently.
2025-09-14T04:40:50-0400 DDEBUG Cleaning up.
2025-09-14T04:40:51-0400 DDEBUG Plugins were unloaded.
2025-09-14T05:53:27-0400 INFO --- logging initialized ---
2025-09-14T05:53:27-0400 DDEBUG timer: config: 4 ms
2025-09-14T05:53:27-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T05:53:27-0400 DEBUG DNF version: 4.7.0
2025-09-14T05:53:27-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T05:53:27-0400 DDEBUG Installroot: /
2025-09-14T05:53:27-0400 DDEBUG Releasever: 8
2025-09-14T05:53:27-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T05:53:27-0400 DDEBUG Base command: makecache
2025-09-14T05:53:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T05:53:27-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T05:53:27-0400 DEBUG Making cache files for all metadata files.
2025-09-14T05:53:27-0400 INFO Metadata cache refreshed recently.
2025-09-14T05:53:27-0400 DDEBUG Cleaning up.
2025-09-14T05:53:27-0400 DDEBUG Plugins were unloaded.
2025-09-14T07:19:07-0400 INFO --- logging initialized ---
2025-09-14T07:19:07-0400 DDEBUG timer: config: 2 ms
2025-09-14T07:19:07-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T07:19:07-0400 DEBUG DNF version: 4.7.0
2025-09-14T07:19:07-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T07:19:07-0400 DDEBUG Installroot: /
2025-09-14T07:19:07-0400 DDEBUG Releasever: 8
2025-09-14T07:19:07-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T07:19:07-0400 DDEBUG Base command: makecache
2025-09-14T07:19:07-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T07:19:07-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T07:19:07-0400 DEBUG Making cache files for all metadata files.
2025-09-14T07:19:07-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-14T07:19:07-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-14T07:19:07-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-14T07:19:07-0400 DEBUG extras: has expired and will be refreshed.
2025-09-14T07:19:07-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-14T07:19:07-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-14T07:19:07-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-14T07:19:07-0400 DEBUG epel: has expired and will be refreshed.
2025-09-14T07:19:07-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-14T07:19:08-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-14T07:19:08-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T07:19:08-0400 DEBUG countme: no event for baseos: window already counted
2025-09-14T07:19:08-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-14T07:19:08-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-14T07:19:08-0400 DEBUG countme: no event for appstream: window already counted
2025-09-14T07:19:08-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-14T07:19:08-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-14T07:19:08-0400 DEBUG countme: no event for extras: window already counted
2025-09-14T07:19:09-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-14T07:19:09-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-14T07:19:09-0400 DEBUG countme: no event for powertools: window already counted
2025-09-14T07:19:09-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-14T07:19:09-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-14T07:19:09-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-14T07:19:09-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-14T07:19:10-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-14T07:19:10-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-14T07:19:10-0400 DEBUG countme: no event for epel: window already counted
2025-09-14T07:19:10-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-14T07:19:10-0400 DEBUG epel: using metadata from Sat 13 Sep 2025 10:33:31 PM EDT.
2025-09-14T07:19:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T07:19:10-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T07:19:10-0400 DDEBUG Cleaning up.
2025-09-14T07:19:10-0400 DDEBUG Plugins were unloaded.
2025-09-14T07:19:10-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T07:19:10-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T08:53:52-0400 INFO --- logging initialized ---
2025-09-14T08:53:52-0400 DDEBUG timer: config: 3 ms
2025-09-14T08:53:52-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T08:53:52-0400 DEBUG DNF version: 4.7.0
2025-09-14T08:53:52-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T08:53:52-0400 DDEBUG Installroot: /
2025-09-14T08:53:52-0400 DDEBUG Releasever: 8
2025-09-14T08:53:52-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T08:53:52-0400 DDEBUG Base command: makecache
2025-09-14T08:53:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T08:53:52-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T08:53:52-0400 DEBUG Making cache files for all metadata files.
2025-09-14T08:53:52-0400 INFO Metadata cache refreshed recently.
2025-09-14T08:53:52-0400 DDEBUG Cleaning up.
2025-09-14T08:53:52-0400 DDEBUG Plugins were unloaded.
2025-09-14T10:40:25-0400 INFO --- logging initialized ---
2025-09-14T10:40:25-0400 DDEBUG timer: config: 3 ms
2025-09-14T10:40:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T10:40:25-0400 DEBUG DNF version: 4.7.0
2025-09-14T10:40:25-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T10:40:25-0400 DDEBUG Installroot: /
2025-09-14T10:40:25-0400 DDEBUG Releasever: 8
2025-09-14T10:40:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T10:40:25-0400 DDEBUG Base command: makecache
2025-09-14T10:40:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T10:40:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T10:40:25-0400 DEBUG Making cache files for all metadata files.
2025-09-14T10:40:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-14T10:40:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-14T10:40:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-14T10:40:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-14T10:40:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-14T10:40:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-14T10:40:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-14T10:40:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-14T10:40:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-14T10:40:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-14T10:40:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T10:40:26-0400 DEBUG countme: no event for baseos: window already counted
2025-09-14T10:40:26-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-14T10:40:26-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-14T10:40:26-0400 DEBUG countme: no event for appstream: window already counted
2025-09-14T10:40:26-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-14T10:40:26-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-14T10:40:26-0400 DEBUG countme: no event for extras: window already counted
2025-09-14T10:40:27-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-14T10:40:27-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-14T10:40:27-0400 DEBUG countme: no event for powertools: window already counted
2025-09-14T10:40:27-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-14T10:40:27-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-14T10:40:27-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-14T10:40:27-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-14T10:40:28-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-14T10:40:28-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-14T10:40:28-0400 DEBUG countme: no event for epel: window already counted
2025-09-14T10:40:28-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-14T10:40:28-0400 DEBUG epel: using metadata from Sat 13 Sep 2025 10:33:31 PM EDT.
2025-09-14T10:40:28-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T10:40:28-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T10:40:28-0400 DDEBUG Cleaning up.
2025-09-14T10:40:28-0400 DDEBUG Plugins were unloaded.
2025-09-14T10:40:28-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T10:40:28-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T12:00:22-0400 INFO --- logging initialized ---
2025-09-14T12:00:22-0400 DDEBUG timer: config: 3 ms
2025-09-14T12:00:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T12:00:22-0400 DEBUG DNF version: 4.7.0
2025-09-14T12:00:22-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T12:00:22-0400 DDEBUG Installroot: /
2025-09-14T12:00:22-0400 DDEBUG Releasever: 8
2025-09-14T12:00:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T12:00:22-0400 DDEBUG Base command: makecache
2025-09-14T12:00:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T12:00:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T12:00:22-0400 DEBUG Making cache files for all metadata files.
2025-09-14T12:00:22-0400 INFO Metadata cache refreshed recently.
2025-09-14T12:00:22-0400 DDEBUG Cleaning up.
2025-09-14T12:00:22-0400 DDEBUG Plugins were unloaded.
2025-09-14T13:02:49-0400 INFO --- logging initialized ---
2025-09-14T13:02:49-0400 DDEBUG timer: config: 2 ms
2025-09-14T13:02:49-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T13:02:49-0400 DEBUG DNF version: 4.7.0
2025-09-14T13:02:49-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T13:02:49-0400 DDEBUG Installroot: /
2025-09-14T13:02:49-0400 DDEBUG Releasever: 8
2025-09-14T13:02:49-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T13:02:49-0400 DDEBUG Base command: makecache
2025-09-14T13:02:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T13:02:49-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T13:02:49-0400 DEBUG Making cache files for all metadata files.
2025-09-14T13:02:49-0400 INFO Metadata cache refreshed recently.
2025-09-14T13:02:49-0400 DDEBUG Cleaning up.
2025-09-14T13:02:49-0400 DDEBUG Plugins were unloaded.
2025-09-14T14:49:35-0400 INFO --- logging initialized ---
2025-09-14T14:49:35-0400 DDEBUG timer: config: 2 ms
2025-09-14T14:49:35-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T14:49:35-0400 DEBUG DNF version: 4.7.0
2025-09-14T14:49:35-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T14:49:35-0400 DDEBUG Installroot: /
2025-09-14T14:49:35-0400 DDEBUG Releasever: 8
2025-09-14T14:49:35-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T14:49:35-0400 DDEBUG Base command: makecache
2025-09-14T14:49:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T14:49:36-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T14:49:36-0400 DEBUG Making cache files for all metadata files.
2025-09-14T14:49:36-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-14T14:49:36-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-14T14:49:36-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-14T14:49:36-0400 DEBUG extras: has expired and will be refreshed.
2025-09-14T14:49:36-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-14T14:49:36-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-14T14:49:36-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-14T14:49:36-0400 DEBUG epel: has expired and will be refreshed.
2025-09-14T14:49:36-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-14T14:49:36-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-14T14:49:36-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T14:49:36-0400 DEBUG countme: no event for baseos: window already counted
2025-09-14T14:49:36-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-14T14:49:36-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-14T14:49:36-0400 DEBUG countme: no event for appstream: window already counted
2025-09-14T14:49:37-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-14T14:49:37-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-14T14:49:37-0400 DEBUG countme: no event for extras: window already counted
2025-09-14T14:49:37-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-14T14:49:37-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-14T14:49:37-0400 DEBUG countme: no event for powertools: window already counted
2025-09-14T14:49:37-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-14T14:49:37-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-14T14:49:38-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-14T14:49:38-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-14T14:49:38-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-14T14:49:38-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-14T14:49:38-0400 DEBUG countme: no event for epel: window already counted
2025-09-14T14:49:38-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-14T14:49:38-0400 DEBUG epel: using metadata from Sat 13 Sep 2025 10:33:31 PM EDT.
2025-09-14T14:49:38-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T14:49:38-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T14:49:38-0400 DDEBUG Cleaning up.
2025-09-14T14:49:38-0400 DDEBUG Plugins were unloaded.
2025-09-14T14:49:38-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T14:49:38-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T16:38:08-0400 INFO --- logging initialized ---
2025-09-14T16:38:08-0400 DDEBUG timer: config: 2 ms
2025-09-14T16:38:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T16:38:08-0400 DEBUG DNF version: 4.7.0
2025-09-14T16:38:08-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T16:38:08-0400 DDEBUG Installroot: /
2025-09-14T16:38:08-0400 DDEBUG Releasever: 8
2025-09-14T16:38:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T16:38:08-0400 DDEBUG Base command: makecache
2025-09-14T16:38:08-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T16:38:08-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T16:38:08-0400 DEBUG Making cache files for all metadata files.
2025-09-14T16:38:08-0400 INFO Metadata cache refreshed recently.
2025-09-14T16:38:08-0400 DDEBUG Cleaning up.
2025-09-14T16:38:08-0400 DDEBUG Plugins were unloaded.
2025-09-14T18:26:26-0400 INFO --- logging initialized ---
2025-09-14T18:26:26-0400 DDEBUG timer: config: 2 ms
2025-09-14T18:26:26-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T18:26:26-0400 DEBUG DNF version: 4.7.0
2025-09-14T18:26:26-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T18:26:26-0400 DDEBUG Installroot: /
2025-09-14T18:26:26-0400 DDEBUG Releasever: 8
2025-09-14T18:26:26-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T18:26:26-0400 DDEBUG Base command: makecache
2025-09-14T18:26:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T18:26:26-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T18:26:26-0400 DEBUG Making cache files for all metadata files.
2025-09-14T18:26:26-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-14T18:26:26-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-14T18:26:26-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-14T18:26:26-0400 DEBUG extras: has expired and will be refreshed.
2025-09-14T18:26:26-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-14T18:26:26-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-14T18:26:26-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-14T18:26:26-0400 DEBUG epel: has expired and will be refreshed.
2025-09-14T18:26:26-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-14T18:26:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-14T18:26:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T18:26:26-0400 DEBUG countme: no event for baseos: window already counted
2025-09-14T18:26:27-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-14T18:26:27-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-14T18:26:27-0400 DEBUG countme: no event for appstream: window already counted
2025-09-14T18:26:27-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-14T18:26:27-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-14T18:26:27-0400 DEBUG countme: no event for extras: window already counted
2025-09-14T18:26:27-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-14T18:26:27-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-14T18:26:27-0400 DEBUG countme: no event for powertools: window already counted
2025-09-14T18:26:28-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-14T18:26:28-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-14T18:26:28-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-14T18:26:28-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-14T18:26:28-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-14T18:26:28-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-14T18:26:28-0400 DEBUG countme: no event for epel: window already counted
2025-09-14T18:26:28-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-14T18:26:29-0400 DEBUG epel: using metadata from Sat 13 Sep 2025 10:33:31 PM EDT.
2025-09-14T18:26:29-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T18:26:29-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T18:26:29-0400 DDEBUG Cleaning up.
2025-09-14T18:26:29-0400 DDEBUG Plugins were unloaded.
2025-09-14T18:26:29-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T18:26:29-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T19:53:08-0400 INFO --- logging initialized ---
2025-09-14T19:53:08-0400 DDEBUG timer: config: 2 ms
2025-09-14T19:53:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T19:53:08-0400 DEBUG DNF version: 4.7.0
2025-09-14T19:53:08-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T19:53:08-0400 DDEBUG Installroot: /
2025-09-14T19:53:08-0400 DDEBUG Releasever: 8
2025-09-14T19:53:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T19:53:08-0400 DDEBUG Base command: makecache
2025-09-14T19:53:08-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T19:53:08-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T19:53:08-0400 DEBUG Making cache files for all metadata files.
2025-09-14T19:53:08-0400 INFO Metadata cache refreshed recently.
2025-09-14T19:53:08-0400 DDEBUG Cleaning up.
2025-09-14T19:53:08-0400 DDEBUG Plugins were unloaded.
2025-09-14T20:58:22-0400 INFO --- logging initialized ---
2025-09-14T20:58:22-0400 DDEBUG timer: config: 2 ms
2025-09-14T20:58:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T20:58:22-0400 DEBUG DNF version: 4.7.0
2025-09-14T20:58:22-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T20:58:22-0400 DDEBUG Installroot: /
2025-09-14T20:58:22-0400 DDEBUG Releasever: 8
2025-09-14T20:58:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T20:58:22-0400 DDEBUG Base command: makecache
2025-09-14T20:58:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T20:58:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T20:58:22-0400 DEBUG Making cache files for all metadata files.
2025-09-14T20:58:22-0400 INFO Metadata cache refreshed recently.
2025-09-14T20:58:22-0400 DDEBUG Cleaning up.
2025-09-14T20:58:22-0400 DDEBUG Plugins were unloaded.
2025-09-14T22:13:27-0400 INFO --- logging initialized ---
2025-09-14T22:13:27-0400 DDEBUG timer: config: 2 ms
2025-09-14T22:13:27-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T22:13:27-0400 DEBUG DNF version: 4.7.0
2025-09-14T22:13:27-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T22:13:27-0400 DDEBUG Installroot: /
2025-09-14T22:13:27-0400 DDEBUG Releasever: 8
2025-09-14T22:13:27-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T22:13:27-0400 DDEBUG Base command: makecache
2025-09-14T22:13:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T22:13:27-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T22:13:27-0400 DEBUG Making cache files for all metadata files.
2025-09-14T22:13:27-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-14T22:13:27-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-14T22:13:27-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-14T22:13:27-0400 DEBUG extras: has expired and will be refreshed.
2025-09-14T22:13:27-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-14T22:13:27-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-14T22:13:27-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-14T22:13:27-0400 DEBUG epel: has expired and will be refreshed.
2025-09-14T22:13:27-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-14T22:13:27-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-14T22:13:27-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T22:13:27-0400 DEBUG countme: event triggered for baseos: bucket 4
2025-09-14T22:13:28-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-14T22:13:28-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-14T22:13:28-0400 DEBUG countme: no event for appstream: budget to spend: 3
2025-09-14T22:13:28-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-14T22:13:28-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-14T22:13:28-0400 DEBUG countme: no event for extras: budget to spend: 3
2025-09-14T22:13:28-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-14T22:13:28-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-14T22:13:28-0400 DEBUG countme: event triggered for powertools: bucket 4
2025-09-14T22:13:29-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-14T22:13:29-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-14T22:13:29-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-14T22:13:29-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-14T22:13:29-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-14T22:13:29-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-14T22:13:29-0400 DEBUG countme: event triggered for epel: bucket 4
2025-09-14T22:13:29-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-14T22:13:29-0400 DEBUG repo: downloading from remote: epel
2025-09-14T22:13:29-0400 DEBUG countme: no event for epel: window already counted
2025-09-14T22:13:35-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-14T22:13:35-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-14T22:13:35-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T22:13:35-0400 DDEBUG Cleaning up.
2025-09-14T22:13:35-0400 DDEBUG Plugins were unloaded.
2025-09-14T22:13:35-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T22:13:35-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T23:26:26-0400 INFO --- logging initialized ---
2025-09-14T23:26:26-0400 DDEBUG timer: config: 2 ms
2025-09-14T23:26:26-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T23:26:26-0400 DEBUG DNF version: 4.7.0
2025-09-14T23:26:26-0400 DDEBUG Command: dnf makecache --timer
2025-09-14T23:26:26-0400 DDEBUG Installroot: /
2025-09-14T23:26:26-0400 DDEBUG Releasever: 8
2025-09-14T23:26:26-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T23:26:26-0400 DDEBUG Base command: makecache
2025-09-14T23:26:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T23:26:26-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T23:26:26-0400 DEBUG Making cache files for all metadata files.
2025-09-14T23:26:26-0400 INFO Metadata cache refreshed recently.
2025-09-14T23:26:26-0400 DDEBUG Cleaning up.
2025-09-14T23:26:26-0400 DDEBUG Plugins were unloaded.
2025-09-15T01:02:41-0400 INFO --- logging initialized ---
2025-09-15T01:02:41-0400 DDEBUG timer: config: 3 ms
2025-09-15T01:02:41-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T01:02:41-0400 DEBUG DNF version: 4.7.0
2025-09-15T01:02:41-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T01:02:41-0400 DDEBUG Installroot: /
2025-09-15T01:02:41-0400 DDEBUG Releasever: 8
2025-09-15T01:02:41-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T01:02:41-0400 DDEBUG Base command: makecache
2025-09-15T01:02:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T01:02:41-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T01:02:41-0400 DEBUG Making cache files for all metadata files.
2025-09-15T01:02:41-0400 INFO Metadata cache refreshed recently.
2025-09-15T01:02:41-0400 DDEBUG Cleaning up.
2025-09-15T01:02:41-0400 DDEBUG Plugins were unloaded.
2025-09-15T02:10:40-0400 INFO --- logging initialized ---
2025-09-15T02:10:40-0400 DDEBUG timer: config: 3 ms
2025-09-15T02:10:40-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T02:10:40-0400 DEBUG DNF version: 4.7.0
2025-09-15T02:10:40-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T02:10:40-0400 DDEBUG Installroot: /
2025-09-15T02:10:40-0400 DDEBUG Releasever: 8
2025-09-15T02:10:40-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T02:10:40-0400 DDEBUG Base command: makecache
2025-09-15T02:10:40-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T02:10:40-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T02:10:40-0400 DEBUG Making cache files for all metadata files.
2025-09-15T02:10:40-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T02:10:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T02:10:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T02:10:41-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T02:10:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T02:10:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T02:10:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T02:10:41-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T02:10:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T02:10:41-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T02:10:41-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T02:10:41-0400 DEBUG countme: no event for baseos: window already counted
2025-09-15T02:10:41-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-15T02:10:41-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-15T02:10:41-0400 DEBUG countme: no event for appstream: budget to spend: 2
2025-09-15T02:10:41-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-15T02:10:42-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-15T02:10:42-0400 DEBUG countme: no event for extras: budget to spend: 2
2025-09-15T02:10:42-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-15T02:10:42-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-15T02:10:42-0400 DEBUG countme: no event for powertools: window already counted
2025-09-15T02:10:42-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-15T02:10:42-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-15T02:10:43-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-15T02:10:43-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-15T02:10:43-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-15T02:10:43-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-15T02:10:43-0400 DEBUG countme: no event for epel: window already counted
2025-09-15T02:10:43-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-15T02:10:44-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-15T02:10:44-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T02:10:44-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T02:10:44-0400 DDEBUG Cleaning up.
2025-09-15T02:10:44-0400 DDEBUG Plugins were unloaded.
2025-09-15T02:10:44-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T02:10:44-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T03:11:45-0400 INFO --- logging initialized ---
2025-09-15T03:11:45-0400 DDEBUG timer: config: 2 ms
2025-09-15T03:11:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T03:11:45-0400 DEBUG YUM version: 4.7.0
2025-09-15T03:11:45-0400 DDEBUG Command: yum -y install bash-completion
2025-09-15T03:11:45-0400 DDEBUG Installroot: /
2025-09-15T03:11:45-0400 DDEBUG Releasever: 8
2025-09-15T03:11:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T03:11:45-0400 DDEBUG Base command: install
2025-09-15T03:11:45-0400 DDEBUG Extra commands: ['-y', 'install', 'bash-completion']
2025-09-15T03:11:45-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-15T03:11:45-0400 DEBUG repo: using cache for: cwp
2025-09-15T03:11:45-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T03:11:45-0400 DEBUG repo: using cache for: baseos
2025-09-15T03:11:45-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-15T03:11:45-0400 DEBUG repo: using cache for: appstream
2025-09-15T03:11:45-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-15T03:11:45-0400 DEBUG repo: using cache for: extras
2025-09-15T03:11:45-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-15T03:11:45-0400 DEBUG repo: using cache for: powertools
2025-09-15T03:11:45-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-15T03:11:45-0400 DEBUG repo: using cache for: powertools-source
2025-09-15T03:11:45-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-15T03:11:45-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-15T03:11:45-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-15T03:11:45-0400 DEBUG repo: using cache for: epel
2025-09-15T03:11:45-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-15T03:11:45-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T03:11:45-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T03:11:45-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T03:11:45-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T03:11:45-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T03:11:45-0400 DDEBUG Cleaning up.
2025-09-15T03:11:45-0400 DDEBUG Plugins were unloaded.
2025-09-15T03:11:45-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-15T03:11:45-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-15T03:11:49-0400 INFO --- logging initialized ---
2025-09-15T03:11:49-0400 DDEBUG timer: config: 3 ms
2025-09-15T03:11:49-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T03:11:49-0400 DEBUG YUM version: 4.7.0
2025-09-15T03:11:49-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-15T03:11:49-0400 DDEBUG Installroot: /
2025-09-15T03:11:49-0400 DDEBUG Releasever: 8
2025-09-15T03:11:49-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T03:11:49-0400 DDEBUG Base command: check-update
2025-09-15T03:11:49-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-15T03:11:49-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-15T03:11:49-0400 DEBUG repo: using cache for: cwp
2025-09-15T03:11:49-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T03:11:49-0400 DEBUG repo: using cache for: baseos
2025-09-15T03:11:49-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-15T03:11:49-0400 DEBUG repo: using cache for: appstream
2025-09-15T03:11:49-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-15T03:11:49-0400 DEBUG repo: using cache for: extras
2025-09-15T03:11:49-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-15T03:11:49-0400 DEBUG repo: using cache for: powertools
2025-09-15T03:11:49-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-15T03:11:49-0400 DEBUG repo: using cache for: powertools-source
2025-09-15T03:11:49-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-15T03:11:49-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-15T03:11:49-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-15T03:11:49-0400 DEBUG repo: using cache for: epel
2025-09-15T03:11:49-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-15T03:11:49-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T03:11:49-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T03:11:49-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T03:11:49-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T03:11:49-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T03:11:49-0400 DDEBUG Cleaning up.
2025-09-15T03:11:49-0400 DDEBUG Plugins were unloaded.
2025-09-15T03:11:49-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-15T03:11:49-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-15T03:11:49-0400 INFO --- logging initialized ---
2025-09-15T03:11:49-0400 DDEBUG timer: config: 3 ms
2025-09-15T03:11:49-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T03:11:49-0400 DEBUG YUM version: 4.7.0
2025-09-15T03:11:49-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-15T03:11:49-0400 DDEBUG Installroot: /
2025-09-15T03:11:49-0400 DDEBUG Releasever: 8
2025-09-15T03:11:49-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T03:11:49-0400 DDEBUG Base command: update
2025-09-15T03:11:49-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-15T03:11:49-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-15T03:11:50-0400 DEBUG repo: using cache for: cwp
2025-09-15T03:11:50-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T03:11:50-0400 DEBUG repo: using cache for: baseos
2025-09-15T03:11:50-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-15T03:11:50-0400 DEBUG repo: using cache for: appstream
2025-09-15T03:11:50-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-15T03:11:50-0400 DEBUG repo: using cache for: extras
2025-09-15T03:11:50-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-15T03:11:50-0400 DEBUG repo: using cache for: powertools
2025-09-15T03:11:50-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-15T03:11:50-0400 DEBUG repo: using cache for: powertools-source
2025-09-15T03:11:50-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-15T03:11:50-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-15T03:11:50-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-15T03:11:50-0400 DEBUG repo: using cache for: epel
2025-09-15T03:11:50-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-15T03:11:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T03:11:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T03:11:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T03:11:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T03:11:50-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T03:11:50-0400 DDEBUG Cleaning up.
2025-09-15T03:11:50-0400 DDEBUG Plugins were unloaded.
2025-09-15T03:11:50-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-15T03:11:50-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-15T03:53:23-0400 INFO --- logging initialized ---
2025-09-15T03:53:23-0400 DDEBUG timer: config: 3 ms
2025-09-15T03:53:24-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T03:53:24-0400 DEBUG DNF version: 4.7.0
2025-09-15T03:53:24-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T03:53:24-0400 DDEBUG Installroot: /
2025-09-15T03:53:24-0400 DDEBUG Releasever: 8
2025-09-15T03:53:24-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T03:53:24-0400 DDEBUG Base command: makecache
2025-09-15T03:53:24-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T03:53:24-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T03:53:24-0400 DEBUG Making cache files for all metadata files.
2025-09-15T03:53:24-0400 INFO Metadata cache refreshed recently.
2025-09-15T03:53:24-0400 DDEBUG Cleaning up.
2025-09-15T03:53:24-0400 DDEBUG Plugins were unloaded.
2025-09-15T05:13:40-0400 INFO --- logging initialized ---
2025-09-15T05:13:40-0400 DDEBUG timer: config: 3 ms
2025-09-15T05:13:40-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T05:13:40-0400 DEBUG DNF version: 4.7.0
2025-09-15T05:13:40-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T05:13:40-0400 DDEBUG Installroot: /
2025-09-15T05:13:40-0400 DDEBUG Releasever: 8
2025-09-15T05:13:40-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T05:13:40-0400 DDEBUG Base command: makecache
2025-09-15T05:13:40-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T05:13:40-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T05:13:40-0400 DEBUG Making cache files for all metadata files.
2025-09-15T05:13:40-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T05:13:40-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T05:13:40-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T05:13:40-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T05:13:40-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T05:13:40-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T05:13:40-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T05:13:40-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T05:13:40-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T05:13:40-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T05:13:40-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T05:13:40-0400 DEBUG countme: no event for baseos: window already counted
2025-09-15T05:13:41-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-15T05:13:41-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-15T05:13:41-0400 DEBUG countme: no event for appstream: budget to spend: 1
2025-09-15T05:13:41-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-15T05:13:41-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-15T05:13:41-0400 DEBUG countme: no event for extras: budget to spend: 1
2025-09-15T05:13:41-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-15T05:13:41-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-15T05:13:41-0400 DEBUG countme: no event for powertools: window already counted
2025-09-15T05:13:42-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-15T05:13:42-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-15T05:13:42-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-15T05:13:42-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-15T05:13:42-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-15T05:13:42-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-15T05:13:42-0400 DEBUG countme: no event for epel: window already counted
2025-09-15T05:13:43-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-15T05:13:43-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-15T05:13:43-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T05:13:43-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T05:13:43-0400 DDEBUG Cleaning up.
2025-09-15T05:13:43-0400 DDEBUG Plugins were unloaded.
2025-09-15T05:13:43-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T05:13:43-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T06:32:00-0400 INFO --- logging initialized ---
2025-09-15T06:32:00-0400 DDEBUG timer: config: 2 ms
2025-09-15T06:32:00-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T06:32:00-0400 DEBUG DNF version: 4.7.0
2025-09-15T06:32:00-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T06:32:00-0400 DDEBUG Installroot: /
2025-09-15T06:32:00-0400 DDEBUG Releasever: 8
2025-09-15T06:32:00-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T06:32:00-0400 DDEBUG Base command: makecache
2025-09-15T06:32:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T06:32:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T06:32:00-0400 DEBUG Making cache files for all metadata files.
2025-09-15T06:32:00-0400 INFO Metadata cache refreshed recently.
2025-09-15T06:32:00-0400 DDEBUG Cleaning up.
2025-09-15T06:32:00-0400 DDEBUG Plugins were unloaded.
2025-09-15T07:39:14-0400 INFO --- logging initialized ---
2025-09-15T07:39:14-0400 DDEBUG timer: config: 2 ms
2025-09-15T07:39:14-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T07:39:14-0400 DEBUG DNF version: 4.7.0
2025-09-15T07:39:14-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T07:39:14-0400 DDEBUG Installroot: /
2025-09-15T07:39:14-0400 DDEBUG Releasever: 8
2025-09-15T07:39:14-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T07:39:14-0400 DDEBUG Base command: makecache
2025-09-15T07:39:14-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T07:39:14-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T07:39:14-0400 DEBUG Making cache files for all metadata files.
2025-09-15T07:39:14-0400 INFO Metadata cache refreshed recently.
2025-09-15T07:39:14-0400 DDEBUG Cleaning up.
2025-09-15T07:39:14-0400 DDEBUG Plugins were unloaded.
2025-09-15T09:35:22-0400 INFO --- logging initialized ---
2025-09-15T09:35:22-0400 DDEBUG timer: config: 3 ms
2025-09-15T09:35:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T09:35:22-0400 DEBUG DNF version: 4.7.0
2025-09-15T09:35:22-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T09:35:22-0400 DDEBUG Installroot: /
2025-09-15T09:35:22-0400 DDEBUG Releasever: 8
2025-09-15T09:35:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T09:35:22-0400 DDEBUG Base command: makecache
2025-09-15T09:35:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T09:35:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T09:35:22-0400 DEBUG Making cache files for all metadata files.
2025-09-15T09:35:22-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T09:35:23-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T09:35:23-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T09:35:23-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T09:35:23-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T09:35:23-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T09:35:23-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T09:35:23-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T09:35:23-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T09:35:23-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T09:35:23-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T09:35:23-0400 DEBUG countme: no event for baseos: window already counted
2025-09-15T09:35:23-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-15T09:35:23-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-15T09:35:23-0400 DEBUG countme: event triggered for appstream: bucket 4
2025-09-15T09:35:23-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-15T09:35:23-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-15T09:35:23-0400 DEBUG countme: event triggered for extras: bucket 4
2025-09-15T09:35:24-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-15T09:35:24-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-15T09:35:24-0400 DEBUG countme: no event for powertools: window already counted
2025-09-15T09:35:24-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-15T09:35:24-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-15T09:35:24-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-15T09:35:24-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-15T09:35:25-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-15T09:35:25-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-15T09:35:25-0400 DEBUG countme: no event for epel: window already counted
2025-09-15T09:35:25-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-15T09:35:25-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-15T09:35:25-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T09:35:25-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T09:35:25-0400 DDEBUG Cleaning up.
2025-09-15T09:35:25-0400 DDEBUG Plugins were unloaded.
2025-09-15T09:35:25-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T09:35:25-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T10:38:39-0400 INFO --- logging initialized ---
2025-09-15T10:38:39-0400 DDEBUG timer: config: 4 ms
2025-09-15T10:38:39-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T10:38:39-0400 DEBUG DNF version: 4.7.0
2025-09-15T10:38:39-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T10:38:39-0400 DDEBUG Installroot: /
2025-09-15T10:38:39-0400 DDEBUG Releasever: 8
2025-09-15T10:38:39-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T10:38:39-0400 DDEBUG Base command: makecache
2025-09-15T10:38:39-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T10:38:39-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T10:38:39-0400 DEBUG Making cache files for all metadata files.
2025-09-15T10:38:39-0400 INFO Metadata cache refreshed recently.
2025-09-15T10:38:39-0400 DDEBUG Cleaning up.
2025-09-15T10:38:39-0400 DDEBUG Plugins were unloaded.
2025-09-15T11:49:08-0400 INFO --- logging initialized ---
2025-09-15T11:49:08-0400 DDEBUG timer: config: 4 ms
2025-09-15T11:49:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T11:49:08-0400 DEBUG DNF version: 4.7.0
2025-09-15T11:49:08-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T11:49:08-0400 DDEBUG Installroot: /
2025-09-15T11:49:08-0400 DDEBUG Releasever: 8
2025-09-15T11:49:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T11:49:08-0400 DDEBUG Base command: makecache
2025-09-15T11:49:08-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T11:49:08-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T11:49:08-0400 DEBUG Making cache files for all metadata files.
2025-09-15T11:49:08-0400 INFO Metadata cache refreshed recently.
2025-09-15T11:49:08-0400 DDEBUG Cleaning up.
2025-09-15T11:49:08-0400 DDEBUG Plugins were unloaded.
2025-09-15T13:15:03-0400 INFO --- logging initialized ---
2025-09-15T13:15:03-0400 DDEBUG timer: config: 3 ms
2025-09-15T13:15:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T13:15:03-0400 DEBUG DNF version: 4.7.0
2025-09-15T13:15:03-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T13:15:03-0400 DDEBUG Installroot: /
2025-09-15T13:15:03-0400 DDEBUG Releasever: 8
2025-09-15T13:15:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T13:15:03-0400 DDEBUG Base command: makecache
2025-09-15T13:15:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T13:15:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T13:15:03-0400 DEBUG Making cache files for all metadata files.
2025-09-15T13:15:03-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T13:15:03-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T13:15:03-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T13:15:03-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T13:15:03-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T13:15:03-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T13:15:03-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T13:15:03-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T13:15:03-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T13:15:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T13:15:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T13:15:03-0400 DEBUG countme: no event for baseos: window already counted
2025-09-15T13:15:03-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-15T13:15:03-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-15T13:15:03-0400 DEBUG countme: no event for appstream: window already counted
2025-09-15T13:15:04-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-15T13:15:04-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-15T13:15:04-0400 DEBUG countme: no event for extras: window already counted
2025-09-15T13:15:04-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-15T13:15:04-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-15T13:15:04-0400 DEBUG countme: no event for powertools: window already counted
2025-09-15T13:15:04-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-15T13:15:04-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-15T13:15:05-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-15T13:15:05-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-15T13:15:05-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-15T13:15:05-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-15T13:15:05-0400 DEBUG countme: no event for epel: window already counted
2025-09-15T13:15:06-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-15T13:15:06-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-15T13:15:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T13:15:06-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T13:15:06-0400 DDEBUG Cleaning up.
2025-09-15T13:15:06-0400 DDEBUG Plugins were unloaded.
2025-09-15T13:15:06-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T13:15:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T15:01:48-0400 INFO --- logging initialized ---
2025-09-15T15:01:48-0400 DDEBUG timer: config: 2 ms
2025-09-15T15:01:48-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T15:01:48-0400 DEBUG DNF version: 4.7.0
2025-09-15T15:01:48-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T15:01:48-0400 DDEBUG Installroot: /
2025-09-15T15:01:48-0400 DDEBUG Releasever: 8
2025-09-15T15:01:48-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T15:01:48-0400 DDEBUG Base command: makecache
2025-09-15T15:01:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T15:01:48-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T15:01:48-0400 DEBUG Making cache files for all metadata files.
2025-09-15T15:01:48-0400 INFO Metadata cache refreshed recently.
2025-09-15T15:01:48-0400 DDEBUG Cleaning up.
2025-09-15T15:01:48-0400 DDEBUG Plugins were unloaded.
2025-09-15T16:51:00-0400 INFO --- logging initialized ---
2025-09-15T16:51:00-0400 DDEBUG timer: config: 3 ms
2025-09-15T16:51:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T16:51:01-0400 DEBUG DNF version: 4.7.0
2025-09-15T16:51:01-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T16:51:01-0400 DDEBUG Installroot: /
2025-09-15T16:51:01-0400 DDEBUG Releasever: 8
2025-09-15T16:51:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T16:51:01-0400 DDEBUG Base command: makecache
2025-09-15T16:51:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T16:51:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T16:51:01-0400 DEBUG Making cache files for all metadata files.
2025-09-15T16:51:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T16:51:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T16:51:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T16:51:01-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T16:51:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T16:51:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T16:51:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T16:51:01-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T16:51:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T16:51:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T16:51:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T16:51:01-0400 DEBUG countme: no event for baseos: window already counted
2025-09-15T16:51:01-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-15T16:51:01-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-15T16:51:01-0400 DEBUG countme: no event for appstream: window already counted
2025-09-15T16:51:02-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-15T16:51:02-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-15T16:51:02-0400 DEBUG countme: no event for extras: window already counted
2025-09-15T16:51:02-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-15T16:51:02-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-15T16:51:02-0400 DEBUG countme: no event for powertools: window already counted
2025-09-15T16:51:02-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-15T16:51:02-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-15T16:51:03-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-15T16:51:03-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-15T16:51:03-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-15T16:51:03-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-15T16:51:03-0400 DEBUG countme: no event for epel: window already counted
2025-09-15T16:51:03-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-15T16:51:03-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-15T16:51:03-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T16:51:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T16:51:03-0400 DDEBUG Cleaning up.
2025-09-15T16:51:03-0400 DDEBUG Plugins were unloaded.
2025-09-15T16:51:03-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T16:51:03-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T17:55:00-0400 INFO --- logging initialized ---
2025-09-15T17:55:00-0400 DDEBUG timer: config: 4 ms
2025-09-15T17:55:00-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T17:55:00-0400 DEBUG DNF version: 4.7.0
2025-09-15T17:55:00-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T17:55:00-0400 DDEBUG Installroot: /
2025-09-15T17:55:00-0400 DDEBUG Releasever: 8
2025-09-15T17:55:00-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T17:55:00-0400 DDEBUG Base command: makecache
2025-09-15T17:55:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T17:55:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T17:55:00-0400 DEBUG Making cache files for all metadata files.
2025-09-15T17:55:00-0400 INFO Metadata cache refreshed recently.
2025-09-15T17:55:00-0400 DDEBUG Cleaning up.
2025-09-15T17:55:00-0400 DDEBUG Plugins were unloaded.
2025-09-15T19:25:49-0400 INFO --- logging initialized ---
2025-09-15T19:25:49-0400 DDEBUG timer: config: 2 ms
2025-09-15T19:25:49-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T19:25:49-0400 DEBUG DNF version: 4.7.0
2025-09-15T19:25:49-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T19:25:49-0400 DDEBUG Installroot: /
2025-09-15T19:25:49-0400 DDEBUG Releasever: 8
2025-09-15T19:25:49-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T19:25:49-0400 DDEBUG Base command: makecache
2025-09-15T19:25:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T19:25:49-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T19:25:49-0400 DEBUG Making cache files for all metadata files.
2025-09-15T19:25:49-0400 INFO Metadata cache refreshed recently.
2025-09-15T19:25:49-0400 DDEBUG Cleaning up.
2025-09-15T19:25:50-0400 DDEBUG Plugins were unloaded.
2025-09-15T20:55:34-0400 INFO --- logging initialized ---
2025-09-15T20:55:34-0400 DDEBUG timer: config: 2 ms
2025-09-15T20:55:34-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T20:55:34-0400 DEBUG DNF version: 4.7.0
2025-09-15T20:55:34-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T20:55:34-0400 DDEBUG Installroot: /
2025-09-15T20:55:34-0400 DDEBUG Releasever: 8
2025-09-15T20:55:34-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T20:55:34-0400 DDEBUG Base command: makecache
2025-09-15T20:55:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T20:55:34-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T20:55:34-0400 DEBUG Making cache files for all metadata files.
2025-09-15T20:55:34-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T20:55:34-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T20:55:34-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T20:55:34-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T20:55:34-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T20:55:34-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T20:55:34-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T20:55:34-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T20:55:34-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T20:55:34-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T20:55:34-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T20:55:34-0400 DEBUG countme: no event for baseos: window already counted
2025-09-15T20:55:34-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-15T20:55:34-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-15T20:55:34-0400 DEBUG countme: no event for appstream: window already counted
2025-09-15T20:55:35-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-15T20:55:35-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-15T20:55:35-0400 DEBUG countme: no event for extras: window already counted
2025-09-15T20:55:35-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-15T20:55:35-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-15T20:55:35-0400 DEBUG countme: no event for powertools: window already counted
2025-09-15T20:55:35-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-15T20:55:35-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-15T20:55:36-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-15T20:55:36-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-15T20:55:36-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-15T20:55:36-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-15T20:55:36-0400 DEBUG countme: no event for epel: window already counted
2025-09-15T20:55:36-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-15T20:55:37-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-15T20:55:37-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-15T20:55:37-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T20:55:37-0400 DDEBUG Cleaning up.
2025-09-15T20:55:37-0400 DDEBUG Plugins were unloaded.
2025-09-15T20:55:37-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T20:55:37-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T22:27:09-0400 INFO --- logging initialized ---
2025-09-15T22:27:09-0400 DDEBUG timer: config: 2 ms
2025-09-15T22:27:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T22:27:09-0400 DEBUG DNF version: 4.7.0
2025-09-15T22:27:09-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T22:27:09-0400 DDEBUG Installroot: /
2025-09-15T22:27:09-0400 DDEBUG Releasever: 8
2025-09-15T22:27:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T22:27:09-0400 DDEBUG Base command: makecache
2025-09-15T22:27:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T22:27:09-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T22:27:09-0400 DEBUG Making cache files for all metadata files.
2025-09-15T22:27:09-0400 INFO Metadata cache refreshed recently.
2025-09-15T22:27:09-0400 DDEBUG Cleaning up.
2025-09-15T22:27:09-0400 DDEBUG Plugins were unloaded.
2025-09-15T23:43:17-0400 INFO --- logging initialized ---
2025-09-15T23:43:17-0400 DDEBUG timer: config: 2 ms
2025-09-15T23:43:17-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T23:43:17-0400 DEBUG DNF version: 4.7.0
2025-09-15T23:43:17-0400 DDEBUG Command: dnf makecache --timer
2025-09-15T23:43:17-0400 DDEBUG Installroot: /
2025-09-15T23:43:17-0400 DDEBUG Releasever: 8
2025-09-15T23:43:17-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T23:43:17-0400 DDEBUG Base command: makecache
2025-09-15T23:43:17-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T23:43:17-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T23:43:17-0400 DEBUG Making cache files for all metadata files.
2025-09-15T23:43:17-0400 INFO Metadata cache refreshed recently.
2025-09-15T23:43:17-0400 DDEBUG Cleaning up.
2025-09-15T23:43:17-0400 DDEBUG Plugins were unloaded.
2025-09-16T01:16:27-0400 INFO --- logging initialized ---
2025-09-16T01:16:27-0400 DDEBUG timer: config: 5 ms
2025-09-16T01:16:27-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T01:16:27-0400 DEBUG DNF version: 4.7.0
2025-09-16T01:16:27-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T01:16:27-0400 DDEBUG Installroot: /
2025-09-16T01:16:27-0400 DDEBUG Releasever: 8
2025-09-16T01:16:27-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T01:16:27-0400 DDEBUG Base command: makecache
2025-09-16T01:16:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T01:16:27-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T01:16:27-0400 DEBUG Making cache files for all metadata files.
2025-09-16T01:16:27-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-16T01:16:27-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-16T01:16:27-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-16T01:16:27-0400 DEBUG extras: has expired and will be refreshed.
2025-09-16T01:16:27-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-16T01:16:27-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-16T01:16:27-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-16T01:16:27-0400 DEBUG epel: has expired and will be refreshed.
2025-09-16T01:16:27-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-16T01:16:27-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-16T01:16:27-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T01:16:27-0400 DEBUG countme: no event for baseos: window already counted
2025-09-16T01:16:28-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-16T01:16:28-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-16T01:16:28-0400 DEBUG countme: no event for appstream: window already counted
2025-09-16T01:16:28-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-16T01:16:28-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-16T01:16:28-0400 DEBUG countme: no event for extras: window already counted
2025-09-16T01:16:28-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-16T01:16:28-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-16T01:16:28-0400 DEBUG countme: no event for powertools: window already counted
2025-09-16T01:16:29-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-16T01:16:29-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-16T01:16:29-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-16T01:16:29-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-16T01:16:29-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-16T01:16:29-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-16T01:16:29-0400 DEBUG countme: no event for epel: window already counted
2025-09-16T01:16:29-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-16T01:16:29-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-16T01:16:29-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T01:16:29-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T01:16:29-0400 DDEBUG Cleaning up.
2025-09-16T01:16:29-0400 DDEBUG Plugins were unloaded.
2025-09-16T01:16:29-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T01:16:29-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T03:07:47-0400 INFO --- logging initialized ---
2025-09-16T03:07:47-0400 DDEBUG timer: config: 2 ms
2025-09-16T03:07:47-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T03:07:47-0400 DEBUG DNF version: 4.7.0
2025-09-16T03:07:47-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T03:07:47-0400 DDEBUG Installroot: /
2025-09-16T03:07:47-0400 DDEBUG Releasever: 8
2025-09-16T03:07:47-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T03:07:47-0400 DDEBUG Base command: makecache
2025-09-16T03:07:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T03:07:47-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T03:07:47-0400 DEBUG Making cache files for all metadata files.
2025-09-16T03:07:47-0400 INFO Metadata cache refreshed recently.
2025-09-16T03:07:47-0400 DDEBUG Cleaning up.
2025-09-16T03:07:47-0400 DDEBUG Plugins were unloaded.
2025-09-16T03:34:08-0400 INFO --- logging initialized ---
2025-09-16T03:34:08-0400 DDEBUG timer: config: 3 ms
2025-09-16T03:34:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T03:34:08-0400 DEBUG YUM version: 4.7.0
2025-09-16T03:34:08-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-16T03:34:08-0400 DDEBUG Installroot: /
2025-09-16T03:34:08-0400 DDEBUG Releasever: 8
2025-09-16T03:34:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T03:34:08-0400 DDEBUG Base command: check-update
2025-09-16T03:34:08-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-16T03:34:08-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-16T03:34:09-0400 DEBUG repo: using cache for: cwp
2025-09-16T03:34:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T03:34:09-0400 DEBUG repo: using cache for: baseos
2025-09-16T03:34:09-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-16T03:34:09-0400 DEBUG repo: using cache for: appstream
2025-09-16T03:34:09-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-16T03:34:09-0400 DEBUG repo: using cache for: extras
2025-09-16T03:34:09-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-16T03:34:09-0400 DEBUG repo: using cache for: powertools
2025-09-16T03:34:09-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-16T03:34:09-0400 DEBUG repo: using cache for: powertools-source
2025-09-16T03:34:09-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-16T03:34:09-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-16T03:34:09-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-16T03:34:09-0400 DEBUG repo: using cache for: epel
2025-09-16T03:34:10-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-16T03:34:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T03:34:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T03:34:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T03:34:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T03:34:10-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T03:34:10-0400 DDEBUG Cleaning up.
2025-09-16T03:34:10-0400 DDEBUG Plugins were unloaded.
2025-09-16T03:34:10-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-16T03:34:10-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-16T03:34:12-0400 INFO --- logging initialized ---
2025-09-16T03:34:12-0400 DDEBUG timer: config: 5 ms
2025-09-16T03:34:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T03:34:12-0400 DEBUG YUM version: 4.7.0
2025-09-16T03:34:12-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-16T03:34:12-0400 DDEBUG Installroot: /
2025-09-16T03:34:12-0400 DDEBUG Releasever: 8
2025-09-16T03:34:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T03:34:12-0400 DDEBUG Base command: update
2025-09-16T03:34:12-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-16T03:34:13-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-16T03:34:14-0400 DEBUG repo: using cache for: cwp
2025-09-16T03:34:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T03:34:14-0400 DEBUG repo: using cache for: baseos
2025-09-16T03:34:14-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-16T03:34:14-0400 DEBUG repo: using cache for: appstream
2025-09-16T03:34:14-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-16T03:34:14-0400 DEBUG repo: using cache for: extras
2025-09-16T03:34:14-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-16T03:34:14-0400 DEBUG repo: using cache for: powertools
2025-09-16T03:34:14-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-16T03:34:14-0400 DEBUG repo: using cache for: powertools-source
2025-09-16T03:34:14-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-16T03:34:14-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-16T03:34:14-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-16T03:34:14-0400 DEBUG repo: using cache for: epel
2025-09-16T03:34:15-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-16T03:34:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T03:34:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T03:34:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T03:34:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T03:34:15-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T03:34:15-0400 DDEBUG Cleaning up.
2025-09-16T03:34:15-0400 DDEBUG Plugins were unloaded.
2025-09-16T03:34:15-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-16T03:34:15-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-16T04:15:02-0400 INFO --- logging initialized ---
2025-09-16T04:15:02-0400 DDEBUG timer: config: 3 ms
2025-09-16T04:15:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T04:15:02-0400 DEBUG DNF version: 4.7.0
2025-09-16T04:15:02-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T04:15:02-0400 DDEBUG Installroot: /
2025-09-16T04:15:02-0400 DDEBUG Releasever: 8
2025-09-16T04:15:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T04:15:02-0400 DDEBUG Base command: makecache
2025-09-16T04:15:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T04:15:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T04:15:02-0400 DEBUG Making cache files for all metadata files.
2025-09-16T04:15:02-0400 INFO Metadata cache refreshed recently.
2025-09-16T04:15:02-0400 DDEBUG Cleaning up.
2025-09-16T04:15:02-0400 DDEBUG Plugins were unloaded.
2025-09-16T05:41:28-0400 INFO --- logging initialized ---
2025-09-16T05:41:28-0400 DDEBUG timer: config: 3 ms
2025-09-16T05:41:28-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T05:41:28-0400 DEBUG DNF version: 4.7.0
2025-09-16T05:41:28-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T05:41:28-0400 DDEBUG Installroot: /
2025-09-16T05:41:28-0400 DDEBUG Releasever: 8
2025-09-16T05:41:28-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T05:41:28-0400 DDEBUG Base command: makecache
2025-09-16T05:41:28-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T05:41:28-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T05:41:28-0400 DEBUG Making cache files for all metadata files.
2025-09-16T05:41:28-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-16T05:41:28-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-16T05:41:28-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-16T05:41:28-0400 DEBUG extras: has expired and will be refreshed.
2025-09-16T05:41:28-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-16T05:41:28-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-16T05:41:28-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-16T05:41:28-0400 DEBUG epel: has expired and will be refreshed.
2025-09-16T05:41:28-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-16T05:41:28-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-16T05:41:28-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T05:41:28-0400 DEBUG countme: no event for baseos: window already counted
2025-09-16T05:41:28-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-16T05:41:28-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-16T05:41:28-0400 DEBUG countme: no event for appstream: window already counted
2025-09-16T05:41:29-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-16T05:41:29-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-16T05:41:29-0400 DEBUG countme: no event for extras: window already counted
2025-09-16T05:41:29-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-16T05:41:29-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-16T05:41:29-0400 DEBUG countme: no event for powertools: window already counted
2025-09-16T05:41:29-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-16T05:41:29-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-16T05:41:30-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-16T05:41:30-0400 DEBUG powertools-source: using metadata from Fri 12 Sep 2025 10:58:28 AM EDT.
2025-09-16T05:41:30-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-16T05:41:30-0400 DEBUG powertools-debuginfo: using metadata from Fri 12 Sep 2025 10:58:54 AM EDT.
2025-09-16T05:41:30-0400 DEBUG countme: no event for epel: window already counted
2025-09-16T05:41:31-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-16T05:41:31-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-16T05:41:31-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T05:41:31-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T05:41:31-0400 DDEBUG Cleaning up.
2025-09-16T05:41:31-0400 DDEBUG Plugins were unloaded.
2025-09-16T05:41:31-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T05:41:31-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T06:51:26-0400 INFO --- logging initialized ---
2025-09-16T06:51:26-0400 DDEBUG timer: config: 3 ms
2025-09-16T06:51:26-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T06:51:26-0400 DEBUG DNF version: 4.7.0
2025-09-16T06:51:26-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T06:51:26-0400 DDEBUG Installroot: /
2025-09-16T06:51:26-0400 DDEBUG Releasever: 8
2025-09-16T06:51:26-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T06:51:26-0400 DDEBUG Base command: makecache
2025-09-16T06:51:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T06:51:26-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T06:51:26-0400 DEBUG Making cache files for all metadata files.
2025-09-16T06:51:26-0400 INFO Metadata cache refreshed recently.
2025-09-16T06:51:26-0400 DDEBUG Cleaning up.
2025-09-16T06:51:26-0400 DDEBUG Plugins were unloaded.
2025-09-16T08:13:42-0400 INFO --- logging initialized ---
2025-09-16T08:13:42-0400 DDEBUG timer: config: 3 ms
2025-09-16T08:13:42-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T08:13:42-0400 DEBUG DNF version: 4.7.0
2025-09-16T08:13:42-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T08:13:42-0400 DDEBUG Installroot: /
2025-09-16T08:13:42-0400 DDEBUG Releasever: 8
2025-09-16T08:13:42-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T08:13:42-0400 DDEBUG Base command: makecache
2025-09-16T08:13:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T08:13:42-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T08:13:42-0400 DEBUG Making cache files for all metadata files.
2025-09-16T08:13:42-0400 INFO Metadata cache refreshed recently.
2025-09-16T08:13:42-0400 DDEBUG Cleaning up.
2025-09-16T08:13:42-0400 DDEBUG Plugins were unloaded.
2025-09-16T09:47:44-0400 INFO --- logging initialized ---
2025-09-16T09:47:44-0400 DDEBUG timer: config: 3 ms
2025-09-16T09:47:44-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T09:47:44-0400 DEBUG DNF version: 4.7.0
2025-09-16T09:47:44-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T09:47:44-0400 DDEBUG Installroot: /
2025-09-16T09:47:44-0400 DDEBUG Releasever: 8
2025-09-16T09:47:44-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T09:47:44-0400 DDEBUG Base command: makecache
2025-09-16T09:47:44-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T09:47:44-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T09:47:44-0400 DEBUG Making cache files for all metadata files.
2025-09-16T09:47:44-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-16T09:47:44-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-16T09:47:44-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-16T09:47:44-0400 DEBUG extras: has expired and will be refreshed.
2025-09-16T09:47:44-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-16T09:47:44-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-16T09:47:44-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-16T09:47:44-0400 DEBUG epel: has expired and will be refreshed.
2025-09-16T09:47:44-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-16T09:47:44-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-16T09:47:44-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T09:47:44-0400 DEBUG countme: no event for baseos: window already counted
2025-09-16T09:47:45-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-16T09:47:45-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-16T09:47:45-0400 DEBUG countme: no event for appstream: window already counted
2025-09-16T09:47:45-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-16T09:47:45-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-16T09:47:45-0400 DEBUG countme: no event for extras: window already counted
2025-09-16T09:47:45-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-16T09:47:45-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-16T09:47:45-0400 DEBUG countme: no event for powertools: window already counted
2025-09-16T09:47:46-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-16T09:47:46-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-16T09:47:46-0400 DEBUG reviving: failed for 'powertools-source', mismatched repomd.
2025-09-16T09:47:46-0400 DEBUG repo: downloading from remote: powertools-source
2025-09-16T09:47:46-0400 DEBUG powertools-source: using metadata from Tue 16 Sep 2025 05:48:12 AM EDT.
2025-09-16T09:47:47-0400 DEBUG reviving: failed for 'powertools-debuginfo', mismatched repomd.
2025-09-16T09:47:47-0400 DEBUG repo: downloading from remote: powertools-debuginfo
2025-09-16T09:47:47-0400 DEBUG powertools-debuginfo: using metadata from Tue 16 Sep 2025 05:48:40 AM EDT.
2025-09-16T09:47:47-0400 DEBUG countme: no event for epel: window already counted
2025-09-16T09:47:47-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-16T09:47:48-0400 DEBUG epel: using metadata from Sun 14 Sep 2025 08:29:10 PM EDT.
2025-09-16T09:47:48-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T09:47:48-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T09:47:48-0400 DDEBUG Cleaning up.
2025-09-16T09:47:48-0400 DDEBUG Plugins were unloaded.
2025-09-16T09:47:48-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T09:47:48-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T11:13:34-0400 INFO --- logging initialized ---
2025-09-16T11:13:34-0400 DDEBUG timer: config: 2 ms
2025-09-16T11:13:34-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T11:13:34-0400 DEBUG DNF version: 4.7.0
2025-09-16T11:13:34-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T11:13:34-0400 DDEBUG Installroot: /
2025-09-16T11:13:34-0400 DDEBUG Releasever: 8
2025-09-16T11:13:34-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T11:13:34-0400 DDEBUG Base command: makecache
2025-09-16T11:13:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T11:13:34-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T11:13:34-0400 DEBUG Making cache files for all metadata files.
2025-09-16T11:13:34-0400 INFO Metadata cache refreshed recently.
2025-09-16T11:13:34-0400 DDEBUG Cleaning up.
2025-09-16T11:13:34-0400 DDEBUG Plugins were unloaded.
2025-09-16T12:24:25-0400 INFO --- logging initialized ---
2025-09-16T12:24:25-0400 DDEBUG timer: config: 3 ms
2025-09-16T12:24:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T12:24:25-0400 DEBUG DNF version: 4.7.0
2025-09-16T12:24:25-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T12:24:25-0400 DDEBUG Installroot: /
2025-09-16T12:24:25-0400 DDEBUG Releasever: 8
2025-09-16T12:24:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T12:24:25-0400 DDEBUG Base command: makecache
2025-09-16T12:24:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T12:24:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T12:24:25-0400 DEBUG Making cache files for all metadata files.
2025-09-16T12:24:25-0400 INFO Metadata cache refreshed recently.
2025-09-16T12:24:25-0400 DDEBUG Cleaning up.
2025-09-16T12:24:25-0400 DDEBUG Plugins were unloaded.
2025-09-16T14:01:02-0400 INFO --- logging initialized ---
2025-09-16T14:01:02-0400 DDEBUG timer: config: 3 ms
2025-09-16T14:01:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T14:01:02-0400 DEBUG DNF version: 4.7.0
2025-09-16T14:01:02-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T14:01:02-0400 DDEBUG Installroot: /
2025-09-16T14:01:02-0400 DDEBUG Releasever: 8
2025-09-16T14:01:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T14:01:02-0400 DDEBUG Base command: makecache
2025-09-16T14:01:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T14:01:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T14:01:02-0400 DEBUG Making cache files for all metadata files.
2025-09-16T14:01:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-16T14:01:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-16T14:01:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-16T14:01:02-0400 DEBUG extras: has expired and will be refreshed.
2025-09-16T14:01:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-16T14:01:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-16T14:01:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-16T14:01:02-0400 DEBUG epel: has expired and will be refreshed.
2025-09-16T14:01:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-16T14:01:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-16T14:01:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T14:01:03-0400 DEBUG countme: no event for baseos: window already counted
2025-09-16T14:01:03-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-16T14:01:03-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-16T14:01:03-0400 DEBUG countme: no event for appstream: window already counted
2025-09-16T14:01:03-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-16T14:01:03-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-16T14:01:03-0400 DEBUG countme: no event for extras: window already counted
2025-09-16T14:01:04-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-16T14:01:04-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-16T14:01:04-0400 DEBUG countme: no event for powertools: window already counted
2025-09-16T14:01:04-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-16T14:01:04-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-16T14:01:04-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-16T14:01:04-0400 DEBUG powertools-source: using metadata from Tue 16 Sep 2025 05:48:12 AM EDT.
2025-09-16T14:01:05-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-16T14:01:05-0400 DEBUG powertools-debuginfo: using metadata from Tue 16 Sep 2025 05:48:40 AM EDT.
2025-09-16T14:01:05-0400 DEBUG countme: no event for epel: window already counted
2025-09-16T14:01:05-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-16T14:01:05-0400 DEBUG repo: downloading from remote: epel
2025-09-16T14:01:05-0400 DEBUG countme: no event for epel: window already counted
2025-09-16T14:01:11-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:52:24 AM EDT.
2025-09-16T14:01:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T14:01:11-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T14:01:11-0400 DDEBUG Cleaning up.
2025-09-16T14:01:11-0400 DDEBUG Plugins were unloaded.
2025-09-16T14:01:11-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T14:01:11-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T15:10:06-0400 INFO --- logging initialized ---
2025-09-16T15:10:06-0400 DDEBUG timer: config: 3 ms
2025-09-16T15:10:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T15:10:06-0400 DEBUG DNF version: 4.7.0
2025-09-16T15:10:06-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T15:10:06-0400 DDEBUG Installroot: /
2025-09-16T15:10:06-0400 DDEBUG Releasever: 8
2025-09-16T15:10:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T15:10:06-0400 DDEBUG Base command: makecache
2025-09-16T15:10:06-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T15:10:06-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T15:10:06-0400 DEBUG Making cache files for all metadata files.
2025-09-16T15:10:06-0400 INFO Metadata cache refreshed recently.
2025-09-16T15:10:06-0400 DDEBUG Cleaning up.
2025-09-16T15:10:06-0400 DDEBUG Plugins were unloaded.
2025-09-16T16:28:05-0400 INFO --- logging initialized ---
2025-09-16T16:28:05-0400 DDEBUG timer: config: 3 ms
2025-09-16T16:28:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T16:28:05-0400 DEBUG DNF version: 4.7.0
2025-09-16T16:28:05-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T16:28:05-0400 DDEBUG Installroot: /
2025-09-16T16:28:05-0400 DDEBUG Releasever: 8
2025-09-16T16:28:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T16:28:05-0400 DDEBUG Base command: makecache
2025-09-16T16:28:05-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T16:28:05-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T16:28:05-0400 DEBUG Making cache files for all metadata files.
2025-09-16T16:28:05-0400 INFO Metadata cache refreshed recently.
2025-09-16T16:28:05-0400 DDEBUG Cleaning up.
2025-09-16T16:28:05-0400 DDEBUG Plugins were unloaded.
2025-09-16T18:27:57-0400 INFO --- logging initialized ---
2025-09-16T18:27:57-0400 DDEBUG timer: config: 4 ms
2025-09-16T18:27:57-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T18:27:57-0400 DEBUG DNF version: 4.7.0
2025-09-16T18:27:57-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T18:27:57-0400 DDEBUG Installroot: /
2025-09-16T18:27:57-0400 DDEBUG Releasever: 8
2025-09-16T18:27:57-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T18:27:57-0400 DDEBUG Base command: makecache
2025-09-16T18:27:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T18:27:57-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T18:27:57-0400 DEBUG Making cache files for all metadata files.
2025-09-16T18:27:57-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-16T18:27:57-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-16T18:27:57-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-16T18:27:57-0400 DEBUG extras: has expired and will be refreshed.
2025-09-16T18:27:57-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-16T18:27:57-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-16T18:27:57-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-16T18:27:57-0400 DEBUG epel: has expired and will be refreshed.
2025-09-16T18:27:57-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-16T18:27:57-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-16T18:27:57-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T18:27:57-0400 DEBUG countme: no event for baseos: window already counted
2025-09-16T18:27:58-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-16T18:27:58-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-16T18:27:58-0400 DEBUG countme: no event for appstream: window already counted
2025-09-16T18:27:58-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-16T18:27:58-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-16T18:27:58-0400 DEBUG countme: no event for extras: window already counted
2025-09-16T18:27:58-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-16T18:27:58-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-16T18:27:58-0400 DEBUG countme: no event for powertools: window already counted
2025-09-16T18:27:59-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-16T18:27:59-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-16T18:27:59-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-16T18:27:59-0400 DEBUG powertools-source: using metadata from Tue 16 Sep 2025 05:48:12 AM EDT.
2025-09-16T18:27:59-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-16T18:27:59-0400 DEBUG powertools-debuginfo: using metadata from Tue 16 Sep 2025 05:48:40 AM EDT.
2025-09-16T18:27:59-0400 DEBUG countme: no event for epel: window already counted
2025-09-16T18:28:00-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-16T18:28:00-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:52:24 AM EDT.
2025-09-16T18:28:00-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T18:28:00-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T18:28:00-0400 DDEBUG Cleaning up.
2025-09-16T18:28:00-0400 DDEBUG Plugins were unloaded.
2025-09-16T18:28:00-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T18:28:00-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T20:08:07-0400 INFO --- logging initialized ---
2025-09-16T20:08:07-0400 DDEBUG timer: config: 3 ms
2025-09-16T20:08:07-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T20:08:07-0400 DEBUG DNF version: 4.7.0
2025-09-16T20:08:07-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T20:08:07-0400 DDEBUG Installroot: /
2025-09-16T20:08:07-0400 DDEBUG Releasever: 8
2025-09-16T20:08:07-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T20:08:07-0400 DDEBUG Base command: makecache
2025-09-16T20:08:07-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T20:08:07-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T20:08:07-0400 DEBUG Making cache files for all metadata files.
2025-09-16T20:08:07-0400 INFO Metadata cache refreshed recently.
2025-09-16T20:08:07-0400 DDEBUG Cleaning up.
2025-09-16T20:08:07-0400 DDEBUG Plugins were unloaded.
2025-09-16T22:07:54-0400 INFO --- logging initialized ---
2025-09-16T22:07:54-0400 DDEBUG timer: config: 3 ms
2025-09-16T22:07:54-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T22:07:54-0400 DEBUG DNF version: 4.7.0
2025-09-16T22:07:54-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T22:07:54-0400 DDEBUG Installroot: /
2025-09-16T22:07:54-0400 DDEBUG Releasever: 8
2025-09-16T22:07:54-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T22:07:54-0400 DDEBUG Base command: makecache
2025-09-16T22:07:54-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T22:07:54-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T22:07:54-0400 DEBUG Making cache files for all metadata files.
2025-09-16T22:07:54-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-16T22:07:54-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-16T22:07:54-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-16T22:07:54-0400 DEBUG extras: has expired and will be refreshed.
2025-09-16T22:07:54-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-16T22:07:54-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-16T22:07:54-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-16T22:07:54-0400 DEBUG epel: has expired and will be refreshed.
2025-09-16T22:07:54-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-16T22:07:54-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-16T22:07:54-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T22:07:54-0400 DEBUG countme: no event for baseos: window already counted
2025-09-16T22:07:55-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-16T22:07:55-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-16T22:07:55-0400 DEBUG countme: no event for appstream: window already counted
2025-09-16T22:07:55-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-16T22:07:55-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-16T22:07:55-0400 DEBUG countme: no event for extras: window already counted
2025-09-16T22:07:56-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-16T22:07:56-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-16T22:07:56-0400 DEBUG countme: no event for powertools: window already counted
2025-09-16T22:07:56-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-16T22:07:56-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-16T22:07:56-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-16T22:07:56-0400 DEBUG powertools-source: using metadata from Tue 16 Sep 2025 05:48:12 AM EDT.
2025-09-16T22:07:57-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-16T22:07:57-0400 DEBUG powertools-debuginfo: using metadata from Tue 16 Sep 2025 05:48:40 AM EDT.
2025-09-16T22:07:57-0400 DEBUG countme: no event for epel: window already counted
2025-09-16T22:07:57-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-16T22:07:57-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:52:24 AM EDT.
2025-09-16T22:07:57-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-16T22:07:57-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T22:07:57-0400 DDEBUG Cleaning up.
2025-09-16T22:07:57-0400 DDEBUG Plugins were unloaded.
2025-09-16T22:07:57-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T22:07:57-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T23:32:05-0400 INFO --- logging initialized ---
2025-09-16T23:32:05-0400 DDEBUG timer: config: 3 ms
2025-09-16T23:32:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T23:32:05-0400 DEBUG DNF version: 4.7.0
2025-09-16T23:32:05-0400 DDEBUG Command: dnf makecache --timer
2025-09-16T23:32:05-0400 DDEBUG Installroot: /
2025-09-16T23:32:05-0400 DDEBUG Releasever: 8
2025-09-16T23:32:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T23:32:05-0400 DDEBUG Base command: makecache
2025-09-16T23:32:05-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T23:32:05-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T23:32:05-0400 DEBUG Making cache files for all metadata files.
2025-09-16T23:32:05-0400 INFO Metadata cache refreshed recently.
2025-09-16T23:32:05-0400 DDEBUG Cleaning up.
2025-09-16T23:32:05-0400 DDEBUG Plugins were unloaded.
2025-09-17T00:55:06-0400 INFO --- logging initialized ---
2025-09-17T00:55:06-0400 DDEBUG timer: config: 3 ms
2025-09-17T00:55:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T00:55:06-0400 DEBUG DNF version: 4.7.0
2025-09-17T00:55:06-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T00:55:06-0400 DDEBUG Installroot: /
2025-09-17T00:55:06-0400 DDEBUG Releasever: 8
2025-09-17T00:55:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T00:55:06-0400 DDEBUG Base command: makecache
2025-09-17T00:55:06-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T00:55:06-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T00:55:06-0400 DEBUG Making cache files for all metadata files.
2025-09-17T00:55:06-0400 INFO Metadata cache refreshed recently.
2025-09-17T00:55:06-0400 DDEBUG Cleaning up.
2025-09-17T00:55:06-0400 DDEBUG Plugins were unloaded.
2025-09-17T02:09:51-0400 INFO --- logging initialized ---
2025-09-17T02:09:51-0400 DDEBUG timer: config: 2 ms
2025-09-17T02:09:52-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T02:09:52-0400 DEBUG DNF version: 4.7.0
2025-09-17T02:09:52-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T02:09:52-0400 DDEBUG Installroot: /
2025-09-17T02:09:52-0400 DDEBUG Releasever: 8
2025-09-17T02:09:52-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T02:09:52-0400 DDEBUG Base command: makecache
2025-09-17T02:09:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T02:09:52-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T02:09:52-0400 DEBUG Making cache files for all metadata files.
2025-09-17T02:09:52-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-17T02:09:52-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-17T02:09:52-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-17T02:09:52-0400 DEBUG extras: has expired and will be refreshed.
2025-09-17T02:09:52-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-17T02:09:52-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-17T02:09:52-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-17T02:09:52-0400 DEBUG epel: has expired and will be refreshed.
2025-09-17T02:09:52-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-17T02:09:52-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-17T02:09:52-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T02:09:52-0400 DEBUG countme: no event for baseos: window already counted
2025-09-17T02:09:52-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-17T02:09:52-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-17T02:09:52-0400 DEBUG countme: no event for appstream: window already counted
2025-09-17T02:09:52-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-17T02:09:52-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-17T02:09:52-0400 DEBUG countme: no event for extras: window already counted
2025-09-17T02:09:53-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-17T02:09:53-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-17T02:09:53-0400 DEBUG countme: no event for powertools: window already counted
2025-09-17T02:09:53-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-17T02:09:53-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-17T02:09:53-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-17T02:09:53-0400 DEBUG powertools-source: using metadata from Tue 16 Sep 2025 05:48:12 AM EDT.
2025-09-17T02:09:54-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-17T02:09:54-0400 DEBUG powertools-debuginfo: using metadata from Tue 16 Sep 2025 05:48:40 AM EDT.
2025-09-17T02:09:54-0400 DEBUG countme: no event for epel: window already counted
2025-09-17T02:09:54-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-17T02:09:54-0400 DEBUG repo: downloading from remote: epel
2025-09-17T02:09:54-0400 DEBUG countme: no event for epel: window already counted
2025-09-17T02:09:59-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:11:25 PM EDT.
2025-09-17T02:09:59-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T02:09:59-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T02:09:59-0400 DDEBUG Cleaning up.
2025-09-17T02:09:59-0400 DDEBUG Plugins were unloaded.
2025-09-17T02:09:59-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T02:09:59-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T03:11:08-0400 INFO --- logging initialized ---
2025-09-17T03:11:08-0400 DDEBUG timer: config: 3 ms
2025-09-17T03:11:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T03:11:08-0400 DEBUG YUM version: 4.7.0
2025-09-17T03:11:08-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-17T03:11:08-0400 DDEBUG Installroot: /
2025-09-17T03:11:08-0400 DDEBUG Releasever: 8
2025-09-17T03:11:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T03:11:08-0400 DDEBUG Base command: check-update
2025-09-17T03:11:08-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-17T03:11:08-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: cwp
2025-09-17T03:11:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: baseos
2025-09-17T03:11:09-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: appstream
2025-09-17T03:11:09-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: extras
2025-09-17T03:11:09-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: powertools
2025-09-17T03:11:09-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: powertools-source
2025-09-17T03:11:09-0400 DEBUG powertools-source: using metadata from Tue 16 Sep 2025 05:48:12 AM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-17T03:11:09-0400 DEBUG powertools-debuginfo: using metadata from Tue 16 Sep 2025 05:48:40 AM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: epel
2025-09-17T03:11:09-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:11:25 PM EDT.
2025-09-17T03:11:09-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T03:11:09-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T03:11:09-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T03:11:09-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T03:11:09-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T03:11:09-0400 DDEBUG Cleaning up.
2025-09-17T03:11:09-0400 DDEBUG Plugins were unloaded.
2025-09-17T03:11:09-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-17T03:11:09-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-17T03:11:09-0400 INFO --- logging initialized ---
2025-09-17T03:11:09-0400 DDEBUG timer: config: 3 ms
2025-09-17T03:11:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T03:11:09-0400 DEBUG YUM version: 4.7.0
2025-09-17T03:11:09-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-17T03:11:09-0400 DDEBUG Installroot: /
2025-09-17T03:11:09-0400 DDEBUG Releasever: 8
2025-09-17T03:11:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T03:11:09-0400 DDEBUG Base command: update
2025-09-17T03:11:09-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-17T03:11:09-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: cwp
2025-09-17T03:11:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: baseos
2025-09-17T03:11:09-0400 DEBUG baseos: using metadata from Fri 12 Sep 2025 10:57:54 AM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: appstream
2025-09-17T03:11:09-0400 DEBUG appstream: using metadata from Fri 12 Sep 2025 10:58:18 AM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: extras
2025-09-17T03:11:09-0400 DEBUG extras: using metadata from Fri 12 Sep 2025 10:59:29 AM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: powertools
2025-09-17T03:11:09-0400 DEBUG powertools: using metadata from Fri 12 Sep 2025 10:57:48 AM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: powertools-source
2025-09-17T03:11:09-0400 DEBUG powertools-source: using metadata from Tue 16 Sep 2025 05:48:12 AM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-17T03:11:09-0400 DEBUG powertools-debuginfo: using metadata from Tue 16 Sep 2025 05:48:40 AM EDT.
2025-09-17T03:11:09-0400 DEBUG repo: using cache for: epel
2025-09-17T03:11:10-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:11:25 PM EDT.
2025-09-17T03:11:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T03:11:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T03:11:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T03:11:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T03:11:10-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T03:11:10-0400 DDEBUG Cleaning up.
2025-09-17T03:11:10-0400 DDEBUG Plugins were unloaded.
2025-09-17T03:11:10-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-17T03:11:10-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-17T03:32:42-0400 INFO --- logging initialized ---
2025-09-17T03:32:42-0400 DDEBUG timer: config: 2 ms
2025-09-17T03:32:42-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T03:32:42-0400 DEBUG DNF version: 4.7.0
2025-09-17T03:32:42-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T03:32:42-0400 DDEBUG Installroot: /
2025-09-17T03:32:42-0400 DDEBUG Releasever: 8
2025-09-17T03:32:42-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T03:32:42-0400 DDEBUG Base command: makecache
2025-09-17T03:32:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T03:32:42-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T03:32:42-0400 DEBUG Making cache files for all metadata files.
2025-09-17T03:32:42-0400 INFO Metadata cache refreshed recently.
2025-09-17T03:32:42-0400 DDEBUG Cleaning up.
2025-09-17T03:32:42-0400 DDEBUG Plugins were unloaded.
2025-09-17T05:07:41-0400 INFO --- logging initialized ---
2025-09-17T05:07:41-0400 DDEBUG timer: config: 3 ms
2025-09-17T05:07:41-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T05:07:41-0400 DEBUG DNF version: 4.7.0
2025-09-17T05:07:41-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T05:07:41-0400 DDEBUG Installroot: /
2025-09-17T05:07:41-0400 DDEBUG Releasever: 8
2025-09-17T05:07:41-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T05:07:41-0400 DDEBUG Base command: makecache
2025-09-17T05:07:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T05:07:41-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T05:07:41-0400 DEBUG Making cache files for all metadata files.
2025-09-17T05:07:41-0400 INFO Metadata cache refreshed recently.
2025-09-17T05:07:41-0400 DDEBUG Cleaning up.
2025-09-17T05:07:41-0400 DDEBUG Plugins were unloaded.
2025-09-17T06:16:09-0400 INFO --- logging initialized ---
2025-09-17T06:16:09-0400 DDEBUG timer: config: 2 ms
2025-09-17T06:16:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T06:16:09-0400 DEBUG DNF version: 4.7.0
2025-09-17T06:16:09-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T06:16:09-0400 DDEBUG Installroot: /
2025-09-17T06:16:09-0400 DDEBUG Releasever: 8
2025-09-17T06:16:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T06:16:09-0400 DDEBUG Base command: makecache
2025-09-17T06:16:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T06:16:09-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T06:16:09-0400 DEBUG Making cache files for all metadata files.
2025-09-17T06:16:09-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-17T06:16:09-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-17T06:16:09-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-17T06:16:09-0400 DEBUG extras: has expired and will be refreshed.
2025-09-17T06:16:09-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-17T06:16:09-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-17T06:16:09-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-17T06:16:09-0400 DEBUG epel: has expired and will be refreshed.
2025-09-17T06:16:09-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-17T06:16:09-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-17T06:16:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T06:16:09-0400 DEBUG countme: no event for baseos: window already counted
2025-09-17T06:16:09-0400 DEBUG reviving: failed for 'baseos', mismatched repomd.
2025-09-17T06:16:09-0400 DEBUG repo: downloading from remote: baseos
2025-09-17T06:16:09-0400 DEBUG countme: no event for baseos: window already counted
2025-09-17T06:16:16-0400 DEBUG baseos: using metadata from Tue 16 Sep 2025 05:47:35 AM EDT.
2025-09-17T06:16:16-0400 DEBUG countme: no event for appstream: window already counted
2025-09-17T06:16:17-0400 DEBUG reviving: failed for 'appstream', mismatched repomd.
2025-09-17T06:16:17-0400 DEBUG repo: downloading from remote: appstream
2025-09-17T06:16:17-0400 DEBUG countme: no event for appstream: window already counted
2025-09-17T06:16:21-0400 DEBUG appstream: using metadata from Tue 16 Sep 2025 05:48:07 AM EDT.
2025-09-17T06:16:21-0400 DEBUG countme: no event for extras: window already counted
2025-09-17T06:16:21-0400 DEBUG reviving: failed for 'extras', mismatched repomd.
2025-09-17T06:16:21-0400 DEBUG repo: downloading from remote: extras
2025-09-17T06:16:21-0400 DEBUG countme: no event for extras: window already counted
2025-09-17T06:16:22-0400 DEBUG extras: using metadata from Tue 16 Sep 2025 05:49:19 AM EDT.
2025-09-17T06:16:22-0400 DEBUG countme: no event for powertools: window already counted
2025-09-17T06:16:22-0400 DEBUG reviving: failed for 'powertools', mismatched repomd.
2025-09-17T06:16:22-0400 DEBUG repo: downloading from remote: powertools
2025-09-17T06:16:22-0400 DEBUG countme: no event for powertools: window already counted
2025-09-17T06:16:23-0400 DEBUG powertools: using metadata from Tue 16 Sep 2025 05:47:25 AM EDT.
2025-09-17T06:16:24-0400 DEBUG reviving: failed for 'powertools-source', mismatched repomd.
2025-09-17T06:16:24-0400 DEBUG repo: downloading from remote: powertools-source
2025-09-17T06:16:24-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 03:53:00 AM EDT.
2025-09-17T06:16:24-0400 DEBUG reviving: failed for 'powertools-debuginfo', mismatched repomd.
2025-09-17T06:16:24-0400 DEBUG repo: downloading from remote: powertools-debuginfo
2025-09-17T06:16:25-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 03:53:23 AM EDT.
2025-09-17T06:16:25-0400 DEBUG countme: no event for epel: window already counted
2025-09-17T06:16:25-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-17T06:16:26-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:11:25 PM EDT.
2025-09-17T06:16:26-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T06:16:26-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T06:16:26-0400 DDEBUG Cleaning up.
2025-09-17T06:16:26-0400 DDEBUG Plugins were unloaded.
2025-09-17T06:16:26-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T06:16:26-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T08:09:48-0400 INFO --- logging initialized ---
2025-09-17T08:09:48-0400 DDEBUG timer: config: 3 ms
2025-09-17T08:09:48-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T08:09:48-0400 DEBUG DNF version: 4.7.0
2025-09-17T08:09:48-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T08:09:48-0400 DDEBUG Installroot: /
2025-09-17T08:09:48-0400 DDEBUG Releasever: 8
2025-09-17T08:09:48-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T08:09:48-0400 DDEBUG Base command: makecache
2025-09-17T08:09:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T08:09:48-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T08:09:48-0400 DEBUG Making cache files for all metadata files.
2025-09-17T08:09:48-0400 INFO Metadata cache refreshed recently.
2025-09-17T08:09:48-0400 DDEBUG Cleaning up.
2025-09-17T08:09:48-0400 DDEBUG Plugins were unloaded.
2025-09-17T09:15:19-0400 INFO --- logging initialized ---
2025-09-17T09:15:19-0400 DDEBUG timer: config: 2 ms
2025-09-17T09:15:19-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T09:15:19-0400 DEBUG DNF version: 4.7.0
2025-09-17T09:15:19-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T09:15:19-0400 DDEBUG Installroot: /
2025-09-17T09:15:19-0400 DDEBUG Releasever: 8
2025-09-17T09:15:19-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T09:15:19-0400 DDEBUG Base command: makecache
2025-09-17T09:15:19-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T09:15:19-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T09:15:19-0400 DEBUG Making cache files for all metadata files.
2025-09-17T09:15:19-0400 INFO Metadata cache refreshed recently.
2025-09-17T09:15:19-0400 DDEBUG Cleaning up.
2025-09-17T09:15:19-0400 DDEBUG Plugins were unloaded.
2025-09-17T10:48:03-0400 INFO --- logging initialized ---
2025-09-17T10:48:03-0400 DDEBUG timer: config: 2 ms
2025-09-17T10:48:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T10:48:03-0400 DEBUG DNF version: 4.7.0
2025-09-17T10:48:03-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T10:48:03-0400 DDEBUG Installroot: /
2025-09-17T10:48:03-0400 DDEBUG Releasever: 8
2025-09-17T10:48:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T10:48:03-0400 DDEBUG Base command: makecache
2025-09-17T10:48:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T10:48:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T10:48:03-0400 DEBUG Making cache files for all metadata files.
2025-09-17T10:48:03-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-17T10:48:03-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-17T10:48:03-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-17T10:48:03-0400 DEBUG extras: has expired and will be refreshed.
2025-09-17T10:48:03-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-17T10:48:03-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-17T10:48:03-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-17T10:48:03-0400 DEBUG epel: has expired and will be refreshed.
2025-09-17T10:48:03-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-17T10:48:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-17T10:48:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T10:48:03-0400 DEBUG countme: no event for baseos: window already counted
2025-09-17T10:48:04-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-17T10:48:04-0400 DEBUG baseos: using metadata from Tue 16 Sep 2025 05:47:35 AM EDT.
2025-09-17T10:48:04-0400 DEBUG countme: no event for appstream: window already counted
2025-09-17T10:48:04-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-17T10:48:04-0400 DEBUG appstream: using metadata from Tue 16 Sep 2025 05:48:07 AM EDT.
2025-09-17T10:48:04-0400 DEBUG countme: no event for extras: window already counted
2025-09-17T10:48:05-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-17T10:48:05-0400 DEBUG extras: using metadata from Tue 16 Sep 2025 05:49:19 AM EDT.
2025-09-17T10:48:05-0400 DEBUG countme: no event for powertools: window already counted
2025-09-17T10:48:05-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-17T10:48:05-0400 DEBUG powertools: using metadata from Tue 16 Sep 2025 05:47:25 AM EDT.
2025-09-17T10:48:05-0400 DEBUG reviving: failed for 'powertools-source', mismatched repomd.
2025-09-17T10:48:05-0400 DEBUG repo: downloading from remote: powertools-source
2025-09-17T10:48:06-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-17T10:48:06-0400 DEBUG reviving: failed for 'powertools-debuginfo', mismatched repomd.
2025-09-17T10:48:06-0400 DEBUG repo: downloading from remote: powertools-debuginfo
2025-09-17T10:48:07-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-17T10:48:07-0400 DEBUG countme: no event for epel: window already counted
2025-09-17T10:48:07-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-17T10:48:07-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:11:25 PM EDT.
2025-09-17T10:48:07-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T10:48:07-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T10:48:07-0400 DDEBUG Cleaning up.
2025-09-17T10:48:07-0400 DDEBUG Plugins were unloaded.
2025-09-17T10:48:07-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T10:48:07-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T12:10:21-0400 INFO --- logging initialized ---
2025-09-17T12:10:21-0400 DDEBUG timer: config: 3 ms
2025-09-17T12:10:21-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T12:10:21-0400 DEBUG DNF version: 4.7.0
2025-09-17T12:10:21-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T12:10:21-0400 DDEBUG Installroot: /
2025-09-17T12:10:21-0400 DDEBUG Releasever: 8
2025-09-17T12:10:21-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T12:10:21-0400 DDEBUG Base command: makecache
2025-09-17T12:10:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T12:10:21-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T12:10:21-0400 DEBUG Making cache files for all metadata files.
2025-09-17T12:10:21-0400 INFO Metadata cache refreshed recently.
2025-09-17T12:10:21-0400 DDEBUG Cleaning up.
2025-09-17T12:10:22-0400 DDEBUG Plugins were unloaded.
2025-09-17T13:50:41-0400 INFO --- logging initialized ---
2025-09-17T13:50:41-0400 DDEBUG timer: config: 2 ms
2025-09-17T13:50:41-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T13:50:41-0400 DEBUG DNF version: 4.7.0
2025-09-17T13:50:41-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T13:50:41-0400 DDEBUG Installroot: /
2025-09-17T13:50:41-0400 DDEBUG Releasever: 8
2025-09-17T13:50:41-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T13:50:41-0400 DDEBUG Base command: makecache
2025-09-17T13:50:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T13:50:42-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T13:50:42-0400 DEBUG Making cache files for all metadata files.
2025-09-17T13:50:42-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-17T13:50:42-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-17T13:50:42-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-17T13:50:42-0400 DEBUG extras: has expired and will be refreshed.
2025-09-17T13:50:42-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-17T13:50:42-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-17T13:50:42-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-17T13:50:42-0400 DEBUG epel: has expired and will be refreshed.
2025-09-17T13:50:42-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-17T13:50:42-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-17T13:50:42-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T13:50:42-0400 DEBUG countme: no event for baseos: window already counted
2025-09-17T13:50:42-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-17T13:50:42-0400 DEBUG baseos: using metadata from Tue 16 Sep 2025 05:47:35 AM EDT.
2025-09-17T13:50:42-0400 DEBUG countme: no event for appstream: window already counted
2025-09-17T13:50:43-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-17T13:50:43-0400 DEBUG appstream: using metadata from Tue 16 Sep 2025 05:48:07 AM EDT.
2025-09-17T13:50:43-0400 DEBUG countme: no event for extras: window already counted
2025-09-17T13:50:43-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-17T13:50:43-0400 DEBUG extras: using metadata from Tue 16 Sep 2025 05:49:19 AM EDT.
2025-09-17T13:50:43-0400 DEBUG countme: no event for powertools: window already counted
2025-09-17T13:50:43-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-17T13:50:43-0400 DEBUG powertools: using metadata from Tue 16 Sep 2025 05:47:25 AM EDT.
2025-09-17T13:50:44-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-17T13:50:44-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-17T13:50:44-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-17T13:50:44-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-17T13:50:44-0400 DEBUG countme: no event for epel: window already counted
2025-09-17T13:50:44-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-17T13:50:44-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:11:25 PM EDT.
2025-09-17T13:50:44-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T13:50:44-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T13:50:44-0400 DDEBUG Cleaning up.
2025-09-17T13:50:44-0400 DDEBUG Plugins were unloaded.
2025-09-17T13:50:44-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T13:50:44-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T15:15:36-0400 INFO --- logging initialized ---
2025-09-17T15:15:36-0400 DDEBUG timer: config: 3 ms
2025-09-17T15:15:36-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T15:15:36-0400 DEBUG DNF version: 4.7.0
2025-09-17T15:15:36-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T15:15:36-0400 DDEBUG Installroot: /
2025-09-17T15:15:36-0400 DDEBUG Releasever: 8
2025-09-17T15:15:36-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T15:15:36-0400 DDEBUG Base command: makecache
2025-09-17T15:15:36-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T15:15:36-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T15:15:36-0400 DEBUG Making cache files for all metadata files.
2025-09-17T15:15:36-0400 INFO Metadata cache refreshed recently.
2025-09-17T15:15:36-0400 DDEBUG Cleaning up.
2025-09-17T15:15:36-0400 DDEBUG Plugins were unloaded.
2025-09-17T16:41:29-0400 INFO --- logging initialized ---
2025-09-17T16:41:29-0400 DDEBUG timer: config: 4 ms
2025-09-17T16:41:29-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T16:41:29-0400 DEBUG DNF version: 4.7.0
2025-09-17T16:41:29-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T16:41:29-0400 DDEBUG Installroot: /
2025-09-17T16:41:29-0400 DDEBUG Releasever: 8
2025-09-17T16:41:29-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T16:41:29-0400 DDEBUG Base command: makecache
2025-09-17T16:41:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T16:41:29-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T16:41:29-0400 DEBUG Making cache files for all metadata files.
2025-09-17T16:41:29-0400 INFO Metadata cache refreshed recently.
2025-09-17T16:41:29-0400 DDEBUG Cleaning up.
2025-09-17T16:41:29-0400 DDEBUG Plugins were unloaded.
2025-09-17T18:02:28-0400 INFO --- logging initialized ---
2025-09-17T18:02:28-0400 DDEBUG timer: config: 2 ms
2025-09-17T18:02:28-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T18:02:28-0400 DEBUG DNF version: 4.7.0
2025-09-17T18:02:28-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T18:02:28-0400 DDEBUG Installroot: /
2025-09-17T18:02:28-0400 DDEBUG Releasever: 8
2025-09-17T18:02:28-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T18:02:28-0400 DDEBUG Base command: makecache
2025-09-17T18:02:28-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T18:02:28-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T18:02:28-0400 DEBUG Making cache files for all metadata files.
2025-09-17T18:02:28-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-17T18:02:28-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-17T18:02:28-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-17T18:02:28-0400 DEBUG extras: has expired and will be refreshed.
2025-09-17T18:02:28-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-17T18:02:28-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-17T18:02:28-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-17T18:02:29-0400 DEBUG epel: has expired and will be refreshed.
2025-09-17T18:02:29-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-17T18:02:29-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-17T18:02:29-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T18:02:29-0400 DEBUG countme: no event for baseos: window already counted
2025-09-17T18:02:29-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-17T18:02:29-0400 DEBUG baseos: using metadata from Tue 16 Sep 2025 05:47:35 AM EDT.
2025-09-17T18:02:29-0400 DEBUG countme: no event for appstream: window already counted
2025-09-17T18:02:29-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-17T18:02:29-0400 DEBUG appstream: using metadata from Tue 16 Sep 2025 05:48:07 AM EDT.
2025-09-17T18:02:29-0400 DEBUG countme: no event for extras: window already counted
2025-09-17T18:02:30-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-17T18:02:30-0400 DEBUG extras: using metadata from Tue 16 Sep 2025 05:49:19 AM EDT.
2025-09-17T18:02:30-0400 DEBUG countme: no event for powertools: window already counted
2025-09-17T18:02:30-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-17T18:02:30-0400 DEBUG powertools: using metadata from Tue 16 Sep 2025 05:47:25 AM EDT.
2025-09-17T18:02:30-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-17T18:02:30-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-17T18:02:31-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-17T18:02:31-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-17T18:02:31-0400 DEBUG countme: no event for epel: window already counted
2025-09-17T18:02:31-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-17T18:02:31-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:11:25 PM EDT.
2025-09-17T18:02:31-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T18:02:31-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T18:02:31-0400 DDEBUG Cleaning up.
2025-09-17T18:02:31-0400 DDEBUG Plugins were unloaded.
2025-09-17T18:02:31-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T18:02:31-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T19:16:43-0400 INFO --- logging initialized ---
2025-09-17T19:16:43-0400 DDEBUG timer: config: 3 ms
2025-09-17T19:16:43-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T19:16:43-0400 DEBUG DNF version: 4.7.0
2025-09-17T19:16:43-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T19:16:43-0400 DDEBUG Installroot: /
2025-09-17T19:16:43-0400 DDEBUG Releasever: 8
2025-09-17T19:16:43-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T19:16:43-0400 DDEBUG Base command: makecache
2025-09-17T19:16:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T19:16:43-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T19:16:43-0400 DEBUG Making cache files for all metadata files.
2025-09-17T19:16:43-0400 INFO Metadata cache refreshed recently.
2025-09-17T19:16:43-0400 DDEBUG Cleaning up.
2025-09-17T19:16:43-0400 DDEBUG Plugins were unloaded.
2025-09-17T20:51:10-0400 INFO --- logging initialized ---
2025-09-17T20:51:10-0400 DDEBUG timer: config: 2 ms
2025-09-17T20:51:10-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T20:51:10-0400 DEBUG DNF version: 4.7.0
2025-09-17T20:51:10-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T20:51:10-0400 DDEBUG Installroot: /
2025-09-17T20:51:10-0400 DDEBUG Releasever: 8
2025-09-17T20:51:10-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T20:51:10-0400 DDEBUG Base command: makecache
2025-09-17T20:51:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T20:51:10-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T20:51:10-0400 DEBUG Making cache files for all metadata files.
2025-09-17T20:51:10-0400 INFO Metadata cache refreshed recently.
2025-09-17T20:51:10-0400 DDEBUG Cleaning up.
2025-09-17T20:51:10-0400 DDEBUG Plugins were unloaded.
2025-09-17T21:51:32-0400 INFO --- logging initialized ---
2025-09-17T21:51:32-0400 DDEBUG timer: config: 2 ms
2025-09-17T21:51:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T21:51:32-0400 DEBUG DNF version: 4.7.0
2025-09-17T21:51:32-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T21:51:32-0400 DDEBUG Installroot: /
2025-09-17T21:51:32-0400 DDEBUG Releasever: 8
2025-09-17T21:51:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T21:51:32-0400 DDEBUG Base command: makecache
2025-09-17T21:51:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T21:51:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T21:51:32-0400 DEBUG Making cache files for all metadata files.
2025-09-17T21:51:32-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-17T21:51:32-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-17T21:51:32-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-17T21:51:32-0400 DEBUG extras: has expired and will be refreshed.
2025-09-17T21:51:32-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-17T21:51:32-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-17T21:51:32-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-17T21:51:32-0400 DEBUG epel: has expired and will be refreshed.
2025-09-17T21:51:32-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-17T21:51:32-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-17T21:51:32-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T21:51:32-0400 DEBUG countme: no event for baseos: window already counted
2025-09-17T21:51:33-0400 DEBUG reviving: failed for 'baseos', mismatched repomd.
2025-09-17T21:51:33-0400 DEBUG repo: downloading from remote: baseos
2025-09-17T21:51:33-0400 DEBUG countme: no event for baseos: window already counted
2025-09-17T21:51:40-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-17T21:51:40-0400 DEBUG countme: no event for appstream: window already counted
2025-09-17T21:51:40-0400 DEBUG reviving: failed for 'appstream', mismatched repomd.
2025-09-17T21:51:40-0400 DEBUG repo: downloading from remote: appstream
2025-09-17T21:51:40-0400 DEBUG countme: no event for appstream: window already counted
2025-09-17T21:51:44-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-17T21:51:44-0400 DEBUG countme: no event for extras: window already counted
2025-09-17T21:51:45-0400 DEBUG reviving: failed for 'extras', mismatched repomd.
2025-09-17T21:51:45-0400 DEBUG repo: downloading from remote: extras
2025-09-17T21:51:45-0400 DEBUG countme: no event for extras: window already counted
2025-09-17T21:51:45-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-17T21:51:45-0400 DEBUG countme: no event for powertools: window already counted
2025-09-17T21:51:45-0400 DEBUG reviving: failed for 'powertools', mismatched repomd.
2025-09-17T21:51:45-0400 DEBUG repo: downloading from remote: powertools
2025-09-17T21:51:45-0400 DEBUG countme: no event for powertools: window already counted
2025-09-17T21:51:47-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-17T21:51:47-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-17T21:51:47-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-17T21:51:47-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-17T21:51:47-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-17T21:51:47-0400 DEBUG countme: no event for epel: window already counted
2025-09-17T21:51:47-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-17T21:51:48-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:11:25 PM EDT.
2025-09-17T21:51:48-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-17T21:51:48-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T21:51:48-0400 DDEBUG Cleaning up.
2025-09-17T21:51:48-0400 DDEBUG Plugins were unloaded.
2025-09-17T21:51:48-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T21:51:48-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T23:36:15-0400 INFO --- logging initialized ---
2025-09-17T23:36:15-0400 DDEBUG timer: config: 2 ms
2025-09-17T23:36:15-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T23:36:15-0400 DEBUG DNF version: 4.7.0
2025-09-17T23:36:15-0400 DDEBUG Command: dnf makecache --timer
2025-09-17T23:36:15-0400 DDEBUG Installroot: /
2025-09-17T23:36:15-0400 DDEBUG Releasever: 8
2025-09-17T23:36:15-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T23:36:15-0400 DDEBUG Base command: makecache
2025-09-17T23:36:15-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T23:36:15-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T23:36:15-0400 DEBUG Making cache files for all metadata files.
2025-09-17T23:36:15-0400 INFO Metadata cache refreshed recently.
2025-09-17T23:36:15-0400 DDEBUG Cleaning up.
2025-09-17T23:36:15-0400 DDEBUG Plugins were unloaded.
2025-09-18T00:58:45-0400 INFO --- logging initialized ---
2025-09-18T00:58:45-0400 DDEBUG timer: config: 4 ms
2025-09-18T00:58:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T00:58:45-0400 DEBUG DNF version: 4.7.0
2025-09-18T00:58:45-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T00:58:45-0400 DDEBUG Installroot: /
2025-09-18T00:58:45-0400 DDEBUG Releasever: 8
2025-09-18T00:58:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T00:58:45-0400 DDEBUG Base command: makecache
2025-09-18T00:58:45-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T00:58:45-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T00:58:45-0400 DEBUG Making cache files for all metadata files.
2025-09-18T00:58:45-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T00:58:45-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T00:58:45-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T00:58:45-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T00:58:45-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T00:58:45-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T00:58:45-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T00:58:45-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T00:58:45-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T00:58:45-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T00:58:45-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T00:58:45-0400 DEBUG countme: no event for baseos: window already counted
2025-09-18T00:58:45-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-18T00:58:45-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-18T00:58:45-0400 DEBUG countme: no event for appstream: window already counted
2025-09-18T00:58:46-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-18T00:58:46-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-18T00:58:46-0400 DEBUG countme: no event for extras: window already counted
2025-09-18T00:58:46-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-18T00:58:46-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-18T00:58:46-0400 DEBUG countme: no event for powertools: window already counted
2025-09-18T00:58:46-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-18T00:58:46-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-18T00:58:47-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-18T00:58:47-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-18T00:58:47-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-18T00:58:47-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-18T00:58:47-0400 DEBUG countme: no event for epel: window already counted
2025-09-18T00:58:48-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-18T00:58:48-0400 DEBUG repo: downloading from remote: epel
2025-09-18T00:58:48-0400 DEBUG countme: no event for epel: window already counted
2025-09-18T00:58:48-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:11:25 PM EDT.
2025-09-18T00:58:48-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T00:58:48-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T00:58:48-0400 DDEBUG Cleaning up.
2025-09-18T00:58:48-0400 DDEBUG Plugins were unloaded.
2025-09-18T00:58:48-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T00:58:48-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T02:17:32-0400 INFO --- logging initialized ---
2025-09-18T02:17:32-0400 DDEBUG timer: config: 2 ms
2025-09-18T02:17:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T02:17:32-0400 DEBUG DNF version: 4.7.0
2025-09-18T02:17:32-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T02:17:32-0400 DDEBUG Installroot: /
2025-09-18T02:17:32-0400 DDEBUG Releasever: 8
2025-09-18T02:17:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T02:17:32-0400 DDEBUG Base command: makecache
2025-09-18T02:17:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T02:17:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T02:17:32-0400 DEBUG Making cache files for all metadata files.
2025-09-18T02:17:32-0400 INFO Metadata cache refreshed recently.
2025-09-18T02:17:32-0400 DDEBUG Cleaning up.
2025-09-18T02:17:32-0400 DDEBUG Plugins were unloaded.
2025-09-18T03:21:05-0400 INFO --- logging initialized ---
2025-09-18T03:21:05-0400 DDEBUG timer: config: 3 ms
2025-09-18T03:21:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T03:21:05-0400 DEBUG YUM version: 4.7.0
2025-09-18T03:21:05-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-18T03:21:05-0400 DDEBUG Installroot: /
2025-09-18T03:21:05-0400 DDEBUG Releasever: 8
2025-09-18T03:21:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T03:21:05-0400 DDEBUG Base command: check-update
2025-09-18T03:21:05-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-18T03:21:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-18T03:21:05-0400 DEBUG repo: using cache for: cwp
2025-09-18T03:21:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T03:21:05-0400 DEBUG repo: using cache for: baseos
2025-09-18T03:21:05-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-18T03:21:05-0400 DEBUG repo: using cache for: appstream
2025-09-18T03:21:05-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-18T03:21:05-0400 DEBUG repo: using cache for: extras
2025-09-18T03:21:05-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-18T03:21:05-0400 DEBUG repo: using cache for: powertools
2025-09-18T03:21:05-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-18T03:21:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-18T03:21:05-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-18T03:21:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-18T03:21:05-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-18T03:21:05-0400 DEBUG repo: using cache for: epel
2025-09-18T03:21:05-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:11:25 PM EDT.
2025-09-18T03:21:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T03:21:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T03:21:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T03:21:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T03:21:05-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T03:21:05-0400 DDEBUG Cleaning up.
2025-09-18T03:21:05-0400 DDEBUG Plugins were unloaded.
2025-09-18T03:21:05-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-18T03:21:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-18T03:21:06-0400 INFO --- logging initialized ---
2025-09-18T03:21:06-0400 DDEBUG timer: config: 3 ms
2025-09-18T03:21:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T03:21:06-0400 DEBUG YUM version: 4.7.0
2025-09-18T03:21:06-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-18T03:21:06-0400 DDEBUG Installroot: /
2025-09-18T03:21:06-0400 DDEBUG Releasever: 8
2025-09-18T03:21:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T03:21:06-0400 DDEBUG Base command: update
2025-09-18T03:21:06-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-18T03:21:06-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-18T03:21:06-0400 DEBUG repo: using cache for: cwp
2025-09-18T03:21:06-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T03:21:06-0400 DEBUG repo: using cache for: baseos
2025-09-18T03:21:06-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-18T03:21:06-0400 DEBUG repo: using cache for: appstream
2025-09-18T03:21:06-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-18T03:21:06-0400 DEBUG repo: using cache for: extras
2025-09-18T03:21:06-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-18T03:21:06-0400 DEBUG repo: using cache for: powertools
2025-09-18T03:21:06-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-18T03:21:06-0400 DEBUG repo: using cache for: powertools-source
2025-09-18T03:21:06-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-18T03:21:06-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-18T03:21:06-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-18T03:21:06-0400 DEBUG repo: using cache for: epel
2025-09-18T03:21:06-0400 DEBUG epel: using metadata from Tue 16 Sep 2025 10:11:25 PM EDT.
2025-09-18T03:21:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T03:21:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T03:21:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T03:21:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T03:21:06-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T03:21:06-0400 DDEBUG Cleaning up.
2025-09-18T03:21:06-0400 DDEBUG Plugins were unloaded.
2025-09-18T03:21:06-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-18T03:21:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-18T04:10:38-0400 INFO --- logging initialized ---
2025-09-18T04:10:38-0400 DDEBUG timer: config: 2 ms
2025-09-18T04:10:38-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T04:10:38-0400 DEBUG DNF version: 4.7.0
2025-09-18T04:10:38-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T04:10:38-0400 DDEBUG Installroot: /
2025-09-18T04:10:38-0400 DDEBUG Releasever: 8
2025-09-18T04:10:38-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T04:10:38-0400 DDEBUG Base command: makecache
2025-09-18T04:10:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T04:10:38-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T04:10:38-0400 DEBUG Making cache files for all metadata files.
2025-09-18T04:10:38-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T04:10:38-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T04:10:38-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T04:10:38-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T04:10:38-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T04:10:38-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T04:10:38-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T04:10:38-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T04:10:38-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T04:10:39-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T04:10:39-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T04:10:39-0400 DEBUG countme: no event for baseos: window already counted
2025-09-18T04:10:39-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-18T04:10:39-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-18T04:10:39-0400 DEBUG countme: no event for appstream: window already counted
2025-09-18T04:10:39-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-18T04:10:39-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-18T04:10:39-0400 DEBUG countme: no event for extras: window already counted
2025-09-18T04:10:40-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-18T04:10:40-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-18T04:10:40-0400 DEBUG countme: no event for powertools: window already counted
2025-09-18T04:10:40-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-18T04:10:40-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-18T04:10:40-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-18T04:10:40-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-18T04:10:41-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-18T04:10:41-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-18T04:10:41-0400 DEBUG countme: no event for epel: window already counted
2025-09-18T04:10:41-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-18T04:10:41-0400 DEBUG repo: downloading from remote: epel
2025-09-18T04:10:41-0400 DEBUG countme: no event for epel: window already counted
2025-09-18T04:10:46-0400 DEBUG epel: using metadata from Wed 17 Sep 2025 08:57:17 PM EDT.
2025-09-18T04:10:46-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T04:10:46-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T04:10:46-0400 DDEBUG Cleaning up.
2025-09-18T04:10:46-0400 DDEBUG Plugins were unloaded.
2025-09-18T04:10:46-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T04:10:46-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T05:46:03-0400 INFO --- logging initialized ---
2025-09-18T05:46:03-0400 DDEBUG timer: config: 2 ms
2025-09-18T05:46:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T05:46:03-0400 DEBUG DNF version: 4.7.0
2025-09-18T05:46:03-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T05:46:03-0400 DDEBUG Installroot: /
2025-09-18T05:46:03-0400 DDEBUG Releasever: 8
2025-09-18T05:46:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T05:46:03-0400 DDEBUG Base command: makecache
2025-09-18T05:46:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T05:46:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T05:46:03-0400 DEBUG Making cache files for all metadata files.
2025-09-18T05:46:03-0400 INFO Metadata cache refreshed recently.
2025-09-18T05:46:03-0400 DDEBUG Cleaning up.
2025-09-18T05:46:03-0400 DDEBUG Plugins were unloaded.
2025-09-18T07:20:25-0400 INFO --- logging initialized ---
2025-09-18T07:20:25-0400 DDEBUG timer: config: 2 ms
2025-09-18T07:20:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T07:20:25-0400 DEBUG DNF version: 4.7.0
2025-09-18T07:20:25-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T07:20:25-0400 DDEBUG Installroot: /
2025-09-18T07:20:25-0400 DDEBUG Releasever: 8
2025-09-18T07:20:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T07:20:25-0400 DDEBUG Base command: makecache
2025-09-18T07:20:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T07:20:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T07:20:25-0400 DEBUG Making cache files for all metadata files.
2025-09-18T07:20:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T07:20:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T07:20:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T07:20:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T07:20:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T07:20:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T07:20:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T07:20:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T07:20:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T07:20:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T07:20:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T07:20:25-0400 DEBUG countme: no event for baseos: window already counted
2025-09-18T07:20:25-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-18T07:20:26-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-18T07:20:26-0400 DEBUG countme: no event for appstream: window already counted
2025-09-18T07:20:26-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-18T07:20:26-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-18T07:20:26-0400 DEBUG countme: no event for extras: window already counted
2025-09-18T07:20:26-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-18T07:20:26-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-18T07:20:26-0400 DEBUG countme: no event for powertools: window already counted
2025-09-18T07:20:27-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-18T07:20:27-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-18T07:20:27-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-18T07:20:27-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-18T07:20:27-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-18T07:20:27-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-18T07:20:27-0400 DEBUG countme: no event for epel: window already counted
2025-09-18T07:20:28-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-18T07:20:28-0400 DEBUG epel: using metadata from Wed 17 Sep 2025 08:57:17 PM EDT.
2025-09-18T07:20:28-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T07:20:28-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T07:20:28-0400 DDEBUG Cleaning up.
2025-09-18T07:20:28-0400 DDEBUG Plugins were unloaded.
2025-09-18T07:20:28-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T07:20:28-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T09:03:55-0400 INFO --- logging initialized ---
2025-09-18T09:03:55-0400 DDEBUG timer: config: 2 ms
2025-09-18T09:03:55-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T09:03:55-0400 DEBUG DNF version: 4.7.0
2025-09-18T09:03:55-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T09:03:55-0400 DDEBUG Installroot: /
2025-09-18T09:03:55-0400 DDEBUG Releasever: 8
2025-09-18T09:03:55-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T09:03:55-0400 DDEBUG Base command: makecache
2025-09-18T09:03:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T09:03:55-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T09:03:55-0400 DEBUG Making cache files for all metadata files.
2025-09-18T09:03:55-0400 INFO Metadata cache refreshed recently.
2025-09-18T09:03:55-0400 DDEBUG Cleaning up.
2025-09-18T09:03:55-0400 DDEBUG Plugins were unloaded.
2025-09-18T10:57:25-0400 INFO --- logging initialized ---
2025-09-18T10:57:25-0400 DDEBUG timer: config: 2 ms
2025-09-18T10:57:26-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T10:57:26-0400 DEBUG DNF version: 4.7.0
2025-09-18T10:57:26-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T10:57:26-0400 DDEBUG Installroot: /
2025-09-18T10:57:26-0400 DDEBUG Releasever: 8
2025-09-18T10:57:26-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T10:57:26-0400 DDEBUG Base command: makecache
2025-09-18T10:57:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T10:57:26-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T10:57:26-0400 DEBUG Making cache files for all metadata files.
2025-09-18T10:57:26-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T10:57:26-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T10:57:26-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T10:57:26-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T10:57:26-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T10:57:26-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T10:57:26-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T10:57:26-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T10:57:26-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T10:57:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T10:57:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T10:57:26-0400 DEBUG countme: no event for baseos: window already counted
2025-09-18T10:57:26-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-18T10:57:26-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-18T10:57:26-0400 DEBUG countme: no event for appstream: window already counted
2025-09-18T10:57:26-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-18T10:57:26-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-18T10:57:26-0400 DEBUG countme: no event for extras: window already counted
2025-09-18T10:57:27-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-18T10:57:27-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-18T10:57:27-0400 DEBUG countme: no event for powertools: window already counted
2025-09-18T10:57:27-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-18T10:57:27-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-18T10:57:27-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-18T10:57:27-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-18T10:57:28-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-18T10:57:28-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-18T10:57:28-0400 DEBUG countme: no event for epel: window already counted
2025-09-18T10:57:28-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-18T10:57:28-0400 DEBUG epel: using metadata from Wed 17 Sep 2025 08:57:17 PM EDT.
2025-09-18T10:57:28-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T10:57:28-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T10:57:28-0400 DDEBUG Cleaning up.
2025-09-18T10:57:28-0400 DDEBUG Plugins were unloaded.
2025-09-18T10:57:28-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T10:57:28-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T12:35:24-0400 INFO --- logging initialized ---
2025-09-18T12:35:24-0400 DDEBUG timer: config: 2 ms
2025-09-18T12:35:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T12:35:25-0400 DEBUG DNF version: 4.7.0
2025-09-18T12:35:25-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T12:35:25-0400 DDEBUG Installroot: /
2025-09-18T12:35:25-0400 DDEBUG Releasever: 8
2025-09-18T12:35:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T12:35:25-0400 DDEBUG Base command: makecache
2025-09-18T12:35:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T12:35:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T12:35:25-0400 DEBUG Making cache files for all metadata files.
2025-09-18T12:35:25-0400 INFO Metadata cache refreshed recently.
2025-09-18T12:35:25-0400 DDEBUG Cleaning up.
2025-09-18T12:35:25-0400 DDEBUG Plugins were unloaded.
2025-09-18T14:03:01-0400 INFO --- logging initialized ---
2025-09-18T14:03:01-0400 DDEBUG timer: config: 27 ms
2025-09-18T14:03:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T14:03:01-0400 DEBUG DNF version: 4.7.0
2025-09-18T14:03:01-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T14:03:01-0400 DDEBUG Installroot: /
2025-09-18T14:03:01-0400 DDEBUG Releasever: 8
2025-09-18T14:03:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T14:03:01-0400 DDEBUG Base command: makecache
2025-09-18T14:03:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T14:03:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T14:03:01-0400 DEBUG Making cache files for all metadata files.
2025-09-18T14:03:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T14:03:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T14:03:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T14:03:01-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T14:03:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T14:03:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T14:03:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T14:03:01-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T14:03:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T14:03:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T14:03:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T14:03:01-0400 DEBUG countme: no event for baseos: window already counted
2025-09-18T14:03:01-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-18T14:03:01-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-18T14:03:01-0400 DEBUG countme: no event for appstream: window already counted
2025-09-18T14:03:02-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-18T14:03:02-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-18T14:03:02-0400 DEBUG countme: no event for extras: window already counted
2025-09-18T14:03:02-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-18T14:03:02-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-18T14:03:02-0400 DEBUG countme: no event for powertools: window already counted
2025-09-18T14:03:02-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-18T14:03:02-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-18T14:03:03-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-18T14:03:03-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-18T14:03:03-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-18T14:03:03-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-18T14:03:03-0400 DEBUG countme: no event for epel: window already counted
2025-09-18T14:03:04-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-18T14:03:04-0400 DEBUG epel: using metadata from Wed 17 Sep 2025 08:57:17 PM EDT.
2025-09-18T14:03:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T14:03:04-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T14:03:04-0400 DDEBUG Cleaning up.
2025-09-18T14:03:04-0400 DDEBUG Plugins were unloaded.
2025-09-18T14:03:04-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T14:03:04-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T15:10:42-0400 INFO --- logging initialized ---
2025-09-18T15:10:42-0400 DDEBUG timer: config: 2 ms
2025-09-18T15:10:42-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T15:10:42-0400 DEBUG DNF version: 4.7.0
2025-09-18T15:10:42-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T15:10:42-0400 DDEBUG Installroot: /
2025-09-18T15:10:42-0400 DDEBUG Releasever: 8
2025-09-18T15:10:42-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T15:10:42-0400 DDEBUG Base command: makecache
2025-09-18T15:10:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T15:10:42-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T15:10:42-0400 DEBUG Making cache files for all metadata files.
2025-09-18T15:10:42-0400 INFO Metadata cache refreshed recently.
2025-09-18T15:10:42-0400 DDEBUG Cleaning up.
2025-09-18T15:10:42-0400 DDEBUG Plugins were unloaded.
2025-09-18T16:35:13-0400 INFO --- logging initialized ---
2025-09-18T16:35:13-0400 DDEBUG timer: config: 2 ms
2025-09-18T16:35:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T16:35:13-0400 DEBUG DNF version: 4.7.0
2025-09-18T16:35:13-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T16:35:13-0400 DDEBUG Installroot: /
2025-09-18T16:35:13-0400 DDEBUG Releasever: 8
2025-09-18T16:35:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T16:35:13-0400 DDEBUG Base command: makecache
2025-09-18T16:35:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T16:35:13-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T16:35:13-0400 DEBUG Making cache files for all metadata files.
2025-09-18T16:35:13-0400 INFO Metadata cache refreshed recently.
2025-09-18T16:35:13-0400 DDEBUG Cleaning up.
2025-09-18T16:35:13-0400 DDEBUG Plugins were unloaded.
2025-09-18T18:09:07-0400 INFO --- logging initialized ---
2025-09-18T18:09:07-0400 DDEBUG timer: config: 3 ms
2025-09-18T18:09:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T18:09:08-0400 DEBUG DNF version: 4.7.0
2025-09-18T18:09:08-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T18:09:08-0400 DDEBUG Installroot: /
2025-09-18T18:09:08-0400 DDEBUG Releasever: 8
2025-09-18T18:09:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T18:09:08-0400 DDEBUG Base command: makecache
2025-09-18T18:09:08-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T18:09:08-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T18:09:08-0400 DEBUG Making cache files for all metadata files.
2025-09-18T18:09:08-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T18:09:08-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T18:09:08-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T18:09:08-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T18:09:08-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T18:09:08-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T18:09:08-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T18:09:08-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T18:09:08-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T18:09:08-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T18:09:08-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T18:09:08-0400 DEBUG countme: no event for baseos: window already counted
2025-09-18T18:09:08-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-18T18:09:08-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-18T18:09:08-0400 DEBUG countme: no event for appstream: window already counted
2025-09-18T18:09:09-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-18T18:09:09-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-18T18:09:09-0400 DEBUG countme: no event for extras: window already counted
2025-09-18T18:09:09-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-18T18:09:09-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-18T18:09:09-0400 DEBUG countme: no event for powertools: window already counted
2025-09-18T18:09:09-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-18T18:09:09-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-18T18:09:10-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-18T18:09:10-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-18T18:09:10-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-18T18:09:10-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-18T18:09:10-0400 DEBUG countme: no event for epel: window already counted
2025-09-18T18:09:10-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-18T18:09:10-0400 DEBUG epel: using metadata from Wed 17 Sep 2025 08:57:17 PM EDT.
2025-09-18T18:09:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T18:09:10-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T18:09:10-0400 DDEBUG Cleaning up.
2025-09-18T18:09:10-0400 DDEBUG Plugins were unloaded.
2025-09-18T18:09:10-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T18:09:10-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T19:53:38-0400 INFO --- logging initialized ---
2025-09-18T19:53:38-0400 DDEBUG timer: config: 3 ms
2025-09-18T19:53:38-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T19:53:38-0400 DEBUG DNF version: 4.7.0
2025-09-18T19:53:38-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T19:53:38-0400 DDEBUG Installroot: /
2025-09-18T19:53:38-0400 DDEBUG Releasever: 8
2025-09-18T19:53:38-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T19:53:38-0400 DDEBUG Base command: makecache
2025-09-18T19:53:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T19:53:38-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T19:53:38-0400 DEBUG Making cache files for all metadata files.
2025-09-18T19:53:38-0400 INFO Metadata cache refreshed recently.
2025-09-18T19:53:38-0400 DDEBUG Cleaning up.
2025-09-18T19:53:38-0400 DDEBUG Plugins were unloaded.
2025-09-18T21:24:13-0400 INFO --- logging initialized ---
2025-09-18T21:24:13-0400 DDEBUG timer: config: 3 ms
2025-09-18T21:24:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T21:24:13-0400 DEBUG DNF version: 4.7.0
2025-09-18T21:24:13-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T21:24:13-0400 DDEBUG Installroot: /
2025-09-18T21:24:13-0400 DDEBUG Releasever: 8
2025-09-18T21:24:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T21:24:13-0400 DDEBUG Base command: makecache
2025-09-18T21:24:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T21:24:13-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T21:24:13-0400 DEBUG Making cache files for all metadata files.
2025-09-18T21:24:13-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T21:24:13-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T21:24:13-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T21:24:13-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T21:24:13-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T21:24:13-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T21:24:13-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T21:24:13-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T21:24:13-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T21:24:13-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T21:24:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T21:24:13-0400 DEBUG countme: no event for baseos: window already counted
2025-09-18T21:24:13-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-18T21:24:13-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-18T21:24:13-0400 DEBUG countme: no event for appstream: window already counted
2025-09-18T21:24:14-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-18T21:24:14-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-18T21:24:14-0400 DEBUG countme: no event for extras: window already counted
2025-09-18T21:24:14-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-18T21:24:14-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-18T21:24:14-0400 DEBUG countme: no event for powertools: window already counted
2025-09-18T21:24:14-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-18T21:24:14-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-18T21:24:15-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-18T21:24:15-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-18T21:24:15-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-18T21:24:15-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-18T21:24:15-0400 DEBUG countme: no event for epel: window already counted
2025-09-18T21:24:15-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-18T21:24:15-0400 DEBUG epel: using metadata from Wed 17 Sep 2025 08:57:17 PM EDT.
2025-09-18T21:24:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-18T21:24:15-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T21:24:15-0400 DDEBUG Cleaning up.
2025-09-18T21:24:15-0400 DDEBUG Plugins were unloaded.
2025-09-18T21:24:15-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T21:24:15-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T22:32:58-0400 INFO --- logging initialized ---
2025-09-18T22:32:58-0400 DDEBUG timer: config: 3 ms
2025-09-18T22:32:58-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T22:32:58-0400 DEBUG DNF version: 4.7.0
2025-09-18T22:32:58-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T22:32:58-0400 DDEBUG Installroot: /
2025-09-18T22:32:58-0400 DDEBUG Releasever: 8
2025-09-18T22:32:58-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T22:32:58-0400 DDEBUG Base command: makecache
2025-09-18T22:32:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T22:32:58-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T22:32:58-0400 DEBUG Making cache files for all metadata files.
2025-09-18T22:32:58-0400 INFO Metadata cache refreshed recently.
2025-09-18T22:32:58-0400 DDEBUG Cleaning up.
2025-09-18T22:32:58-0400 DDEBUG Plugins were unloaded.
2025-09-18T23:42:32-0400 INFO --- logging initialized ---
2025-09-18T23:42:32-0400 DDEBUG timer: config: 3 ms
2025-09-18T23:42:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T23:42:32-0400 DEBUG DNF version: 4.7.0
2025-09-18T23:42:32-0400 DDEBUG Command: dnf makecache --timer
2025-09-18T23:42:32-0400 DDEBUG Installroot: /
2025-09-18T23:42:32-0400 DDEBUG Releasever: 8
2025-09-18T23:42:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T23:42:32-0400 DDEBUG Base command: makecache
2025-09-18T23:42:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T23:42:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T23:42:32-0400 DEBUG Making cache files for all metadata files.
2025-09-18T23:42:32-0400 INFO Metadata cache refreshed recently.
2025-09-18T23:42:32-0400 DDEBUG Cleaning up.
2025-09-18T23:42:32-0400 DDEBUG Plugins were unloaded.
2025-09-19T01:35:54-0400 INFO --- logging initialized ---
2025-09-19T01:35:54-0400 DDEBUG timer: config: 2 ms
2025-09-19T01:35:55-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T01:35:55-0400 DEBUG DNF version: 4.7.0
2025-09-19T01:35:55-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T01:35:55-0400 DDEBUG Installroot: /
2025-09-19T01:35:55-0400 DDEBUG Releasever: 8
2025-09-19T01:35:55-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T01:35:55-0400 DDEBUG Base command: makecache
2025-09-19T01:35:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T01:35:55-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T01:35:55-0400 DEBUG Making cache files for all metadata files.
2025-09-19T01:35:55-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T01:35:55-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T01:35:55-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T01:35:55-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T01:35:55-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T01:35:55-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T01:35:55-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T01:35:55-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T01:35:55-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T01:35:55-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T01:35:55-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T01:35:55-0400 DEBUG countme: no event for baseos: window already counted
2025-09-19T01:35:55-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-19T01:35:55-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-19T01:35:55-0400 DEBUG countme: no event for appstream: window already counted
2025-09-19T01:35:56-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-19T01:35:56-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-19T01:35:56-0400 DEBUG countme: no event for extras: window already counted
2025-09-19T01:35:56-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-19T01:35:56-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-19T01:35:56-0400 DEBUG countme: no event for powertools: window already counted
2025-09-19T01:35:56-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-19T01:35:56-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-19T01:35:57-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-19T01:35:57-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-19T01:35:57-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-19T01:35:57-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-19T01:35:57-0400 DEBUG countme: no event for epel: window already counted
2025-09-19T01:35:57-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-19T01:35:57-0400 DEBUG repo: downloading from remote: epel
2025-09-19T01:35:57-0400 DEBUG countme: no event for epel: window already counted
2025-09-19T01:36:02-0400 DEBUG epel: using metadata from Thu 18 Sep 2025 09:58:38 PM EDT.
2025-09-19T01:36:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T01:36:02-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T01:36:02-0400 DDEBUG Cleaning up.
2025-09-19T01:36:02-0400 DDEBUG Plugins were unloaded.
2025-09-19T01:36:02-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T01:36:02-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T03:23:32-0400 INFO --- logging initialized ---
2025-09-19T03:23:32-0400 DDEBUG timer: config: 4 ms
2025-09-19T03:23:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T03:23:32-0400 DEBUG DNF version: 4.7.0
2025-09-19T03:23:32-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T03:23:32-0400 DDEBUG Installroot: /
2025-09-19T03:23:32-0400 DDEBUG Releasever: 8
2025-09-19T03:23:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T03:23:32-0400 DDEBUG Base command: makecache
2025-09-19T03:23:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T03:23:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T03:23:32-0400 DEBUG Making cache files for all metadata files.
2025-09-19T03:23:32-0400 INFO Metadata cache refreshed recently.
2025-09-19T03:23:32-0400 DDEBUG Cleaning up.
2025-09-19T03:23:32-0400 DDEBUG Plugins were unloaded.
2025-09-19T03:33:05-0400 INFO --- logging initialized ---
2025-09-19T03:33:05-0400 DDEBUG timer: config: 3 ms
2025-09-19T03:33:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T03:33:05-0400 DEBUG YUM version: 4.7.0
2025-09-19T03:33:05-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-19T03:33:05-0400 DDEBUG Installroot: /
2025-09-19T03:33:05-0400 DDEBUG Releasever: 8
2025-09-19T03:33:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T03:33:05-0400 DDEBUG Base command: check-update
2025-09-19T03:33:05-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-19T03:33:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-19T03:33:05-0400 DEBUG repo: using cache for: cwp
2025-09-19T03:33:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T03:33:05-0400 DEBUG repo: using cache for: baseos
2025-09-19T03:33:05-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-19T03:33:05-0400 DEBUG repo: using cache for: appstream
2025-09-19T03:33:06-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-19T03:33:06-0400 DEBUG repo: using cache for: extras
2025-09-19T03:33:06-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-19T03:33:06-0400 DEBUG repo: using cache for: powertools
2025-09-19T03:33:06-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-19T03:33:06-0400 DEBUG repo: using cache for: powertools-source
2025-09-19T03:33:06-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-19T03:33:06-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-19T03:33:06-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-19T03:33:06-0400 DEBUG repo: using cache for: epel
2025-09-19T03:33:06-0400 DEBUG epel: using metadata from Thu 18 Sep 2025 09:58:38 PM EDT.
2025-09-19T03:33:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T03:33:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T03:33:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T03:33:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T03:33:06-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T03:33:06-0400 DDEBUG Cleaning up.
2025-09-19T03:33:06-0400 DDEBUG Plugins were unloaded.
2025-09-19T03:33:06-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-19T03:33:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-19T03:33:06-0400 INFO --- logging initialized ---
2025-09-19T03:33:06-0400 DDEBUG timer: config: 3 ms
2025-09-19T03:33:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T03:33:06-0400 DEBUG YUM version: 4.7.0
2025-09-19T03:33:06-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-19T03:33:06-0400 DDEBUG Installroot: /
2025-09-19T03:33:06-0400 DDEBUG Releasever: 8
2025-09-19T03:33:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T03:33:06-0400 DDEBUG Base command: update
2025-09-19T03:33:06-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-19T03:33:06-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-19T03:33:06-0400 DEBUG repo: using cache for: cwp
2025-09-19T03:33:06-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T03:33:06-0400 DEBUG repo: using cache for: baseos
2025-09-19T03:33:07-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-19T03:33:07-0400 DEBUG repo: using cache for: appstream
2025-09-19T03:33:07-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-19T03:33:07-0400 DEBUG repo: using cache for: extras
2025-09-19T03:33:07-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-19T03:33:07-0400 DEBUG repo: using cache for: powertools
2025-09-19T03:33:07-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-19T03:33:07-0400 DEBUG repo: using cache for: powertools-source
2025-09-19T03:33:07-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-19T03:33:07-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-19T03:33:07-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-19T03:33:07-0400 DEBUG repo: using cache for: epel
2025-09-19T03:33:07-0400 DEBUG epel: using metadata from Thu 18 Sep 2025 09:58:38 PM EDT.
2025-09-19T03:33:07-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T03:33:07-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T03:33:07-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T03:33:07-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T03:33:07-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T03:33:07-0400 DDEBUG Cleaning up.
2025-09-19T03:33:07-0400 DDEBUG Plugins were unloaded.
2025-09-19T03:33:07-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-19T03:33:07-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-19T04:48:22-0400 INFO --- logging initialized ---
2025-09-19T04:48:22-0400 DDEBUG timer: config: 3 ms
2025-09-19T04:48:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T04:48:22-0400 DEBUG DNF version: 4.7.0
2025-09-19T04:48:22-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T04:48:22-0400 DDEBUG Installroot: /
2025-09-19T04:48:22-0400 DDEBUG Releasever: 8
2025-09-19T04:48:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T04:48:22-0400 DDEBUG Base command: makecache
2025-09-19T04:48:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T04:48:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T04:48:22-0400 DEBUG Making cache files for all metadata files.
2025-09-19T04:48:22-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T04:48:22-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T04:48:22-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T04:48:22-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T04:48:22-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T04:48:22-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T04:48:22-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T04:48:22-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T04:48:22-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T04:48:22-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T04:48:22-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T04:48:22-0400 DEBUG countme: no event for baseos: window already counted
2025-09-19T04:48:22-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-19T04:48:22-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-19T04:48:22-0400 DEBUG countme: no event for appstream: window already counted
2025-09-19T04:48:22-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-19T04:48:22-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-19T04:48:22-0400 DEBUG countme: no event for extras: window already counted
2025-09-19T04:48:23-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-19T04:48:23-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-19T04:48:23-0400 DEBUG countme: no event for powertools: window already counted
2025-09-19T04:48:23-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-19T04:48:23-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-19T04:48:23-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-19T04:48:23-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-19T04:48:24-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-19T04:48:24-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-19T04:48:24-0400 DEBUG countme: no event for epel: window already counted
2025-09-19T04:48:24-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-19T04:48:24-0400 DEBUG epel: using metadata from Thu 18 Sep 2025 09:58:38 PM EDT.
2025-09-19T04:48:24-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T04:48:24-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T04:48:24-0400 DDEBUG Cleaning up.
2025-09-19T04:48:24-0400 DDEBUG Plugins were unloaded.
2025-09-19T04:48:24-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T04:48:24-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T06:15:19-0400 INFO --- logging initialized ---
2025-09-19T06:15:19-0400 DDEBUG timer: config: 3 ms
2025-09-19T06:15:19-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T06:15:19-0400 DEBUG DNF version: 4.7.0
2025-09-19T06:15:19-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T06:15:19-0400 DDEBUG Installroot: /
2025-09-19T06:15:19-0400 DDEBUG Releasever: 8
2025-09-19T06:15:19-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T06:15:19-0400 DDEBUG Base command: makecache
2025-09-19T06:15:19-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T06:15:19-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T06:15:19-0400 DEBUG Making cache files for all metadata files.
2025-09-19T06:15:19-0400 INFO Metadata cache refreshed recently.
2025-09-19T06:15:19-0400 DDEBUG Cleaning up.
2025-09-19T06:15:19-0400 DDEBUG Plugins were unloaded.
2025-09-19T08:00:39-0400 INFO --- logging initialized ---
2025-09-19T08:00:39-0400 DDEBUG timer: config: 2 ms
2025-09-19T08:00:39-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T08:00:39-0400 DEBUG DNF version: 4.7.0
2025-09-19T08:00:39-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T08:00:39-0400 DDEBUG Installroot: /
2025-09-19T08:00:39-0400 DDEBUG Releasever: 8
2025-09-19T08:00:39-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T08:00:39-0400 DDEBUG Base command: makecache
2025-09-19T08:00:39-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T08:00:39-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T08:00:39-0400 DEBUG Making cache files for all metadata files.
2025-09-19T08:00:39-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T08:00:39-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T08:00:39-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T08:00:39-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T08:00:39-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T08:00:39-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T08:00:39-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T08:00:39-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T08:00:39-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T08:00:39-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T08:00:39-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T08:00:39-0400 DEBUG countme: no event for baseos: window already counted
2025-09-19T08:00:39-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-19T08:00:39-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-19T08:00:39-0400 DEBUG countme: no event for appstream: window already counted
2025-09-19T08:00:40-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-19T08:00:40-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-19T08:00:40-0400 DEBUG countme: no event for extras: window already counted
2025-09-19T08:00:40-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-19T08:00:40-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-19T08:00:40-0400 DEBUG countme: no event for powertools: window already counted
2025-09-19T08:00:40-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-19T08:00:40-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-19T08:00:41-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-19T08:00:41-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-19T08:00:41-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-19T08:00:41-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-19T08:00:41-0400 DEBUG countme: no event for epel: window already counted
2025-09-19T08:00:42-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-19T08:00:42-0400 DEBUG epel: using metadata from Thu 18 Sep 2025 09:58:38 PM EDT.
2025-09-19T08:00:42-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T08:00:42-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T08:00:42-0400 DDEBUG Cleaning up.
2025-09-19T08:00:42-0400 DDEBUG Plugins were unloaded.
2025-09-19T08:00:42-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T08:00:42-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T09:55:21-0400 INFO --- logging initialized ---
2025-09-19T09:55:21-0400 DDEBUG timer: config: 3 ms
2025-09-19T09:55:21-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T09:55:21-0400 DEBUG DNF version: 4.7.0
2025-09-19T09:55:21-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T09:55:21-0400 DDEBUG Installroot: /
2025-09-19T09:55:21-0400 DDEBUG Releasever: 8
2025-09-19T09:55:21-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T09:55:21-0400 DDEBUG Base command: makecache
2025-09-19T09:55:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T09:55:21-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T09:55:21-0400 DEBUG Making cache files for all metadata files.
2025-09-19T09:55:21-0400 INFO Metadata cache refreshed recently.
2025-09-19T09:55:21-0400 DDEBUG Cleaning up.
2025-09-19T09:55:21-0400 DDEBUG Plugins were unloaded.
2025-09-19T11:47:52-0400 INFO --- logging initialized ---
2025-09-19T11:47:52-0400 DDEBUG timer: config: 2 ms
2025-09-19T11:47:52-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T11:47:52-0400 DEBUG DNF version: 4.7.0
2025-09-19T11:47:52-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T11:47:52-0400 DDEBUG Installroot: /
2025-09-19T11:47:52-0400 DDEBUG Releasever: 8
2025-09-19T11:47:52-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T11:47:52-0400 DDEBUG Base command: makecache
2025-09-19T11:47:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T11:47:52-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T11:47:52-0400 DEBUG Making cache files for all metadata files.
2025-09-19T11:47:52-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T11:47:52-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T11:47:52-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T11:47:52-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T11:47:52-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T11:47:52-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T11:47:52-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T11:47:53-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T11:47:53-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T11:47:53-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T11:47:53-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T11:47:53-0400 DEBUG countme: no event for baseos: window already counted
2025-09-19T11:47:53-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-19T11:47:53-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-19T11:47:53-0400 DEBUG countme: no event for appstream: window already counted
2025-09-19T11:47:53-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-19T11:47:53-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-19T11:47:53-0400 DEBUG countme: no event for extras: window already counted
2025-09-19T11:47:54-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-19T11:47:54-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-19T11:47:54-0400 DEBUG countme: no event for powertools: window already counted
2025-09-19T11:47:54-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-19T11:47:54-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-19T11:47:54-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-19T11:47:54-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-19T11:47:55-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-19T11:47:55-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-19T11:47:55-0400 DEBUG countme: no event for epel: window already counted
2025-09-19T11:47:55-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-19T11:47:55-0400 DEBUG epel: using metadata from Thu 18 Sep 2025 09:58:38 PM EDT.
2025-09-19T11:47:55-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T11:47:55-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T11:47:55-0400 DDEBUG Cleaning up.
2025-09-19T11:47:55-0400 DDEBUG Plugins were unloaded.
2025-09-19T11:47:55-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T11:47:55-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T13:23:55-0400 INFO --- logging initialized ---
2025-09-19T13:23:55-0400 DDEBUG timer: config: 3 ms
2025-09-19T13:23:55-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T13:23:55-0400 DEBUG DNF version: 4.7.0
2025-09-19T13:23:55-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T13:23:55-0400 DDEBUG Installroot: /
2025-09-19T13:23:55-0400 DDEBUG Releasever: 8
2025-09-19T13:23:55-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T13:23:55-0400 DDEBUG Base command: makecache
2025-09-19T13:23:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T13:23:55-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T13:23:55-0400 DEBUG Making cache files for all metadata files.
2025-09-19T13:23:55-0400 INFO Metadata cache refreshed recently.
2025-09-19T13:23:55-0400 DDEBUG Cleaning up.
2025-09-19T13:23:55-0400 DDEBUG Plugins were unloaded.
2025-09-19T14:27:55-0400 INFO --- logging initialized ---
2025-09-19T14:27:55-0400 DDEBUG timer: config: 2 ms
2025-09-19T14:27:55-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T14:27:55-0400 DEBUG DNF version: 4.7.0
2025-09-19T14:27:55-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T14:27:55-0400 DDEBUG Installroot: /
2025-09-19T14:27:55-0400 DDEBUG Releasever: 8
2025-09-19T14:27:55-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T14:27:55-0400 DDEBUG Base command: makecache
2025-09-19T14:27:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T14:27:55-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T14:27:55-0400 DEBUG Making cache files for all metadata files.
2025-09-19T14:27:55-0400 INFO Metadata cache refreshed recently.
2025-09-19T14:27:55-0400 DDEBUG Cleaning up.
2025-09-19T14:27:55-0400 DDEBUG Plugins were unloaded.
2025-09-19T15:52:59-0400 INFO --- logging initialized ---
2025-09-19T15:52:59-0400 DDEBUG timer: config: 2 ms
2025-09-19T15:52:59-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T15:52:59-0400 DEBUG DNF version: 4.7.0
2025-09-19T15:52:59-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T15:52:59-0400 DDEBUG Installroot: /
2025-09-19T15:52:59-0400 DDEBUG Releasever: 8
2025-09-19T15:52:59-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T15:52:59-0400 DDEBUG Base command: makecache
2025-09-19T15:52:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T15:52:59-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T15:52:59-0400 DEBUG Making cache files for all metadata files.
2025-09-19T15:52:59-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T15:52:59-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T15:52:59-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T15:52:59-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T15:52:59-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T15:52:59-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T15:52:59-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T15:52:59-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T15:52:59-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T15:52:59-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T15:52:59-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T15:52:59-0400 DEBUG countme: no event for baseos: window already counted
2025-09-19T15:52:59-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-19T15:52:59-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-19T15:52:59-0400 DEBUG countme: no event for appstream: window already counted
2025-09-19T15:53:00-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-19T15:53:00-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-19T15:53:00-0400 DEBUG countme: no event for extras: window already counted
2025-09-19T15:53:00-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-19T15:53:00-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-19T15:53:00-0400 DEBUG countme: no event for powertools: window already counted
2025-09-19T15:53:00-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-19T15:53:00-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-19T15:53:01-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-19T15:53:01-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-19T15:53:01-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-19T15:53:01-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-19T15:53:01-0400 DEBUG countme: no event for epel: window already counted
2025-09-19T15:53:01-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-19T15:53:01-0400 DEBUG epel: using metadata from Thu 18 Sep 2025 09:58:38 PM EDT.
2025-09-19T15:53:01-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T15:53:01-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T15:53:01-0400 DDEBUG Cleaning up.
2025-09-19T15:53:01-0400 DDEBUG Plugins were unloaded.
2025-09-19T15:53:01-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T15:53:01-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T17:37:30-0400 INFO --- logging initialized ---
2025-09-19T17:37:30-0400 DDEBUG timer: config: 3 ms
2025-09-19T17:37:30-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T17:37:30-0400 DEBUG DNF version: 4.7.0
2025-09-19T17:37:30-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T17:37:30-0400 DDEBUG Installroot: /
2025-09-19T17:37:30-0400 DDEBUG Releasever: 8
2025-09-19T17:37:30-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T17:37:30-0400 DDEBUG Base command: makecache
2025-09-19T17:37:30-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T17:37:30-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T17:37:30-0400 DEBUG Making cache files for all metadata files.
2025-09-19T17:37:30-0400 INFO Metadata cache refreshed recently.
2025-09-19T17:37:30-0400 DDEBUG Cleaning up.
2025-09-19T17:37:30-0400 DDEBUG Plugins were unloaded.
2025-09-19T19:18:32-0400 INFO --- logging initialized ---
2025-09-19T19:18:32-0400 DDEBUG timer: config: 3 ms
2025-09-19T19:18:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T19:18:32-0400 DEBUG DNF version: 4.7.0
2025-09-19T19:18:32-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T19:18:32-0400 DDEBUG Installroot: /
2025-09-19T19:18:32-0400 DDEBUG Releasever: 8
2025-09-19T19:18:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T19:18:32-0400 DDEBUG Base command: makecache
2025-09-19T19:18:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T19:18:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T19:18:32-0400 DEBUG Making cache files for all metadata files.
2025-09-19T19:18:32-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T19:18:32-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T19:18:32-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T19:18:32-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T19:18:32-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T19:18:32-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T19:18:32-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T19:18:32-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T19:18:32-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T19:18:32-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T19:18:32-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T19:18:32-0400 DEBUG countme: no event for baseos: window already counted
2025-09-19T19:18:32-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-19T19:18:32-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-19T19:18:32-0400 DEBUG countme: no event for appstream: window already counted
2025-09-19T19:18:33-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-19T19:18:33-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-19T19:18:33-0400 DEBUG countme: no event for extras: window already counted
2025-09-19T19:18:33-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-19T19:18:33-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-19T19:18:33-0400 DEBUG countme: no event for powertools: window already counted
2025-09-19T19:18:33-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-19T19:18:33-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-19T19:18:34-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-19T19:18:34-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-19T19:18:34-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-19T19:18:34-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-19T19:18:34-0400 DEBUG countme: no event for epel: window already counted
2025-09-19T19:18:34-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-19T19:18:34-0400 DEBUG epel: using metadata from Thu 18 Sep 2025 09:58:38 PM EDT.
2025-09-19T19:18:34-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T19:18:34-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T19:18:34-0400 DDEBUG Cleaning up.
2025-09-19T19:18:34-0400 DDEBUG Plugins were unloaded.
2025-09-19T19:18:34-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T19:18:34-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T20:36:14-0400 INFO --- logging initialized ---
2025-09-19T20:36:14-0400 DDEBUG timer: config: 3 ms
2025-09-19T20:36:14-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T20:36:14-0400 DEBUG DNF version: 4.7.0
2025-09-19T20:36:14-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T20:36:14-0400 DDEBUG Installroot: /
2025-09-19T20:36:14-0400 DDEBUG Releasever: 8
2025-09-19T20:36:14-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T20:36:14-0400 DDEBUG Base command: makecache
2025-09-19T20:36:14-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T20:36:14-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T20:36:14-0400 DEBUG Making cache files for all metadata files.
2025-09-19T20:36:14-0400 INFO Metadata cache refreshed recently.
2025-09-19T20:36:14-0400 DDEBUG Cleaning up.
2025-09-19T20:36:14-0400 DDEBUG Plugins were unloaded.
2025-09-19T21:38:52-0400 INFO --- logging initialized ---
2025-09-19T21:38:52-0400 DDEBUG timer: config: 2 ms
2025-09-19T21:38:52-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T21:38:52-0400 DEBUG DNF version: 4.7.0
2025-09-19T21:38:52-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T21:38:52-0400 DDEBUG Installroot: /
2025-09-19T21:38:52-0400 DDEBUG Releasever: 8
2025-09-19T21:38:52-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T21:38:52-0400 DDEBUG Base command: makecache
2025-09-19T21:38:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T21:38:52-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T21:38:52-0400 DEBUG Making cache files for all metadata files.
2025-09-19T21:38:52-0400 INFO Metadata cache refreshed recently.
2025-09-19T21:38:52-0400 DDEBUG Cleaning up.
2025-09-19T21:38:52-0400 DDEBUG Plugins were unloaded.
2025-09-19T22:50:20-0400 INFO --- logging initialized ---
2025-09-19T22:50:20-0400 DDEBUG timer: config: 3 ms
2025-09-19T22:50:20-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T22:50:20-0400 DEBUG DNF version: 4.7.0
2025-09-19T22:50:20-0400 DDEBUG Command: dnf makecache --timer
2025-09-19T22:50:20-0400 DDEBUG Installroot: /
2025-09-19T22:50:20-0400 DDEBUG Releasever: 8
2025-09-19T22:50:20-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T22:50:20-0400 DDEBUG Base command: makecache
2025-09-19T22:50:20-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T22:50:20-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T22:50:20-0400 DEBUG Making cache files for all metadata files.
2025-09-19T22:50:20-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T22:50:20-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T22:50:20-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T22:50:20-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T22:50:20-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T22:50:20-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T22:50:20-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T22:50:20-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T22:50:20-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T22:50:20-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T22:50:20-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T22:50:20-0400 DEBUG countme: no event for baseos: window already counted
2025-09-19T22:50:20-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-19T22:50:20-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-19T22:50:20-0400 DEBUG countme: no event for appstream: window already counted
2025-09-19T22:50:21-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-19T22:50:21-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-19T22:50:21-0400 DEBUG countme: no event for extras: window already counted
2025-09-19T22:50:21-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-19T22:50:21-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-19T22:50:21-0400 DEBUG countme: no event for powertools: window already counted
2025-09-19T22:50:21-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-19T22:50:21-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-19T22:50:22-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-19T22:50:22-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-19T22:50:22-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-19T22:50:22-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-19T22:50:22-0400 DEBUG countme: no event for epel: window already counted
2025-09-19T22:50:22-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-19T22:50:22-0400 DEBUG repo: downloading from remote: epel
2025-09-19T22:50:22-0400 DEBUG countme: no event for epel: window already counted
2025-09-19T22:50:23-0400 DEBUG epel: using metadata from Thu 18 Sep 2025 09:58:38 PM EDT.
2025-09-19T22:50:23-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-19T22:50:23-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T22:50:23-0400 DDEBUG Cleaning up.
2025-09-19T22:50:23-0400 DDEBUG Plugins were unloaded.
2025-09-19T22:50:23-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T22:50:23-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T00:35:38-0400 INFO --- logging initialized ---
2025-09-20T00:35:38-0400 DDEBUG timer: config: 4 ms
2025-09-20T00:35:38-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T00:35:38-0400 DEBUG DNF version: 4.7.0
2025-09-20T00:35:38-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T00:35:38-0400 DDEBUG Installroot: /
2025-09-20T00:35:38-0400 DDEBUG Releasever: 8
2025-09-20T00:35:38-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T00:35:38-0400 DDEBUG Base command: makecache
2025-09-20T00:35:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T00:35:39-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T00:35:39-0400 DEBUG Making cache files for all metadata files.
2025-09-20T00:35:39-0400 INFO Metadata cache refreshed recently.
2025-09-20T00:35:39-0400 DDEBUG Cleaning up.
2025-09-20T00:35:39-0400 DDEBUG Plugins were unloaded.
2025-09-20T02:11:41-0400 INFO --- logging initialized ---
2025-09-20T02:11:41-0400 DDEBUG timer: config: 2 ms
2025-09-20T02:11:41-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T02:11:41-0400 DEBUG DNF version: 4.7.0
2025-09-20T02:11:41-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T02:11:41-0400 DDEBUG Installroot: /
2025-09-20T02:11:41-0400 DDEBUG Releasever: 8
2025-09-20T02:11:41-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T02:11:41-0400 DDEBUG Base command: makecache
2025-09-20T02:11:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T02:11:41-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T02:11:41-0400 DEBUG Making cache files for all metadata files.
2025-09-20T02:11:41-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T02:11:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T02:11:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T02:11:41-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T02:11:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T02:11:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T02:11:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T02:11:41-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T02:11:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T02:11:41-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T02:11:41-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T02:11:41-0400 DEBUG countme: no event for baseos: window already counted
2025-09-20T02:11:41-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-20T02:11:42-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-20T02:11:42-0400 DEBUG countme: no event for appstream: window already counted
2025-09-20T02:11:42-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-20T02:11:42-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-20T02:11:42-0400 DEBUG countme: no event for extras: window already counted
2025-09-20T02:11:42-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-20T02:11:42-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-20T02:11:42-0400 DEBUG countme: no event for powertools: window already counted
2025-09-20T02:11:43-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-20T02:11:43-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-20T02:11:43-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-20T02:11:43-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-20T02:11:43-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-20T02:11:43-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-20T02:11:43-0400 DEBUG countme: no event for epel: window already counted
2025-09-20T02:11:44-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-20T02:11:44-0400 DEBUG repo: downloading from remote: epel
2025-09-20T02:11:44-0400 DEBUG countme: no event for epel: window already counted
2025-09-20T02:11:49-0400 DEBUG epel: using metadata from Fri 19 Sep 2025 09:08:17 PM EDT.
2025-09-20T02:11:49-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T02:11:49-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T02:11:49-0400 DDEBUG Cleaning up.
2025-09-20T02:11:49-0400 DDEBUG Plugins were unloaded.
2025-09-20T02:11:49-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T02:11:49-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T03:30:37-0400 INFO --- logging initialized ---
2025-09-20T03:30:37-0400 DDEBUG timer: config: 4 ms
2025-09-20T03:30:37-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T03:30:37-0400 DEBUG DNF version: 4.7.0
2025-09-20T03:30:37-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T03:30:37-0400 DDEBUG Installroot: /
2025-09-20T03:30:37-0400 DDEBUG Releasever: 8
2025-09-20T03:30:37-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T03:30:37-0400 DDEBUG Base command: makecache
2025-09-20T03:30:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T03:30:37-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T03:30:37-0400 DEBUG Making cache files for all metadata files.
2025-09-20T03:30:37-0400 INFO Metadata cache refreshed recently.
2025-09-20T03:30:37-0400 DDEBUG Cleaning up.
2025-09-20T03:30:37-0400 DDEBUG Plugins were unloaded.
2025-09-20T03:48:05-0400 INFO --- logging initialized ---
2025-09-20T03:48:05-0400 DDEBUG timer: config: 3 ms
2025-09-20T03:48:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T03:48:05-0400 DEBUG YUM version: 4.7.0
2025-09-20T03:48:05-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-20T03:48:05-0400 DDEBUG Installroot: /
2025-09-20T03:48:05-0400 DDEBUG Releasever: 8
2025-09-20T03:48:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T03:48:05-0400 DDEBUG Base command: check-update
2025-09-20T03:48:05-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-20T03:48:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-20T03:48:05-0400 DEBUG repo: using cache for: cwp
2025-09-20T03:48:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T03:48:05-0400 DEBUG repo: using cache for: baseos
2025-09-20T03:48:05-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-20T03:48:05-0400 DEBUG repo: using cache for: appstream
2025-09-20T03:48:05-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-20T03:48:05-0400 DEBUG repo: using cache for: extras
2025-09-20T03:48:05-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-20T03:48:05-0400 DEBUG repo: using cache for: powertools
2025-09-20T03:48:05-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-20T03:48:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-20T03:48:05-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-20T03:48:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-20T03:48:05-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-20T03:48:05-0400 DEBUG repo: using cache for: epel
2025-09-20T03:48:06-0400 DEBUG epel: using metadata from Fri 19 Sep 2025 09:08:17 PM EDT.
2025-09-20T03:48:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T03:48:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T03:48:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T03:48:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T03:48:06-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T03:48:06-0400 DDEBUG Cleaning up.
2025-09-20T03:48:06-0400 DDEBUG Plugins were unloaded.
2025-09-20T03:48:06-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-20T03:48:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-20T03:48:06-0400 INFO --- logging initialized ---
2025-09-20T03:48:06-0400 DDEBUG timer: config: 3 ms
2025-09-20T03:48:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T03:48:06-0400 DEBUG YUM version: 4.7.0
2025-09-20T03:48:06-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-20T03:48:06-0400 DDEBUG Installroot: /
2025-09-20T03:48:06-0400 DDEBUG Releasever: 8
2025-09-20T03:48:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T03:48:06-0400 DDEBUG Base command: update
2025-09-20T03:48:06-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-20T03:48:06-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-20T03:48:06-0400 DEBUG repo: using cache for: cwp
2025-09-20T03:48:06-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T03:48:06-0400 DEBUG repo: using cache for: baseos
2025-09-20T03:48:06-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-20T03:48:06-0400 DEBUG repo: using cache for: appstream
2025-09-20T03:48:06-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-20T03:48:06-0400 DEBUG repo: using cache for: extras
2025-09-20T03:48:06-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-20T03:48:06-0400 DEBUG repo: using cache for: powertools
2025-09-20T03:48:06-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-20T03:48:06-0400 DEBUG repo: using cache for: powertools-source
2025-09-20T03:48:06-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-20T03:48:06-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-20T03:48:06-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-20T03:48:06-0400 DEBUG repo: using cache for: epel
2025-09-20T03:48:06-0400 DEBUG epel: using metadata from Fri 19 Sep 2025 09:08:17 PM EDT.
2025-09-20T03:48:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T03:48:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T03:48:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T03:48:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T03:48:06-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T03:48:06-0400 DDEBUG Cleaning up.
2025-09-20T03:48:06-0400 DDEBUG Plugins were unloaded.
2025-09-20T03:48:06-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-20T03:48:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-20T04:58:31-0400 INFO --- logging initialized ---
2025-09-20T04:58:31-0400 DDEBUG timer: config: 3 ms
2025-09-20T04:58:31-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T04:58:31-0400 DEBUG DNF version: 4.7.0
2025-09-20T04:58:31-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T04:58:31-0400 DDEBUG Installroot: /
2025-09-20T04:58:31-0400 DDEBUG Releasever: 8
2025-09-20T04:58:31-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T04:58:31-0400 DDEBUG Base command: makecache
2025-09-20T04:58:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T04:58:31-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T04:58:31-0400 DEBUG Making cache files for all metadata files.
2025-09-20T04:58:31-0400 INFO Metadata cache refreshed recently.
2025-09-20T04:58:31-0400 DDEBUG Cleaning up.
2025-09-20T04:58:31-0400 DDEBUG Plugins were unloaded.
2025-09-20T06:30:26-0400 INFO --- logging initialized ---
2025-09-20T06:30:26-0400 DDEBUG timer: config: 2 ms
2025-09-20T06:30:26-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T06:30:26-0400 DEBUG DNF version: 4.7.0
2025-09-20T06:30:26-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T06:30:26-0400 DDEBUG Installroot: /
2025-09-20T06:30:26-0400 DDEBUG Releasever: 8
2025-09-20T06:30:26-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T06:30:26-0400 DDEBUG Base command: makecache
2025-09-20T06:30:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T06:30:26-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T06:30:26-0400 DEBUG Making cache files for all metadata files.
2025-09-20T06:30:26-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T06:30:26-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T06:30:26-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T06:30:26-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T06:30:26-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T06:30:26-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T06:30:26-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T06:30:26-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T06:30:26-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T06:30:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T06:30:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T06:30:26-0400 DEBUG countme: no event for baseos: window already counted
2025-09-20T06:30:26-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-20T06:30:26-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-20T06:30:26-0400 DEBUG countme: no event for appstream: window already counted
2025-09-20T06:30:27-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-20T06:30:27-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-20T06:30:27-0400 DEBUG countme: no event for extras: window already counted
2025-09-20T06:30:27-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-20T06:30:27-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-20T06:30:27-0400 DEBUG countme: no event for powertools: window already counted
2025-09-20T06:30:27-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-20T06:30:27-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-20T06:30:28-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-20T06:30:28-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-20T06:30:28-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-20T06:30:28-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-20T06:30:28-0400 DEBUG countme: no event for epel: window already counted
2025-09-20T06:30:28-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-20T06:30:28-0400 DEBUG epel: using metadata from Fri 19 Sep 2025 09:08:17 PM EDT.
2025-09-20T06:30:28-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T06:30:28-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T06:30:28-0400 DDEBUG Cleaning up.
2025-09-20T06:30:28-0400 DDEBUG Plugins were unloaded.
2025-09-20T06:30:28-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T06:30:28-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T08:19:27-0400 INFO --- logging initialized ---
2025-09-20T08:19:27-0400 DDEBUG timer: config: 3 ms
2025-09-20T08:19:27-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T08:19:27-0400 DEBUG DNF version: 4.7.0
2025-09-20T08:19:27-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T08:19:27-0400 DDEBUG Installroot: /
2025-09-20T08:19:27-0400 DDEBUG Releasever: 8
2025-09-20T08:19:27-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T08:19:27-0400 DDEBUG Base command: makecache
2025-09-20T08:19:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T08:19:27-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T08:19:27-0400 DEBUG Making cache files for all metadata files.
2025-09-20T08:19:27-0400 INFO Metadata cache refreshed recently.
2025-09-20T08:19:27-0400 DDEBUG Cleaning up.
2025-09-20T08:19:27-0400 DDEBUG Plugins were unloaded.
2025-09-20T10:09:46-0400 INFO --- logging initialized ---
2025-09-20T10:09:46-0400 DDEBUG timer: config: 3 ms
2025-09-20T10:09:46-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T10:09:46-0400 DEBUG DNF version: 4.7.0
2025-09-20T10:09:46-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T10:09:46-0400 DDEBUG Installroot: /
2025-09-20T10:09:46-0400 DDEBUG Releasever: 8
2025-09-20T10:09:46-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T10:09:46-0400 DDEBUG Base command: makecache
2025-09-20T10:09:46-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T10:09:46-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T10:09:46-0400 DEBUG Making cache files for all metadata files.
2025-09-20T10:09:47-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T10:09:47-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T10:09:47-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T10:09:47-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T10:09:47-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T10:09:47-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T10:09:47-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T10:09:47-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T10:09:47-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T10:09:47-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T10:09:47-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T10:09:47-0400 DEBUG countme: no event for baseos: window already counted
2025-09-20T10:09:47-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-20T10:09:48-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-20T10:09:48-0400 DEBUG countme: no event for appstream: window already counted
2025-09-20T10:09:49-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-20T10:09:49-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-20T10:09:49-0400 DEBUG countme: no event for extras: window already counted
2025-09-20T10:09:49-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-20T10:09:49-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-20T10:09:49-0400 DEBUG countme: no event for powertools: window already counted
2025-09-20T10:09:50-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-20T10:09:50-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-20T10:09:51-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-20T10:09:51-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-20T10:09:51-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-20T10:09:51-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-20T10:09:51-0400 DEBUG countme: no event for epel: window already counted
2025-09-20T10:09:52-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-20T10:09:52-0400 DEBUG epel: using metadata from Fri 19 Sep 2025 09:08:17 PM EDT.
2025-09-20T10:09:53-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T10:09:53-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T10:09:53-0400 DDEBUG Cleaning up.
2025-09-20T10:09:53-0400 DDEBUG Plugins were unloaded.
2025-09-20T10:09:53-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T10:09:53-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T11:21:59-0400 INFO --- logging initialized ---
2025-09-20T11:21:59-0400 DDEBUG timer: config: 58 ms
2025-09-20T11:21:59-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T11:21:59-0400 DEBUG DNF version: 4.7.0
2025-09-20T11:21:59-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T11:21:59-0400 DDEBUG Installroot: /
2025-09-20T11:21:59-0400 DDEBUG Releasever: 8
2025-09-20T11:21:59-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T11:21:59-0400 DDEBUG Base command: makecache
2025-09-20T11:21:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T11:21:59-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T11:21:59-0400 DEBUG Making cache files for all metadata files.
2025-09-20T11:21:59-0400 INFO Metadata cache refreshed recently.
2025-09-20T11:21:59-0400 DDEBUG Cleaning up.
2025-09-20T11:21:59-0400 DDEBUG Plugins were unloaded.
2025-09-20T13:17:51-0400 INFO --- logging initialized ---
2025-09-20T13:17:51-0400 DDEBUG timer: config: 3 ms
2025-09-20T13:17:51-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T13:17:51-0400 DEBUG DNF version: 4.7.0
2025-09-20T13:17:51-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T13:17:51-0400 DDEBUG Installroot: /
2025-09-20T13:17:51-0400 DDEBUG Releasever: 8
2025-09-20T13:17:51-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T13:17:51-0400 DDEBUG Base command: makecache
2025-09-20T13:17:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T13:17:51-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T13:17:51-0400 DEBUG Making cache files for all metadata files.
2025-09-20T13:17:51-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T13:17:51-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T13:17:51-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T13:17:51-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T13:17:51-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T13:17:51-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T13:17:51-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T13:17:51-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T13:17:51-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T13:17:51-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T13:17:51-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T13:17:51-0400 DEBUG countme: no event for baseos: window already counted
2025-09-20T13:17:51-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-20T13:17:51-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-20T13:17:51-0400 DEBUG countme: no event for appstream: window already counted
2025-09-20T13:17:52-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-20T13:17:52-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-20T13:17:52-0400 DEBUG countme: no event for extras: window already counted
2025-09-20T13:17:52-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-20T13:17:52-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-20T13:17:52-0400 DEBUG countme: no event for powertools: window already counted
2025-09-20T13:17:53-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-20T13:17:53-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-20T13:17:53-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-20T13:17:53-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-20T13:17:53-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-20T13:17:53-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-20T13:17:53-0400 DEBUG countme: no event for epel: window already counted
2025-09-20T13:17:53-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-20T13:17:53-0400 DEBUG epel: using metadata from Fri 19 Sep 2025 09:08:17 PM EDT.
2025-09-20T13:17:53-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T13:17:53-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T13:17:53-0400 DDEBUG Cleaning up.
2025-09-20T13:17:54-0400 DDEBUG Plugins were unloaded.
2025-09-20T13:17:54-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T13:17:54-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T14:33:25-0400 INFO --- logging initialized ---
2025-09-20T14:33:25-0400 DDEBUG timer: config: 3 ms
2025-09-20T14:33:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T14:33:25-0400 DEBUG DNF version: 4.7.0
2025-09-20T14:33:25-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T14:33:25-0400 DDEBUG Installroot: /
2025-09-20T14:33:25-0400 DDEBUG Releasever: 8
2025-09-20T14:33:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T14:33:25-0400 DDEBUG Base command: makecache
2025-09-20T14:33:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T14:33:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T14:33:25-0400 DEBUG Making cache files for all metadata files.
2025-09-20T14:33:25-0400 INFO Metadata cache refreshed recently.
2025-09-20T14:33:25-0400 DDEBUG Cleaning up.
2025-09-20T14:33:25-0400 DDEBUG Plugins were unloaded.
2025-09-20T15:59:32-0400 INFO --- logging initialized ---
2025-09-20T15:59:32-0400 DDEBUG timer: config: 2 ms
2025-09-20T15:59:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T15:59:32-0400 DEBUG DNF version: 4.7.0
2025-09-20T15:59:32-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T15:59:32-0400 DDEBUG Installroot: /
2025-09-20T15:59:32-0400 DDEBUG Releasever: 8
2025-09-20T15:59:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T15:59:32-0400 DDEBUG Base command: makecache
2025-09-20T15:59:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T15:59:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T15:59:32-0400 DEBUG Making cache files for all metadata files.
2025-09-20T15:59:32-0400 INFO Metadata cache refreshed recently.
2025-09-20T15:59:32-0400 DDEBUG Cleaning up.
2025-09-20T15:59:32-0400 DDEBUG Plugins were unloaded.
2025-09-20T17:19:54-0400 INFO --- logging initialized ---
2025-09-20T17:19:54-0400 DDEBUG timer: config: 2 ms
2025-09-20T17:19:54-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T17:19:54-0400 DEBUG DNF version: 4.7.0
2025-09-20T17:19:54-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T17:19:54-0400 DDEBUG Installroot: /
2025-09-20T17:19:54-0400 DDEBUG Releasever: 8
2025-09-20T17:19:54-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T17:19:54-0400 DDEBUG Base command: makecache
2025-09-20T17:19:54-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T17:19:54-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T17:19:54-0400 DEBUG Making cache files for all metadata files.
2025-09-20T17:19:54-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T17:19:54-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T17:19:54-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T17:19:54-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T17:19:54-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T17:19:54-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T17:19:54-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T17:19:54-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T17:19:54-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T17:19:54-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T17:19:54-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T17:19:54-0400 DEBUG countme: no event for baseos: window already counted
2025-09-20T17:19:54-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-20T17:19:54-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-20T17:19:54-0400 DEBUG countme: no event for appstream: window already counted
2025-09-20T17:19:55-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-20T17:19:55-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-20T17:19:55-0400 DEBUG countme: no event for extras: window already counted
2025-09-20T17:19:55-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-20T17:19:55-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-20T17:19:55-0400 DEBUG countme: no event for powertools: window already counted
2025-09-20T17:19:55-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-20T17:19:56-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-20T17:19:56-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-20T17:19:56-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-20T17:19:56-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-20T17:19:56-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-20T17:19:56-0400 DEBUG countme: no event for epel: window already counted
2025-09-20T17:19:56-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-20T17:19:57-0400 DEBUG epel: using metadata from Fri 19 Sep 2025 09:08:17 PM EDT.
2025-09-20T17:19:57-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T17:19:57-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T17:19:57-0400 DDEBUG Cleaning up.
2025-09-20T17:19:57-0400 DDEBUG Plugins were unloaded.
2025-09-20T17:19:57-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T17:19:57-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T18:29:19-0400 INFO --- logging initialized ---
2025-09-20T18:29:19-0400 DDEBUG timer: config: 3 ms
2025-09-20T18:29:20-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T18:29:20-0400 DEBUG DNF version: 4.7.0
2025-09-20T18:29:20-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T18:29:20-0400 DDEBUG Installroot: /
2025-09-20T18:29:20-0400 DDEBUG Releasever: 8
2025-09-20T18:29:20-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T18:29:20-0400 DDEBUG Base command: makecache
2025-09-20T18:29:20-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T18:29:20-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T18:29:20-0400 DEBUG Making cache files for all metadata files.
2025-09-20T18:29:20-0400 INFO Metadata cache refreshed recently.
2025-09-20T18:29:20-0400 DDEBUG Cleaning up.
2025-09-20T18:29:20-0400 DDEBUG Plugins were unloaded.
2025-09-20T19:50:22-0400 INFO --- logging initialized ---
2025-09-20T19:50:22-0400 DDEBUG timer: config: 3 ms
2025-09-20T19:50:23-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T19:50:23-0400 DEBUG DNF version: 4.7.0
2025-09-20T19:50:23-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T19:50:23-0400 DDEBUG Installroot: /
2025-09-20T19:50:23-0400 DDEBUG Releasever: 8
2025-09-20T19:50:23-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T19:50:23-0400 DDEBUG Base command: makecache
2025-09-20T19:50:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T19:50:23-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T19:50:23-0400 DEBUG Making cache files for all metadata files.
2025-09-20T19:50:23-0400 INFO Metadata cache refreshed recently.
2025-09-20T19:50:23-0400 DDEBUG Cleaning up.
2025-09-20T19:50:23-0400 DDEBUG Plugins were unloaded.
2025-09-20T21:04:47-0400 INFO --- logging initialized ---
2025-09-20T21:04:47-0400 DDEBUG timer: config: 2 ms
2025-09-20T21:04:47-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T21:04:47-0400 DEBUG DNF version: 4.7.0
2025-09-20T21:04:47-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T21:04:47-0400 DDEBUG Installroot: /
2025-09-20T21:04:47-0400 DDEBUG Releasever: 8
2025-09-20T21:04:47-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T21:04:47-0400 DDEBUG Base command: makecache
2025-09-20T21:04:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T21:04:47-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T21:04:47-0400 DEBUG Making cache files for all metadata files.
2025-09-20T21:04:47-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T21:04:47-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T21:04:47-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T21:04:47-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T21:04:47-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T21:04:47-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T21:04:47-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T21:04:47-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T21:04:47-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T21:04:47-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T21:04:47-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T21:04:47-0400 DEBUG countme: no event for baseos: window already counted
2025-09-20T21:04:48-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-20T21:04:48-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-20T21:04:48-0400 DEBUG countme: no event for appstream: window already counted
2025-09-20T21:04:48-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-20T21:04:48-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-20T21:04:48-0400 DEBUG countme: no event for extras: window already counted
2025-09-20T21:04:48-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-20T21:04:48-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-20T21:04:48-0400 DEBUG countme: no event for powertools: window already counted
2025-09-20T21:04:49-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-20T21:04:49-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-20T21:04:49-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-20T21:04:49-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-20T21:04:49-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-20T21:04:49-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-20T21:04:49-0400 DEBUG countme: no event for epel: window already counted
2025-09-20T21:04:49-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-20T21:04:50-0400 DEBUG epel: using metadata from Fri 19 Sep 2025 09:08:17 PM EDT.
2025-09-20T21:04:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-20T21:04:50-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T21:04:50-0400 DDEBUG Cleaning up.
2025-09-20T21:04:50-0400 DDEBUG Plugins were unloaded.
2025-09-20T21:04:50-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T21:04:50-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T22:58:32-0400 INFO --- logging initialized ---
2025-09-20T22:58:32-0400 DDEBUG timer: config: 3 ms
2025-09-20T22:58:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T22:58:32-0400 DEBUG DNF version: 4.7.0
2025-09-20T22:58:32-0400 DDEBUG Command: dnf makecache --timer
2025-09-20T22:58:32-0400 DDEBUG Installroot: /
2025-09-20T22:58:32-0400 DDEBUG Releasever: 8
2025-09-20T22:58:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T22:58:32-0400 DDEBUG Base command: makecache
2025-09-20T22:58:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T22:58:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T22:58:32-0400 DEBUG Making cache files for all metadata files.
2025-09-20T22:58:32-0400 INFO Metadata cache refreshed recently.
2025-09-20T22:58:32-0400 DDEBUG Cleaning up.
2025-09-20T22:58:32-0400 DDEBUG Plugins were unloaded.
2025-09-21T00:17:23-0400 INFO --- logging initialized ---
2025-09-21T00:17:23-0400 DDEBUG timer: config: 2 ms
2025-09-21T00:17:23-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T00:17:23-0400 DEBUG DNF version: 4.7.0
2025-09-21T00:17:23-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T00:17:23-0400 DDEBUG Installroot: /
2025-09-21T00:17:23-0400 DDEBUG Releasever: 8
2025-09-21T00:17:23-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T00:17:23-0400 DDEBUG Base command: makecache
2025-09-21T00:17:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T00:17:23-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T00:17:23-0400 DEBUG Making cache files for all metadata files.
2025-09-21T00:17:23-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T00:17:23-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T00:17:23-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T00:17:23-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T00:17:23-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T00:17:23-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T00:17:23-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T00:17:23-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T00:17:23-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T00:17:23-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T00:17:23-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T00:17:23-0400 DEBUG countme: no event for baseos: window already counted
2025-09-21T00:17:24-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-21T00:17:24-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-21T00:17:24-0400 DEBUG countme: no event for appstream: window already counted
2025-09-21T00:17:24-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-21T00:17:24-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-21T00:17:24-0400 DEBUG countme: no event for extras: window already counted
2025-09-21T00:17:24-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-21T00:17:24-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-21T00:17:24-0400 DEBUG countme: no event for powertools: window already counted
2025-09-21T00:17:25-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-21T00:17:25-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-21T00:17:25-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-21T00:17:25-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-21T00:17:25-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-21T00:17:25-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-21T00:17:25-0400 DEBUG countme: no event for epel: window already counted
2025-09-21T00:17:25-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-21T00:17:25-0400 DEBUG repo: downloading from remote: epel
2025-09-21T00:17:25-0400 DEBUG countme: no event for epel: window already counted
2025-09-21T00:17:31-0400 DEBUG epel: using metadata from Sat 20 Sep 2025 09:03:42 PM EDT.
2025-09-21T00:17:31-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T00:17:31-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T00:17:31-0400 DDEBUG Cleaning up.
2025-09-21T00:17:31-0400 DDEBUG Plugins were unloaded.
2025-09-21T00:17:31-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T00:17:31-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T01:42:00-0400 INFO --- logging initialized ---
2025-09-21T01:42:00-0400 DDEBUG timer: config: 2 ms
2025-09-21T01:42:00-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T01:42:00-0400 DEBUG DNF version: 4.7.0
2025-09-21T01:42:00-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T01:42:00-0400 DDEBUG Installroot: /
2025-09-21T01:42:00-0400 DDEBUG Releasever: 8
2025-09-21T01:42:00-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T01:42:00-0400 DDEBUG Base command: makecache
2025-09-21T01:42:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T01:42:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T01:42:00-0400 DEBUG Making cache files for all metadata files.
2025-09-21T01:42:00-0400 INFO Metadata cache refreshed recently.
2025-09-21T01:42:00-0400 DDEBUG Cleaning up.
2025-09-21T01:42:00-0400 DDEBUG Plugins were unloaded.
2025-09-21T03:11:24-0400 INFO --- logging initialized ---
2025-09-21T03:11:24-0400 DDEBUG timer: config: 3 ms
2025-09-21T03:11:24-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T03:11:24-0400 DEBUG YUM version: 4.7.0
2025-09-21T03:11:24-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-21T03:11:24-0400 DDEBUG Installroot: /
2025-09-21T03:11:24-0400 DDEBUG Releasever: 8
2025-09-21T03:11:24-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T03:11:24-0400 DDEBUG Base command: check-update
2025-09-21T03:11:24-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-21T03:11:24-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-21T03:11:24-0400 DEBUG repo: using cache for: cwp
2025-09-21T03:11:24-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T03:11:24-0400 DEBUG repo: using cache for: baseos
2025-09-21T03:11:24-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-21T03:11:24-0400 DEBUG repo: using cache for: appstream
2025-09-21T03:11:24-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-21T03:11:24-0400 DEBUG repo: using cache for: extras
2025-09-21T03:11:24-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-21T03:11:24-0400 DEBUG repo: using cache for: powertools
2025-09-21T03:11:24-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-21T03:11:24-0400 DEBUG repo: using cache for: powertools-source
2025-09-21T03:11:24-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-21T03:11:24-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-21T03:11:24-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-21T03:11:24-0400 DEBUG repo: using cache for: epel
2025-09-21T03:11:24-0400 DEBUG epel: using metadata from Sat 20 Sep 2025 09:03:42 PM EDT.
2025-09-21T03:11:24-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T03:11:24-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T03:11:24-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T03:11:24-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T03:11:24-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T03:11:24-0400 DDEBUG Cleaning up.
2025-09-21T03:11:24-0400 DDEBUG Plugins were unloaded.
2025-09-21T03:11:24-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-21T03:11:24-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-21T03:11:25-0400 INFO --- logging initialized ---
2025-09-21T03:11:25-0400 DDEBUG timer: config: 3 ms
2025-09-21T03:11:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T03:11:25-0400 DEBUG YUM version: 4.7.0
2025-09-21T03:11:25-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-21T03:11:25-0400 DDEBUG Installroot: /
2025-09-21T03:11:25-0400 DDEBUG Releasever: 8
2025-09-21T03:11:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T03:11:25-0400 DDEBUG Base command: update
2025-09-21T03:11:25-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-21T03:11:25-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-21T03:11:25-0400 DEBUG repo: using cache for: cwp
2025-09-21T03:11:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T03:11:25-0400 DEBUG repo: using cache for: baseos
2025-09-21T03:11:25-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-21T03:11:25-0400 DEBUG repo: using cache for: appstream
2025-09-21T03:11:25-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-21T03:11:25-0400 DEBUG repo: using cache for: extras
2025-09-21T03:11:25-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-21T03:11:25-0400 DEBUG repo: using cache for: powertools
2025-09-21T03:11:25-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-21T03:11:25-0400 DEBUG repo: using cache for: powertools-source
2025-09-21T03:11:25-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-21T03:11:25-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-21T03:11:25-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-21T03:11:25-0400 DEBUG repo: using cache for: epel
2025-09-21T03:11:25-0400 DEBUG epel: using metadata from Sat 20 Sep 2025 09:03:42 PM EDT.
2025-09-21T03:11:25-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T03:11:25-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T03:11:25-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T03:11:25-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T03:11:25-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T03:11:25-0400 DDEBUG Cleaning up.
2025-09-21T03:11:25-0400 DDEBUG Plugins were unloaded.
2025-09-21T03:11:25-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-21T03:11:25-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-21T03:19:41-0400 INFO --- logging initialized ---
2025-09-21T03:19:41-0400 DDEBUG timer: config: 2 ms
2025-09-21T03:19:41-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T03:19:41-0400 DEBUG DNF version: 4.7.0
2025-09-21T03:19:41-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T03:19:41-0400 DDEBUG Installroot: /
2025-09-21T03:19:41-0400 DDEBUG Releasever: 8
2025-09-21T03:19:41-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T03:19:41-0400 DDEBUG Base command: makecache
2025-09-21T03:19:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T03:19:41-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T03:19:41-0400 DEBUG Making cache files for all metadata files.
2025-09-21T03:19:41-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T03:19:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T03:19:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T03:19:41-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T03:19:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T03:19:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T03:19:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T03:19:41-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T03:19:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T03:19:41-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T03:19:41-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T03:19:41-0400 DEBUG countme: no event for baseos: window already counted
2025-09-21T03:19:42-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-21T03:19:42-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-21T03:19:42-0400 DEBUG countme: no event for appstream: window already counted
2025-09-21T03:19:42-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-21T03:19:42-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-21T03:19:42-0400 DEBUG countme: no event for extras: window already counted
2025-09-21T03:19:43-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-21T03:19:43-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-21T03:19:43-0400 DEBUG countme: no event for powertools: window already counted
2025-09-21T03:19:43-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-21T03:19:43-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-21T03:19:43-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-21T03:19:43-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-21T03:19:44-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-21T03:19:44-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-21T03:19:44-0400 DEBUG countme: no event for epel: window already counted
2025-09-21T03:19:44-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-21T03:19:44-0400 DEBUG epel: using metadata from Sat 20 Sep 2025 09:03:42 PM EDT.
2025-09-21T03:19:44-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T03:19:44-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T03:19:44-0400 DDEBUG Cleaning up.
2025-09-21T03:19:44-0400 DDEBUG Plugins were unloaded.
2025-09-21T03:19:44-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T03:19:44-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T04:49:10-0400 INFO --- logging initialized ---
2025-09-21T04:49:10-0400 DDEBUG timer: config: 3 ms
2025-09-21T04:49:10-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T04:49:10-0400 DEBUG DNF version: 4.7.0
2025-09-21T04:49:10-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T04:49:10-0400 DDEBUG Installroot: /
2025-09-21T04:49:10-0400 DDEBUG Releasever: 8
2025-09-21T04:49:10-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T04:49:10-0400 DDEBUG Base command: makecache
2025-09-21T04:49:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T04:49:10-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T04:49:10-0400 DEBUG Making cache files for all metadata files.
2025-09-21T04:49:10-0400 INFO Metadata cache refreshed recently.
2025-09-21T04:49:10-0400 DDEBUG Cleaning up.
2025-09-21T04:49:10-0400 DDEBUG Plugins were unloaded.
2025-09-21T06:02:03-0400 INFO --- logging initialized ---
2025-09-21T06:02:03-0400 DDEBUG timer: config: 3 ms
2025-09-21T06:02:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T06:02:03-0400 DEBUG DNF version: 4.7.0
2025-09-21T06:02:03-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T06:02:03-0400 DDEBUG Installroot: /
2025-09-21T06:02:03-0400 DDEBUG Releasever: 8
2025-09-21T06:02:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T06:02:03-0400 DDEBUG Base command: makecache
2025-09-21T06:02:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T06:02:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T06:02:03-0400 DEBUG Making cache files for all metadata files.
2025-09-21T06:02:03-0400 INFO Metadata cache refreshed recently.
2025-09-21T06:02:03-0400 DDEBUG Cleaning up.
2025-09-21T06:02:03-0400 DDEBUG Plugins were unloaded.
2025-09-21T07:33:22-0400 INFO --- logging initialized ---
2025-09-21T07:33:22-0400 DDEBUG timer: config: 2 ms
2025-09-21T07:33:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T07:33:22-0400 DEBUG DNF version: 4.7.0
2025-09-21T07:33:22-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T07:33:22-0400 DDEBUG Installroot: /
2025-09-21T07:33:22-0400 DDEBUG Releasever: 8
2025-09-21T07:33:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T07:33:22-0400 DDEBUG Base command: makecache
2025-09-21T07:33:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T07:33:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T07:33:22-0400 DEBUG Making cache files for all metadata files.
2025-09-21T07:33:22-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T07:33:22-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T07:33:22-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T07:33:22-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T07:33:22-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T07:33:22-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T07:33:22-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T07:33:22-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T07:33:22-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T07:33:22-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T07:33:22-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T07:33:22-0400 DEBUG countme: no event for baseos: window already counted
2025-09-21T07:33:22-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-21T07:33:22-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-21T07:33:22-0400 DEBUG countme: no event for appstream: window already counted
2025-09-21T07:33:23-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-21T07:33:23-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-21T07:33:23-0400 DEBUG countme: no event for extras: window already counted
2025-09-21T07:33:23-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-21T07:33:23-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-21T07:33:23-0400 DEBUG countme: no event for powertools: window already counted
2025-09-21T07:33:23-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-21T07:33:23-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-21T07:33:24-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-21T07:33:24-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-21T07:33:24-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-21T07:33:24-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-21T07:33:24-0400 DEBUG countme: no event for epel: window already counted
2025-09-21T07:33:24-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-21T07:33:24-0400 DEBUG epel: using metadata from Sat 20 Sep 2025 09:03:42 PM EDT.
2025-09-21T07:33:24-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T07:33:24-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T07:33:24-0400 DDEBUG Cleaning up.
2025-09-21T07:33:24-0400 DDEBUG Plugins were unloaded.
2025-09-21T07:33:24-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T07:33:24-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T09:06:33-0400 INFO --- logging initialized ---
2025-09-21T09:06:33-0400 DDEBUG timer: config: 2 ms
2025-09-21T09:06:33-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T09:06:33-0400 DEBUG DNF version: 4.7.0
2025-09-21T09:06:33-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T09:06:33-0400 DDEBUG Installroot: /
2025-09-21T09:06:33-0400 DDEBUG Releasever: 8
2025-09-21T09:06:33-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T09:06:33-0400 DDEBUG Base command: makecache
2025-09-21T09:06:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T09:06:33-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T09:06:33-0400 DEBUG Making cache files for all metadata files.
2025-09-21T09:06:33-0400 INFO Metadata cache refreshed recently.
2025-09-21T09:06:33-0400 DDEBUG Cleaning up.
2025-09-21T09:06:33-0400 DDEBUG Plugins were unloaded.
2025-09-21T10:16:03-0400 INFO --- logging initialized ---
2025-09-21T10:16:03-0400 DDEBUG timer: config: 2 ms
2025-09-21T10:16:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T10:16:03-0400 DEBUG DNF version: 4.7.0
2025-09-21T10:16:03-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T10:16:03-0400 DDEBUG Installroot: /
2025-09-21T10:16:03-0400 DDEBUG Releasever: 8
2025-09-21T10:16:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T10:16:03-0400 DDEBUG Base command: makecache
2025-09-21T10:16:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T10:16:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T10:16:03-0400 DEBUG Making cache files for all metadata files.
2025-09-21T10:16:03-0400 INFO Metadata cache refreshed recently.
2025-09-21T10:16:03-0400 DDEBUG Cleaning up.
2025-09-21T10:16:03-0400 DDEBUG Plugins were unloaded.
2025-09-21T11:17:25-0400 INFO --- logging initialized ---
2025-09-21T11:17:25-0400 DDEBUG timer: config: 2 ms
2025-09-21T11:17:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T11:17:25-0400 DEBUG DNF version: 4.7.0
2025-09-21T11:17:25-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T11:17:25-0400 DDEBUG Installroot: /
2025-09-21T11:17:25-0400 DDEBUG Releasever: 8
2025-09-21T11:17:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T11:17:25-0400 DDEBUG Base command: makecache
2025-09-21T11:17:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T11:17:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T11:17:25-0400 DEBUG Making cache files for all metadata files.
2025-09-21T11:17:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T11:17:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T11:17:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T11:17:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T11:17:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T11:17:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T11:17:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T11:17:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T11:17:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T11:17:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T11:17:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T11:17:25-0400 DEBUG countme: no event for baseos: window already counted
2025-09-21T11:17:25-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-21T11:17:26-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-21T11:17:26-0400 DEBUG countme: no event for appstream: window already counted
2025-09-21T11:17:26-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-21T11:17:26-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-21T11:17:26-0400 DEBUG countme: no event for extras: window already counted
2025-09-21T11:17:26-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-21T11:17:26-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-21T11:17:26-0400 DEBUG countme: no event for powertools: window already counted
2025-09-21T11:17:27-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-21T11:17:27-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-21T11:17:27-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-21T11:17:27-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-21T11:17:27-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-21T11:17:27-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-21T11:17:27-0400 DEBUG countme: no event for epel: window already counted
2025-09-21T11:17:27-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-21T11:17:27-0400 DEBUG epel: using metadata from Sat 20 Sep 2025 09:03:42 PM EDT.
2025-09-21T11:17:27-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T11:17:27-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T11:17:27-0400 DDEBUG Cleaning up.
2025-09-21T11:17:27-0400 DDEBUG Plugins were unloaded.
2025-09-21T11:17:27-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T11:17:27-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T12:18:31-0400 INFO --- logging initialized ---
2025-09-21T12:18:31-0400 DDEBUG timer: config: 4 ms
2025-09-21T12:18:31-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T12:18:31-0400 DEBUG DNF version: 4.7.0
2025-09-21T12:18:31-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T12:18:31-0400 DDEBUG Installroot: /
2025-09-21T12:18:31-0400 DDEBUG Releasever: 8
2025-09-21T12:18:31-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T12:18:31-0400 DDEBUG Base command: makecache
2025-09-21T12:18:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T12:18:31-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T12:18:31-0400 DEBUG Making cache files for all metadata files.
2025-09-21T12:18:31-0400 INFO Metadata cache refreshed recently.
2025-09-21T12:18:31-0400 DDEBUG Cleaning up.
2025-09-21T12:18:31-0400 DDEBUG Plugins were unloaded.
2025-09-21T13:18:45-0400 INFO --- logging initialized ---
2025-09-21T13:18:45-0400 DDEBUG timer: config: 2 ms
2025-09-21T13:18:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T13:18:45-0400 DEBUG DNF version: 4.7.0
2025-09-21T13:18:45-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T13:18:45-0400 DDEBUG Installroot: /
2025-09-21T13:18:45-0400 DDEBUG Releasever: 8
2025-09-21T13:18:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T13:18:45-0400 DDEBUG Base command: makecache
2025-09-21T13:18:45-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T13:18:45-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T13:18:45-0400 DEBUG Making cache files for all metadata files.
2025-09-21T13:18:45-0400 INFO Metadata cache refreshed recently.
2025-09-21T13:18:45-0400 DDEBUG Cleaning up.
2025-09-21T13:18:45-0400 DDEBUG Plugins were unloaded.
2025-09-21T14:55:21-0400 INFO --- logging initialized ---
2025-09-21T14:55:21-0400 DDEBUG timer: config: 2 ms
2025-09-21T14:55:21-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T14:55:21-0400 DEBUG DNF version: 4.7.0
2025-09-21T14:55:21-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T14:55:21-0400 DDEBUG Installroot: /
2025-09-21T14:55:21-0400 DDEBUG Releasever: 8
2025-09-21T14:55:21-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T14:55:21-0400 DDEBUG Base command: makecache
2025-09-21T14:55:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T14:55:21-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T14:55:21-0400 DEBUG Making cache files for all metadata files.
2025-09-21T14:55:21-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T14:55:21-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T14:55:21-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T14:55:21-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T14:55:21-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T14:55:21-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T14:55:21-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T14:55:21-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T14:55:21-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T14:55:22-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T14:55:22-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T14:55:22-0400 DEBUG countme: no event for baseos: window already counted
2025-09-21T14:55:22-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-21T14:55:22-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-21T14:55:22-0400 DEBUG countme: no event for appstream: window already counted
2025-09-21T14:55:22-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-21T14:55:22-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-21T14:55:22-0400 DEBUG countme: no event for extras: window already counted
2025-09-21T14:55:23-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-21T14:55:23-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-21T14:55:23-0400 DEBUG countme: no event for powertools: window already counted
2025-09-21T14:55:23-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-21T14:55:23-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-21T14:55:23-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-21T14:55:23-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-21T14:55:24-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-21T14:55:24-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-21T14:55:24-0400 DEBUG countme: no event for epel: window already counted
2025-09-21T14:55:24-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-21T14:55:25-0400 DEBUG epel: using metadata from Sat 20 Sep 2025 09:03:42 PM EDT.
2025-09-21T14:55:25-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T14:55:25-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T14:55:25-0400 DDEBUG Cleaning up.
2025-09-21T14:55:25-0400 DDEBUG Plugins were unloaded.
2025-09-21T14:55:25-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T14:55:25-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T16:17:38-0400 INFO --- logging initialized ---
2025-09-21T16:17:38-0400 DDEBUG timer: config: 3 ms
2025-09-21T16:17:38-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T16:17:38-0400 DEBUG DNF version: 4.7.0
2025-09-21T16:17:38-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T16:17:38-0400 DDEBUG Installroot: /
2025-09-21T16:17:38-0400 DDEBUG Releasever: 8
2025-09-21T16:17:38-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T16:17:38-0400 DDEBUG Base command: makecache
2025-09-21T16:17:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T16:17:38-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T16:17:38-0400 DEBUG Making cache files for all metadata files.
2025-09-21T16:17:38-0400 INFO Metadata cache refreshed recently.
2025-09-21T16:17:38-0400 DDEBUG Cleaning up.
2025-09-21T16:17:38-0400 DDEBUG Plugins were unloaded.
2025-09-21T17:52:50-0400 INFO --- logging initialized ---
2025-09-21T17:52:50-0400 DDEBUG timer: config: 3 ms
2025-09-21T17:52:50-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T17:52:50-0400 DEBUG DNF version: 4.7.0
2025-09-21T17:52:50-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T17:52:50-0400 DDEBUG Installroot: /
2025-09-21T17:52:50-0400 DDEBUG Releasever: 8
2025-09-21T17:52:50-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T17:52:50-0400 DDEBUG Base command: makecache
2025-09-21T17:52:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T17:52:50-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T17:52:50-0400 DEBUG Making cache files for all metadata files.
2025-09-21T17:52:50-0400 INFO Metadata cache refreshed recently.
2025-09-21T17:52:50-0400 DDEBUG Cleaning up.
2025-09-21T17:52:50-0400 DDEBUG Plugins were unloaded.
2025-09-21T19:32:13-0400 INFO --- logging initialized ---
2025-09-21T19:32:13-0400 DDEBUG timer: config: 3 ms
2025-09-21T19:32:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T19:32:13-0400 DEBUG DNF version: 4.7.0
2025-09-21T19:32:13-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T19:32:13-0400 DDEBUG Installroot: /
2025-09-21T19:32:13-0400 DDEBUG Releasever: 8
2025-09-21T19:32:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T19:32:13-0400 DDEBUG Base command: makecache
2025-09-21T19:32:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T19:32:13-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T19:32:13-0400 DEBUG Making cache files for all metadata files.
2025-09-21T19:32:13-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T19:32:13-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T19:32:13-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T19:32:13-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T19:32:13-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T19:32:13-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T19:32:13-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T19:32:13-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T19:32:13-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T19:32:13-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T19:32:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T19:32:13-0400 DEBUG countme: no event for baseos: window already counted
2025-09-21T19:32:14-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-21T19:32:14-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-21T19:32:14-0400 DEBUG countme: no event for appstream: window already counted
2025-09-21T19:32:14-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-21T19:32:14-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-21T19:32:14-0400 DEBUG countme: no event for extras: window already counted
2025-09-21T19:32:14-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-21T19:32:14-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-21T19:32:14-0400 DEBUG countme: no event for powertools: window already counted
2025-09-21T19:32:15-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-21T19:32:15-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-21T19:32:15-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-21T19:32:15-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-21T19:32:15-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-21T19:32:15-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-21T19:32:15-0400 DEBUG countme: no event for epel: window already counted
2025-09-21T19:32:16-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-21T19:32:16-0400 DEBUG epel: using metadata from Sat 20 Sep 2025 09:03:42 PM EDT.
2025-09-21T19:32:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T19:32:16-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T19:32:16-0400 DDEBUG Cleaning up.
2025-09-21T19:32:16-0400 DDEBUG Plugins were unloaded.
2025-09-21T19:32:16-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T19:32:16-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T20:34:49-0400 INFO --- logging initialized ---
2025-09-21T20:34:49-0400 DDEBUG timer: config: 3 ms
2025-09-21T20:34:49-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T20:34:49-0400 DEBUG DNF version: 4.7.0
2025-09-21T20:34:49-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T20:34:49-0400 DDEBUG Installroot: /
2025-09-21T20:34:49-0400 DDEBUG Releasever: 8
2025-09-21T20:34:49-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T20:34:49-0400 DDEBUG Base command: makecache
2025-09-21T20:34:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T20:34:49-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T20:34:49-0400 DEBUG Making cache files for all metadata files.
2025-09-21T20:34:49-0400 INFO Metadata cache refreshed recently.
2025-09-21T20:34:49-0400 DDEBUG Cleaning up.
2025-09-21T20:34:49-0400 DDEBUG Plugins were unloaded.
2025-09-21T21:47:51-0400 INFO --- logging initialized ---
2025-09-21T21:47:51-0400 DDEBUG timer: config: 2 ms
2025-09-21T21:47:51-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T21:47:51-0400 DEBUG DNF version: 4.7.0
2025-09-21T21:47:51-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T21:47:51-0400 DDEBUG Installroot: /
2025-09-21T21:47:51-0400 DDEBUG Releasever: 8
2025-09-21T21:47:51-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T21:47:51-0400 DDEBUG Base command: makecache
2025-09-21T21:47:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T21:47:51-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T21:47:51-0400 DEBUG Making cache files for all metadata files.
2025-09-21T21:47:51-0400 INFO Metadata cache refreshed recently.
2025-09-21T21:47:51-0400 DDEBUG Cleaning up.
2025-09-21T21:47:51-0400 DDEBUG Plugins were unloaded.
2025-09-21T23:25:38-0400 INFO --- logging initialized ---
2025-09-21T23:25:38-0400 DDEBUG timer: config: 2 ms
2025-09-21T23:25:38-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T23:25:38-0400 DEBUG DNF version: 4.7.0
2025-09-21T23:25:38-0400 DDEBUG Command: dnf makecache --timer
2025-09-21T23:25:38-0400 DDEBUG Installroot: /
2025-09-21T23:25:38-0400 DDEBUG Releasever: 8
2025-09-21T23:25:38-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T23:25:38-0400 DDEBUG Base command: makecache
2025-09-21T23:25:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T23:25:38-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T23:25:38-0400 DEBUG Making cache files for all metadata files.
2025-09-21T23:25:38-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T23:25:38-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T23:25:38-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T23:25:38-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T23:25:38-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T23:25:38-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T23:25:38-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T23:25:38-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T23:25:38-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T23:25:38-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T23:25:38-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T23:25:38-0400 DEBUG countme: no event for baseos: budget to spend: 2
2025-09-21T23:25:38-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-21T23:25:38-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-21T23:25:38-0400 DEBUG countme: no event for appstream: budget to spend: 2
2025-09-21T23:25:39-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-21T23:25:39-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-21T23:25:39-0400 DEBUG countme: no event for extras: budget to spend: 2
2025-09-21T23:25:39-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-21T23:25:39-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-21T23:25:39-0400 DEBUG countme: no event for powertools: budget to spend: 1
2025-09-21T23:25:39-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-21T23:25:39-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-21T23:25:40-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-21T23:25:40-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-21T23:25:40-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-21T23:25:40-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-21T23:25:40-0400 DEBUG countme: event triggered for epel: bucket 4
2025-09-21T23:25:41-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-21T23:25:41-0400 DEBUG repo: downloading from remote: epel
2025-09-21T23:25:41-0400 DEBUG countme: no event for epel: window already counted
2025-09-21T23:25:41-0400 DEBUG epel: using metadata from Sat 20 Sep 2025 09:03:42 PM EDT.
2025-09-21T23:25:41-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-21T23:25:41-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T23:25:41-0400 DDEBUG Cleaning up.
2025-09-21T23:25:41-0400 DDEBUG Plugins were unloaded.
2025-09-21T23:25:41-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-21T23:25:41-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T01:07:59-0400 INFO --- logging initialized ---
2025-09-22T01:07:59-0400 DDEBUG timer: config: 2 ms
2025-09-22T01:07:59-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T01:07:59-0400 DEBUG DNF version: 4.7.0
2025-09-22T01:07:59-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T01:07:59-0400 DDEBUG Installroot: /
2025-09-22T01:07:59-0400 DDEBUG Releasever: 8
2025-09-22T01:07:59-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T01:07:59-0400 DDEBUG Base command: makecache
2025-09-22T01:07:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T01:07:59-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T01:07:59-0400 DEBUG Making cache files for all metadata files.
2025-09-22T01:07:59-0400 INFO Metadata cache refreshed recently.
2025-09-22T01:07:59-0400 DDEBUG Cleaning up.
2025-09-22T01:07:59-0400 DDEBUG Plugins were unloaded.
2025-09-22T02:30:12-0400 INFO --- logging initialized ---
2025-09-22T02:30:12-0400 DDEBUG timer: config: 77 ms
2025-09-22T02:30:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T02:30:12-0400 DEBUG DNF version: 4.7.0
2025-09-22T02:30:12-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T02:30:12-0400 DDEBUG Installroot: /
2025-09-22T02:30:12-0400 DDEBUG Releasever: 8
2025-09-22T02:30:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T02:30:12-0400 DDEBUG Base command: makecache
2025-09-22T02:30:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T02:30:13-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T02:30:13-0400 DEBUG Making cache files for all metadata files.
2025-09-22T02:30:13-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-22T02:30:13-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-22T02:30:13-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-22T02:30:13-0400 DEBUG extras: has expired and will be refreshed.
2025-09-22T02:30:13-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-22T02:30:13-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-22T02:30:13-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-22T02:30:13-0400 DEBUG epel: has expired and will be refreshed.
2025-09-22T02:30:13-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-22T02:30:13-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-22T02:30:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T02:30:13-0400 DEBUG countme: no event for baseos: budget to spend: 1
2025-09-22T02:30:13-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-22T02:30:13-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-22T02:30:13-0400 DEBUG countme: no event for appstream: budget to spend: 1
2025-09-22T02:30:14-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-22T02:30:14-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-22T02:30:14-0400 DEBUG countme: no event for extras: budget to spend: 1
2025-09-22T02:30:14-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-22T02:30:14-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-22T02:30:14-0400 DEBUG countme: event triggered for powertools: bucket 4
2025-09-22T02:30:14-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-22T02:30:14-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-22T02:30:15-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-22T02:30:15-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-22T02:30:15-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-22T02:30:15-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-22T02:30:15-0400 DEBUG countme: no event for epel: window already counted
2025-09-22T02:30:16-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-22T02:30:16-0400 DEBUG repo: downloading from remote: epel
2025-09-22T02:30:16-0400 DEBUG countme: no event for epel: window already counted
2025-09-22T02:30:21-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-22T02:30:21-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T02:30:21-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T02:30:21-0400 DDEBUG Cleaning up.
2025-09-22T02:30:21-0400 DDEBUG Plugins were unloaded.
2025-09-22T02:30:21-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T02:30:21-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T03:49:01-0400 INFO --- logging initialized ---
2025-09-22T03:49:01-0400 DDEBUG timer: config: 4 ms
2025-09-22T03:49:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T03:49:01-0400 DEBUG YUM version: 4.7.0
2025-09-22T03:49:01-0400 DDEBUG Command: yum -y install bash-completion
2025-09-22T03:49:01-0400 DDEBUG Installroot: /
2025-09-22T03:49:01-0400 DDEBUG Releasever: 8
2025-09-22T03:49:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T03:49:01-0400 DDEBUG Base command: install
2025-09-22T03:49:01-0400 DDEBUG Extra commands: ['-y', 'install', 'bash-completion']
2025-09-22T03:49:01-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-22T03:49:02-0400 DEBUG repo: using cache for: cwp
2025-09-22T03:49:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T03:49:02-0400 DEBUG repo: using cache for: baseos
2025-09-22T03:49:02-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-22T03:49:02-0400 DEBUG repo: using cache for: appstream
2025-09-22T03:49:02-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-22T03:49:02-0400 DEBUG repo: using cache for: extras
2025-09-22T03:49:02-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-22T03:49:02-0400 DEBUG repo: using cache for: powertools
2025-09-22T03:49:02-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-22T03:49:02-0400 DEBUG repo: using cache for: powertools-source
2025-09-22T03:49:02-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-22T03:49:02-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-22T03:49:02-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-22T03:49:02-0400 DEBUG repo: using cache for: epel
2025-09-22T03:49:02-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-22T03:49:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T03:49:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T03:49:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T03:49:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T03:49:02-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T03:49:02-0400 DDEBUG Cleaning up.
2025-09-22T03:49:02-0400 DDEBUG Plugins were unloaded.
2025-09-22T03:49:02-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-22T03:49:02-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-22T03:49:05-0400 INFO --- logging initialized ---
2025-09-22T03:49:05-0400 DDEBUG timer: config: 3 ms
2025-09-22T03:49:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T03:49:05-0400 DEBUG YUM version: 4.7.0
2025-09-22T03:49:05-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-22T03:49:05-0400 DDEBUG Installroot: /
2025-09-22T03:49:05-0400 DDEBUG Releasever: 8
2025-09-22T03:49:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T03:49:05-0400 DDEBUG Base command: check-update
2025-09-22T03:49:05-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-22T03:49:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-22T03:49:05-0400 DEBUG repo: using cache for: cwp
2025-09-22T03:49:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T03:49:05-0400 DEBUG repo: using cache for: baseos
2025-09-22T03:49:05-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-22T03:49:05-0400 DEBUG repo: using cache for: appstream
2025-09-22T03:49:05-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-22T03:49:05-0400 DEBUG repo: using cache for: extras
2025-09-22T03:49:05-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-22T03:49:05-0400 DEBUG repo: using cache for: powertools
2025-09-22T03:49:05-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-22T03:49:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-22T03:49:05-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-22T03:49:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-22T03:49:05-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-22T03:49:05-0400 DEBUG repo: using cache for: epel
2025-09-22T03:49:05-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-22T03:49:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T03:49:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T03:49:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T03:49:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T03:49:05-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T03:49:05-0400 DDEBUG Cleaning up.
2025-09-22T03:49:05-0400 DDEBUG Plugins were unloaded.
2025-09-22T03:49:05-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-22T03:49:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-22T03:49:05-0400 INFO --- logging initialized ---
2025-09-22T03:49:05-0400 DDEBUG timer: config: 3 ms
2025-09-22T03:49:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T03:49:05-0400 DEBUG YUM version: 4.7.0
2025-09-22T03:49:05-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-22T03:49:05-0400 DDEBUG Installroot: /
2025-09-22T03:49:05-0400 DDEBUG Releasever: 8
2025-09-22T03:49:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T03:49:05-0400 DDEBUG Base command: update
2025-09-22T03:49:05-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-22T03:49:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-22T03:49:06-0400 DEBUG repo: using cache for: cwp
2025-09-22T03:49:06-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T03:49:06-0400 DEBUG repo: using cache for: baseos
2025-09-22T03:49:06-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-22T03:49:06-0400 DEBUG repo: using cache for: appstream
2025-09-22T03:49:06-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-22T03:49:06-0400 DEBUG repo: using cache for: extras
2025-09-22T03:49:06-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-22T03:49:06-0400 DEBUG repo: using cache for: powertools
2025-09-22T03:49:06-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-22T03:49:06-0400 DEBUG repo: using cache for: powertools-source
2025-09-22T03:49:06-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-22T03:49:06-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-22T03:49:06-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-22T03:49:06-0400 DEBUG repo: using cache for: epel
2025-09-22T03:49:06-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-22T03:49:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T03:49:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T03:49:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T03:49:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T03:49:06-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T03:49:06-0400 DDEBUG Cleaning up.
2025-09-22T03:49:06-0400 DDEBUG Plugins were unloaded.
2025-09-22T03:49:06-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-22T03:49:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-22T04:14:47-0400 INFO --- logging initialized ---
2025-09-22T04:14:47-0400 DDEBUG timer: config: 2 ms
2025-09-22T04:14:47-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T04:14:47-0400 DEBUG DNF version: 4.7.0
2025-09-22T04:14:47-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T04:14:47-0400 DDEBUG Installroot: /
2025-09-22T04:14:47-0400 DDEBUG Releasever: 8
2025-09-22T04:14:47-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T04:14:47-0400 DDEBUG Base command: makecache
2025-09-22T04:14:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T04:14:47-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T04:14:47-0400 DEBUG Making cache files for all metadata files.
2025-09-22T04:14:47-0400 INFO Metadata cache refreshed recently.
2025-09-22T04:14:47-0400 DDEBUG Cleaning up.
2025-09-22T04:14:47-0400 DDEBUG Plugins were unloaded.
2025-09-22T05:58:21-0400 INFO --- logging initialized ---
2025-09-22T05:58:21-0400 DDEBUG timer: config: 4 ms
2025-09-22T05:58:21-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T05:58:21-0400 DEBUG DNF version: 4.7.0
2025-09-22T05:58:21-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T05:58:21-0400 DDEBUG Installroot: /
2025-09-22T05:58:21-0400 DDEBUG Releasever: 8
2025-09-22T05:58:21-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T05:58:21-0400 DDEBUG Base command: makecache
2025-09-22T05:58:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T05:58:21-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T05:58:21-0400 DEBUG Making cache files for all metadata files.
2025-09-22T05:58:21-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-22T05:58:21-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-22T05:58:21-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-22T05:58:21-0400 DEBUG extras: has expired and will be refreshed.
2025-09-22T05:58:21-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-22T05:58:21-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-22T05:58:21-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-22T05:58:21-0400 DEBUG epel: has expired and will be refreshed.
2025-09-22T05:58:21-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-22T05:58:21-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-22T05:58:21-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T05:58:21-0400 DEBUG countme: event triggered for baseos: bucket 4
2025-09-22T05:58:21-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-22T05:58:21-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-22T05:58:21-0400 DEBUG countme: event triggered for appstream: bucket 4
2025-09-22T05:58:22-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-22T05:58:22-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-22T05:58:22-0400 DEBUG countme: event triggered for extras: bucket 4
2025-09-22T05:58:22-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-22T05:58:22-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-22T05:58:22-0400 DEBUG countme: no event for powertools: window already counted
2025-09-22T05:58:22-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-22T05:58:22-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-22T05:58:23-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-22T05:58:23-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-22T05:58:23-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-22T05:58:23-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-22T05:58:23-0400 DEBUG countme: no event for epel: window already counted
2025-09-22T05:58:23-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-22T05:58:24-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-22T05:58:24-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T05:58:24-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T05:58:24-0400 DDEBUG Cleaning up.
2025-09-22T05:58:24-0400 DDEBUG Plugins were unloaded.
2025-09-22T05:58:24-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T05:58:24-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T07:32:33-0400 INFO --- logging initialized ---
2025-09-22T07:32:33-0400 DDEBUG timer: config: 4 ms
2025-09-22T07:32:33-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T07:32:33-0400 DEBUG DNF version: 4.7.0
2025-09-22T07:32:33-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T07:32:33-0400 DDEBUG Installroot: /
2025-09-22T07:32:33-0400 DDEBUG Releasever: 8
2025-09-22T07:32:33-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T07:32:33-0400 DDEBUG Base command: makecache
2025-09-22T07:32:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T07:32:33-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T07:32:33-0400 DEBUG Making cache files for all metadata files.
2025-09-22T07:32:33-0400 INFO Metadata cache refreshed recently.
2025-09-22T07:32:33-0400 DDEBUG Cleaning up.
2025-09-22T07:32:33-0400 DDEBUG Plugins were unloaded.
2025-09-22T08:46:47-0400 INFO --- logging initialized ---
2025-09-22T08:46:47-0400 DDEBUG timer: config: 3 ms
2025-09-22T08:46:47-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T08:46:47-0400 DEBUG DNF version: 4.7.0
2025-09-22T08:46:47-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T08:46:47-0400 DDEBUG Installroot: /
2025-09-22T08:46:47-0400 DDEBUG Releasever: 8
2025-09-22T08:46:47-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T08:46:47-0400 DDEBUG Base command: makecache
2025-09-22T08:46:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T08:46:47-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T08:46:47-0400 DEBUG Making cache files for all metadata files.
2025-09-22T08:46:47-0400 INFO Metadata cache refreshed recently.
2025-09-22T08:46:47-0400 DDEBUG Cleaning up.
2025-09-22T08:46:47-0400 DDEBUG Plugins were unloaded.
2025-09-22T10:24:42-0400 INFO --- logging initialized ---
2025-09-22T10:24:42-0400 DDEBUG timer: config: 2 ms
2025-09-22T10:24:42-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T10:24:42-0400 DEBUG DNF version: 4.7.0
2025-09-22T10:24:42-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T10:24:42-0400 DDEBUG Installroot: /
2025-09-22T10:24:42-0400 DDEBUG Releasever: 8
2025-09-22T10:24:42-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T10:24:42-0400 DDEBUG Base command: makecache
2025-09-22T10:24:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T10:24:42-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T10:24:42-0400 DEBUG Making cache files for all metadata files.
2025-09-22T10:24:42-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-22T10:24:42-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-22T10:24:42-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-22T10:24:42-0400 DEBUG extras: has expired and will be refreshed.
2025-09-22T10:24:42-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-22T10:24:42-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-22T10:24:42-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-22T10:24:42-0400 DEBUG epel: has expired and will be refreshed.
2025-09-22T10:24:42-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-22T10:24:42-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-22T10:24:42-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T10:24:42-0400 DEBUG countme: no event for baseos: window already counted
2025-09-22T10:24:43-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-22T10:24:43-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-22T10:24:43-0400 DEBUG countme: no event for appstream: window already counted
2025-09-22T10:24:43-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-22T10:24:43-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-22T10:24:43-0400 DEBUG countme: no event for extras: window already counted
2025-09-22T10:24:43-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-22T10:24:43-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-22T10:24:43-0400 DEBUG countme: no event for powertools: window already counted
2025-09-22T10:24:44-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-22T10:24:44-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-22T10:24:44-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-22T10:24:44-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-22T10:24:44-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-22T10:24:44-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-22T10:24:44-0400 DEBUG countme: no event for epel: window already counted
2025-09-22T10:24:44-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-22T10:24:45-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-22T10:24:45-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T10:24:45-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T10:24:45-0400 DDEBUG Cleaning up.
2025-09-22T10:24:45-0400 DDEBUG Plugins were unloaded.
2025-09-22T10:24:45-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T10:24:45-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T12:16:15-0400 INFO --- logging initialized ---
2025-09-22T12:16:15-0400 DDEBUG timer: config: 2 ms
2025-09-22T12:16:15-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T12:16:15-0400 DEBUG DNF version: 4.7.0
2025-09-22T12:16:15-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T12:16:15-0400 DDEBUG Installroot: /
2025-09-22T12:16:15-0400 DDEBUG Releasever: 8
2025-09-22T12:16:15-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T12:16:15-0400 DDEBUG Base command: makecache
2025-09-22T12:16:15-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T12:16:15-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T12:16:15-0400 DEBUG Making cache files for all metadata files.
2025-09-22T12:16:15-0400 INFO Metadata cache refreshed recently.
2025-09-22T12:16:15-0400 DDEBUG Cleaning up.
2025-09-22T12:16:15-0400 DDEBUG Plugins were unloaded.
2025-09-22T14:03:56-0400 INFO --- logging initialized ---
2025-09-22T14:03:56-0400 DDEBUG timer: config: 3 ms
2025-09-22T14:03:56-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T14:03:56-0400 DEBUG DNF version: 4.7.0
2025-09-22T14:03:56-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T14:03:56-0400 DDEBUG Installroot: /
2025-09-22T14:03:56-0400 DDEBUG Releasever: 8
2025-09-22T14:03:56-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T14:03:56-0400 DDEBUG Base command: makecache
2025-09-22T14:03:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T14:03:56-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T14:03:56-0400 DEBUG Making cache files for all metadata files.
2025-09-22T14:03:56-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-22T14:03:56-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-22T14:03:56-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-22T14:03:56-0400 DEBUG extras: has expired and will be refreshed.
2025-09-22T14:03:56-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-22T14:03:56-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-22T14:03:56-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-22T14:03:56-0400 DEBUG epel: has expired and will be refreshed.
2025-09-22T14:03:56-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-22T14:03:56-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-22T14:03:56-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T14:03:56-0400 DEBUG countme: no event for baseos: window already counted
2025-09-22T14:03:56-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-22T14:03:56-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-22T14:03:56-0400 DEBUG countme: no event for appstream: window already counted
2025-09-22T14:03:57-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-22T14:03:57-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-22T14:03:57-0400 DEBUG countme: no event for extras: window already counted
2025-09-22T14:03:57-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-22T14:03:57-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-22T14:03:57-0400 DEBUG countme: no event for powertools: window already counted
2025-09-22T14:03:57-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-22T14:03:57-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-22T14:03:58-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-22T14:03:58-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-22T14:03:58-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-22T14:03:58-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-22T14:03:58-0400 DEBUG countme: no event for epel: window already counted
2025-09-22T14:03:59-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-22T14:03:59-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-22T14:03:59-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T14:03:59-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T14:03:59-0400 DDEBUG Cleaning up.
2025-09-22T14:03:59-0400 DDEBUG Plugins were unloaded.
2025-09-22T14:03:59-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T14:03:59-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T15:41:36-0400 INFO --- logging initialized ---
2025-09-22T15:41:36-0400 DDEBUG timer: config: 3 ms
2025-09-22T15:41:36-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T15:41:36-0400 DEBUG DNF version: 4.7.0
2025-09-22T15:41:36-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T15:41:36-0400 DDEBUG Installroot: /
2025-09-22T15:41:36-0400 DDEBUG Releasever: 8
2025-09-22T15:41:36-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T15:41:36-0400 DDEBUG Base command: makecache
2025-09-22T15:41:36-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T15:41:36-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T15:41:36-0400 DEBUG Making cache files for all metadata files.
2025-09-22T15:41:36-0400 INFO Metadata cache refreshed recently.
2025-09-22T15:41:36-0400 DDEBUG Cleaning up.
2025-09-22T15:41:36-0400 DDEBUG Plugins were unloaded.
2025-09-22T16:51:04-0400 INFO --- logging initialized ---
2025-09-22T16:51:04-0400 DDEBUG timer: config: 2 ms
2025-09-22T16:51:04-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T16:51:04-0400 DEBUG DNF version: 4.7.0
2025-09-22T16:51:04-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T16:51:04-0400 DDEBUG Installroot: /
2025-09-22T16:51:04-0400 DDEBUG Releasever: 8
2025-09-22T16:51:04-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T16:51:04-0400 DDEBUG Base command: makecache
2025-09-22T16:51:04-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T16:51:04-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T16:51:04-0400 DEBUG Making cache files for all metadata files.
2025-09-22T16:51:04-0400 INFO Metadata cache refreshed recently.
2025-09-22T16:51:04-0400 DDEBUG Cleaning up.
2025-09-22T16:51:04-0400 DDEBUG Plugins were unloaded.
2025-09-22T18:42:45-0400 INFO --- logging initialized ---
2025-09-22T18:42:45-0400 DDEBUG timer: config: 2 ms
2025-09-22T18:42:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T18:42:45-0400 DEBUG DNF version: 4.7.0
2025-09-22T18:42:45-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T18:42:45-0400 DDEBUG Installroot: /
2025-09-22T18:42:45-0400 DDEBUG Releasever: 8
2025-09-22T18:42:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T18:42:45-0400 DDEBUG Base command: makecache
2025-09-22T18:42:45-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T18:42:45-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T18:42:45-0400 DEBUG Making cache files for all metadata files.
2025-09-22T18:42:45-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-22T18:42:45-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-22T18:42:45-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-22T18:42:45-0400 DEBUG extras: has expired and will be refreshed.
2025-09-22T18:42:45-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-22T18:42:45-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-22T18:42:45-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-22T18:42:45-0400 DEBUG epel: has expired and will be refreshed.
2025-09-22T18:42:45-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-22T18:42:45-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-22T18:42:45-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T18:42:45-0400 DEBUG countme: no event for baseos: window already counted
2025-09-22T18:42:46-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-22T18:42:46-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-22T18:42:46-0400 DEBUG countme: no event for appstream: window already counted
2025-09-22T18:42:46-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-22T18:42:46-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-22T18:42:46-0400 DEBUG countme: no event for extras: window already counted
2025-09-22T18:42:46-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-22T18:42:46-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-22T18:42:46-0400 DEBUG countme: no event for powertools: window already counted
2025-09-22T18:42:47-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-22T18:42:47-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-22T18:42:47-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-22T18:42:47-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-22T18:42:47-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-22T18:42:47-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-22T18:42:47-0400 DEBUG countme: no event for epel: window already counted
2025-09-22T18:42:47-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-22T18:42:47-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-22T18:42:47-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T18:42:47-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T18:42:47-0400 DDEBUG Cleaning up.
2025-09-22T18:42:47-0400 DDEBUG Plugins were unloaded.
2025-09-22T18:42:47-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T18:42:47-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T20:30:08-0400 INFO --- logging initialized ---
2025-09-22T20:30:08-0400 DDEBUG timer: config: 3 ms
2025-09-22T20:30:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T20:30:08-0400 DEBUG DNF version: 4.7.0
2025-09-22T20:30:08-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T20:30:08-0400 DDEBUG Installroot: /
2025-09-22T20:30:08-0400 DDEBUG Releasever: 8
2025-09-22T20:30:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T20:30:08-0400 DDEBUG Base command: makecache
2025-09-22T20:30:08-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T20:30:08-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T20:30:08-0400 DEBUG Making cache files for all metadata files.
2025-09-22T20:30:08-0400 INFO Metadata cache refreshed recently.
2025-09-22T20:30:08-0400 DDEBUG Cleaning up.
2025-09-22T20:30:08-0400 DDEBUG Plugins were unloaded.
2025-09-22T21:45:29-0400 INFO --- logging initialized ---
2025-09-22T21:45:29-0400 DDEBUG timer: config: 3 ms
2025-09-22T21:45:29-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T21:45:29-0400 DEBUG DNF version: 4.7.0
2025-09-22T21:45:29-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T21:45:29-0400 DDEBUG Installroot: /
2025-09-22T21:45:29-0400 DDEBUG Releasever: 8
2025-09-22T21:45:29-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T21:45:29-0400 DDEBUG Base command: makecache
2025-09-22T21:45:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T21:45:29-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T21:45:29-0400 DEBUG Making cache files for all metadata files.
2025-09-22T21:45:29-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-22T21:45:29-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-22T21:45:29-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-22T21:45:29-0400 DEBUG extras: has expired and will be refreshed.
2025-09-22T21:45:29-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-22T21:45:29-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-22T21:45:29-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-22T21:45:29-0400 DEBUG epel: has expired and will be refreshed.
2025-09-22T21:45:29-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-22T21:45:29-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-22T21:45:29-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T21:45:29-0400 DEBUG countme: no event for baseos: window already counted
2025-09-22T21:45:29-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-22T21:45:29-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-22T21:45:29-0400 DEBUG countme: no event for appstream: window already counted
2025-09-22T21:45:29-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-22T21:45:30-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-22T21:45:30-0400 DEBUG countme: no event for extras: window already counted
2025-09-22T21:45:30-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-22T21:45:30-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-22T21:45:30-0400 DEBUG countme: no event for powertools: window already counted
2025-09-22T21:45:30-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-22T21:45:30-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-22T21:45:30-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-22T21:45:30-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-22T21:45:31-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-22T21:45:31-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-22T21:45:31-0400 DEBUG countme: no event for epel: window already counted
2025-09-22T21:45:31-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-22T21:45:31-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-22T21:45:31-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-22T21:45:31-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T21:45:31-0400 DDEBUG Cleaning up.
2025-09-22T21:45:31-0400 DDEBUG Plugins were unloaded.
2025-09-22T21:45:31-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T21:45:31-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T23:11:10-0400 INFO --- logging initialized ---
2025-09-22T23:11:10-0400 DDEBUG timer: config: 3 ms
2025-09-22T23:11:10-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T23:11:10-0400 DEBUG DNF version: 4.7.0
2025-09-22T23:11:10-0400 DDEBUG Command: dnf makecache --timer
2025-09-22T23:11:10-0400 DDEBUG Installroot: /
2025-09-22T23:11:10-0400 DDEBUG Releasever: 8
2025-09-22T23:11:10-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T23:11:10-0400 DDEBUG Base command: makecache
2025-09-22T23:11:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T23:11:10-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T23:11:10-0400 DEBUG Making cache files for all metadata files.
2025-09-22T23:11:10-0400 INFO Metadata cache refreshed recently.
2025-09-22T23:11:10-0400 DDEBUG Cleaning up.
2025-09-22T23:11:10-0400 DDEBUG Plugins were unloaded.
2025-09-23T00:57:12-0400 INFO --- logging initialized ---
2025-09-23T00:57:12-0400 DDEBUG timer: config: 2 ms
2025-09-23T00:57:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T00:57:12-0400 DEBUG DNF version: 4.7.0
2025-09-23T00:57:12-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T00:57:12-0400 DDEBUG Installroot: /
2025-09-23T00:57:12-0400 DDEBUG Releasever: 8
2025-09-23T00:57:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T00:57:12-0400 DDEBUG Base command: makecache
2025-09-23T00:57:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T00:57:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T00:57:12-0400 DEBUG Making cache files for all metadata files.
2025-09-23T00:57:12-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T00:57:12-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T00:57:12-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T00:57:12-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T00:57:12-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T00:57:12-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T00:57:12-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T00:57:12-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T00:57:12-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T00:57:13-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T00:57:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T00:57:13-0400 DEBUG countme: no event for baseos: window already counted
2025-09-23T00:57:13-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-23T00:57:13-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-23T00:57:13-0400 DEBUG countme: no event for appstream: window already counted
2025-09-23T00:57:13-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-23T00:57:13-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-23T00:57:13-0400 DEBUG countme: no event for extras: window already counted
2025-09-23T00:57:14-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-23T00:57:14-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-23T00:57:14-0400 DEBUG countme: no event for powertools: window already counted
2025-09-23T00:57:14-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-23T00:57:14-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-23T00:57:14-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-23T00:57:14-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-23T00:57:15-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-23T00:57:15-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-23T00:57:15-0400 DEBUG countme: no event for epel: window already counted
2025-09-23T00:57:15-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-23T00:57:15-0400 DEBUG repo: downloading from remote: epel
2025-09-23T00:57:15-0400 DEBUG countme: no event for epel: window already counted
2025-09-23T00:57:16-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-23T00:57:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T00:57:16-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T00:57:16-0400 DDEBUG Cleaning up.
2025-09-23T00:57:16-0400 DDEBUG Plugins were unloaded.
2025-09-23T00:57:16-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T00:57:16-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T02:10:27-0400 INFO --- logging initialized ---
2025-09-23T02:10:27-0400 DDEBUG timer: config: 2 ms
2025-09-23T02:10:27-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T02:10:27-0400 DEBUG DNF version: 4.7.0
2025-09-23T02:10:27-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T02:10:27-0400 DDEBUG Installroot: /
2025-09-23T02:10:27-0400 DDEBUG Releasever: 8
2025-09-23T02:10:27-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T02:10:27-0400 DDEBUG Base command: makecache
2025-09-23T02:10:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T02:10:27-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T02:10:27-0400 DEBUG Making cache files for all metadata files.
2025-09-23T02:10:27-0400 INFO Metadata cache refreshed recently.
2025-09-23T02:10:27-0400 DDEBUG Cleaning up.
2025-09-23T02:10:27-0400 DDEBUG Plugins were unloaded.
2025-09-23T03:35:04-0400 INFO --- logging initialized ---
2025-09-23T03:35:04-0400 DDEBUG timer: config: 3 ms
2025-09-23T03:35:04-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T03:35:04-0400 DEBUG YUM version: 4.7.0
2025-09-23T03:35:04-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-23T03:35:04-0400 DDEBUG Installroot: /
2025-09-23T03:35:04-0400 DDEBUG Releasever: 8
2025-09-23T03:35:04-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T03:35:04-0400 DDEBUG Base command: check-update
2025-09-23T03:35:04-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-23T03:35:04-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-23T03:35:04-0400 DEBUG repo: using cache for: cwp
2025-09-23T03:35:04-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T03:35:04-0400 DEBUG repo: using cache for: baseos
2025-09-23T03:35:04-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-23T03:35:04-0400 DEBUG repo: using cache for: appstream
2025-09-23T03:35:04-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-23T03:35:04-0400 DEBUG repo: using cache for: extras
2025-09-23T03:35:04-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-23T03:35:04-0400 DEBUG repo: using cache for: powertools
2025-09-23T03:35:04-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-23T03:35:04-0400 DEBUG repo: using cache for: powertools-source
2025-09-23T03:35:04-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-23T03:35:04-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-23T03:35:04-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-23T03:35:04-0400 DEBUG repo: using cache for: epel
2025-09-23T03:35:04-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-23T03:35:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T03:35:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T03:35:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T03:35:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T03:35:04-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T03:35:04-0400 DDEBUG Cleaning up.
2025-09-23T03:35:04-0400 DDEBUG Plugins were unloaded.
2025-09-23T03:35:04-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-23T03:35:04-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-23T03:35:05-0400 INFO --- logging initialized ---
2025-09-23T03:35:05-0400 DDEBUG timer: config: 3 ms
2025-09-23T03:35:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T03:35:05-0400 DEBUG YUM version: 4.7.0
2025-09-23T03:35:05-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-23T03:35:05-0400 DDEBUG Installroot: /
2025-09-23T03:35:05-0400 DDEBUG Releasever: 8
2025-09-23T03:35:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T03:35:05-0400 DDEBUG Base command: update
2025-09-23T03:35:05-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-23T03:35:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-23T03:35:05-0400 DEBUG repo: using cache for: cwp
2025-09-23T03:35:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T03:35:05-0400 DEBUG repo: using cache for: baseos
2025-09-23T03:35:05-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-23T03:35:05-0400 DEBUG repo: using cache for: appstream
2025-09-23T03:35:05-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-23T03:35:05-0400 DEBUG repo: using cache for: extras
2025-09-23T03:35:05-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-23T03:35:05-0400 DEBUG repo: using cache for: powertools
2025-09-23T03:35:05-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-23T03:35:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-23T03:35:05-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-23T03:35:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-23T03:35:05-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-23T03:35:05-0400 DEBUG repo: using cache for: epel
2025-09-23T03:35:05-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-23T03:35:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T03:35:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T03:35:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T03:35:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T03:35:05-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T03:35:05-0400 DDEBUG Cleaning up.
2025-09-23T03:35:05-0400 DDEBUG Plugins were unloaded.
2025-09-23T03:35:05-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-23T03:35:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-23T03:35:10-0400 INFO --- logging initialized ---
2025-09-23T03:35:10-0400 DDEBUG timer: config: 4 ms
2025-09-23T03:35:10-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T03:35:10-0400 DEBUG DNF version: 4.7.0
2025-09-23T03:35:10-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T03:35:10-0400 DDEBUG Installroot: /
2025-09-23T03:35:10-0400 DDEBUG Releasever: 8
2025-09-23T03:35:10-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T03:35:10-0400 DDEBUG Base command: makecache
2025-09-23T03:35:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T03:35:10-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T03:35:10-0400 DEBUG Making cache files for all metadata files.
2025-09-23T03:35:10-0400 INFO Metadata cache refreshed recently.
2025-09-23T03:35:10-0400 DDEBUG Cleaning up.
2025-09-23T03:35:10-0400 DDEBUG Plugins were unloaded.
2025-09-23T04:46:12-0400 INFO --- logging initialized ---
2025-09-23T04:46:12-0400 DDEBUG timer: config: 2 ms
2025-09-23T04:46:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T04:46:13-0400 DEBUG DNF version: 4.7.0
2025-09-23T04:46:13-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T04:46:13-0400 DDEBUG Installroot: /
2025-09-23T04:46:13-0400 DDEBUG Releasever: 8
2025-09-23T04:46:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T04:46:13-0400 DDEBUG Base command: makecache
2025-09-23T04:46:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T04:46:13-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T04:46:13-0400 DEBUG Making cache files for all metadata files.
2025-09-23T04:46:13-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T04:46:13-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T04:46:13-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T04:46:13-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T04:46:13-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T04:46:13-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T04:46:13-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T04:46:13-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T04:46:13-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T04:46:13-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T04:46:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T04:46:13-0400 DEBUG countme: no event for baseos: window already counted
2025-09-23T04:46:13-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-23T04:46:13-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-23T04:46:13-0400 DEBUG countme: no event for appstream: window already counted
2025-09-23T04:46:13-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-23T04:46:13-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-23T04:46:13-0400 DEBUG countme: no event for extras: window already counted
2025-09-23T04:46:14-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-23T04:46:14-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-23T04:46:14-0400 DEBUG countme: no event for powertools: window already counted
2025-09-23T04:46:14-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-23T04:46:14-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-23T04:46:14-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-23T04:46:14-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-23T04:46:15-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-23T04:46:15-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-23T04:46:15-0400 DEBUG countme: no event for epel: window already counted
2025-09-23T04:46:15-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-23T04:46:15-0400 DEBUG repo: downloading from remote: epel
2025-09-23T04:46:15-0400 DEBUG countme: no event for epel: window already counted
2025-09-23T04:46:16-0400 DEBUG epel: using metadata from Sun 21 Sep 2025 10:22:11 PM EDT.
2025-09-23T04:46:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T04:46:16-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T04:46:16-0400 DDEBUG Cleaning up.
2025-09-23T04:46:16-0400 DDEBUG Plugins were unloaded.
2025-09-23T04:46:16-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T04:46:16-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T06:24:36-0400 INFO --- logging initialized ---
2025-09-23T06:24:36-0400 DDEBUG timer: config: 3 ms
2025-09-23T06:24:36-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T06:24:36-0400 DEBUG DNF version: 4.7.0
2025-09-23T06:24:36-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T06:24:36-0400 DDEBUG Installroot: /
2025-09-23T06:24:36-0400 DDEBUG Releasever: 8
2025-09-23T06:24:36-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T06:24:36-0400 DDEBUG Base command: makecache
2025-09-23T06:24:36-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T06:24:36-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T06:24:36-0400 DEBUG Making cache files for all metadata files.
2025-09-23T06:24:36-0400 INFO Metadata cache refreshed recently.
2025-09-23T06:24:36-0400 DDEBUG Cleaning up.
2025-09-23T06:24:36-0400 DDEBUG Plugins were unloaded.
2025-09-23T08:21:31-0400 INFO --- logging initialized ---
2025-09-23T08:21:31-0400 DDEBUG timer: config: 2 ms
2025-09-23T08:21:31-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T08:21:31-0400 DEBUG DNF version: 4.7.0
2025-09-23T08:21:31-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T08:21:31-0400 DDEBUG Installroot: /
2025-09-23T08:21:31-0400 DDEBUG Releasever: 8
2025-09-23T08:21:31-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T08:21:31-0400 DDEBUG Base command: makecache
2025-09-23T08:21:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T08:21:31-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T08:21:31-0400 DEBUG Making cache files for all metadata files.
2025-09-23T08:21:31-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T08:21:31-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T08:21:31-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T08:21:31-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T08:21:31-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T08:21:31-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T08:21:31-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T08:21:31-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T08:21:31-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T08:21:31-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T08:21:31-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T08:21:31-0400 DEBUG countme: no event for baseos: window already counted
2025-09-23T08:21:31-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-23T08:21:31-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-23T08:21:31-0400 DEBUG countme: no event for appstream: window already counted
2025-09-23T08:21:32-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-23T08:21:32-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-23T08:21:32-0400 DEBUG countme: no event for extras: window already counted
2025-09-23T08:21:32-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-23T08:21:32-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-23T08:21:32-0400 DEBUG countme: no event for powertools: window already counted
2025-09-23T08:21:33-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-23T08:21:33-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-23T08:21:33-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-23T08:21:33-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-23T08:21:33-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-23T08:21:33-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-23T08:21:33-0400 DEBUG countme: no event for epel: window already counted
2025-09-23T08:21:33-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-23T08:21:33-0400 DEBUG repo: downloading from remote: epel
2025-09-23T08:21:33-0400 DEBUG countme: no event for epel: window already counted
2025-09-23T08:21:39-0400 DEBUG epel: using metadata from Mon 22 Sep 2025 10:46:01 PM EDT.
2025-09-23T08:21:39-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T08:21:39-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T08:21:39-0400 DDEBUG Cleaning up.
2025-09-23T08:21:39-0400 DDEBUG Plugins were unloaded.
2025-09-23T08:21:39-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T08:21:39-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T10:17:11-0400 INFO --- logging initialized ---
2025-09-23T10:17:11-0400 DDEBUG timer: config: 2 ms
2025-09-23T10:17:11-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T10:17:11-0400 DEBUG DNF version: 4.7.0
2025-09-23T10:17:11-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T10:17:11-0400 DDEBUG Installroot: /
2025-09-23T10:17:11-0400 DDEBUG Releasever: 8
2025-09-23T10:17:11-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T10:17:11-0400 DDEBUG Base command: makecache
2025-09-23T10:17:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T10:17:11-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T10:17:11-0400 DEBUG Making cache files for all metadata files.
2025-09-23T10:17:11-0400 INFO Metadata cache refreshed recently.
2025-09-23T10:17:11-0400 DDEBUG Cleaning up.
2025-09-23T10:17:11-0400 DDEBUG Plugins were unloaded.
2025-09-23T11:44:19-0400 INFO --- logging initialized ---
2025-09-23T11:44:19-0400 DDEBUG timer: config: 3 ms
2025-09-23T11:44:19-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T11:44:19-0400 DEBUG DNF version: 4.7.0
2025-09-23T11:44:19-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T11:44:19-0400 DDEBUG Installroot: /
2025-09-23T11:44:19-0400 DDEBUG Releasever: 8
2025-09-23T11:44:19-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T11:44:19-0400 DDEBUG Base command: makecache
2025-09-23T11:44:19-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T11:44:19-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T11:44:19-0400 DEBUG Making cache files for all metadata files.
2025-09-23T11:44:19-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T11:44:19-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T11:44:19-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T11:44:19-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T11:44:19-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T11:44:19-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T11:44:19-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T11:44:19-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T11:44:19-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T11:44:19-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T11:44:19-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T11:44:19-0400 DEBUG countme: no event for baseos: window already counted
2025-09-23T11:44:19-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-23T11:44:19-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-23T11:44:19-0400 DEBUG countme: no event for appstream: window already counted
2025-09-23T11:44:20-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-23T11:44:20-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-23T11:44:20-0400 DEBUG countme: no event for extras: window already counted
2025-09-23T11:44:20-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-23T11:44:20-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-23T11:44:20-0400 DEBUG countme: no event for powertools: window already counted
2025-09-23T11:44:21-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-23T11:44:21-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-23T11:44:21-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-23T11:44:21-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-23T11:44:21-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-23T11:44:21-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-23T11:44:21-0400 DEBUG countme: no event for epel: window already counted
2025-09-23T11:44:22-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-23T11:44:22-0400 DEBUG epel: using metadata from Mon 22 Sep 2025 10:46:01 PM EDT.
2025-09-23T11:44:22-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T11:44:22-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T11:44:22-0400 DDEBUG Cleaning up.
2025-09-23T11:44:22-0400 DDEBUG Plugins were unloaded.
2025-09-23T11:44:22-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T11:44:22-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T13:09:07-0400 INFO --- logging initialized ---
2025-09-23T13:09:07-0400 DDEBUG timer: config: 4 ms
2025-09-23T13:09:07-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T13:09:07-0400 DEBUG DNF version: 4.7.0
2025-09-23T13:09:07-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T13:09:07-0400 DDEBUG Installroot: /
2025-09-23T13:09:07-0400 DDEBUG Releasever: 8
2025-09-23T13:09:07-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T13:09:07-0400 DDEBUG Base command: makecache
2025-09-23T13:09:07-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T13:09:07-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T13:09:07-0400 DEBUG Making cache files for all metadata files.
2025-09-23T13:09:07-0400 INFO Metadata cache refreshed recently.
2025-09-23T13:09:07-0400 DDEBUG Cleaning up.
2025-09-23T13:09:07-0400 DDEBUG Plugins were unloaded.
2025-09-23T14:58:45-0400 INFO --- logging initialized ---
2025-09-23T14:58:45-0400 DDEBUG timer: config: 30 ms
2025-09-23T14:58:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T14:58:45-0400 DEBUG DNF version: 4.7.0
2025-09-23T14:58:45-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T14:58:45-0400 DDEBUG Installroot: /
2025-09-23T14:58:45-0400 DDEBUG Releasever: 8
2025-09-23T14:58:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T14:58:45-0400 DDEBUG Base command: makecache
2025-09-23T14:58:45-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T14:58:45-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T14:58:45-0400 DEBUG Making cache files for all metadata files.
2025-09-23T14:58:45-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T14:58:45-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T14:58:45-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T14:58:45-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T14:58:45-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T14:58:45-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T14:58:45-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T14:58:45-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T14:58:45-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T14:58:45-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T14:58:45-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T14:58:45-0400 DEBUG countme: no event for baseos: window already counted
2025-09-23T14:58:45-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-23T14:58:45-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-23T14:58:45-0400 DEBUG countme: no event for appstream: window already counted
2025-09-23T14:58:46-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-23T14:58:46-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-23T14:58:46-0400 DEBUG countme: no event for extras: window already counted
2025-09-23T14:58:46-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-23T14:58:46-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-23T14:58:46-0400 DEBUG countme: no event for powertools: window already counted
2025-09-23T14:58:46-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-23T14:58:46-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-23T14:58:47-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-23T14:58:47-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-23T14:58:47-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-23T14:58:47-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-23T14:58:47-0400 DEBUG countme: no event for epel: window already counted
2025-09-23T14:58:47-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-23T14:58:47-0400 DEBUG epel: using metadata from Mon 22 Sep 2025 10:46:01 PM EDT.
2025-09-23T14:58:47-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T14:58:47-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T14:58:47-0400 DDEBUG Cleaning up.
2025-09-23T14:58:47-0400 DDEBUG Plugins were unloaded.
2025-09-23T14:58:47-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T14:58:47-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T16:57:03-0400 INFO --- logging initialized ---
2025-09-23T16:57:03-0400 DDEBUG timer: config: 90 ms
2025-09-23T16:57:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T16:57:03-0400 DEBUG DNF version: 4.7.0
2025-09-23T16:57:03-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T16:57:03-0400 DDEBUG Installroot: /
2025-09-23T16:57:03-0400 DDEBUG Releasever: 8
2025-09-23T16:57:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T16:57:03-0400 DDEBUG Base command: makecache
2025-09-23T16:57:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T16:57:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T16:57:03-0400 DEBUG Making cache files for all metadata files.
2025-09-23T16:57:03-0400 INFO Metadata cache refreshed recently.
2025-09-23T16:57:03-0400 DDEBUG Cleaning up.
2025-09-23T16:57:03-0400 DDEBUG Plugins were unloaded.
2025-09-23T18:13:16-0400 INFO --- logging initialized ---
2025-09-23T18:13:16-0400 DDEBUG timer: config: 4 ms
2025-09-23T18:13:16-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T18:13:16-0400 DEBUG DNF version: 4.7.0
2025-09-23T18:13:16-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T18:13:16-0400 DDEBUG Installroot: /
2025-09-23T18:13:16-0400 DDEBUG Releasever: 8
2025-09-23T18:13:16-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T18:13:16-0400 DDEBUG Base command: makecache
2025-09-23T18:13:16-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T18:13:16-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T18:13:16-0400 DEBUG Making cache files for all metadata files.
2025-09-23T18:13:16-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T18:13:17-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T18:13:17-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T18:13:17-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T18:13:17-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T18:13:17-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T18:13:17-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T18:13:17-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T18:13:17-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T18:13:17-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T18:13:17-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T18:13:17-0400 DEBUG countme: no event for baseos: window already counted
2025-09-23T18:13:17-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-23T18:13:17-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-23T18:13:17-0400 DEBUG countme: no event for appstream: window already counted
2025-09-23T18:13:17-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-23T18:13:18-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-23T18:13:18-0400 DEBUG countme: no event for extras: window already counted
2025-09-23T18:13:18-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-23T18:13:18-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-23T18:13:18-0400 DEBUG countme: no event for powertools: window already counted
2025-09-23T18:13:18-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-23T18:13:18-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-23T18:13:19-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-23T18:13:19-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-23T18:13:19-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-23T18:13:19-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-23T18:13:19-0400 DEBUG countme: no event for epel: window already counted
2025-09-23T18:13:19-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-23T18:13:19-0400 DEBUG epel: using metadata from Mon 22 Sep 2025 10:46:01 PM EDT.
2025-09-23T18:13:19-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T18:13:19-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T18:13:19-0400 DDEBUG Cleaning up.
2025-09-23T18:13:19-0400 DDEBUG Plugins were unloaded.
2025-09-23T18:13:19-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T18:13:19-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T20:10:06-0400 INFO --- logging initialized ---
2025-09-23T20:10:06-0400 DDEBUG timer: config: 2 ms
2025-09-23T20:10:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T20:10:06-0400 DEBUG DNF version: 4.7.0
2025-09-23T20:10:06-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T20:10:06-0400 DDEBUG Installroot: /
2025-09-23T20:10:06-0400 DDEBUG Releasever: 8
2025-09-23T20:10:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T20:10:06-0400 DDEBUG Base command: makecache
2025-09-23T20:10:06-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T20:10:06-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T20:10:06-0400 DEBUG Making cache files for all metadata files.
2025-09-23T20:10:06-0400 INFO Metadata cache refreshed recently.
2025-09-23T20:10:06-0400 DDEBUG Cleaning up.
2025-09-23T20:10:06-0400 DDEBUG Plugins were unloaded.
2025-09-23T21:59:41-0400 INFO --- logging initialized ---
2025-09-23T21:59:41-0400 DDEBUG timer: config: 3 ms
2025-09-23T21:59:41-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T21:59:41-0400 DEBUG DNF version: 4.7.0
2025-09-23T21:59:41-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T21:59:41-0400 DDEBUG Installroot: /
2025-09-23T21:59:41-0400 DDEBUG Releasever: 8
2025-09-23T21:59:41-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T21:59:41-0400 DDEBUG Base command: makecache
2025-09-23T21:59:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T21:59:41-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T21:59:41-0400 DEBUG Making cache files for all metadata files.
2025-09-23T21:59:41-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T21:59:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T21:59:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T21:59:41-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T21:59:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T21:59:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T21:59:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T21:59:41-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T21:59:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T21:59:41-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T21:59:41-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T21:59:41-0400 DEBUG countme: no event for baseos: window already counted
2025-09-23T21:59:42-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-23T21:59:42-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-23T21:59:42-0400 DEBUG countme: no event for appstream: window already counted
2025-09-23T21:59:42-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-23T21:59:42-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-23T21:59:42-0400 DEBUG countme: no event for extras: window already counted
2025-09-23T21:59:43-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-23T21:59:43-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-23T21:59:43-0400 DEBUG countme: no event for powertools: window already counted
2025-09-23T21:59:43-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-23T21:59:43-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-23T21:59:43-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-23T21:59:43-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-23T21:59:44-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-23T21:59:44-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-23T21:59:44-0400 DEBUG countme: no event for epel: window already counted
2025-09-23T21:59:44-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-23T21:59:44-0400 DEBUG repo: downloading from remote: epel
2025-09-23T21:59:44-0400 DEBUG countme: no event for epel: window already counted
2025-09-23T21:59:44-0400 DEBUG epel: using metadata from Mon 22 Sep 2025 10:46:01 PM EDT.
2025-09-23T21:59:44-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-23T21:59:44-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T21:59:44-0400 DDEBUG Cleaning up.
2025-09-23T21:59:44-0400 DDEBUG Plugins were unloaded.
2025-09-23T21:59:44-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T21:59:44-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-23T23:29:30-0400 INFO --- logging initialized ---
2025-09-23T23:29:30-0400 DDEBUG timer: config: 3 ms
2025-09-23T23:29:30-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T23:29:30-0400 DEBUG DNF version: 4.7.0
2025-09-23T23:29:30-0400 DDEBUG Command: dnf makecache --timer
2025-09-23T23:29:30-0400 DDEBUG Installroot: /
2025-09-23T23:29:30-0400 DDEBUG Releasever: 8
2025-09-23T23:29:30-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T23:29:30-0400 DDEBUG Base command: makecache
2025-09-23T23:29:30-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T23:29:30-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T23:29:30-0400 DEBUG Making cache files for all metadata files.
2025-09-23T23:29:30-0400 INFO Metadata cache refreshed recently.
2025-09-23T23:29:30-0400 DDEBUG Cleaning up.
2025-09-23T23:29:30-0400 DDEBUG Plugins were unloaded.
2025-09-24T01:23:38-0400 INFO --- logging initialized ---
2025-09-24T01:23:38-0400 DDEBUG timer: config: 3 ms
2025-09-24T01:23:38-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T01:23:38-0400 DEBUG DNF version: 4.7.0
2025-09-24T01:23:38-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T01:23:38-0400 DDEBUG Installroot: /
2025-09-24T01:23:38-0400 DDEBUG Releasever: 8
2025-09-24T01:23:38-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T01:23:38-0400 DDEBUG Base command: makecache
2025-09-24T01:23:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T01:23:38-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T01:23:38-0400 DEBUG Making cache files for all metadata files.
2025-09-24T01:23:38-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T01:23:38-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T01:23:38-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T01:23:38-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T01:23:38-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T01:23:38-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T01:23:38-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T01:23:38-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T01:23:38-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T01:23:38-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T01:23:38-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T01:23:38-0400 DEBUG countme: no event for baseos: window already counted
2025-09-24T01:23:38-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-24T01:23:38-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-24T01:23:38-0400 DEBUG countme: no event for appstream: window already counted
2025-09-24T01:23:39-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-24T01:23:39-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-24T01:23:39-0400 DEBUG countme: no event for extras: window already counted
2025-09-24T01:23:39-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-24T01:23:39-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-24T01:23:39-0400 DEBUG countme: no event for powertools: window already counted
2025-09-24T01:23:39-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-24T01:23:39-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-24T01:23:40-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-24T01:23:40-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-24T01:23:40-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-24T01:23:40-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-24T01:23:40-0400 DEBUG countme: no event for epel: window already counted
2025-09-24T01:23:40-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-24T01:23:40-0400 DEBUG repo: downloading from remote: epel
2025-09-24T01:23:40-0400 DEBUG countme: no event for epel: window already counted
2025-09-24T01:23:46-0400 DEBUG epel: using metadata from Tue 23 Sep 2025 08:49:47 PM EDT.
2025-09-24T01:23:46-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T01:23:46-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T01:23:46-0400 DDEBUG Cleaning up.
2025-09-24T01:23:46-0400 DDEBUG Plugins were unloaded.
2025-09-24T01:23:46-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T01:23:46-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T02:30:26-0400 INFO --- logging initialized ---
2025-09-24T02:30:26-0400 DDEBUG timer: config: 2 ms
2025-09-24T02:30:26-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T02:30:26-0400 DEBUG DNF version: 4.7.0
2025-09-24T02:30:26-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T02:30:26-0400 DDEBUG Installroot: /
2025-09-24T02:30:26-0400 DDEBUG Releasever: 8
2025-09-24T02:30:26-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T02:30:26-0400 DDEBUG Base command: makecache
2025-09-24T02:30:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T02:30:26-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T02:30:26-0400 DEBUG Making cache files for all metadata files.
2025-09-24T02:30:26-0400 INFO Metadata cache refreshed recently.
2025-09-24T02:30:26-0400 DDEBUG Cleaning up.
2025-09-24T02:30:26-0400 DDEBUG Plugins were unloaded.
2025-09-24T03:39:04-0400 INFO --- logging initialized ---
2025-09-24T03:39:04-0400 DDEBUG timer: config: 3 ms
2025-09-24T03:39:04-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T03:39:04-0400 DEBUG YUM version: 4.7.0
2025-09-24T03:39:04-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-24T03:39:04-0400 DDEBUG Installroot: /
2025-09-24T03:39:04-0400 DDEBUG Releasever: 8
2025-09-24T03:39:04-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T03:39:04-0400 DDEBUG Base command: check-update
2025-09-24T03:39:04-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-24T03:39:04-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-24T03:39:04-0400 DEBUG repo: using cache for: cwp
2025-09-24T03:39:04-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T03:39:04-0400 DEBUG repo: using cache for: baseos
2025-09-24T03:39:04-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-24T03:39:04-0400 DEBUG repo: using cache for: appstream
2025-09-24T03:39:04-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-24T03:39:04-0400 DEBUG repo: using cache for: extras
2025-09-24T03:39:04-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-24T03:39:04-0400 DEBUG repo: using cache for: powertools
2025-09-24T03:39:04-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-24T03:39:04-0400 DEBUG repo: using cache for: powertools-source
2025-09-24T03:39:04-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-24T03:39:04-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-24T03:39:04-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-24T03:39:04-0400 DEBUG repo: using cache for: epel
2025-09-24T03:39:04-0400 DEBUG epel: using metadata from Tue 23 Sep 2025 08:49:47 PM EDT.
2025-09-24T03:39:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T03:39:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T03:39:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T03:39:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T03:39:04-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T03:39:04-0400 DDEBUG Cleaning up.
2025-09-24T03:39:04-0400 DDEBUG Plugins were unloaded.
2025-09-24T03:39:04-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-24T03:39:04-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-24T03:39:05-0400 INFO --- logging initialized ---
2025-09-24T03:39:05-0400 DDEBUG timer: config: 3 ms
2025-09-24T03:39:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T03:39:05-0400 DEBUG YUM version: 4.7.0
2025-09-24T03:39:05-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-24T03:39:05-0400 DDEBUG Installroot: /
2025-09-24T03:39:05-0400 DDEBUG Releasever: 8
2025-09-24T03:39:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T03:39:05-0400 DDEBUG Base command: update
2025-09-24T03:39:05-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-24T03:39:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-24T03:39:05-0400 DEBUG repo: using cache for: cwp
2025-09-24T03:39:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T03:39:05-0400 DEBUG repo: using cache for: baseos
2025-09-24T03:39:05-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-24T03:39:05-0400 DEBUG repo: using cache for: appstream
2025-09-24T03:39:05-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-24T03:39:05-0400 DEBUG repo: using cache for: extras
2025-09-24T03:39:05-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-24T03:39:05-0400 DEBUG repo: using cache for: powertools
2025-09-24T03:39:05-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-24T03:39:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-24T03:39:05-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-24T03:39:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-24T03:39:05-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-24T03:39:05-0400 DEBUG repo: using cache for: epel
2025-09-24T03:39:05-0400 DEBUG epel: using metadata from Tue 23 Sep 2025 08:49:47 PM EDT.
2025-09-24T03:39:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T03:39:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T03:39:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T03:39:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T03:39:05-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T03:39:05-0400 DDEBUG Cleaning up.
2025-09-24T03:39:05-0400 DDEBUG Plugins were unloaded.
2025-09-24T03:39:05-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-24T03:39:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-24T03:56:49-0400 INFO --- logging initialized ---
2025-09-24T03:56:49-0400 DDEBUG timer: config: 3 ms
2025-09-24T03:56:49-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T03:56:49-0400 DEBUG DNF version: 4.7.0
2025-09-24T03:56:49-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T03:56:49-0400 DDEBUG Installroot: /
2025-09-24T03:56:49-0400 DDEBUG Releasever: 8
2025-09-24T03:56:49-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T03:56:49-0400 DDEBUG Base command: makecache
2025-09-24T03:56:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T03:56:49-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T03:56:49-0400 DEBUG Making cache files for all metadata files.
2025-09-24T03:56:49-0400 INFO Metadata cache refreshed recently.
2025-09-24T03:56:49-0400 DDEBUG Cleaning up.
2025-09-24T03:56:49-0400 DDEBUG Plugins were unloaded.
2025-09-24T05:20:52-0400 INFO --- logging initialized ---
2025-09-24T05:20:52-0400 DDEBUG timer: config: 3 ms
2025-09-24T05:20:52-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T05:20:52-0400 DEBUG DNF version: 4.7.0
2025-09-24T05:20:52-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T05:20:52-0400 DDEBUG Installroot: /
2025-09-24T05:20:52-0400 DDEBUG Releasever: 8
2025-09-24T05:20:52-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T05:20:52-0400 DDEBUG Base command: makecache
2025-09-24T05:20:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T05:20:52-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T05:20:52-0400 DEBUG Making cache files for all metadata files.
2025-09-24T05:20:52-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T05:20:52-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T05:20:52-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T05:20:52-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T05:20:52-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T05:20:52-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T05:20:52-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T05:20:52-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T05:20:52-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T05:20:52-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T05:20:52-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T05:20:52-0400 DEBUG countme: no event for baseos: window already counted
2025-09-24T05:20:53-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-24T05:20:53-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-24T05:20:53-0400 DEBUG countme: no event for appstream: window already counted
2025-09-24T05:20:53-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-24T05:20:53-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-24T05:20:53-0400 DEBUG countme: no event for extras: window already counted
2025-09-24T05:20:54-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-24T05:20:54-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-24T05:20:54-0400 DEBUG countme: no event for powertools: window already counted
2025-09-24T05:20:54-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-24T05:20:54-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-24T05:20:54-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-24T05:20:54-0400 DEBUG powertools-source: using metadata from Wed 17 Sep 2025 07:12:41 AM EDT.
2025-09-24T05:20:55-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-24T05:20:55-0400 DEBUG powertools-debuginfo: using metadata from Wed 17 Sep 2025 07:13:06 AM EDT.
2025-09-24T05:20:55-0400 DEBUG countme: no event for epel: window already counted
2025-09-24T05:20:55-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-24T05:20:55-0400 DEBUG epel: using metadata from Tue 23 Sep 2025 08:49:47 PM EDT.
2025-09-24T05:20:55-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T05:20:55-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T05:20:55-0400 DDEBUG Cleaning up.
2025-09-24T05:20:55-0400 DDEBUG Plugins were unloaded.
2025-09-24T05:20:55-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T05:20:55-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T06:44:24-0400 INFO --- logging initialized ---
2025-09-24T06:44:24-0400 DDEBUG timer: config: 2 ms
2025-09-24T06:44:24-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T06:44:24-0400 DEBUG DNF version: 4.7.0
2025-09-24T06:44:24-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T06:44:24-0400 DDEBUG Installroot: /
2025-09-24T06:44:24-0400 DDEBUG Releasever: 8
2025-09-24T06:44:24-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T06:44:24-0400 DDEBUG Base command: makecache
2025-09-24T06:44:24-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T06:44:24-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T06:44:24-0400 DEBUG Making cache files for all metadata files.
2025-09-24T06:44:24-0400 INFO Metadata cache refreshed recently.
2025-09-24T06:44:24-0400 DDEBUG Cleaning up.
2025-09-24T06:44:24-0400 DDEBUG Plugins were unloaded.
2025-09-24T08:00:33-0400 INFO --- logging initialized ---
2025-09-24T08:00:33-0400 DDEBUG timer: config: 2 ms
2025-09-24T08:00:33-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T08:00:33-0400 DEBUG DNF version: 4.7.0
2025-09-24T08:00:33-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T08:00:33-0400 DDEBUG Installroot: /
2025-09-24T08:00:33-0400 DDEBUG Releasever: 8
2025-09-24T08:00:33-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T08:00:33-0400 DDEBUG Base command: makecache
2025-09-24T08:00:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T08:00:33-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T08:00:33-0400 DEBUG Making cache files for all metadata files.
2025-09-24T08:00:33-0400 INFO Metadata cache refreshed recently.
2025-09-24T08:00:33-0400 DDEBUG Cleaning up.
2025-09-24T08:00:33-0400 DDEBUG Plugins were unloaded.
2025-09-24T10:00:13-0400 INFO --- logging initialized ---
2025-09-24T10:00:13-0400 DDEBUG timer: config: 3 ms
2025-09-24T10:00:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T10:00:13-0400 DEBUG DNF version: 4.7.0
2025-09-24T10:00:13-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T10:00:13-0400 DDEBUG Installroot: /
2025-09-24T10:00:13-0400 DDEBUG Releasever: 8
2025-09-24T10:00:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T10:00:13-0400 DDEBUG Base command: makecache
2025-09-24T10:00:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T10:00:13-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T10:00:13-0400 DEBUG Making cache files for all metadata files.
2025-09-24T10:00:13-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T10:00:13-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T10:00:13-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T10:00:13-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T10:00:13-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T10:00:13-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T10:00:13-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T10:00:13-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T10:00:13-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T10:00:13-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T10:00:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T10:00:13-0400 DEBUG countme: no event for baseos: window already counted
2025-09-24T10:00:13-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-24T10:00:13-0400 DEBUG baseos: using metadata from Wed 17 Sep 2025 07:12:03 AM EDT.
2025-09-24T10:00:13-0400 DEBUG countme: no event for appstream: window already counted
2025-09-24T10:00:14-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-24T10:00:14-0400 DEBUG appstream: using metadata from Wed 17 Sep 2025 07:12:38 AM EDT.
2025-09-24T10:00:14-0400 DEBUG countme: no event for extras: window already counted
2025-09-24T10:00:14-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-24T10:00:14-0400 DEBUG extras: using metadata from Wed 17 Sep 2025 07:13:43 AM EDT.
2025-09-24T10:00:14-0400 DEBUG countme: no event for powertools: window already counted
2025-09-24T10:00:14-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-24T10:00:14-0400 DEBUG powertools: using metadata from Wed 17 Sep 2025 07:11:55 AM EDT.
2025-09-24T10:00:15-0400 DEBUG reviving: failed for 'powertools-source', mismatched repomd.
2025-09-24T10:00:15-0400 DEBUG repo: downloading from remote: powertools-source
2025-09-24T10:00:15-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-24T10:00:16-0400 DEBUG reviving: failed for 'powertools-debuginfo', mismatched repomd.
2025-09-24T10:00:16-0400 DEBUG repo: downloading from remote: powertools-debuginfo
2025-09-24T10:00:16-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-24T10:00:16-0400 DEBUG countme: no event for epel: window already counted
2025-09-24T10:00:16-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-24T10:00:16-0400 DEBUG epel: using metadata from Tue 23 Sep 2025 08:49:47 PM EDT.
2025-09-24T10:00:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T10:00:16-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T10:00:16-0400 DDEBUG Cleaning up.
2025-09-24T10:00:16-0400 DDEBUG Plugins were unloaded.
2025-09-24T10:00:16-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T10:00:16-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T11:38:37-0400 INFO --- logging initialized ---
2025-09-24T11:38:37-0400 DDEBUG timer: config: 2 ms
2025-09-24T11:38:37-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T11:38:37-0400 DEBUG DNF version: 4.7.0
2025-09-24T11:38:37-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T11:38:37-0400 DDEBUG Installroot: /
2025-09-24T11:38:37-0400 DDEBUG Releasever: 8
2025-09-24T11:38:37-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T11:38:37-0400 DDEBUG Base command: makecache
2025-09-24T11:38:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T11:38:37-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T11:38:37-0400 DEBUG Making cache files for all metadata files.
2025-09-24T11:38:37-0400 INFO Metadata cache refreshed recently.
2025-09-24T11:38:37-0400 DDEBUG Cleaning up.
2025-09-24T11:38:37-0400 DDEBUG Plugins were unloaded.
2025-09-24T13:08:37-0400 INFO --- logging initialized ---
2025-09-24T13:08:37-0400 DDEBUG timer: config: 2 ms
2025-09-24T13:08:37-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T13:08:37-0400 DEBUG DNF version: 4.7.0
2025-09-24T13:08:37-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T13:08:37-0400 DDEBUG Installroot: /
2025-09-24T13:08:37-0400 DDEBUG Releasever: 8
2025-09-24T13:08:37-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T13:08:37-0400 DDEBUG Base command: makecache
2025-09-24T13:08:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T13:08:37-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T13:08:37-0400 DEBUG Making cache files for all metadata files.
2025-09-24T13:08:37-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T13:08:37-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T13:08:37-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T13:08:37-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T13:08:37-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T13:08:37-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T13:08:37-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T13:08:37-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T13:08:37-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T13:08:37-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T13:08:37-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T13:08:37-0400 DEBUG countme: no event for baseos: window already counted
2025-09-24T13:08:37-0400 DEBUG reviving: failed for 'baseos', mismatched repomd.
2025-09-24T13:08:37-0400 DEBUG repo: downloading from remote: baseos
2025-09-24T13:08:37-0400 DEBUG countme: no event for baseos: window already counted
2025-09-24T13:08:44-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-24T13:08:44-0400 DEBUG countme: no event for appstream: window already counted
2025-09-24T13:08:45-0400 DEBUG reviving: failed for 'appstream', mismatched repomd.
2025-09-24T13:08:45-0400 DEBUG repo: downloading from remote: appstream
2025-09-24T13:08:45-0400 DEBUG countme: no event for appstream: window already counted
2025-09-24T13:08:49-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-24T13:08:49-0400 DEBUG countme: no event for extras: window already counted
2025-09-24T13:08:49-0400 DEBUG reviving: failed for 'extras', mismatched repomd.
2025-09-24T13:08:49-0400 DEBUG repo: downloading from remote: extras
2025-09-24T13:08:49-0400 DEBUG countme: no event for extras: window already counted
2025-09-24T13:08:50-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-24T13:08:50-0400 DEBUG countme: no event for powertools: window already counted
2025-09-24T13:08:50-0400 DEBUG reviving: failed for 'powertools', mismatched repomd.
2025-09-24T13:08:50-0400 DEBUG repo: downloading from remote: powertools
2025-09-24T13:08:50-0400 DEBUG countme: no event for powertools: window already counted
2025-09-24T13:08:51-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-24T13:08:52-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-24T13:08:52-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-24T13:08:52-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-24T13:08:52-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-24T13:08:52-0400 DEBUG countme: no event for epel: window already counted
2025-09-24T13:08:52-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-24T13:08:52-0400 DEBUG epel: using metadata from Tue 23 Sep 2025 08:49:47 PM EDT.
2025-09-24T13:08:52-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T13:08:52-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T13:08:52-0400 DDEBUG Cleaning up.
2025-09-24T13:08:52-0400 DDEBUG Plugins were unloaded.
2025-09-24T13:08:52-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T13:08:52-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T14:55:59-0400 INFO --- logging initialized ---
2025-09-24T14:55:59-0400 DDEBUG timer: config: 3 ms
2025-09-24T14:55:59-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T14:55:59-0400 DEBUG DNF version: 4.7.0
2025-09-24T14:55:59-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T14:55:59-0400 DDEBUG Installroot: /
2025-09-24T14:55:59-0400 DDEBUG Releasever: 8
2025-09-24T14:55:59-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T14:55:59-0400 DDEBUG Base command: makecache
2025-09-24T14:55:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T14:55:59-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T14:55:59-0400 DEBUG Making cache files for all metadata files.
2025-09-24T14:55:59-0400 INFO Metadata cache refreshed recently.
2025-09-24T14:55:59-0400 DDEBUG Cleaning up.
2025-09-24T14:55:59-0400 DDEBUG Plugins were unloaded.
2025-09-24T16:11:03-0400 INFO --- logging initialized ---
2025-09-24T16:11:03-0400 DDEBUG timer: config: 3 ms
2025-09-24T16:11:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T16:11:03-0400 DEBUG DNF version: 4.7.0
2025-09-24T16:11:03-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T16:11:03-0400 DDEBUG Installroot: /
2025-09-24T16:11:03-0400 DDEBUG Releasever: 8
2025-09-24T16:11:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T16:11:03-0400 DDEBUG Base command: makecache
2025-09-24T16:11:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T16:11:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T16:11:03-0400 DEBUG Making cache files for all metadata files.
2025-09-24T16:11:03-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T16:11:03-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T16:11:03-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T16:11:03-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T16:11:03-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T16:11:03-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T16:11:03-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T16:11:03-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T16:11:03-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T16:11:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T16:11:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T16:11:03-0400 DEBUG countme: no event for baseos: window already counted
2025-09-24T16:11:04-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-24T16:11:04-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-24T16:11:04-0400 DEBUG countme: no event for appstream: window already counted
2025-09-24T16:11:04-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-24T16:11:04-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-24T16:11:04-0400 DEBUG countme: no event for extras: window already counted
2025-09-24T16:11:05-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-24T16:11:05-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-24T16:11:05-0400 DEBUG countme: no event for powertools: window already counted
2025-09-24T16:11:05-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-24T16:11:05-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-24T16:11:05-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-24T16:11:05-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-24T16:11:06-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-24T16:11:06-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-24T16:11:06-0400 DEBUG countme: no event for epel: window already counted
2025-09-24T16:11:06-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-24T16:11:06-0400 DEBUG epel: using metadata from Tue 23 Sep 2025 08:49:47 PM EDT.
2025-09-24T16:11:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T16:11:06-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T16:11:06-0400 DDEBUG Cleaning up.
2025-09-24T16:11:06-0400 DDEBUG Plugins were unloaded.
2025-09-24T16:11:06-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T16:11:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T18:03:10-0400 INFO --- logging initialized ---
2025-09-24T18:03:10-0400 DDEBUG timer: config: 2 ms
2025-09-24T18:03:10-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T18:03:10-0400 DEBUG DNF version: 4.7.0
2025-09-24T18:03:10-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T18:03:10-0400 DDEBUG Installroot: /
2025-09-24T18:03:10-0400 DDEBUG Releasever: 8
2025-09-24T18:03:10-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T18:03:10-0400 DDEBUG Base command: makecache
2025-09-24T18:03:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T18:03:10-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T18:03:10-0400 DEBUG Making cache files for all metadata files.
2025-09-24T18:03:10-0400 INFO Metadata cache refreshed recently.
2025-09-24T18:03:10-0400 DDEBUG Cleaning up.
2025-09-24T18:03:10-0400 DDEBUG Plugins were unloaded.
2025-09-24T19:07:48-0400 INFO --- logging initialized ---
2025-09-24T19:07:48-0400 DDEBUG timer: config: 2 ms
2025-09-24T19:07:48-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T19:07:48-0400 DEBUG DNF version: 4.7.0
2025-09-24T19:07:48-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T19:07:48-0400 DDEBUG Installroot: /
2025-09-24T19:07:48-0400 DDEBUG Releasever: 8
2025-09-24T19:07:48-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T19:07:48-0400 DDEBUG Base command: makecache
2025-09-24T19:07:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T19:07:49-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T19:07:49-0400 DEBUG Making cache files for all metadata files.
2025-09-24T19:07:49-0400 INFO Metadata cache refreshed recently.
2025-09-24T19:07:49-0400 DDEBUG Cleaning up.
2025-09-24T19:07:49-0400 DDEBUG Plugins were unloaded.
2025-09-24T21:07:22-0400 INFO --- logging initialized ---
2025-09-24T21:07:22-0400 DDEBUG timer: config: 2 ms
2025-09-24T21:07:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T21:07:22-0400 DEBUG DNF version: 4.7.0
2025-09-24T21:07:22-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T21:07:22-0400 DDEBUG Installroot: /
2025-09-24T21:07:22-0400 DDEBUG Releasever: 8
2025-09-24T21:07:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T21:07:22-0400 DDEBUG Base command: makecache
2025-09-24T21:07:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T21:07:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T21:07:22-0400 DEBUG Making cache files for all metadata files.
2025-09-24T21:07:22-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T21:07:22-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T21:07:22-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T21:07:22-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T21:07:22-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T21:07:22-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T21:07:22-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T21:07:22-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T21:07:22-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T21:07:22-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T21:07:22-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T21:07:22-0400 DEBUG countme: no event for baseos: window already counted
2025-09-24T21:07:22-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-24T21:07:22-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-24T21:07:22-0400 DEBUG countme: no event for appstream: window already counted
2025-09-24T21:07:23-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-24T21:07:23-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-24T21:07:23-0400 DEBUG countme: no event for extras: window already counted
2025-09-24T21:07:23-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-24T21:07:23-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-24T21:07:23-0400 DEBUG countme: no event for powertools: window already counted
2025-09-24T21:07:23-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-24T21:07:23-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-24T21:07:24-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-24T21:07:24-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-24T21:07:24-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-24T21:07:24-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-24T21:07:24-0400 DEBUG countme: no event for epel: window already counted
2025-09-24T21:07:25-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-24T21:07:25-0400 DEBUG epel: using metadata from Tue 23 Sep 2025 08:49:47 PM EDT.
2025-09-24T21:07:25-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-24T21:07:25-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T21:07:25-0400 DDEBUG Cleaning up.
2025-09-24T21:07:25-0400 DDEBUG Plugins were unloaded.
2025-09-24T21:07:25-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T21:07:25-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T23:06:36-0400 INFO --- logging initialized ---
2025-09-24T23:06:36-0400 DDEBUG timer: config: 2 ms
2025-09-24T23:06:36-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T23:06:36-0400 DEBUG DNF version: 4.7.0
2025-09-24T23:06:36-0400 DDEBUG Command: dnf makecache --timer
2025-09-24T23:06:36-0400 DDEBUG Installroot: /
2025-09-24T23:06:36-0400 DDEBUG Releasever: 8
2025-09-24T23:06:36-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T23:06:36-0400 DDEBUG Base command: makecache
2025-09-24T23:06:36-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T23:06:36-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T23:06:36-0400 DEBUG Making cache files for all metadata files.
2025-09-24T23:06:36-0400 INFO Metadata cache refreshed recently.
2025-09-24T23:06:36-0400 DDEBUG Cleaning up.
2025-09-24T23:06:36-0400 DDEBUG Plugins were unloaded.
2025-09-25T00:29:43-0400 INFO --- logging initialized ---
2025-09-25T00:29:43-0400 DDEBUG timer: config: 2 ms
2025-09-25T00:29:43-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T00:29:43-0400 DEBUG DNF version: 4.7.0
2025-09-25T00:29:43-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T00:29:43-0400 DDEBUG Installroot: /
2025-09-25T00:29:43-0400 DDEBUG Releasever: 8
2025-09-25T00:29:43-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T00:29:43-0400 DDEBUG Base command: makecache
2025-09-25T00:29:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T00:29:43-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T00:29:43-0400 DEBUG Making cache files for all metadata files.
2025-09-25T00:29:43-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T00:29:44-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T00:29:44-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T00:29:44-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T00:29:44-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T00:29:44-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T00:29:44-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T00:29:44-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T00:29:44-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T00:29:44-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T00:29:44-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T00:29:44-0400 DEBUG countme: no event for baseos: window already counted
2025-09-25T00:29:44-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-25T00:29:44-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-25T00:29:44-0400 DEBUG countme: no event for appstream: window already counted
2025-09-25T00:29:44-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-25T00:29:45-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-25T00:29:45-0400 DEBUG countme: no event for extras: window already counted
2025-09-25T00:29:45-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-25T00:29:45-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-25T00:29:45-0400 DEBUG countme: no event for powertools: window already counted
2025-09-25T00:29:45-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-25T00:29:45-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-25T00:29:46-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-25T00:29:46-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-25T00:29:46-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-25T00:29:46-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-25T00:29:46-0400 DEBUG countme: no event for epel: window already counted
2025-09-25T00:29:46-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-25T00:29:46-0400 DEBUG repo: downloading from remote: epel
2025-09-25T00:29:46-0400 DEBUG countme: no event for epel: window already counted
2025-09-25T00:29:47-0400 DEBUG epel: using metadata from Tue 23 Sep 2025 08:49:47 PM EDT.
2025-09-25T00:29:47-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T00:29:47-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T00:29:47-0400 DDEBUG Cleaning up.
2025-09-25T00:29:47-0400 DDEBUG Plugins were unloaded.
2025-09-25T00:29:47-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T00:29:47-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T02:09:26-0400 INFO --- logging initialized ---
2025-09-25T02:09:26-0400 DDEBUG timer: config: 3 ms
2025-09-25T02:09:26-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T02:09:26-0400 DEBUG DNF version: 4.7.0
2025-09-25T02:09:26-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T02:09:26-0400 DDEBUG Installroot: /
2025-09-25T02:09:26-0400 DDEBUG Releasever: 8
2025-09-25T02:09:26-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T02:09:26-0400 DDEBUG Base command: makecache
2025-09-25T02:09:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T02:09:26-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T02:09:26-0400 DEBUG Making cache files for all metadata files.
2025-09-25T02:09:26-0400 INFO Metadata cache refreshed recently.
2025-09-25T02:09:26-0400 DDEBUG Cleaning up.
2025-09-25T02:09:26-0400 DDEBUG Plugins were unloaded.
2025-09-25T03:24:27-0400 INFO --- logging initialized ---
2025-09-25T03:24:27-0400 DDEBUG timer: config: 164 ms
2025-09-25T03:24:27-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T03:24:27-0400 DEBUG DNF version: 4.7.0
2025-09-25T03:24:27-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T03:24:27-0400 DDEBUG Installroot: /
2025-09-25T03:24:27-0400 DDEBUG Releasever: 8
2025-09-25T03:24:27-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T03:24:27-0400 DDEBUG Base command: makecache
2025-09-25T03:24:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T03:24:27-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T03:24:27-0400 DEBUG Making cache files for all metadata files.
2025-09-25T03:24:27-0400 INFO Metadata cache refreshed recently.
2025-09-25T03:24:27-0400 DDEBUG Cleaning up.
2025-09-25T03:24:27-0400 DDEBUG Plugins were unloaded.
2025-09-25T03:30:05-0400 INFO --- logging initialized ---
2025-09-25T03:30:05-0400 DDEBUG timer: config: 3 ms
2025-09-25T03:30:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T03:30:05-0400 DEBUG YUM version: 4.7.0
2025-09-25T03:30:05-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-25T03:30:05-0400 DDEBUG Installroot: /
2025-09-25T03:30:05-0400 DDEBUG Releasever: 8
2025-09-25T03:30:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T03:30:05-0400 DDEBUG Base command: check-update
2025-09-25T03:30:05-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-25T03:30:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-25T03:30:05-0400 DEBUG repo: using cache for: cwp
2025-09-25T03:30:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T03:30:05-0400 DEBUG repo: using cache for: baseos
2025-09-25T03:30:05-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-25T03:30:05-0400 DEBUG repo: using cache for: appstream
2025-09-25T03:30:05-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-25T03:30:05-0400 DEBUG repo: using cache for: extras
2025-09-25T03:30:05-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-25T03:30:05-0400 DEBUG repo: using cache for: powertools
2025-09-25T03:30:05-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-25T03:30:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-25T03:30:05-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-25T03:30:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-25T03:30:05-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-25T03:30:05-0400 DEBUG repo: using cache for: epel
2025-09-25T03:30:05-0400 DEBUG epel: using metadata from Tue 23 Sep 2025 08:49:47 PM EDT.
2025-09-25T03:30:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T03:30:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T03:30:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T03:30:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T03:30:05-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T03:30:05-0400 DDEBUG Cleaning up.
2025-09-25T03:30:05-0400 DDEBUG Plugins were unloaded.
2025-09-25T03:30:05-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-25T03:30:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-25T03:30:06-0400 INFO --- logging initialized ---
2025-09-25T03:30:06-0400 DDEBUG timer: config: 3 ms
2025-09-25T03:30:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T03:30:06-0400 DEBUG YUM version: 4.7.0
2025-09-25T03:30:06-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-25T03:30:06-0400 DDEBUG Installroot: /
2025-09-25T03:30:06-0400 DDEBUG Releasever: 8
2025-09-25T03:30:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T03:30:06-0400 DDEBUG Base command: update
2025-09-25T03:30:06-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-25T03:30:06-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-25T03:30:06-0400 DEBUG repo: using cache for: cwp
2025-09-25T03:30:06-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T03:30:06-0400 DEBUG repo: using cache for: baseos
2025-09-25T03:30:06-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-25T03:30:06-0400 DEBUG repo: using cache for: appstream
2025-09-25T03:30:06-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-25T03:30:06-0400 DEBUG repo: using cache for: extras
2025-09-25T03:30:06-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-25T03:30:06-0400 DEBUG repo: using cache for: powertools
2025-09-25T03:30:06-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-25T03:30:06-0400 DEBUG repo: using cache for: powertools-source
2025-09-25T03:30:06-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-25T03:30:06-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-25T03:30:06-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-25T03:30:06-0400 DEBUG repo: using cache for: epel
2025-09-25T03:30:06-0400 DEBUG epel: using metadata from Tue 23 Sep 2025 08:49:47 PM EDT.
2025-09-25T03:30:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T03:30:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T03:30:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T03:30:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T03:30:06-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T03:30:06-0400 DDEBUG Cleaning up.
2025-09-25T03:30:06-0400 DDEBUG Plugins were unloaded.
2025-09-25T03:30:06-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-25T03:30:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-25T04:53:29-0400 INFO --- logging initialized ---
2025-09-25T04:53:29-0400 DDEBUG timer: config: 2 ms
2025-09-25T04:53:29-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T04:53:29-0400 DEBUG DNF version: 4.7.0
2025-09-25T04:53:29-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T04:53:29-0400 DDEBUG Installroot: /
2025-09-25T04:53:29-0400 DDEBUG Releasever: 8
2025-09-25T04:53:29-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T04:53:29-0400 DDEBUG Base command: makecache
2025-09-25T04:53:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T04:53:29-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T04:53:29-0400 DEBUG Making cache files for all metadata files.
2025-09-25T04:53:29-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T04:53:29-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T04:53:29-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T04:53:29-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T04:53:29-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T04:53:29-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T04:53:29-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T04:53:29-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T04:53:29-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T04:53:29-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T04:53:29-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T04:53:29-0400 DEBUG countme: no event for baseos: window already counted
2025-09-25T04:53:29-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-25T04:53:29-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-25T04:53:29-0400 DEBUG countme: no event for appstream: window already counted
2025-09-25T04:53:30-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-25T04:53:30-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-25T04:53:30-0400 DEBUG countme: no event for extras: window already counted
2025-09-25T04:53:30-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-25T04:53:30-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-25T04:53:30-0400 DEBUG countme: no event for powertools: window already counted
2025-09-25T04:53:31-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-25T04:53:31-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-25T04:53:31-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-25T04:53:31-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-25T04:53:31-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-25T04:53:31-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-25T04:53:31-0400 DEBUG countme: no event for epel: window already counted
2025-09-25T04:53:32-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-25T04:53:32-0400 DEBUG repo: downloading from remote: epel
2025-09-25T04:53:32-0400 DEBUG countme: no event for epel: window already counted
2025-09-25T04:53:37-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-25T04:53:37-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T04:53:37-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T04:53:37-0400 DDEBUG Cleaning up.
2025-09-25T04:53:37-0400 DDEBUG Plugins were unloaded.
2025-09-25T04:53:37-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T04:53:37-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T06:19:41-0400 INFO --- logging initialized ---
2025-09-25T06:19:41-0400 DDEBUG timer: config: 2 ms
2025-09-25T06:19:41-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T06:19:41-0400 DEBUG DNF version: 4.7.0
2025-09-25T06:19:41-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T06:19:41-0400 DDEBUG Installroot: /
2025-09-25T06:19:41-0400 DDEBUG Releasever: 8
2025-09-25T06:19:41-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T06:19:41-0400 DDEBUG Base command: makecache
2025-09-25T06:19:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T06:19:41-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T06:19:41-0400 DEBUG Making cache files for all metadata files.
2025-09-25T06:19:41-0400 INFO Metadata cache refreshed recently.
2025-09-25T06:19:41-0400 DDEBUG Cleaning up.
2025-09-25T06:19:41-0400 DDEBUG Plugins were unloaded.
2025-09-25T07:28:53-0400 INFO --- logging initialized ---
2025-09-25T07:28:53-0400 DDEBUG timer: config: 65 ms
2025-09-25T07:28:53-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T07:28:53-0400 DEBUG DNF version: 4.7.0
2025-09-25T07:28:53-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T07:28:53-0400 DDEBUG Installroot: /
2025-09-25T07:28:53-0400 DDEBUG Releasever: 8
2025-09-25T07:28:53-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T07:28:53-0400 DDEBUG Base command: makecache
2025-09-25T07:28:53-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T07:28:53-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T07:28:53-0400 DEBUG Making cache files for all metadata files.
2025-09-25T07:28:53-0400 INFO Metadata cache refreshed recently.
2025-09-25T07:28:53-0400 DDEBUG Cleaning up.
2025-09-25T07:28:53-0400 DDEBUG Plugins were unloaded.
2025-09-25T08:58:14-0400 INFO --- logging initialized ---
2025-09-25T08:58:14-0400 DDEBUG timer: config: 3 ms
2025-09-25T08:58:14-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T08:58:14-0400 DEBUG DNF version: 4.7.0
2025-09-25T08:58:14-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T08:58:14-0400 DDEBUG Installroot: /
2025-09-25T08:58:14-0400 DDEBUG Releasever: 8
2025-09-25T08:58:14-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T08:58:14-0400 DDEBUG Base command: makecache
2025-09-25T08:58:14-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T08:58:14-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T08:58:14-0400 DEBUG Making cache files for all metadata files.
2025-09-25T08:58:14-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T08:58:14-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T08:58:14-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T08:58:14-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T08:58:14-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T08:58:14-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T08:58:14-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T08:58:14-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T08:58:14-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T08:58:14-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T08:58:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T08:58:14-0400 DEBUG countme: no event for baseos: window already counted
2025-09-25T08:58:15-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-25T08:58:15-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-25T08:58:15-0400 DEBUG countme: no event for appstream: window already counted
2025-09-25T08:58:15-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-25T08:58:15-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-25T08:58:15-0400 DEBUG countme: no event for extras: window already counted
2025-09-25T08:58:15-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-25T08:58:15-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-25T08:58:15-0400 DEBUG countme: no event for powertools: window already counted
2025-09-25T08:58:16-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-25T08:58:16-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-25T08:58:16-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-25T08:58:16-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-25T08:58:16-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-25T08:58:16-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-25T08:58:16-0400 DEBUG countme: no event for epel: window already counted
2025-09-25T08:58:17-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-25T08:58:17-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-25T08:58:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T08:58:17-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T08:58:17-0400 DDEBUG Cleaning up.
2025-09-25T08:58:17-0400 DDEBUG Plugins were unloaded.
2025-09-25T08:58:17-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T08:58:17-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T10:31:28-0400 INFO --- logging initialized ---
2025-09-25T10:31:28-0400 DDEBUG timer: config: 4 ms
2025-09-25T10:31:28-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T10:31:28-0400 DEBUG DNF version: 4.7.0
2025-09-25T10:31:28-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T10:31:28-0400 DDEBUG Installroot: /
2025-09-25T10:31:28-0400 DDEBUG Releasever: 8
2025-09-25T10:31:28-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T10:31:28-0400 DDEBUG Base command: makecache
2025-09-25T10:31:28-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T10:31:28-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T10:31:28-0400 DEBUG Making cache files for all metadata files.
2025-09-25T10:31:28-0400 INFO Metadata cache refreshed recently.
2025-09-25T10:31:28-0400 DDEBUG Cleaning up.
2025-09-25T10:31:28-0400 DDEBUG Plugins were unloaded.
2025-09-25T12:14:08-0400 INFO --- logging initialized ---
2025-09-25T12:14:08-0400 DDEBUG timer: config: 2 ms
2025-09-25T12:14:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T12:14:08-0400 DEBUG DNF version: 4.7.0
2025-09-25T12:14:08-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T12:14:08-0400 DDEBUG Installroot: /
2025-09-25T12:14:08-0400 DDEBUG Releasever: 8
2025-09-25T12:14:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T12:14:08-0400 DDEBUG Base command: makecache
2025-09-25T12:14:08-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T12:14:08-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T12:14:08-0400 DEBUG Making cache files for all metadata files.
2025-09-25T12:14:08-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T12:14:08-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T12:14:08-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T12:14:08-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T12:14:08-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T12:14:08-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T12:14:08-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T12:14:08-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T12:14:08-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T12:14:09-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T12:14:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T12:14:09-0400 DEBUG countme: no event for baseos: window already counted
2025-09-25T12:14:09-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-25T12:14:09-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-25T12:14:09-0400 DEBUG countme: no event for appstream: window already counted
2025-09-25T12:14:09-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-25T12:14:09-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-25T12:14:09-0400 DEBUG countme: no event for extras: window already counted
2025-09-25T12:14:10-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-25T12:14:10-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-25T12:14:10-0400 DEBUG countme: no event for powertools: window already counted
2025-09-25T12:14:10-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-25T12:14:10-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-25T12:14:10-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-25T12:14:10-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-25T12:14:11-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-25T12:14:11-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-25T12:14:11-0400 DEBUG countme: no event for epel: window already counted
2025-09-25T12:14:11-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-25T12:14:11-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-25T12:14:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T12:14:11-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T12:14:11-0400 DDEBUG Cleaning up.
2025-09-25T12:14:11-0400 DDEBUG Plugins were unloaded.
2025-09-25T12:14:11-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T12:14:11-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T13:56:58-0400 INFO --- logging initialized ---
2025-09-25T13:56:58-0400 DDEBUG timer: config: 2 ms
2025-09-25T13:56:58-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T13:56:58-0400 DEBUG DNF version: 4.7.0
2025-09-25T13:56:58-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T13:56:58-0400 DDEBUG Installroot: /
2025-09-25T13:56:58-0400 DDEBUG Releasever: 8
2025-09-25T13:56:58-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T13:56:58-0400 DDEBUG Base command: makecache
2025-09-25T13:56:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T13:56:58-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T13:56:58-0400 DEBUG Making cache files for all metadata files.
2025-09-25T13:56:58-0400 INFO Metadata cache refreshed recently.
2025-09-25T13:56:58-0400 DDEBUG Cleaning up.
2025-09-25T13:56:58-0400 DDEBUG Plugins were unloaded.
2025-09-25T15:37:47-0400 INFO --- logging initialized ---
2025-09-25T15:37:47-0400 DDEBUG timer: config: 3 ms
2025-09-25T15:37:47-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T15:37:47-0400 DEBUG DNF version: 4.7.0
2025-09-25T15:37:47-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T15:37:47-0400 DDEBUG Installroot: /
2025-09-25T15:37:47-0400 DDEBUG Releasever: 8
2025-09-25T15:37:47-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T15:37:47-0400 DDEBUG Base command: makecache
2025-09-25T15:37:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T15:37:47-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T15:37:47-0400 DEBUG Making cache files for all metadata files.
2025-09-25T15:37:47-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T15:37:47-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T15:37:47-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T15:37:47-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T15:37:47-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T15:37:47-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T15:37:47-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T15:37:47-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T15:37:47-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T15:37:47-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T15:37:47-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T15:37:47-0400 DEBUG countme: no event for baseos: window already counted
2025-09-25T15:37:47-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-25T15:37:48-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-25T15:37:48-0400 DEBUG countme: no event for appstream: window already counted
2025-09-25T15:37:48-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-25T15:37:48-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-25T15:37:48-0400 DEBUG countme: no event for extras: window already counted
2025-09-25T15:37:48-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-25T15:37:48-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-25T15:37:48-0400 DEBUG countme: no event for powertools: window already counted
2025-09-25T15:37:49-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-25T15:37:49-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-25T15:37:49-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-25T15:37:49-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-25T15:37:49-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-25T15:37:49-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-25T15:37:49-0400 DEBUG countme: no event for epel: window already counted
2025-09-25T15:37:50-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-25T15:37:50-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-25T15:37:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T15:37:50-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T15:37:50-0400 DDEBUG Cleaning up.
2025-09-25T15:37:50-0400 DDEBUG Plugins were unloaded.
2025-09-25T15:37:50-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T15:37:50-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T16:59:06-0400 INFO --- logging initialized ---
2025-09-25T16:59:06-0400 DDEBUG timer: config: 2 ms
2025-09-25T16:59:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T16:59:06-0400 DEBUG DNF version: 4.7.0
2025-09-25T16:59:06-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T16:59:06-0400 DDEBUG Installroot: /
2025-09-25T16:59:06-0400 DDEBUG Releasever: 8
2025-09-25T16:59:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T16:59:06-0400 DDEBUG Base command: makecache
2025-09-25T16:59:06-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T16:59:06-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T16:59:06-0400 DEBUG Making cache files for all metadata files.
2025-09-25T16:59:06-0400 INFO Metadata cache refreshed recently.
2025-09-25T16:59:06-0400 DDEBUG Cleaning up.
2025-09-25T16:59:06-0400 DDEBUG Plugins were unloaded.
2025-09-25T18:36:04-0400 INFO --- logging initialized ---
2025-09-25T18:36:04-0400 DDEBUG timer: config: 2 ms
2025-09-25T18:36:04-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T18:36:04-0400 DEBUG DNF version: 4.7.0
2025-09-25T18:36:04-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T18:36:04-0400 DDEBUG Installroot: /
2025-09-25T18:36:04-0400 DDEBUG Releasever: 8
2025-09-25T18:36:04-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T18:36:04-0400 DDEBUG Base command: makecache
2025-09-25T18:36:04-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T18:36:04-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T18:36:04-0400 DEBUG Making cache files for all metadata files.
2025-09-25T18:36:04-0400 INFO Metadata cache refreshed recently.
2025-09-25T18:36:04-0400 DDEBUG Cleaning up.
2025-09-25T18:36:04-0400 DDEBUG Plugins were unloaded.
2025-09-25T20:01:12-0400 INFO --- logging initialized ---
2025-09-25T20:01:12-0400 DDEBUG timer: config: 2 ms
2025-09-25T20:01:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T20:01:12-0400 DEBUG DNF version: 4.7.0
2025-09-25T20:01:12-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T20:01:12-0400 DDEBUG Installroot: /
2025-09-25T20:01:12-0400 DDEBUG Releasever: 8
2025-09-25T20:01:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T20:01:12-0400 DDEBUG Base command: makecache
2025-09-25T20:01:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T20:01:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T20:01:12-0400 DEBUG Making cache files for all metadata files.
2025-09-25T20:01:12-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T20:01:12-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T20:01:12-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T20:01:12-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T20:01:12-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T20:01:12-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T20:01:12-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T20:01:12-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T20:01:12-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T20:01:12-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T20:01:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T20:01:12-0400 DEBUG countme: no event for baseos: window already counted
2025-09-25T20:01:12-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-25T20:01:12-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-25T20:01:12-0400 DEBUG countme: no event for appstream: window already counted
2025-09-25T20:01:13-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-25T20:01:13-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-25T20:01:13-0400 DEBUG countme: no event for extras: window already counted
2025-09-25T20:01:13-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-25T20:01:13-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-25T20:01:13-0400 DEBUG countme: no event for powertools: window already counted
2025-09-25T20:01:13-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-25T20:01:13-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-25T20:01:14-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-25T20:01:14-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-25T20:01:14-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-25T20:01:14-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-25T20:01:14-0400 DEBUG countme: no event for epel: window already counted
2025-09-25T20:01:14-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-25T20:01:15-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-25T20:01:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T20:01:15-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T20:01:15-0400 DDEBUG Cleaning up.
2025-09-25T20:01:15-0400 DDEBUG Plugins were unloaded.
2025-09-25T20:01:15-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T20:01:15-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T21:50:16-0400 INFO --- logging initialized ---
2025-09-25T21:50:16-0400 DDEBUG timer: config: 2 ms
2025-09-25T21:50:16-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T21:50:16-0400 DEBUG DNF version: 4.7.0
2025-09-25T21:50:16-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T21:50:16-0400 DDEBUG Installroot: /
2025-09-25T21:50:16-0400 DDEBUG Releasever: 8
2025-09-25T21:50:16-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T21:50:16-0400 DDEBUG Base command: makecache
2025-09-25T21:50:16-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T21:50:16-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T21:50:16-0400 DEBUG Making cache files for all metadata files.
2025-09-25T21:50:16-0400 INFO Metadata cache refreshed recently.
2025-09-25T21:50:16-0400 DDEBUG Cleaning up.
2025-09-25T21:50:16-0400 DDEBUG Plugins were unloaded.
2025-09-25T23:15:18-0400 INFO --- logging initialized ---
2025-09-25T23:15:18-0400 DDEBUG timer: config: 2 ms
2025-09-25T23:15:18-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T23:15:18-0400 DEBUG DNF version: 4.7.0
2025-09-25T23:15:18-0400 DDEBUG Command: dnf makecache --timer
2025-09-25T23:15:18-0400 DDEBUG Installroot: /
2025-09-25T23:15:18-0400 DDEBUG Releasever: 8
2025-09-25T23:15:18-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T23:15:18-0400 DDEBUG Base command: makecache
2025-09-25T23:15:18-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T23:15:18-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T23:15:18-0400 DEBUG Making cache files for all metadata files.
2025-09-25T23:15:19-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T23:15:19-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T23:15:19-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T23:15:19-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T23:15:19-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T23:15:19-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T23:15:19-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T23:15:19-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T23:15:19-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T23:15:19-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T23:15:19-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T23:15:19-0400 DEBUG countme: no event for baseos: window already counted
2025-09-25T23:15:19-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-25T23:15:19-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-25T23:15:19-0400 DEBUG countme: no event for appstream: window already counted
2025-09-25T23:15:19-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-25T23:15:19-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-25T23:15:19-0400 DEBUG countme: no event for extras: window already counted
2025-09-25T23:15:20-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-25T23:15:20-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-25T23:15:20-0400 DEBUG countme: no event for powertools: window already counted
2025-09-25T23:15:20-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-25T23:15:20-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-25T23:15:20-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-25T23:15:20-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-25T23:15:21-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-25T23:15:21-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-25T23:15:21-0400 DEBUG countme: no event for epel: window already counted
2025-09-25T23:15:21-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-25T23:15:21-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-25T23:15:21-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-25T23:15:21-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T23:15:21-0400 DDEBUG Cleaning up.
2025-09-25T23:15:21-0400 DDEBUG Plugins were unloaded.
2025-09-25T23:15:21-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-25T23:15:21-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T00:31:20-0400 INFO --- logging initialized ---
2025-09-26T00:31:20-0400 DDEBUG timer: config: 2 ms
2025-09-26T00:31:20-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T00:31:20-0400 DEBUG DNF version: 4.7.0
2025-09-26T00:31:20-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T00:31:20-0400 DDEBUG Installroot: /
2025-09-26T00:31:20-0400 DDEBUG Releasever: 8
2025-09-26T00:31:20-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T00:31:20-0400 DDEBUG Base command: makecache
2025-09-26T00:31:20-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T00:31:20-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T00:31:20-0400 DEBUG Making cache files for all metadata files.
2025-09-26T00:31:20-0400 INFO Metadata cache refreshed recently.
2025-09-26T00:31:20-0400 DDEBUG Cleaning up.
2025-09-26T00:31:20-0400 DDEBUG Plugins were unloaded.
2025-09-26T02:18:01-0400 INFO --- logging initialized ---
2025-09-26T02:18:01-0400 DDEBUG timer: config: 3 ms
2025-09-26T02:18:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T02:18:01-0400 DEBUG DNF version: 4.7.0
2025-09-26T02:18:01-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T02:18:01-0400 DDEBUG Installroot: /
2025-09-26T02:18:01-0400 DDEBUG Releasever: 8
2025-09-26T02:18:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T02:18:01-0400 DDEBUG Base command: makecache
2025-09-26T02:18:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T02:18:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T02:18:01-0400 DEBUG Making cache files for all metadata files.
2025-09-26T02:18:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-26T02:18:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-26T02:18:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-26T02:18:02-0400 DEBUG extras: has expired and will be refreshed.
2025-09-26T02:18:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-26T02:18:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-26T02:18:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-26T02:18:02-0400 DEBUG epel: has expired and will be refreshed.
2025-09-26T02:18:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-26T02:18:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-26T02:18:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T02:18:02-0400 DEBUG countme: no event for baseos: window already counted
2025-09-26T02:18:02-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-26T02:18:02-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-26T02:18:02-0400 DEBUG countme: no event for appstream: window already counted
2025-09-26T02:18:02-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-26T02:18:03-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-26T02:18:03-0400 DEBUG countme: no event for extras: window already counted
2025-09-26T02:18:03-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-26T02:18:03-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-26T02:18:03-0400 DEBUG countme: no event for powertools: window already counted
2025-09-26T02:18:03-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-26T02:18:03-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-26T02:18:04-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-26T02:18:04-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-26T02:18:04-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-26T02:18:04-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-26T02:18:04-0400 DEBUG countme: no event for epel: window already counted
2025-09-26T02:18:04-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-26T02:18:05-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-26T02:18:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T02:18:05-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T02:18:05-0400 DDEBUG Cleaning up.
2025-09-26T02:18:05-0400 DDEBUG Plugins were unloaded.
2025-09-26T02:18:05-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T02:18:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T03:06:04-0400 INFO --- logging initialized ---
2025-09-26T03:06:04-0400 DDEBUG timer: config: 3 ms
2025-09-26T03:06:04-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T03:06:04-0400 DEBUG YUM version: 4.7.0
2025-09-26T03:06:04-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-26T03:06:04-0400 DDEBUG Installroot: /
2025-09-26T03:06:04-0400 DDEBUG Releasever: 8
2025-09-26T03:06:04-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T03:06:04-0400 DDEBUG Base command: check-update
2025-09-26T03:06:04-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-26T03:06:04-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-26T03:06:04-0400 DEBUG repo: using cache for: cwp
2025-09-26T03:06:04-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T03:06:04-0400 DEBUG repo: using cache for: baseos
2025-09-26T03:06:04-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-26T03:06:04-0400 DEBUG repo: using cache for: appstream
2025-09-26T03:06:04-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-26T03:06:04-0400 DEBUG repo: using cache for: extras
2025-09-26T03:06:04-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-26T03:06:04-0400 DEBUG repo: using cache for: powertools
2025-09-26T03:06:04-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-26T03:06:04-0400 DEBUG repo: using cache for: powertools-source
2025-09-26T03:06:04-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-26T03:06:04-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-26T03:06:04-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-26T03:06:04-0400 DEBUG repo: using cache for: epel
2025-09-26T03:06:04-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-26T03:06:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T03:06:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T03:06:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T03:06:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T03:06:04-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T03:06:04-0400 DDEBUG Cleaning up.
2025-09-26T03:06:04-0400 DDEBUG Plugins were unloaded.
2025-09-26T03:06:04-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-26T03:06:04-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-26T03:06:05-0400 INFO --- logging initialized ---
2025-09-26T03:06:05-0400 DDEBUG timer: config: 3 ms
2025-09-26T03:06:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T03:06:05-0400 DEBUG YUM version: 4.7.0
2025-09-26T03:06:05-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-26T03:06:05-0400 DDEBUG Installroot: /
2025-09-26T03:06:05-0400 DDEBUG Releasever: 8
2025-09-26T03:06:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T03:06:05-0400 DDEBUG Base command: update
2025-09-26T03:06:05-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-26T03:06:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-26T03:06:05-0400 DEBUG repo: using cache for: cwp
2025-09-26T03:06:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T03:06:05-0400 DEBUG repo: using cache for: baseos
2025-09-26T03:06:05-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-26T03:06:05-0400 DEBUG repo: using cache for: appstream
2025-09-26T03:06:05-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-26T03:06:05-0400 DEBUG repo: using cache for: extras
2025-09-26T03:06:05-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-26T03:06:05-0400 DEBUG repo: using cache for: powertools
2025-09-26T03:06:05-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-26T03:06:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-26T03:06:05-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-26T03:06:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-26T03:06:05-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-26T03:06:05-0400 DEBUG repo: using cache for: epel
2025-09-26T03:06:05-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-26T03:06:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T03:06:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T03:06:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T03:06:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T03:06:05-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T03:06:05-0400 DDEBUG Cleaning up.
2025-09-26T03:06:05-0400 DDEBUG Plugins were unloaded.
2025-09-26T03:06:05-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-26T03:06:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-26T04:15:19-0400 INFO --- logging initialized ---
2025-09-26T04:15:19-0400 DDEBUG timer: config: 2 ms
2025-09-26T04:15:19-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T04:15:19-0400 DEBUG DNF version: 4.7.0
2025-09-26T04:15:19-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T04:15:19-0400 DDEBUG Installroot: /
2025-09-26T04:15:19-0400 DDEBUG Releasever: 8
2025-09-26T04:15:19-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T04:15:19-0400 DDEBUG Base command: makecache
2025-09-26T04:15:19-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T04:15:19-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T04:15:19-0400 DEBUG Making cache files for all metadata files.
2025-09-26T04:15:19-0400 INFO Metadata cache refreshed recently.
2025-09-26T04:15:19-0400 DDEBUG Cleaning up.
2025-09-26T04:15:19-0400 DDEBUG Plugins were unloaded.
2025-09-26T05:53:53-0400 INFO --- logging initialized ---
2025-09-26T05:53:53-0400 DDEBUG timer: config: 3 ms
2025-09-26T05:53:53-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T05:53:53-0400 DEBUG DNF version: 4.7.0
2025-09-26T05:53:53-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T05:53:53-0400 DDEBUG Installroot: /
2025-09-26T05:53:53-0400 DDEBUG Releasever: 8
2025-09-26T05:53:53-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T05:53:53-0400 DDEBUG Base command: makecache
2025-09-26T05:53:53-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T05:53:53-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T05:53:53-0400 DEBUG Making cache files for all metadata files.
2025-09-26T05:53:53-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-26T05:53:53-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-26T05:53:53-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-26T05:53:53-0400 DEBUG extras: has expired and will be refreshed.
2025-09-26T05:53:53-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-26T05:53:53-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-26T05:53:53-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-26T05:53:53-0400 DEBUG epel: has expired and will be refreshed.
2025-09-26T05:53:53-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-26T05:53:53-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-26T05:53:53-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T05:53:53-0400 DEBUG countme: no event for baseos: window already counted
2025-09-26T05:53:54-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-26T05:53:54-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-26T05:53:54-0400 DEBUG countme: no event for appstream: window already counted
2025-09-26T05:53:54-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-26T05:53:54-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-26T05:53:54-0400 DEBUG countme: no event for extras: window already counted
2025-09-26T05:53:55-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-26T05:53:55-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-26T05:53:55-0400 DEBUG countme: no event for powertools: window already counted
2025-09-26T05:53:55-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-26T05:53:55-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-26T05:53:55-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-26T05:53:55-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-26T05:53:56-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-26T05:53:56-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-26T05:53:56-0400 DEBUG countme: no event for epel: window already counted
2025-09-26T05:53:56-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-26T05:53:56-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-26T05:53:56-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T05:53:56-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T05:53:56-0400 DDEBUG Cleaning up.
2025-09-26T05:53:56-0400 DDEBUG Plugins were unloaded.
2025-09-26T05:53:56-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T05:53:56-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T07:02:02-0400 INFO --- logging initialized ---
2025-09-26T07:02:02-0400 DDEBUG timer: config: 67 ms
2025-09-26T07:02:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T07:02:02-0400 DEBUG DNF version: 4.7.0
2025-09-26T07:02:02-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T07:02:02-0400 DDEBUG Installroot: /
2025-09-26T07:02:02-0400 DDEBUG Releasever: 8
2025-09-26T07:02:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T07:02:02-0400 DDEBUG Base command: makecache
2025-09-26T07:02:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T07:02:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T07:02:02-0400 DEBUG Making cache files for all metadata files.
2025-09-26T07:02:02-0400 INFO Metadata cache refreshed recently.
2025-09-26T07:02:02-0400 DDEBUG Cleaning up.
2025-09-26T07:02:02-0400 DDEBUG Plugins were unloaded.
2025-09-26T08:55:40-0400 INFO --- logging initialized ---
2025-09-26T08:55:40-0400 DDEBUG timer: config: 2 ms
2025-09-26T08:55:40-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T08:55:40-0400 DEBUG DNF version: 4.7.0
2025-09-26T08:55:40-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T08:55:40-0400 DDEBUG Installroot: /
2025-09-26T08:55:40-0400 DDEBUG Releasever: 8
2025-09-26T08:55:40-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T08:55:40-0400 DDEBUG Base command: makecache
2025-09-26T08:55:40-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T08:55:40-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T08:55:40-0400 DEBUG Making cache files for all metadata files.
2025-09-26T08:55:40-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-26T08:55:40-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-26T08:55:40-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-26T08:55:40-0400 DEBUG extras: has expired and will be refreshed.
2025-09-26T08:55:40-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-26T08:55:40-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-26T08:55:40-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-26T08:55:40-0400 DEBUG epel: has expired and will be refreshed.
2025-09-26T08:55:40-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-26T08:55:40-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-26T08:55:40-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T08:55:40-0400 DEBUG countme: no event for baseos: window already counted
2025-09-26T08:55:40-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-26T08:55:40-0400 DEBUG baseos: using metadata from Wed 24 Sep 2025 07:29:01 AM EDT.
2025-09-26T08:55:40-0400 DEBUG countme: no event for appstream: window already counted
2025-09-26T08:55:41-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-26T08:55:41-0400 DEBUG appstream: using metadata from Wed 24 Sep 2025 07:29:32 AM EDT.
2025-09-26T08:55:41-0400 DEBUG countme: no event for extras: window already counted
2025-09-26T08:55:41-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-26T08:55:41-0400 DEBUG extras: using metadata from Wed 24 Sep 2025 07:30:48 AM EDT.
2025-09-26T08:55:41-0400 DEBUG countme: no event for powertools: window already counted
2025-09-26T08:55:41-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-26T08:55:41-0400 DEBUG powertools: using metadata from Wed 24 Sep 2025 07:28:53 AM EDT.
2025-09-26T08:55:42-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-26T08:55:42-0400 DEBUG powertools-source: using metadata from Wed 24 Sep 2025 07:29:39 AM EDT.
2025-09-26T08:55:42-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-26T08:55:42-0400 DEBUG powertools-debuginfo: using metadata from Wed 24 Sep 2025 07:30:07 AM EDT.
2025-09-26T08:55:42-0400 DEBUG countme: no event for epel: window already counted
2025-09-26T08:55:42-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-26T08:55:42-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-26T08:55:42-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T08:55:42-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T08:55:42-0400 DDEBUG Cleaning up.
2025-09-26T08:55:42-0400 DDEBUG Plugins were unloaded.
2025-09-26T08:55:42-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T08:55:42-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T10:35:11-0400 INFO --- logging initialized ---
2025-09-26T10:35:11-0400 DDEBUG timer: config: 2 ms
2025-09-26T10:35:11-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T10:35:11-0400 DEBUG DNF version: 4.7.0
2025-09-26T10:35:11-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T10:35:11-0400 DDEBUG Installroot: /
2025-09-26T10:35:11-0400 DDEBUG Releasever: 8
2025-09-26T10:35:11-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T10:35:11-0400 DDEBUG Base command: makecache
2025-09-26T10:35:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T10:35:11-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T10:35:11-0400 DEBUG Making cache files for all metadata files.
2025-09-26T10:35:11-0400 INFO Metadata cache refreshed recently.
2025-09-26T10:35:11-0400 DDEBUG Cleaning up.
2025-09-26T10:35:11-0400 DDEBUG Plugins were unloaded.
2025-09-26T11:40:03-0400 INFO --- logging initialized ---
2025-09-26T11:40:03-0400 DDEBUG timer: config: 3 ms
2025-09-26T11:40:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T11:40:03-0400 DEBUG DNF version: 4.7.0
2025-09-26T11:40:03-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T11:40:03-0400 DDEBUG Installroot: /
2025-09-26T11:40:03-0400 DDEBUG Releasever: 8
2025-09-26T11:40:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T11:40:03-0400 DDEBUG Base command: makecache
2025-09-26T11:40:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T11:40:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T11:40:03-0400 DEBUG Making cache files for all metadata files.
2025-09-26T11:40:03-0400 INFO Metadata cache refreshed recently.
2025-09-26T11:40:03-0400 DDEBUG Cleaning up.
2025-09-26T11:40:03-0400 DDEBUG Plugins were unloaded.
2025-09-26T13:26:20-0400 INFO --- logging initialized ---
2025-09-26T13:26:20-0400 DDEBUG timer: config: 2 ms
2025-09-26T13:26:20-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T13:26:20-0400 DEBUG DNF version: 4.7.0
2025-09-26T13:26:20-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T13:26:20-0400 DDEBUG Installroot: /
2025-09-26T13:26:20-0400 DDEBUG Releasever: 8
2025-09-26T13:26:20-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T13:26:20-0400 DDEBUG Base command: makecache
2025-09-26T13:26:20-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T13:26:20-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T13:26:20-0400 DEBUG Making cache files for all metadata files.
2025-09-26T13:26:20-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-26T13:26:20-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-26T13:26:20-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-26T13:26:20-0400 DEBUG extras: has expired and will be refreshed.
2025-09-26T13:26:20-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-26T13:26:20-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-26T13:26:20-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-26T13:26:20-0400 DEBUG epel: has expired and will be refreshed.
2025-09-26T13:26:20-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-26T13:26:20-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-26T13:26:20-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T13:26:20-0400 DEBUG countme: no event for baseos: window already counted
2025-09-26T13:26:21-0400 DEBUG reviving: failed for 'baseos', mismatched repomd.
2025-09-26T13:26:21-0400 DEBUG repo: downloading from remote: baseos
2025-09-26T13:26:21-0400 DEBUG countme: no event for baseos: window already counted
2025-09-26T13:26:27-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-26T13:26:27-0400 DEBUG countme: no event for appstream: window already counted
2025-09-26T13:26:28-0400 DEBUG reviving: failed for 'appstream', mismatched repomd.
2025-09-26T13:26:28-0400 DEBUG repo: downloading from remote: appstream
2025-09-26T13:26:28-0400 DEBUG countme: no event for appstream: window already counted
2025-09-26T13:26:32-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-26T13:26:32-0400 DEBUG countme: no event for extras: window already counted
2025-09-26T13:26:32-0400 DEBUG reviving: failed for 'extras', mismatched repomd.
2025-09-26T13:26:32-0400 DEBUG repo: downloading from remote: extras
2025-09-26T13:26:32-0400 DEBUG countme: no event for extras: window already counted
2025-09-26T13:26:33-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-26T13:26:33-0400 DEBUG countme: no event for powertools: window already counted
2025-09-26T13:26:33-0400 DEBUG reviving: failed for 'powertools', mismatched repomd.
2025-09-26T13:26:33-0400 DEBUG repo: downloading from remote: powertools
2025-09-26T13:26:33-0400 DEBUG countme: no event for powertools: window already counted
2025-09-26T13:26:35-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-26T13:26:35-0400 DEBUG reviving: failed for 'powertools-source', mismatched repomd.
2025-09-26T13:26:35-0400 DEBUG repo: downloading from remote: powertools-source
2025-09-26T13:26:35-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-26T13:26:36-0400 DEBUG reviving: failed for 'powertools-debuginfo', mismatched repomd.
2025-09-26T13:26:36-0400 DEBUG repo: downloading from remote: powertools-debuginfo
2025-09-26T13:26:36-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-26T13:26:36-0400 DEBUG countme: no event for epel: window already counted
2025-09-26T13:26:37-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-26T13:26:37-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-26T13:26:37-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T13:26:37-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T13:26:37-0400 DDEBUG Cleaning up.
2025-09-26T13:26:37-0400 DDEBUG Plugins were unloaded.
2025-09-26T13:26:37-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T13:26:37-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T15:15:21-0400 INFO --- logging initialized ---
2025-09-26T15:15:21-0400 DDEBUG timer: config: 3 ms
2025-09-26T15:15:21-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T15:15:21-0400 DEBUG DNF version: 4.7.0
2025-09-26T15:15:21-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T15:15:21-0400 DDEBUG Installroot: /
2025-09-26T15:15:21-0400 DDEBUG Releasever: 8
2025-09-26T15:15:21-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T15:15:21-0400 DDEBUG Base command: makecache
2025-09-26T15:15:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T15:15:21-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T15:15:21-0400 DEBUG Making cache files for all metadata files.
2025-09-26T15:15:21-0400 INFO Metadata cache refreshed recently.
2025-09-26T15:15:21-0400 DDEBUG Cleaning up.
2025-09-26T15:15:21-0400 DDEBUG Plugins were unloaded.
2025-09-26T16:16:47-0400 INFO --- logging initialized ---
2025-09-26T16:16:47-0400 DDEBUG timer: config: 3 ms
2025-09-26T16:16:47-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T16:16:47-0400 DEBUG DNF version: 4.7.0
2025-09-26T16:16:47-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T16:16:47-0400 DDEBUG Installroot: /
2025-09-26T16:16:47-0400 DDEBUG Releasever: 8
2025-09-26T16:16:47-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T16:16:47-0400 DDEBUG Base command: makecache
2025-09-26T16:16:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T16:16:47-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T16:16:47-0400 DEBUG Making cache files for all metadata files.
2025-09-26T16:16:47-0400 INFO Metadata cache refreshed recently.
2025-09-26T16:16:47-0400 DDEBUG Cleaning up.
2025-09-26T16:16:47-0400 DDEBUG Plugins were unloaded.
2025-09-26T18:01:51-0400 INFO --- logging initialized ---
2025-09-26T18:01:51-0400 DDEBUG timer: config: 2 ms
2025-09-26T18:01:51-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T18:01:51-0400 DEBUG DNF version: 4.7.0
2025-09-26T18:01:51-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T18:01:51-0400 DDEBUG Installroot: /
2025-09-26T18:01:51-0400 DDEBUG Releasever: 8
2025-09-26T18:01:51-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T18:01:51-0400 DDEBUG Base command: makecache
2025-09-26T18:01:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T18:01:51-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T18:01:51-0400 DEBUG Making cache files for all metadata files.
2025-09-26T18:01:51-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-26T18:01:51-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-26T18:01:51-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-26T18:01:51-0400 DEBUG extras: has expired and will be refreshed.
2025-09-26T18:01:51-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-26T18:01:51-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-26T18:01:51-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-26T18:01:51-0400 DEBUG epel: has expired and will be refreshed.
2025-09-26T18:01:51-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-26T18:01:51-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-26T18:01:51-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T18:01:51-0400 DEBUG countme: no event for baseos: window already counted
2025-09-26T18:01:52-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-26T18:01:52-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-26T18:01:52-0400 DEBUG countme: no event for appstream: window already counted
2025-09-26T18:01:52-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-26T18:01:52-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-26T18:01:52-0400 DEBUG countme: no event for extras: window already counted
2025-09-26T18:01:53-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-26T18:01:53-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-26T18:01:53-0400 DEBUG countme: no event for powertools: window already counted
2025-09-26T18:01:53-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-26T18:01:53-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-26T18:01:53-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-26T18:01:53-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-26T18:01:54-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-26T18:01:54-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-26T18:01:54-0400 DEBUG countme: no event for epel: window already counted
2025-09-26T18:01:54-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-26T18:01:54-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-26T18:01:54-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T18:01:54-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T18:01:54-0400 DDEBUG Cleaning up.
2025-09-26T18:01:54-0400 DDEBUG Plugins were unloaded.
2025-09-26T18:01:54-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T18:01:54-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T19:05:58-0400 INFO --- logging initialized ---
2025-09-26T19:05:58-0400 DDEBUG timer: config: 2 ms
2025-09-26T19:05:58-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T19:05:58-0400 DEBUG DNF version: 4.7.0
2025-09-26T19:05:58-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T19:05:58-0400 DDEBUG Installroot: /
2025-09-26T19:05:58-0400 DDEBUG Releasever: 8
2025-09-26T19:05:58-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T19:05:58-0400 DDEBUG Base command: makecache
2025-09-26T19:05:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T19:05:58-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T19:05:58-0400 DEBUG Making cache files for all metadata files.
2025-09-26T19:05:58-0400 INFO Metadata cache refreshed recently.
2025-09-26T19:05:58-0400 DDEBUG Cleaning up.
2025-09-26T19:05:58-0400 DDEBUG Plugins were unloaded.
2025-09-26T20:14:56-0400 INFO --- logging initialized ---
2025-09-26T20:14:56-0400 DDEBUG timer: config: 2 ms
2025-09-26T20:14:56-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T20:14:56-0400 DEBUG DNF version: 4.7.0
2025-09-26T20:14:56-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T20:14:56-0400 DDEBUG Installroot: /
2025-09-26T20:14:56-0400 DDEBUG Releasever: 8
2025-09-26T20:14:56-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T20:14:56-0400 DDEBUG Base command: makecache
2025-09-26T20:14:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T20:14:56-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T20:14:56-0400 DEBUG Making cache files for all metadata files.
2025-09-26T20:14:56-0400 INFO Metadata cache refreshed recently.
2025-09-26T20:14:56-0400 DDEBUG Cleaning up.
2025-09-26T20:14:56-0400 DDEBUG Plugins were unloaded.
2025-09-26T21:48:41-0400 INFO --- logging initialized ---
2025-09-26T21:48:41-0400 DDEBUG timer: config: 3 ms
2025-09-26T21:48:41-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T21:48:41-0400 DEBUG DNF version: 4.7.0
2025-09-26T21:48:41-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T21:48:41-0400 DDEBUG Installroot: /
2025-09-26T21:48:41-0400 DDEBUG Releasever: 8
2025-09-26T21:48:41-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T21:48:41-0400 DDEBUG Base command: makecache
2025-09-26T21:48:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T21:48:41-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T21:48:41-0400 DEBUG Making cache files for all metadata files.
2025-09-26T21:48:41-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-26T21:48:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-26T21:48:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-26T21:48:41-0400 DEBUG extras: has expired and will be refreshed.
2025-09-26T21:48:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-26T21:48:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-26T21:48:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-26T21:48:41-0400 DEBUG epel: has expired and will be refreshed.
2025-09-26T21:48:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-26T21:48:41-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-26T21:48:41-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T21:48:41-0400 DEBUG countme: no event for baseos: window already counted
2025-09-26T21:48:41-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-26T21:48:41-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-26T21:48:41-0400 DEBUG countme: no event for appstream: window already counted
2025-09-26T21:48:42-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-26T21:48:42-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-26T21:48:42-0400 DEBUG countme: no event for extras: window already counted
2025-09-26T21:48:42-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-26T21:48:42-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-26T21:48:42-0400 DEBUG countme: no event for powertools: window already counted
2025-09-26T21:48:42-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-26T21:48:42-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-26T21:48:43-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-26T21:48:43-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-26T21:48:43-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-26T21:48:43-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-26T21:48:43-0400 DEBUG countme: no event for epel: window already counted
2025-09-26T21:48:43-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-26T21:48:43-0400 DEBUG epel: using metadata from Wed 24 Sep 2025 09:51:21 PM EDT.
2025-09-26T21:48:43-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-26T21:48:43-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T21:48:43-0400 DDEBUG Cleaning up.
2025-09-26T21:48:43-0400 DDEBUG Plugins were unloaded.
2025-09-26T21:48:43-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T21:48:43-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-26T23:39:39-0400 INFO --- logging initialized ---
2025-09-26T23:39:39-0400 DDEBUG timer: config: 2 ms
2025-09-26T23:39:39-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T23:39:39-0400 DEBUG DNF version: 4.7.0
2025-09-26T23:39:39-0400 DDEBUG Command: dnf makecache --timer
2025-09-26T23:39:39-0400 DDEBUG Installroot: /
2025-09-26T23:39:39-0400 DDEBUG Releasever: 8
2025-09-26T23:39:39-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T23:39:39-0400 DDEBUG Base command: makecache
2025-09-26T23:39:39-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T23:39:39-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T23:39:39-0400 DEBUG Making cache files for all metadata files.
2025-09-26T23:39:39-0400 INFO Metadata cache refreshed recently.
2025-09-26T23:39:39-0400 DDEBUG Cleaning up.
2025-09-26T23:39:39-0400 DDEBUG Plugins were unloaded.
2025-09-27T01:23:11-0400 INFO --- logging initialized ---
2025-09-27T01:23:11-0400 DDEBUG timer: config: 2 ms
2025-09-27T01:23:11-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T01:23:11-0400 DEBUG DNF version: 4.7.0
2025-09-27T01:23:11-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T01:23:11-0400 DDEBUG Installroot: /
2025-09-27T01:23:11-0400 DDEBUG Releasever: 8
2025-09-27T01:23:11-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T01:23:11-0400 DDEBUG Base command: makecache
2025-09-27T01:23:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T01:23:11-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T01:23:11-0400 DEBUG Making cache files for all metadata files.
2025-09-27T01:23:11-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T01:23:11-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T01:23:11-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T01:23:11-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T01:23:11-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T01:23:11-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T01:23:11-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T01:23:11-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T01:23:11-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T01:23:12-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T01:23:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T01:23:12-0400 DEBUG countme: no event for baseos: window already counted
2025-09-27T01:23:12-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-27T01:23:12-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-27T01:23:12-0400 DEBUG countme: no event for appstream: window already counted
2025-09-27T01:23:12-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-27T01:23:12-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-27T01:23:12-0400 DEBUG countme: no event for extras: window already counted
2025-09-27T01:23:13-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-27T01:23:13-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-27T01:23:13-0400 DEBUG countme: no event for powertools: window already counted
2025-09-27T01:23:13-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-27T01:23:13-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-27T01:23:13-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-27T01:23:13-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-27T01:23:14-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-27T01:23:14-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-27T01:23:14-0400 DEBUG countme: no event for epel: window already counted
2025-09-27T01:23:14-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-27T01:23:14-0400 DEBUG repo: downloading from remote: epel
2025-09-27T01:23:14-0400 DEBUG countme: no event for epel: window already counted
2025-09-27T01:23:19-0400 DEBUG epel: using metadata from Fri 26 Sep 2025 10:04:48 PM EDT.
2025-09-27T01:23:19-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T01:23:19-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T01:23:19-0400 DDEBUG Cleaning up.
2025-09-27T01:23:19-0400 DDEBUG Plugins were unloaded.
2025-09-27T01:23:19-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T01:23:19-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T02:41:09-0400 INFO --- logging initialized ---
2025-09-27T02:41:09-0400 DDEBUG timer: config: 2 ms
2025-09-27T02:41:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T02:41:09-0400 DEBUG DNF version: 4.7.0
2025-09-27T02:41:09-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T02:41:09-0400 DDEBUG Installroot: /
2025-09-27T02:41:09-0400 DDEBUG Releasever: 8
2025-09-27T02:41:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T02:41:09-0400 DDEBUG Base command: makecache
2025-09-27T02:41:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T02:41:09-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T02:41:09-0400 DEBUG Making cache files for all metadata files.
2025-09-27T02:41:09-0400 INFO Metadata cache refreshed recently.
2025-09-27T02:41:09-0400 DDEBUG Cleaning up.
2025-09-27T02:41:09-0400 DDEBUG Plugins were unloaded.
2025-09-27T03:42:04-0400 INFO --- logging initialized ---
2025-09-27T03:42:04-0400 DDEBUG timer: config: 3 ms
2025-09-27T03:42:04-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T03:42:04-0400 DEBUG YUM version: 4.7.0
2025-09-27T03:42:04-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-27T03:42:04-0400 DDEBUG Installroot: /
2025-09-27T03:42:04-0400 DDEBUG Releasever: 8
2025-09-27T03:42:04-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T03:42:04-0400 DDEBUG Base command: check-update
2025-09-27T03:42:04-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-27T03:42:04-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-27T03:42:04-0400 DEBUG repo: using cache for: cwp
2025-09-27T03:42:04-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T03:42:04-0400 DEBUG repo: using cache for: baseos
2025-09-27T03:42:04-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-27T03:42:04-0400 DEBUG repo: using cache for: appstream
2025-09-27T03:42:04-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-27T03:42:04-0400 DEBUG repo: using cache for: extras
2025-09-27T03:42:04-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-27T03:42:04-0400 DEBUG repo: using cache for: powertools
2025-09-27T03:42:04-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-27T03:42:04-0400 DEBUG repo: using cache for: powertools-source
2025-09-27T03:42:04-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-27T03:42:04-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-27T03:42:04-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-27T03:42:04-0400 DEBUG repo: using cache for: epel
2025-09-27T03:42:04-0400 DEBUG epel: using metadata from Fri 26 Sep 2025 10:04:48 PM EDT.
2025-09-27T03:42:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T03:42:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T03:42:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T03:42:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T03:42:04-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T03:42:04-0400 DDEBUG Cleaning up.
2025-09-27T03:42:04-0400 DDEBUG Plugins were unloaded.
2025-09-27T03:42:04-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-27T03:42:04-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-27T03:42:05-0400 INFO --- logging initialized ---
2025-09-27T03:42:05-0400 DDEBUG timer: config: 3 ms
2025-09-27T03:42:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T03:42:05-0400 DEBUG YUM version: 4.7.0
2025-09-27T03:42:05-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-27T03:42:05-0400 DDEBUG Installroot: /
2025-09-27T03:42:05-0400 DDEBUG Releasever: 8
2025-09-27T03:42:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T03:42:05-0400 DDEBUG Base command: update
2025-09-27T03:42:05-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-27T03:42:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-27T03:42:05-0400 DEBUG repo: using cache for: cwp
2025-09-27T03:42:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T03:42:05-0400 DEBUG repo: using cache for: baseos
2025-09-27T03:42:05-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-27T03:42:05-0400 DEBUG repo: using cache for: appstream
2025-09-27T03:42:05-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-27T03:42:05-0400 DEBUG repo: using cache for: extras
2025-09-27T03:42:05-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-27T03:42:05-0400 DEBUG repo: using cache for: powertools
2025-09-27T03:42:05-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-27T03:42:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-27T03:42:05-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-27T03:42:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-27T03:42:05-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-27T03:42:05-0400 DEBUG repo: using cache for: epel
2025-09-27T03:42:05-0400 DEBUG epel: using metadata from Fri 26 Sep 2025 10:04:48 PM EDT.
2025-09-27T03:42:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T03:42:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T03:42:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T03:42:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T03:42:05-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T03:42:05-0400 DDEBUG Cleaning up.
2025-09-27T03:42:05-0400 DDEBUG Plugins were unloaded.
2025-09-27T03:42:05-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-27T03:42:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-27T04:18:06-0400 INFO --- logging initialized ---
2025-09-27T04:18:06-0400 DDEBUG timer: config: 2 ms
2025-09-27T04:18:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T04:18:06-0400 DEBUG DNF version: 4.7.0
2025-09-27T04:18:06-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T04:18:06-0400 DDEBUG Installroot: /
2025-09-27T04:18:06-0400 DDEBUG Releasever: 8
2025-09-27T04:18:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T04:18:06-0400 DDEBUG Base command: makecache
2025-09-27T04:18:06-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T04:18:06-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T04:18:06-0400 DEBUG Making cache files for all metadata files.
2025-09-27T04:18:06-0400 INFO Metadata cache refreshed recently.
2025-09-27T04:18:06-0400 DDEBUG Cleaning up.
2025-09-27T04:18:06-0400 DDEBUG Plugins were unloaded.
2025-09-27T06:05:00-0400 INFO --- logging initialized ---
2025-09-27T06:05:00-0400 DDEBUG timer: config: 2 ms
2025-09-27T06:05:00-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T06:05:00-0400 DEBUG DNF version: 4.7.0
2025-09-27T06:05:00-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T06:05:00-0400 DDEBUG Installroot: /
2025-09-27T06:05:00-0400 DDEBUG Releasever: 8
2025-09-27T06:05:00-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T06:05:00-0400 DDEBUG Base command: makecache
2025-09-27T06:05:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T06:05:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T06:05:00-0400 DEBUG Making cache files for all metadata files.
2025-09-27T06:05:00-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T06:05:00-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T06:05:00-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T06:05:00-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T06:05:00-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T06:05:00-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T06:05:00-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T06:05:00-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T06:05:00-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T06:05:00-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T06:05:00-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T06:05:00-0400 DEBUG countme: no event for baseos: window already counted
2025-09-27T06:05:00-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-27T06:05:00-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-27T06:05:00-0400 DEBUG countme: no event for appstream: window already counted
2025-09-27T06:05:01-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-27T06:05:01-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-27T06:05:01-0400 DEBUG countme: no event for extras: window already counted
2025-09-27T06:05:01-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-27T06:05:01-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-27T06:05:01-0400 DEBUG countme: no event for powertools: window already counted
2025-09-27T06:05:01-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-27T06:05:01-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-27T06:05:02-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-27T06:05:02-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-27T06:05:02-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-27T06:05:02-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-27T06:05:02-0400 DEBUG countme: no event for epel: window already counted
2025-09-27T06:05:02-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-27T06:05:03-0400 DEBUG epel: using metadata from Fri 26 Sep 2025 10:04:48 PM EDT.
2025-09-27T06:05:03-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T06:05:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T06:05:03-0400 DDEBUG Cleaning up.
2025-09-27T06:05:03-0400 DDEBUG Plugins were unloaded.
2025-09-27T06:05:03-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T06:05:03-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T07:51:33-0400 INFO --- logging initialized ---
2025-09-27T07:51:33-0400 DDEBUG timer: config: 2 ms
2025-09-27T07:51:33-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T07:51:33-0400 DEBUG DNF version: 4.7.0
2025-09-27T07:51:33-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T07:51:33-0400 DDEBUG Installroot: /
2025-09-27T07:51:33-0400 DDEBUG Releasever: 8
2025-09-27T07:51:33-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T07:51:33-0400 DDEBUG Base command: makecache
2025-09-27T07:51:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T07:51:33-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T07:51:33-0400 DEBUG Making cache files for all metadata files.
2025-09-27T07:51:33-0400 INFO Metadata cache refreshed recently.
2025-09-27T07:51:33-0400 DDEBUG Cleaning up.
2025-09-27T07:51:33-0400 DDEBUG Plugins were unloaded.
2025-09-27T09:03:11-0400 INFO --- logging initialized ---
2025-09-27T09:03:11-0400 DDEBUG timer: config: 2 ms
2025-09-27T09:03:11-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T09:03:11-0400 DEBUG DNF version: 4.7.0
2025-09-27T09:03:11-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T09:03:11-0400 DDEBUG Installroot: /
2025-09-27T09:03:11-0400 DDEBUG Releasever: 8
2025-09-27T09:03:11-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T09:03:11-0400 DDEBUG Base command: makecache
2025-09-27T09:03:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T09:03:11-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T09:03:11-0400 DEBUG Making cache files for all metadata files.
2025-09-27T09:03:11-0400 INFO Metadata cache refreshed recently.
2025-09-27T09:03:11-0400 DDEBUG Cleaning up.
2025-09-27T09:03:11-0400 DDEBUG Plugins were unloaded.
2025-09-27T10:25:57-0400 INFO --- logging initialized ---
2025-09-27T10:25:57-0400 DDEBUG timer: config: 2 ms
2025-09-27T10:25:57-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T10:25:57-0400 DEBUG DNF version: 4.7.0
2025-09-27T10:25:57-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T10:25:57-0400 DDEBUG Installroot: /
2025-09-27T10:25:57-0400 DDEBUG Releasever: 8
2025-09-27T10:25:57-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T10:25:57-0400 DDEBUG Base command: makecache
2025-09-27T10:25:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T10:25:57-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T10:25:57-0400 DEBUG Making cache files for all metadata files.
2025-09-27T10:25:57-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T10:25:57-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T10:25:57-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T10:25:57-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T10:25:57-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T10:25:57-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T10:25:57-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T10:25:57-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T10:25:57-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T10:25:57-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T10:25:57-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T10:25:57-0400 DEBUG countme: no event for baseos: window already counted
2025-09-27T10:25:58-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-27T10:25:58-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-27T10:25:58-0400 DEBUG countme: no event for appstream: window already counted
2025-09-27T10:25:58-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-27T10:25:58-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-27T10:25:58-0400 DEBUG countme: no event for extras: window already counted
2025-09-27T10:25:58-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-27T10:25:58-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-27T10:25:58-0400 DEBUG countme: no event for powertools: window already counted
2025-09-27T10:25:59-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-27T10:25:59-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-27T10:25:59-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-27T10:25:59-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-27T10:25:59-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-27T10:25:59-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-27T10:25:59-0400 DEBUG countme: no event for epel: window already counted
2025-09-27T10:26:00-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-27T10:26:00-0400 DEBUG epel: using metadata from Fri 26 Sep 2025 10:04:48 PM EDT.
2025-09-27T10:26:00-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T10:26:00-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T10:26:00-0400 DDEBUG Cleaning up.
2025-09-27T10:26:00-0400 DDEBUG Plugins were unloaded.
2025-09-27T10:26:00-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T10:26:00-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T11:59:17-0400 INFO --- logging initialized ---
2025-09-27T11:59:17-0400 DDEBUG timer: config: 2 ms
2025-09-27T11:59:17-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T11:59:17-0400 DEBUG DNF version: 4.7.0
2025-09-27T11:59:17-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T11:59:17-0400 DDEBUG Installroot: /
2025-09-27T11:59:17-0400 DDEBUG Releasever: 8
2025-09-27T11:59:17-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T11:59:17-0400 DDEBUG Base command: makecache
2025-09-27T11:59:17-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T11:59:17-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T11:59:17-0400 DEBUG Making cache files for all metadata files.
2025-09-27T11:59:17-0400 INFO Metadata cache refreshed recently.
2025-09-27T11:59:17-0400 DDEBUG Cleaning up.
2025-09-27T11:59:17-0400 DDEBUG Plugins were unloaded.
2025-09-27T13:47:22-0400 INFO --- logging initialized ---
2025-09-27T13:47:22-0400 DDEBUG timer: config: 2 ms
2025-09-27T13:47:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T13:47:22-0400 DEBUG DNF version: 4.7.0
2025-09-27T13:47:22-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T13:47:22-0400 DDEBUG Installroot: /
2025-09-27T13:47:22-0400 DDEBUG Releasever: 8
2025-09-27T13:47:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T13:47:22-0400 DDEBUG Base command: makecache
2025-09-27T13:47:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T13:47:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T13:47:22-0400 DEBUG Making cache files for all metadata files.
2025-09-27T13:47:22-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T13:47:22-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T13:47:22-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T13:47:22-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T13:47:22-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T13:47:22-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T13:47:22-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T13:47:22-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T13:47:22-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T13:47:22-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T13:47:22-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T13:47:22-0400 DEBUG countme: no event for baseos: window already counted
2025-09-27T13:47:22-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-27T13:47:22-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-27T13:47:22-0400 DEBUG countme: no event for appstream: window already counted
2025-09-27T13:47:23-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-27T13:47:23-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-27T13:47:23-0400 DEBUG countme: no event for extras: window already counted
2025-09-27T13:47:23-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-27T13:47:23-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-27T13:47:23-0400 DEBUG countme: no event for powertools: window already counted
2025-09-27T13:47:24-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-27T13:47:24-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-27T13:47:24-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-27T13:47:24-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-27T13:47:24-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-27T13:47:24-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-27T13:47:24-0400 DEBUG countme: no event for epel: window already counted
2025-09-27T13:47:24-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-27T13:47:24-0400 DEBUG epel: using metadata from Fri 26 Sep 2025 10:04:48 PM EDT.
2025-09-27T13:47:24-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T13:47:24-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T13:47:24-0400 DDEBUG Cleaning up.
2025-09-27T13:47:24-0400 DDEBUG Plugins were unloaded.
2025-09-27T13:47:24-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T13:47:24-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T15:33:37-0400 INFO --- logging initialized ---
2025-09-27T15:33:37-0400 DDEBUG timer: config: 2 ms
2025-09-27T15:33:37-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T15:33:37-0400 DEBUG DNF version: 4.7.0
2025-09-27T15:33:37-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T15:33:37-0400 DDEBUG Installroot: /
2025-09-27T15:33:37-0400 DDEBUG Releasever: 8
2025-09-27T15:33:37-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T15:33:37-0400 DDEBUG Base command: makecache
2025-09-27T15:33:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T15:33:37-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T15:33:37-0400 DEBUG Making cache files for all metadata files.
2025-09-27T15:33:37-0400 INFO Metadata cache refreshed recently.
2025-09-27T15:33:37-0400 DDEBUG Cleaning up.
2025-09-27T15:33:37-0400 DDEBUG Plugins were unloaded.
2025-09-27T17:04:29-0400 INFO --- logging initialized ---
2025-09-27T17:04:29-0400 DDEBUG timer: config: 2 ms
2025-09-27T17:04:29-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T17:04:29-0400 DEBUG DNF version: 4.7.0
2025-09-27T17:04:29-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T17:04:29-0400 DDEBUG Installroot: /
2025-09-27T17:04:29-0400 DDEBUG Releasever: 8
2025-09-27T17:04:29-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T17:04:29-0400 DDEBUG Base command: makecache
2025-09-27T17:04:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T17:04:29-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T17:04:29-0400 DEBUG Making cache files for all metadata files.
2025-09-27T17:04:29-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T17:04:29-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T17:04:29-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T17:04:29-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T17:04:29-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T17:04:29-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T17:04:29-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T17:04:29-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T17:04:29-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T17:04:29-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T17:04:29-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T17:04:29-0400 DEBUG countme: no event for baseos: window already counted
2025-09-27T17:04:30-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-27T17:04:30-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-27T17:04:30-0400 DEBUG countme: no event for appstream: window already counted
2025-09-27T17:04:30-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-27T17:04:30-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-27T17:04:30-0400 DEBUG countme: no event for extras: window already counted
2025-09-27T17:04:31-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-27T17:04:31-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-27T17:04:31-0400 DEBUG countme: no event for powertools: window already counted
2025-09-27T17:04:31-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-27T17:04:31-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-27T17:04:31-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-27T17:04:31-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-27T17:04:32-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-27T17:04:32-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-27T17:04:32-0400 DEBUG countme: no event for epel: window already counted
2025-09-27T17:04:32-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-27T17:04:32-0400 DEBUG epel: using metadata from Fri 26 Sep 2025 10:04:48 PM EDT.
2025-09-27T17:04:32-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T17:04:32-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T17:04:32-0400 DDEBUG Cleaning up.
2025-09-27T17:04:32-0400 DDEBUG Plugins were unloaded.
2025-09-27T17:04:32-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T17:04:32-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T19:03:26-0400 INFO --- logging initialized ---
2025-09-27T19:03:26-0400 DDEBUG timer: config: 3 ms
2025-09-27T19:03:26-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T19:03:26-0400 DEBUG DNF version: 4.7.0
2025-09-27T19:03:26-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T19:03:26-0400 DDEBUG Installroot: /
2025-09-27T19:03:26-0400 DDEBUG Releasever: 8
2025-09-27T19:03:26-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T19:03:26-0400 DDEBUG Base command: makecache
2025-09-27T19:03:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T19:03:26-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T19:03:26-0400 DEBUG Making cache files for all metadata files.
2025-09-27T19:03:26-0400 INFO Metadata cache refreshed recently.
2025-09-27T19:03:26-0400 DDEBUG Cleaning up.
2025-09-27T19:03:26-0400 DDEBUG Plugins were unloaded.
2025-09-27T20:33:33-0400 INFO --- logging initialized ---
2025-09-27T20:33:33-0400 DDEBUG timer: config: 2 ms
2025-09-27T20:33:33-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T20:33:33-0400 DEBUG DNF version: 4.7.0
2025-09-27T20:33:33-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T20:33:33-0400 DDEBUG Installroot: /
2025-09-27T20:33:33-0400 DDEBUG Releasever: 8
2025-09-27T20:33:33-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T20:33:33-0400 DDEBUG Base command: makecache
2025-09-27T20:33:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T20:33:33-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T20:33:33-0400 DEBUG Making cache files for all metadata files.
2025-09-27T20:33:33-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T20:33:33-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T20:33:33-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T20:33:33-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T20:33:33-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T20:33:33-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T20:33:33-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T20:33:33-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T20:33:33-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T20:33:34-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T20:33:34-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T20:33:34-0400 DEBUG countme: no event for baseos: window already counted
2025-09-27T20:33:34-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-27T20:33:34-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-27T20:33:34-0400 DEBUG countme: no event for appstream: window already counted
2025-09-27T20:33:34-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-27T20:33:34-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-27T20:33:34-0400 DEBUG countme: no event for extras: window already counted
2025-09-27T20:33:35-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-27T20:33:35-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-27T20:33:35-0400 DEBUG countme: no event for powertools: window already counted
2025-09-27T20:33:35-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-27T20:33:35-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-27T20:33:35-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-27T20:33:35-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-27T20:33:36-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-27T20:33:36-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-27T20:33:36-0400 DEBUG countme: no event for epel: window already counted
2025-09-27T20:33:36-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-27T20:33:36-0400 DEBUG epel: using metadata from Fri 26 Sep 2025 10:04:48 PM EDT.
2025-09-27T20:33:36-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-27T20:33:36-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T20:33:36-0400 DDEBUG Cleaning up.
2025-09-27T20:33:36-0400 DDEBUG Plugins were unloaded.
2025-09-27T20:33:36-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T20:33:36-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T21:49:31-0400 INFO --- logging initialized ---
2025-09-27T21:49:31-0400 DDEBUG timer: config: 2 ms
2025-09-27T21:49:31-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T21:49:31-0400 DEBUG DNF version: 4.7.0
2025-09-27T21:49:31-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T21:49:31-0400 DDEBUG Installroot: /
2025-09-27T21:49:31-0400 DDEBUG Releasever: 8
2025-09-27T21:49:31-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T21:49:31-0400 DDEBUG Base command: makecache
2025-09-27T21:49:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T21:49:31-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T21:49:31-0400 DEBUG Making cache files for all metadata files.
2025-09-27T21:49:31-0400 INFO Metadata cache refreshed recently.
2025-09-27T21:49:31-0400 DDEBUG Cleaning up.
2025-09-27T21:49:31-0400 DDEBUG Plugins were unloaded.
2025-09-27T23:03:47-0400 INFO --- logging initialized ---
2025-09-27T23:03:47-0400 DDEBUG timer: config: 2 ms
2025-09-27T23:03:47-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T23:03:47-0400 DEBUG DNF version: 4.7.0
2025-09-27T23:03:47-0400 DDEBUG Command: dnf makecache --timer
2025-09-27T23:03:47-0400 DDEBUG Installroot: /
2025-09-27T23:03:47-0400 DDEBUG Releasever: 8
2025-09-27T23:03:47-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T23:03:47-0400 DDEBUG Base command: makecache
2025-09-27T23:03:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T23:03:47-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T23:03:47-0400 DEBUG Making cache files for all metadata files.
2025-09-27T23:03:47-0400 INFO Metadata cache refreshed recently.
2025-09-27T23:03:47-0400 DDEBUG Cleaning up.
2025-09-27T23:03:47-0400 DDEBUG Plugins were unloaded.
2025-09-28T00:06:11-0400 INFO --- logging initialized ---
2025-09-28T00:06:11-0400 DDEBUG timer: config: 2 ms
2025-09-28T00:06:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T00:06:12-0400 DEBUG DNF version: 4.7.0
2025-09-28T00:06:12-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T00:06:12-0400 DDEBUG Installroot: /
2025-09-28T00:06:12-0400 DDEBUG Releasever: 8
2025-09-28T00:06:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T00:06:12-0400 DDEBUG Base command: makecache
2025-09-28T00:06:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T00:06:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T00:06:12-0400 DEBUG Making cache files for all metadata files.
2025-09-28T00:06:12-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-28T00:06:12-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-28T00:06:12-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-28T00:06:12-0400 DEBUG extras: has expired and will be refreshed.
2025-09-28T00:06:12-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-28T00:06:12-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-28T00:06:12-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-28T00:06:12-0400 DEBUG epel: has expired and will be refreshed.
2025-09-28T00:06:12-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-28T00:06:12-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-28T00:06:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T00:06:12-0400 DEBUG countme: no event for baseos: window already counted
2025-09-28T00:06:12-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-28T00:06:12-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-28T00:06:12-0400 DEBUG countme: no event for appstream: window already counted
2025-09-28T00:06:12-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-28T00:06:12-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-28T00:06:12-0400 DEBUG countme: no event for extras: window already counted
2025-09-28T00:06:13-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-28T00:06:13-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-28T00:06:13-0400 DEBUG countme: no event for powertools: window already counted
2025-09-28T00:06:13-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-28T00:06:13-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-28T00:06:13-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-28T00:06:13-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-28T00:06:14-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-28T00:06:14-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-28T00:06:14-0400 DEBUG countme: no event for epel: window already counted
2025-09-28T00:06:14-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-28T00:06:14-0400 DEBUG repo: downloading from remote: epel
2025-09-28T00:06:14-0400 DEBUG countme: no event for epel: window already counted
2025-09-28T00:06:15-0400 DEBUG epel: using metadata from Fri 26 Sep 2025 10:04:48 PM EDT.
2025-09-28T00:06:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T00:06:15-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T00:06:15-0400 DDEBUG Cleaning up.
2025-09-28T00:06:15-0400 DDEBUG Plugins were unloaded.
2025-09-28T00:06:15-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T00:06:15-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T01:15:08-0400 INFO --- logging initialized ---
2025-09-28T01:15:08-0400 DDEBUG timer: config: 3 ms
2025-09-28T01:15:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T01:15:09-0400 DEBUG DNF version: 4.7.0
2025-09-28T01:15:09-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T01:15:09-0400 DDEBUG Installroot: /
2025-09-28T01:15:09-0400 DDEBUG Releasever: 8
2025-09-28T01:15:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T01:15:09-0400 DDEBUG Base command: makecache
2025-09-28T01:15:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T01:15:09-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T01:15:09-0400 DEBUG Making cache files for all metadata files.
2025-09-28T01:15:09-0400 INFO Metadata cache refreshed recently.
2025-09-28T01:15:09-0400 DDEBUG Cleaning up.
2025-09-28T01:15:09-0400 DDEBUG Plugins were unloaded.
2025-09-28T02:35:02-0400 INFO --- logging initialized ---
2025-09-28T02:35:02-0400 DDEBUG timer: config: 3 ms
2025-09-28T02:35:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T02:35:02-0400 DEBUG DNF version: 4.7.0
2025-09-28T02:35:02-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T02:35:02-0400 DDEBUG Installroot: /
2025-09-28T02:35:02-0400 DDEBUG Releasever: 8
2025-09-28T02:35:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T02:35:02-0400 DDEBUG Base command: makecache
2025-09-28T02:35:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T02:35:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T02:35:02-0400 DEBUG Making cache files for all metadata files.
2025-09-28T02:35:02-0400 INFO Metadata cache refreshed recently.
2025-09-28T02:35:02-0400 DDEBUG Cleaning up.
2025-09-28T02:35:02-0400 DDEBUG Plugins were unloaded.
2025-09-28T03:41:05-0400 INFO --- logging initialized ---
2025-09-28T03:41:05-0400 DDEBUG timer: config: 3 ms
2025-09-28T03:41:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T03:41:05-0400 DEBUG YUM version: 4.7.0
2025-09-28T03:41:05-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-28T03:41:05-0400 DDEBUG Installroot: /
2025-09-28T03:41:05-0400 DDEBUG Releasever: 8
2025-09-28T03:41:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T03:41:05-0400 DDEBUG Base command: check-update
2025-09-28T03:41:05-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-28T03:41:06-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-28T03:41:06-0400 DEBUG repo: using cache for: cwp
2025-09-28T03:41:06-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T03:41:06-0400 DEBUG repo: using cache for: baseos
2025-09-28T03:41:06-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-28T03:41:06-0400 DEBUG repo: using cache for: appstream
2025-09-28T03:41:06-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-28T03:41:06-0400 DEBUG repo: using cache for: extras
2025-09-28T03:41:06-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-28T03:41:06-0400 DEBUG repo: using cache for: powertools
2025-09-28T03:41:06-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-28T03:41:06-0400 DEBUG repo: using cache for: powertools-source
2025-09-28T03:41:06-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-28T03:41:06-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-28T03:41:06-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-28T03:41:06-0400 DEBUG repo: using cache for: epel
2025-09-28T03:41:06-0400 DEBUG epel: using metadata from Fri 26 Sep 2025 10:04:48 PM EDT.
2025-09-28T03:41:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T03:41:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T03:41:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T03:41:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T03:41:06-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T03:41:06-0400 DDEBUG Cleaning up.
2025-09-28T03:41:06-0400 DDEBUG Plugins were unloaded.
2025-09-28T03:41:06-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-28T03:41:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-28T03:41:06-0400 INFO --- logging initialized ---
2025-09-28T03:41:06-0400 DDEBUG timer: config: 3 ms
2025-09-28T03:41:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T03:41:06-0400 DEBUG YUM version: 4.7.0
2025-09-28T03:41:06-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-28T03:41:06-0400 DDEBUG Installroot: /
2025-09-28T03:41:06-0400 DDEBUG Releasever: 8
2025-09-28T03:41:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T03:41:06-0400 DDEBUG Base command: update
2025-09-28T03:41:06-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-28T03:41:06-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-28T03:41:07-0400 DEBUG repo: using cache for: cwp
2025-09-28T03:41:07-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T03:41:07-0400 DEBUG repo: using cache for: baseos
2025-09-28T03:41:07-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-28T03:41:07-0400 DEBUG repo: using cache for: appstream
2025-09-28T03:41:07-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-28T03:41:07-0400 DEBUG repo: using cache for: extras
2025-09-28T03:41:07-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-28T03:41:07-0400 DEBUG repo: using cache for: powertools
2025-09-28T03:41:07-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-28T03:41:07-0400 DEBUG repo: using cache for: powertools-source
2025-09-28T03:41:07-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-28T03:41:07-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-28T03:41:07-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-28T03:41:07-0400 DEBUG repo: using cache for: epel
2025-09-28T03:41:07-0400 DEBUG epel: using metadata from Fri 26 Sep 2025 10:04:48 PM EDT.
2025-09-28T03:41:07-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T03:41:07-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T03:41:07-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T03:41:07-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T03:41:07-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T03:41:07-0400 DDEBUG Cleaning up.
2025-09-28T03:41:07-0400 DDEBUG Plugins were unloaded.
2025-09-28T03:41:07-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-28T03:41:07-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-28T04:29:43-0400 INFO --- logging initialized ---
2025-09-28T04:29:43-0400 DDEBUG timer: config: 3 ms
2025-09-28T04:29:43-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T04:29:43-0400 DEBUG DNF version: 4.7.0
2025-09-28T04:29:43-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T04:29:43-0400 DDEBUG Installroot: /
2025-09-28T04:29:43-0400 DDEBUG Releasever: 8
2025-09-28T04:29:43-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T04:29:43-0400 DDEBUG Base command: makecache
2025-09-28T04:29:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T04:29:43-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T04:29:43-0400 DEBUG Making cache files for all metadata files.
2025-09-28T04:29:43-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-28T04:29:43-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-28T04:29:43-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-28T04:29:43-0400 DEBUG extras: has expired and will be refreshed.
2025-09-28T04:29:43-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-28T04:29:43-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-28T04:29:43-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-28T04:29:43-0400 DEBUG epel: has expired and will be refreshed.
2025-09-28T04:29:43-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-28T04:29:43-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-28T04:29:43-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T04:29:43-0400 DEBUG countme: no event for baseos: window already counted
2025-09-28T04:29:43-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-28T04:29:43-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-28T04:29:43-0400 DEBUG countme: no event for appstream: window already counted
2025-09-28T04:29:43-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-28T04:29:43-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-28T04:29:43-0400 DEBUG countme: no event for extras: window already counted
2025-09-28T04:29:44-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-28T04:29:44-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-28T04:29:44-0400 DEBUG countme: no event for powertools: window already counted
2025-09-28T04:29:44-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-28T04:29:44-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-28T04:29:44-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-28T04:29:44-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-28T04:29:45-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-28T04:29:45-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-28T04:29:45-0400 DEBUG countme: no event for epel: window already counted
2025-09-28T04:29:45-0400 DEBUG reviving: failed for 'epel', mismatched sha256 sum.
2025-09-28T04:29:45-0400 DEBUG repo: downloading from remote: epel
2025-09-28T04:29:45-0400 DEBUG countme: no event for epel: window already counted
2025-09-28T04:29:50-0400 DEBUG epel: using metadata from Sat 27 Sep 2025 10:03:04 PM EDT.
2025-09-28T04:29:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T04:29:50-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T04:29:50-0400 DDEBUG Cleaning up.
2025-09-28T04:29:50-0400 DDEBUG Plugins were unloaded.
2025-09-28T04:29:50-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T04:29:50-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T06:22:00-0400 INFO --- logging initialized ---
2025-09-28T06:22:00-0400 DDEBUG timer: config: 2 ms
2025-09-28T06:22:00-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T06:22:00-0400 DEBUG DNF version: 4.7.0
2025-09-28T06:22:00-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T06:22:00-0400 DDEBUG Installroot: /
2025-09-28T06:22:00-0400 DDEBUG Releasever: 8
2025-09-28T06:22:00-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T06:22:00-0400 DDEBUG Base command: makecache
2025-09-28T06:22:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T06:22:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T06:22:00-0400 DEBUG Making cache files for all metadata files.
2025-09-28T06:22:00-0400 INFO Metadata cache refreshed recently.
2025-09-28T06:22:00-0400 DDEBUG Cleaning up.
2025-09-28T06:22:00-0400 DDEBUG Plugins were unloaded.
2025-09-28T07:42:17-0400 INFO --- logging initialized ---
2025-09-28T07:42:17-0400 DDEBUG timer: config: 2 ms
2025-09-28T07:42:17-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T07:42:17-0400 DEBUG DNF version: 4.7.0
2025-09-28T07:42:17-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T07:42:17-0400 DDEBUG Installroot: /
2025-09-28T07:42:17-0400 DDEBUG Releasever: 8
2025-09-28T07:42:17-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T07:42:17-0400 DDEBUG Base command: makecache
2025-09-28T07:42:17-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T07:42:17-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T07:42:17-0400 DEBUG Making cache files for all metadata files.
2025-09-28T07:42:17-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-28T07:42:17-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-28T07:42:17-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-28T07:42:17-0400 DEBUG extras: has expired and will be refreshed.
2025-09-28T07:42:17-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-28T07:42:17-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-28T07:42:17-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-28T07:42:17-0400 DEBUG epel: has expired and will be refreshed.
2025-09-28T07:42:17-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-28T07:42:17-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-28T07:42:17-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T07:42:17-0400 DEBUG countme: no event for baseos: window already counted
2025-09-28T07:42:18-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-28T07:42:18-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-28T07:42:18-0400 DEBUG countme: no event for appstream: window already counted
2025-09-28T07:42:18-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-28T07:42:18-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-28T07:42:18-0400 DEBUG countme: no event for extras: window already counted
2025-09-28T07:42:19-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-28T07:42:19-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-28T07:42:19-0400 DEBUG countme: no event for powertools: window already counted
2025-09-28T07:42:19-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-28T07:42:19-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-28T07:42:19-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-28T07:42:19-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-28T07:42:20-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-28T07:42:20-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-28T07:42:20-0400 DEBUG countme: no event for epel: window already counted
2025-09-28T07:42:20-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-28T07:42:20-0400 DEBUG epel: using metadata from Sat 27 Sep 2025 10:03:04 PM EDT.
2025-09-28T07:42:20-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T07:42:20-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T07:42:20-0400 DDEBUG Cleaning up.
2025-09-28T07:42:20-0400 DDEBUG Plugins were unloaded.
2025-09-28T07:42:20-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T07:42:20-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T08:54:10-0400 INFO --- logging initialized ---
2025-09-28T08:54:10-0400 DDEBUG timer: config: 4 ms
2025-09-28T08:54:10-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T08:54:10-0400 DEBUG DNF version: 4.7.0
2025-09-28T08:54:10-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T08:54:10-0400 DDEBUG Installroot: /
2025-09-28T08:54:10-0400 DDEBUG Releasever: 8
2025-09-28T08:54:10-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T08:54:10-0400 DDEBUG Base command: makecache
2025-09-28T08:54:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T08:54:10-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T08:54:10-0400 DEBUG Making cache files for all metadata files.
2025-09-28T08:54:10-0400 INFO Metadata cache refreshed recently.
2025-09-28T08:54:10-0400 DDEBUG Cleaning up.
2025-09-28T08:54:10-0400 DDEBUG Plugins were unloaded.
2025-09-28T10:36:01-0400 INFO --- logging initialized ---
2025-09-28T10:36:01-0400 DDEBUG timer: config: 3 ms
2025-09-28T10:36:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T10:36:01-0400 DEBUG DNF version: 4.7.0
2025-09-28T10:36:01-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T10:36:01-0400 DDEBUG Installroot: /
2025-09-28T10:36:01-0400 DDEBUG Releasever: 8
2025-09-28T10:36:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T10:36:01-0400 DDEBUG Base command: makecache
2025-09-28T10:36:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T10:36:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T10:36:01-0400 DEBUG Making cache files for all metadata files.
2025-09-28T10:36:01-0400 INFO Metadata cache refreshed recently.
2025-09-28T10:36:01-0400 DDEBUG Cleaning up.
2025-09-28T10:36:01-0400 DDEBUG Plugins were unloaded.
2025-09-28T12:05:31-0400 INFO --- logging initialized ---
2025-09-28T12:05:31-0400 DDEBUG timer: config: 2 ms
2025-09-28T12:05:31-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T12:05:31-0400 DEBUG DNF version: 4.7.0
2025-09-28T12:05:31-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T12:05:31-0400 DDEBUG Installroot: /
2025-09-28T12:05:31-0400 DDEBUG Releasever: 8
2025-09-28T12:05:31-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T12:05:31-0400 DDEBUG Base command: makecache
2025-09-28T12:05:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T12:05:31-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T12:05:31-0400 DEBUG Making cache files for all metadata files.
2025-09-28T12:05:31-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-28T12:05:31-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-28T12:05:31-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-28T12:05:31-0400 DEBUG extras: has expired and will be refreshed.
2025-09-28T12:05:31-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-28T12:05:31-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-28T12:05:31-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-28T12:05:31-0400 DEBUG epel: has expired and will be refreshed.
2025-09-28T12:05:31-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-28T12:05:31-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-28T12:05:31-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T12:05:31-0400 DEBUG countme: no event for baseos: window already counted
2025-09-28T12:05:31-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-28T12:05:31-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-28T12:05:31-0400 DEBUG countme: no event for appstream: window already counted
2025-09-28T12:05:32-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-28T12:05:32-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-28T12:05:32-0400 DEBUG countme: no event for extras: window already counted
2025-09-28T12:05:32-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-28T12:05:32-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-28T12:05:32-0400 DEBUG countme: no event for powertools: window already counted
2025-09-28T12:05:32-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-28T12:05:32-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-28T12:05:33-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-28T12:05:33-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-28T12:05:33-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-28T12:05:33-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-28T12:05:33-0400 DEBUG countme: no event for epel: window already counted
2025-09-28T12:05:33-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-28T12:05:33-0400 DEBUG epel: using metadata from Sat 27 Sep 2025 10:03:04 PM EDT.
2025-09-28T12:05:33-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T12:05:33-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T12:05:33-0400 DDEBUG Cleaning up.
2025-09-28T12:05:33-0400 DDEBUG Plugins were unloaded.
2025-09-28T12:05:33-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T12:05:33-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T13:11:04-0400 INFO --- logging initialized ---
2025-09-28T13:11:04-0400 DDEBUG timer: config: 2 ms
2025-09-28T13:11:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T13:11:05-0400 DEBUG DNF version: 4.7.0
2025-09-28T13:11:05-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T13:11:05-0400 DDEBUG Installroot: /
2025-09-28T13:11:05-0400 DDEBUG Releasever: 8
2025-09-28T13:11:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T13:11:05-0400 DDEBUG Base command: makecache
2025-09-28T13:11:05-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T13:11:05-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T13:11:05-0400 DEBUG Making cache files for all metadata files.
2025-09-28T13:11:05-0400 INFO Metadata cache refreshed recently.
2025-09-28T13:11:05-0400 DDEBUG Cleaning up.
2025-09-28T13:11:05-0400 DDEBUG Plugins were unloaded.
2025-09-28T14:57:14-0400 INFO --- logging initialized ---
2025-09-28T14:57:14-0400 DDEBUG timer: config: 3 ms
2025-09-28T14:57:14-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T14:57:14-0400 DEBUG DNF version: 4.7.0
2025-09-28T14:57:14-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T14:57:14-0400 DDEBUG Installroot: /
2025-09-28T14:57:14-0400 DDEBUG Releasever: 8
2025-09-28T14:57:14-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T14:57:14-0400 DDEBUG Base command: makecache
2025-09-28T14:57:14-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T14:57:14-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T14:57:14-0400 DEBUG Making cache files for all metadata files.
2025-09-28T14:57:14-0400 INFO Metadata cache refreshed recently.
2025-09-28T14:57:14-0400 DDEBUG Cleaning up.
2025-09-28T14:57:14-0400 DDEBUG Plugins were unloaded.
2025-09-28T16:39:16-0400 INFO --- logging initialized ---
2025-09-28T16:39:16-0400 DDEBUG timer: config: 4 ms
2025-09-28T16:39:16-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T16:39:16-0400 DEBUG DNF version: 4.7.0
2025-09-28T16:39:16-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T16:39:16-0400 DDEBUG Installroot: /
2025-09-28T16:39:16-0400 DDEBUG Releasever: 8
2025-09-28T16:39:16-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T16:39:16-0400 DDEBUG Base command: makecache
2025-09-28T16:39:16-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T16:39:16-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T16:39:16-0400 DEBUG Making cache files for all metadata files.
2025-09-28T16:39:16-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-28T16:39:16-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-28T16:39:16-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-28T16:39:16-0400 DEBUG extras: has expired and will be refreshed.
2025-09-28T16:39:16-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-28T16:39:16-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-28T16:39:16-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-28T16:39:16-0400 DEBUG epel: has expired and will be refreshed.
2025-09-28T16:39:16-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-28T16:39:17-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-28T16:39:17-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T16:39:17-0400 DEBUG countme: no event for baseos: window already counted
2025-09-28T16:39:17-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-28T16:39:17-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-28T16:39:17-0400 DEBUG countme: no event for appstream: window already counted
2025-09-28T16:39:17-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-28T16:39:17-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-28T16:39:17-0400 DEBUG countme: no event for extras: window already counted
2025-09-28T16:39:18-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-28T16:39:18-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-28T16:39:18-0400 DEBUG countme: no event for powertools: window already counted
2025-09-28T16:39:18-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-28T16:39:18-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-28T16:39:18-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-28T16:39:18-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-28T16:39:19-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-28T16:39:19-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-28T16:39:19-0400 DEBUG countme: no event for epel: window already counted
2025-09-28T16:39:19-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-28T16:39:19-0400 DEBUG epel: using metadata from Sat 27 Sep 2025 10:03:04 PM EDT.
2025-09-28T16:39:19-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T16:39:19-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T16:39:19-0400 DDEBUG Cleaning up.
2025-09-28T16:39:19-0400 DDEBUG Plugins were unloaded.
2025-09-28T16:39:19-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T16:39:19-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T17:46:02-0400 INFO --- logging initialized ---
2025-09-28T17:46:02-0400 DDEBUG timer: config: 2 ms
2025-09-28T17:46:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T17:46:02-0400 DEBUG DNF version: 4.7.0
2025-09-28T17:46:02-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T17:46:02-0400 DDEBUG Installroot: /
2025-09-28T17:46:02-0400 DDEBUG Releasever: 8
2025-09-28T17:46:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T17:46:02-0400 DDEBUG Base command: makecache
2025-09-28T17:46:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T17:46:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T17:46:02-0400 DEBUG Making cache files for all metadata files.
2025-09-28T17:46:02-0400 INFO Metadata cache refreshed recently.
2025-09-28T17:46:02-0400 DDEBUG Cleaning up.
2025-09-28T17:46:02-0400 DDEBUG Plugins were unloaded.
2025-09-28T18:57:28-0400 INFO --- logging initialized ---
2025-09-28T18:57:28-0400 DDEBUG timer: config: 2 ms
2025-09-28T18:57:28-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T18:57:28-0400 DEBUG DNF version: 4.7.0
2025-09-28T18:57:28-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T18:57:28-0400 DDEBUG Installroot: /
2025-09-28T18:57:28-0400 DDEBUG Releasever: 8
2025-09-28T18:57:28-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T18:57:28-0400 DDEBUG Base command: makecache
2025-09-28T18:57:28-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T18:57:28-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T18:57:28-0400 DEBUG Making cache files for all metadata files.
2025-09-28T18:57:28-0400 INFO Metadata cache refreshed recently.
2025-09-28T18:57:28-0400 DDEBUG Cleaning up.
2025-09-28T18:57:28-0400 DDEBUG Plugins were unloaded.
2025-09-28T20:45:11-0400 INFO --- logging initialized ---
2025-09-28T20:45:11-0400 DDEBUG timer: config: 55 ms
2025-09-28T20:45:11-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T20:45:11-0400 DEBUG DNF version: 4.7.0
2025-09-28T20:45:11-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T20:45:11-0400 DDEBUG Installroot: /
2025-09-28T20:45:11-0400 DDEBUG Releasever: 8
2025-09-28T20:45:11-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T20:45:11-0400 DDEBUG Base command: makecache
2025-09-28T20:45:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T20:45:11-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T20:45:11-0400 DEBUG Making cache files for all metadata files.
2025-09-28T20:45:11-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-28T20:45:11-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-28T20:45:11-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-28T20:45:11-0400 DEBUG extras: has expired and will be refreshed.
2025-09-28T20:45:11-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-28T20:45:11-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-28T20:45:11-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-28T20:45:12-0400 DEBUG epel: has expired and will be refreshed.
2025-09-28T20:45:12-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-28T20:45:12-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-28T20:45:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T20:45:12-0400 DEBUG countme: no event for baseos: budget to spend: 3
2025-09-28T20:45:12-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-28T20:45:12-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-28T20:45:12-0400 DEBUG countme: no event for appstream: budget to spend: 1
2025-09-28T20:45:13-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-28T20:45:13-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-28T20:45:13-0400 DEBUG countme: event triggered for extras: bucket 4
2025-09-28T20:45:13-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-28T20:45:13-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-28T20:45:13-0400 DEBUG countme: no event for powertools: budget to spend: 2
2025-09-28T20:45:13-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-28T20:45:13-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-28T20:45:14-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-28T20:45:14-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-28T20:45:14-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-28T20:45:14-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-28T20:45:14-0400 DEBUG countme: no event for epel: budget to spend: 3
2025-09-28T20:45:14-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-28T20:45:14-0400 DEBUG epel: using metadata from Sat 27 Sep 2025 10:03:04 PM EDT.
2025-09-28T20:45:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-28T20:45:14-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T20:45:14-0400 DDEBUG Cleaning up.
2025-09-28T20:45:14-0400 DDEBUG Plugins were unloaded.
2025-09-28T20:45:14-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T20:45:14-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-28T22:23:37-0400 INFO --- logging initialized ---
2025-09-28T22:23:37-0400 DDEBUG timer: config: 2 ms
2025-09-28T22:23:37-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T22:23:37-0400 DEBUG DNF version: 4.7.0
2025-09-28T22:23:37-0400 DDEBUG Command: dnf makecache --timer
2025-09-28T22:23:37-0400 DDEBUG Installroot: /
2025-09-28T22:23:37-0400 DDEBUG Releasever: 8
2025-09-28T22:23:37-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T22:23:37-0400 DDEBUG Base command: makecache
2025-09-28T22:23:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T22:23:37-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T22:23:37-0400 DEBUG Making cache files for all metadata files.
2025-09-28T22:23:37-0400 INFO Metadata cache refreshed recently.
2025-09-28T22:23:37-0400 DDEBUG Cleaning up.
2025-09-28T22:23:37-0400 DDEBUG Plugins were unloaded.
2025-09-29T00:13:48-0400 INFO --- logging initialized ---
2025-09-29T00:13:48-0400 DDEBUG timer: config: 2 ms
2025-09-29T00:13:48-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T00:13:48-0400 DEBUG DNF version: 4.7.0
2025-09-29T00:13:48-0400 DDEBUG Command: dnf makecache --timer
2025-09-29T00:13:48-0400 DDEBUG Installroot: /
2025-09-29T00:13:48-0400 DDEBUG Releasever: 8
2025-09-29T00:13:48-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T00:13:48-0400 DDEBUG Base command: makecache
2025-09-29T00:13:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T00:13:48-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T00:13:48-0400 DEBUG Making cache files for all metadata files.
2025-09-29T00:13:48-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-29T00:13:48-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-29T00:13:48-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-29T00:13:48-0400 DEBUG extras: has expired and will be refreshed.
2025-09-29T00:13:48-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-29T00:13:48-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-29T00:13:48-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-29T00:13:48-0400 DEBUG epel: has expired and will be refreshed.
2025-09-29T00:13:48-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-29T00:13:48-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-29T00:13:48-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-29T00:13:48-0400 DEBUG countme: no event for baseos: budget to spend: 2
2025-09-29T00:13:48-0400 DEBUG reviving: 'baseos' can be revived - repomd matches.
2025-09-29T00:13:48-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-29T00:13:48-0400 DEBUG countme: event triggered for appstream: bucket 4
2025-09-29T00:13:49-0400 DEBUG reviving: 'appstream' can be revived - repomd matches.
2025-09-29T00:13:49-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-29T00:13:49-0400 DEBUG countme: no event for extras: window already counted
2025-09-29T00:13:49-0400 DEBUG reviving: 'extras' can be revived - repomd matches.
2025-09-29T00:13:49-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-29T00:13:49-0400 DEBUG countme: no event for powertools: budget to spend: 1
2025-09-29T00:13:49-0400 DEBUG reviving: 'powertools' can be revived - repomd matches.
2025-09-29T00:13:49-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-29T00:13:50-0400 DEBUG reviving: 'powertools-source' can be revived - repomd matches.
2025-09-29T00:13:50-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-29T00:13:50-0400 DEBUG reviving: 'powertools-debuginfo' can be revived - repomd matches.
2025-09-29T00:13:50-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-29T00:13:50-0400 DEBUG countme: no event for epel: budget to spend: 2
2025-09-29T00:13:50-0400 DEBUG reviving: 'epel' can be revived - metalink checksums match.
2025-09-29T00:13:50-0400 DEBUG epel: using metadata from Sat 27 Sep 2025 10:03:04 PM EDT.
2025-09-29T00:13:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-29T00:13:50-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-29T00:13:50-0400 DDEBUG Cleaning up.
2025-09-29T00:13:50-0400 DDEBUG Plugins were unloaded.
2025-09-29T00:13:50-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1055, in run
return self.command.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/commands/makecache.py", line 50, in run
return self.base.update_cache(timer)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 376, in update_cache
self.fill_sack(load_system_repo=False, load_available_repos=True) # performs the md sync
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-29T00:13:50-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-29T01:14:08-0400 INFO --- logging initialized ---
2025-09-29T01:14:08-0400 DDEBUG timer: config: 2 ms
2025-09-29T01:14:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T01:14:08-0400 DEBUG DNF version: 4.7.0
2025-09-29T01:14:08-0400 DDEBUG Command: dnf makecache --timer
2025-09-29T01:14:08-0400 DDEBUG Installroot: /
2025-09-29T01:14:08-0400 DDEBUG Releasever: 8
2025-09-29T01:14:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T01:14:08-0400 DDEBUG Base command: makecache
2025-09-29T01:14:08-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T01:14:08-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T01:14:08-0400 DEBUG Making cache files for all metadata files.
2025-09-29T01:14:08-0400 INFO Metadata cache refreshed recently.
2025-09-29T01:14:08-0400 DDEBUG Cleaning up.
2025-09-29T01:14:08-0400 DDEBUG Plugins were unloaded.
2025-09-29T03:05:25-0400 INFO --- logging initialized ---
2025-09-29T03:05:25-0400 DDEBUG timer: config: 2 ms
2025-09-29T03:05:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T03:05:25-0400 DEBUG DNF version: 4.7.0
2025-09-29T03:05:25-0400 DDEBUG Command: dnf makecache --timer
2025-09-29T03:05:25-0400 DDEBUG Installroot: /
2025-09-29T03:05:25-0400 DDEBUG Releasever: 8
2025-09-29T03:05:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T03:05:25-0400 DDEBUG Base command: makecache
2025-09-29T03:05:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T03:05:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T03:05:25-0400 DEBUG Making cache files for all metadata files.
2025-09-29T03:05:25-0400 INFO Metadata cache refreshed recently.
2025-09-29T03:05:25-0400 DDEBUG Cleaning up.
2025-09-29T03:05:25-0400 DDEBUG Plugins were unloaded.
2025-09-29T03:42:04-0400 INFO --- logging initialized ---
2025-09-29T03:42:04-0400 DDEBUG timer: config: 3 ms
2025-09-29T03:42:04-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T03:42:04-0400 DEBUG YUM version: 4.7.0
2025-09-29T03:42:04-0400 DDEBUG Command: yum check-update --enablerepo=cwp
2025-09-29T03:42:04-0400 DDEBUG Installroot: /
2025-09-29T03:42:04-0400 DDEBUG Releasever: 8
2025-09-29T03:42:04-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T03:42:04-0400 DDEBUG Base command: check-update
2025-09-29T03:42:04-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-29T03:42:04-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-29T03:42:05-0400 DEBUG repo: using cache for: cwp
2025-09-29T03:42:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-29T03:42:05-0400 DEBUG repo: using cache for: baseos
2025-09-29T03:42:05-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-29T03:42:05-0400 DEBUG repo: using cache for: appstream
2025-09-29T03:42:05-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-29T03:42:05-0400 DEBUG repo: using cache for: extras
2025-09-29T03:42:05-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.
2025-09-29T03:42:05-0400 DEBUG repo: using cache for: powertools
2025-09-29T03:42:05-0400 DEBUG powertools: using metadata from Fri 26 Sep 2025 09:23:28 AM EDT.
2025-09-29T03:42:05-0400 DEBUG repo: using cache for: powertools-source
2025-09-29T03:42:05-0400 DEBUG powertools-source: using metadata from Fri 26 Sep 2025 09:24:15 AM EDT.
2025-09-29T03:42:05-0400 DEBUG repo: using cache for: powertools-debuginfo
2025-09-29T03:42:05-0400 DEBUG powertools-debuginfo: using metadata from Fri 26 Sep 2025 09:24:37 AM EDT.
2025-09-29T03:42:05-0400 DEBUG repo: using cache for: epel
2025-09-29T03:42:05-0400 DEBUG epel: using metadata from Sat 27 Sep 2025 10:03:04 PM EDT.
2025-09-29T03:42:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-29T03:42:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-29T03:42:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-29T03:42:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml).
2025-09-29T03:42:05-0400 WARNING Errors during downloading metadata for repository 'mariadb':
- Status code: 404 for http://mirror.mariadb.org/yum/10.4/centos8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-29T03:42:05-0400 DDEBUG Cleaning up.
2025-09-29T03:42:05-0400 DDEBUG Plugins were unloaded.
2025-09-29T03:42:05-0400 SUBDEBUG
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
ret = self._repo.load()
File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
return _main(base, args, cli_class, option_parser_class)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
return cli_run(cli, base)
File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
cli.run()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
self._process_demands()
File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
load_available_repos=self.demands.available_repos)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
self._add_repo_to_sack(r)
File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
repo.load()
File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-29T03:42:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-29T03:42:05-0400 INFO --- logging initialized ---
2025-09-29T03:42:05-0400 DDEBUG timer: config: 3 ms
2025-09-29T03:42:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T03:42:05-0400 DEBUG YUM version: 4.7.0
2025-09-29T03:42:05-0400 DDEBUG Command: yum -y update cwpsrv cwpphp
2025-09-29T03:42:05-0400 DDEBUG Installroot: /
2025-09-29T03:42:05-0400 DDEBUG Releasever: 8
2025-09-29T03:42:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T03:42:05-0400 DDEBUG Base command: update
2025-09-29T03:42:05-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-29T03:42:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.9; generic; Linux.x86_64)'
2025-09-29T03:42:05-0400 DEBUG repo: using cache for: cwp
2025-09-29T03:42:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-29T03:42:05-0400 DEBUG repo: using cache for: baseos
2025-09-29T03:42:05-0400 DEBUG baseos: using metadata from Fri 26 Sep 2025 09:23:37 AM EDT.
2025-09-29T03:42:05-0400 DEBUG repo: using cache for: appstream
2025-09-29T03:42:05-0400 DEBUG appstream: using metadata from Fri 26 Sep 2025 09:23:59 AM EDT.
2025-09-29T03:42:05-0400 DEBUG repo: using cache for: extras
2025-09-29T03:42:05-0400 DEBUG extras: using metadata from Fri 26 Sep 2025 09:25:19 AM EDT.