File: //proc/thread-self/root/var/log/dnf.log.1
2025-10-05T18:15: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-10-05T18:15:49-0400 DEBUG DNF version: 4.7.0
2025-10-05T18:15:49-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T18:15:49-0400 DDEBUG Installroot: /
2025-10-05T18:15:49-0400 DDEBUG Releasever: 8
2025-10-05T18:15:49-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T18:15:49-0400 DDEBUG Base command: makecache
2025-10-05T18:15:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T18:15:49-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T18:15:49-0400 DEBUG Making cache files for all metadata files.
2025-10-05T18:15:49-0400 INFO Metadata cache refreshed recently.
2025-10-05T18:15:49-0400 DDEBUG Cleaning up.
2025-10-05T18:15:49-0400 DDEBUG Plugins were unloaded.
2025-10-05T20:11:58-0400 INFO --- logging initialized ---
2025-10-05T20:11:58-0400 DDEBUG timer: config: 7 ms
2025-10-05T20:11: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-10-05T20:11:58-0400 DEBUG DNF version: 4.7.0
2025-10-05T20:11:58-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T20:11:58-0400 DDEBUG Installroot: /
2025-10-05T20:11:58-0400 DDEBUG Releasever: 8
2025-10-05T20:11:58-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T20:11:58-0400 DDEBUG Base command: makecache
2025-10-05T20:11:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T20:11:58-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T20:11:58-0400 DEBUG Making cache files for all metadata files.
2025-10-05T20:11:58-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-05T20:11:58-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-05T20:11:58-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-05T20:11:58-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-05T20:11:58-0400 DEBUG extras: has expired and will be refreshed.
2025-10-05T20:11:58-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-05T20:11:58-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-05T20:11:58-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-05T20:11:58-0400 DEBUG epel: has expired and will be refreshed.
2025-10-05T20:11:58-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-05T20:11:58-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-05T20:11:58-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-05T20:11:58-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-05T20:11:58-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-05T20:11:58-0400 DDEBUG Cleaning up.
2025-10-05T20:11:58-0400 DDEBUG Plugins were unloaded.
2025-10-05T20:11:58-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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-05T20:11:58-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-05T21:22:41-0400 INFO --- logging initialized ---
2025-10-05T21:22:41-0400 DDEBUG timer: config: 46 ms
2025-10-05T21:22: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-10-05T21:22:41-0400 DEBUG DNF version: 4.7.0
2025-10-05T21:22:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T21:22:41-0400 DDEBUG Installroot: /
2025-10-05T21:22:41-0400 DDEBUG Releasever: 8
2025-10-05T21:22:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T21:22:41-0400 DDEBUG Base command: makecache
2025-10-05T21:22:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T21:22:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T21:22:41-0400 DEBUG Making cache files for all metadata files.
2025-10-05T21:22:41-0400 INFO Metadata cache refreshed recently.
2025-10-05T21:22:41-0400 DDEBUG Cleaning up.
2025-10-05T21:22:41-0400 DDEBUG Plugins were unloaded.
2025-10-06T00:57:00-0400 INFO --- logging initialized ---
2025-10-06T00:57:00-0400 DDEBUG timer: config: 218 ms
2025-10-06T00:57: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-10-06T00:57:01-0400 DEBUG DNF version: 4.7.0
2025-10-06T00:57:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T00:57:01-0400 DDEBUG Installroot: /
2025-10-06T00:57:01-0400 DDEBUG Releasever: 8
2025-10-06T00:57:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T00:57:01-0400 DDEBUG Base command: makecache
2025-10-06T00:57:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T00:57:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T00:57:01-0400 DEBUG Making cache files for all metadata files.
2025-10-06T00:57:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-06T00:57:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-06T00:57:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-06T00:57:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-06T00:57:01-0400 DEBUG extras: has expired and will be refreshed.
2025-10-06T00:57:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-06T00:57:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-06T00:57:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-06T00:57:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-06T00:57:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-06T00:57:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-06T00:57:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-06T00:57:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T00:57:02-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T00:57:02-0400 DDEBUG Cleaning up.
2025-10-06T00:57:02-0400 DDEBUG Plugins were unloaded.
2025-10-06T00:57: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T00:57: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T02:33:17-0400 INFO --- logging initialized ---
2025-10-06T02:33:17-0400 DDEBUG timer: config: 139 ms
2025-10-06T02:33: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-10-06T02:33:17-0400 DEBUG DNF version: 4.7.0
2025-10-06T02:33:17-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T02:33:17-0400 DDEBUG Installroot: /
2025-10-06T02:33:17-0400 DDEBUG Releasever: 8
2025-10-06T02:33:17-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T02:33:17-0400 DDEBUG Base command: makecache
2025-10-06T02:33:17-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T02:33:17-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T02:33:17-0400 DEBUG Making cache files for all metadata files.
2025-10-06T02:33:17-0400 INFO Metadata cache refreshed recently.
2025-10-06T02:33:17-0400 DDEBUG Cleaning up.
2025-10-06T02:33:17-0400 DDEBUG Plugins were unloaded.
2025-10-06T03:19:27-0400 INFO --- logging initialized ---
2025-10-06T03:19:27-0400 DDEBUG timer: config: 64 ms
2025-10-06T03:19: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-10-06T03:19:28-0400 DEBUG YUM version: 4.7.0
2025-10-06T03:19:28-0400 DDEBUG Command: yum -y install bash-completion 
2025-10-06T03:19:28-0400 DDEBUG Installroot: /
2025-10-06T03:19:28-0400 DDEBUG Releasever: 8
2025-10-06T03:19:28-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T03:19:28-0400 DDEBUG Base command: install
2025-10-06T03:19:28-0400 DDEBUG Extra commands: ['-y', 'install', 'bash-completion']
2025-10-06T03:19:28-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-06T03:19:33-0400 DEBUG repo: using cache for: cwp
2025-10-06T03:19:33-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-06T03:19:33-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T03:19:33-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T03:19:33-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T03:19:33-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T03:19:33-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T03:19:33-0400 DDEBUG Cleaning up.
2025-10-06T03:19:33-0400 DDEBUG Plugins were unloaded.
2025-10-06T03:19: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: 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-10-06T03:19:33-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-06T03:19:41-0400 INFO --- logging initialized ---
2025-10-06T03:19:41-0400 DDEBUG timer: config: 6 ms
2025-10-06T03: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-10-06T03:19:41-0400 DEBUG YUM version: 4.7.0
2025-10-06T03:19:41-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-06T03:19:41-0400 DDEBUG Installroot: /
2025-10-06T03:19:41-0400 DDEBUG Releasever: 8
2025-10-06T03:19:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T03:19:41-0400 DDEBUG Base command: check-update
2025-10-06T03:19:41-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-06T03:19:41-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-06T03:19:41-0400 DEBUG repo: using cache for: cwp
2025-10-06T03:19:41-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-06T03:19:41-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T03:19:41-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T03:19:41-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T03:19:41-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T03:19:41-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T03:19:41-0400 DDEBUG Cleaning up.
2025-10-06T03:19:42-0400 DDEBUG Plugins were unloaded.
2025-10-06T03:19: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: 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-10-06T03:19:42-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-06T03:19:43-0400 INFO --- logging initialized ---
2025-10-06T03:19:43-0400 DDEBUG timer: config: 5 ms
2025-10-06T03:19: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-10-06T03:19:43-0400 DEBUG YUM version: 4.7.0
2025-10-06T03:19:43-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-06T03:19:43-0400 DDEBUG Installroot: /
2025-10-06T03:19:43-0400 DDEBUG Releasever: 8
2025-10-06T03:19:43-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T03:19:43-0400 DDEBUG Base command: update
2025-10-06T03:19:43-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-06T03:19:43-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-06T03:19:44-0400 DEBUG repo: using cache for: cwp
2025-10-06T03:19:44-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-06T03:19:44-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T03:19:44-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T03:19:44-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T03:19:44-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T03:19:44-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T03:19:44-0400 DDEBUG Cleaning up.
2025-10-06T03:19:44-0400 DDEBUG Plugins were unloaded.
2025-10-06T03: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: 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-10-06T03:19:44-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-06T03:45:07-0400 INFO --- logging initialized ---
2025-10-06T03:45:07-0400 DDEBUG timer: config: 80 ms
2025-10-06T03:45: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-10-06T03:45:07-0400 DEBUG DNF version: 4.7.0
2025-10-06T03:45:07-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T03:45:07-0400 DDEBUG Installroot: /
2025-10-06T03:45:07-0400 DDEBUG Releasever: 8
2025-10-06T03:45:07-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T03:45:07-0400 DDEBUG Base command: makecache
2025-10-06T03:45:07-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T03:45:07-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T03:45:07-0400 DEBUG Making cache files for all metadata files.
2025-10-06T03:45:07-0400 INFO Metadata cache refreshed recently.
2025-10-06T03:45:07-0400 DDEBUG Cleaning up.
2025-10-06T03:45:07-0400 DDEBUG Plugins were unloaded.
2025-10-06T05:29:27-0400 INFO --- logging initialized ---
2025-10-06T05:29:27-0400 DDEBUG timer: config: 61 ms
2025-10-06T05:29: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-10-06T05:29:27-0400 DEBUG DNF version: 4.7.0
2025-10-06T05:29:27-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T05:29:27-0400 DDEBUG Installroot: /
2025-10-06T05:29:27-0400 DDEBUG Releasever: 8
2025-10-06T05:29:27-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T05:29:27-0400 DDEBUG Base command: makecache
2025-10-06T05:29:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T05:29:27-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T05:29:27-0400 DEBUG Making cache files for all metadata files.
2025-10-06T05:29:27-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-06T05:29:27-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-06T05:29:27-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-06T05:29:27-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-06T05:29:27-0400 DEBUG extras: has expired and will be refreshed.
2025-10-06T05:29:27-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-06T05:29:27-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-06T05:29:27-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-06T05:29:27-0400 DEBUG epel: has expired and will be refreshed.
2025-10-06T05:29:27-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-06T05:29:27-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-06T05:29:27-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-06T05:29:27-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T05:29:27-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T05:29:27-0400 DDEBUG Cleaning up.
2025-10-06T05:29:27-0400 DDEBUG Plugins were unloaded.
2025-10-06T05:29: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T05:29: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T08:33:24-0400 INFO --- logging initialized ---
2025-10-06T08:33:24-0400 DDEBUG timer: config: 285 ms
2025-10-06T08:33: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-10-06T08:33:26-0400 DEBUG DNF version: 4.7.0
2025-10-06T08:33:26-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T08:33:26-0400 DDEBUG Installroot: /
2025-10-06T08:33:26-0400 DDEBUG Releasever: 8
2025-10-06T08:33:26-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T08:33:26-0400 DDEBUG Base command: makecache
2025-10-06T08:33:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T08:33:26-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T08:33:26-0400 DEBUG Making cache files for all metadata files.
2025-10-06T08:33:28-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-06T08:33:28-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-06T08:33:28-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-06T08:33:28-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-06T08:33:28-0400 DEBUG extras: has expired and will be refreshed.
2025-10-06T08:33:28-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-06T08:33:28-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-06T08:33:28-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-06T08:33:28-0400 DEBUG epel: has expired and will be refreshed.
2025-10-06T08:33:28-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-06T08:33:29-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-06T08:33:29-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-06T08:33:29-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T08:33:29-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T08:33:29-0400 DDEBUG Cleaning up.
2025-10-06T08:33:29-0400 DDEBUG Plugins were unloaded.
2025-10-06T08:33: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T08:33: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T09:39:28-0400 INFO --- logging initialized ---
2025-10-06T09:39:28-0400 DDEBUG timer: config: 53 ms
2025-10-06T09:39: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-10-06T09:39:28-0400 DEBUG DNF version: 4.7.0
2025-10-06T09:39:28-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T09:39:28-0400 DDEBUG Installroot: /
2025-10-06T09:39:28-0400 DDEBUG Releasever: 8
2025-10-06T09:39:29-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T09:39:29-0400 DDEBUG Base command: makecache
2025-10-06T09:39:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T09:39:29-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T09:39:29-0400 DEBUG Making cache files for all metadata files.
2025-10-06T09:39:29-0400 INFO Metadata cache refreshed recently.
2025-10-06T09:39:29-0400 DDEBUG Cleaning up.
2025-10-06T09:39:29-0400 DDEBUG Plugins were unloaded.
2025-10-06T11:29:01-0400 INFO --- logging initialized ---
2025-10-06T11:29:01-0400 DDEBUG timer: config: 9 ms
2025-10-06T11:29: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-10-06T11:29:01-0400 DEBUG DNF version: 4.7.0
2025-10-06T11:29:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T11:29:01-0400 DDEBUG Installroot: /
2025-10-06T11:29:01-0400 DDEBUG Releasever: 8
2025-10-06T11:29:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T11:29:01-0400 DDEBUG Base command: makecache
2025-10-06T11:29:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T11:29:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T11:29:01-0400 DEBUG Making cache files for all metadata files.
2025-10-06T11:29:01-0400 INFO Metadata cache refreshed recently.
2025-10-06T11:29:01-0400 DDEBUG Cleaning up.
2025-10-06T11:29:01-0400 DDEBUG Plugins were unloaded.
2025-10-06T12:52:26-0400 INFO --- logging initialized ---
2025-10-06T12:52:26-0400 DDEBUG timer: config: 74 ms
2025-10-06T12:52: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-10-06T12:52:26-0400 DEBUG DNF version: 4.7.0
2025-10-06T12:52:26-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T12:52:26-0400 DDEBUG Installroot: /
2025-10-06T12:52:26-0400 DDEBUG Releasever: 8
2025-10-06T12:52:26-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T12:52:26-0400 DDEBUG Base command: makecache
2025-10-06T12:52:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T12:52:26-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T12:52:26-0400 DEBUG Making cache files for all metadata files.
2025-10-06T12:52:27-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-06T12:52:27-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-06T12:52:27-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-06T12:52:27-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-06T12:52:27-0400 DEBUG extras: has expired and will be refreshed.
2025-10-06T12:52:27-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-06T12:52:27-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-06T12:52:27-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-06T12:52:27-0400 DEBUG epel: has expired and will be refreshed.
2025-10-06T12:52:27-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-06T12:52:27-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-06T12:52:27-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-06T12:52:27-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T12:52:27-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T12:52:27-0400 DDEBUG Cleaning up.
2025-10-06T12:52:27-0400 DDEBUG Plugins were unloaded.
2025-10-06T12:52: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T12:52: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T14:42:21-0400 INFO --- logging initialized ---
2025-10-06T14:42:21-0400 DDEBUG timer: config: 7 ms
2025-10-06T14:42: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-10-06T14:42:21-0400 DEBUG DNF version: 4.7.0
2025-10-06T14:42:21-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T14:42:21-0400 DDEBUG Installroot: /
2025-10-06T14:42:21-0400 DDEBUG Releasever: 8
2025-10-06T14:42:21-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T14:42:21-0400 DDEBUG Base command: makecache
2025-10-06T14:42:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T14:42:21-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T14:42:21-0400 DEBUG Making cache files for all metadata files.
2025-10-06T14:42:21-0400 INFO Metadata cache refreshed recently.
2025-10-06T14:42:21-0400 DDEBUG Cleaning up.
2025-10-06T14:42:21-0400 DDEBUG Plugins were unloaded.
2025-10-06T15:46:28-0400 INFO --- logging initialized ---
2025-10-06T15:46:28-0400 DDEBUG timer: config: 6 ms
2025-10-06T15:46: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-10-06T15:46:28-0400 DEBUG DNF version: 4.7.0
2025-10-06T15:46:28-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T15:46:28-0400 DDEBUG Installroot: /
2025-10-06T15:46:28-0400 DDEBUG Releasever: 8
2025-10-06T15:46:28-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T15:46:28-0400 DDEBUG Base command: makecache
2025-10-06T15:46:28-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T15:46:28-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T15:46:28-0400 DEBUG Making cache files for all metadata files.
2025-10-06T15:46:28-0400 INFO Metadata cache refreshed recently.
2025-10-06T15:46:28-0400 DDEBUG Cleaning up.
2025-10-06T15:46:28-0400 DDEBUG Plugins were unloaded.
2025-10-06T17:46:01-0400 INFO --- logging initialized ---
2025-10-06T17:46:01-0400 DDEBUG timer: config: 8 ms
2025-10-06T17:46: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-10-06T17:46:01-0400 DEBUG DNF version: 4.7.0
2025-10-06T17:46:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T17:46:01-0400 DDEBUG Installroot: /
2025-10-06T17:46:01-0400 DDEBUG Releasever: 8
2025-10-06T17:46:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T17:46:01-0400 DDEBUG Base command: makecache
2025-10-06T17:46:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T17:46:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T17:46:01-0400 DEBUG Making cache files for all metadata files.
2025-10-06T17:46:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-06T17:46:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-06T17:46:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-06T17:46:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-06T17:46:01-0400 DEBUG extras: has expired and will be refreshed.
2025-10-06T17:46:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-06T17:46:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-06T17:46:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-06T17:46:01-0400 DEBUG epel: has expired and will be refreshed.
2025-10-06T17:46:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-06T17:46:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-06T17:46:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-06T17:46:01-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T17:46:01-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T17:46:01-0400 DDEBUG Cleaning up.
2025-10-06T17:46:01-0400 DDEBUG Plugins were unloaded.
2025-10-06T17:46: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T17:46: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T18:54:01-0400 INFO --- logging initialized ---
2025-10-06T18:54:01-0400 DDEBUG timer: config: 10 ms
2025-10-06T18:54: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-10-06T18:54:01-0400 DEBUG DNF version: 4.7.0
2025-10-06T18:54:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T18:54:01-0400 DDEBUG Installroot: /
2025-10-06T18:54:01-0400 DDEBUG Releasever: 8
2025-10-06T18:54:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T18:54:01-0400 DDEBUG Base command: makecache
2025-10-06T18:54:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T18:54:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T18:54:01-0400 DEBUG Making cache files for all metadata files.
2025-10-06T18:54:01-0400 INFO Metadata cache refreshed recently.
2025-10-06T18:54:01-0400 DDEBUG Cleaning up.
2025-10-06T18:54:01-0400 DDEBUG Plugins were unloaded.
2025-10-06T20:01:59-0400 INFO --- logging initialized ---
2025-10-06T20:01:59-0400 DDEBUG timer: config: 9 ms
2025-10-06T20:01: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-10-06T20:01:59-0400 DEBUG DNF version: 4.7.0
2025-10-06T20:01:59-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T20:01:59-0400 DDEBUG Installroot: /
2025-10-06T20:01:59-0400 DDEBUG Releasever: 8
2025-10-06T20:01:59-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T20:01:59-0400 DDEBUG Base command: makecache
2025-10-06T20:01:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T20:01:59-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T20:01:59-0400 DEBUG Making cache files for all metadata files.
2025-10-06T20:01:59-0400 INFO Metadata cache refreshed recently.
2025-10-06T20:01:59-0400 DDEBUG Cleaning up.
2025-10-06T20:01:59-0400 DDEBUG Plugins were unloaded.
2025-10-06T21:46:02-0400 INFO --- logging initialized ---
2025-10-06T21:46:02-0400 DDEBUG timer: config: 69 ms
2025-10-06T21: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-10-06T21:46:02-0400 DEBUG DNF version: 4.7.0
2025-10-06T21:46:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T21:46:02-0400 DDEBUG Installroot: /
2025-10-06T21:46:02-0400 DDEBUG Releasever: 8
2025-10-06T21:46:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T21:46:02-0400 DDEBUG Base command: makecache
2025-10-06T21:46:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T21:46:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T21:46:02-0400 DEBUG Making cache files for all metadata files.
2025-10-06T21:46:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-06T21:46:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-06T21:46:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-06T21:46:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-06T21:46:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-06T21:46:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-06T21:46:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-06T21:46:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-06T21:46:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-06T21:46:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-06T21:46:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-06T21:46:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-06T21:46:03-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-06T21:46:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T21:46:03-0400 DDEBUG Cleaning up.
2025-10-06T21:46:03-0400 DDEBUG Plugins were unloaded.
2025-10-06T21:46: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T21:46: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-06T23:01:57-0400 INFO --- logging initialized ---
2025-10-06T23:01:57-0400 DDEBUG timer: config: 8 ms
2025-10-06T23:01: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-10-06T23:01:57-0400 DEBUG DNF version: 4.7.0
2025-10-06T23:01:57-0400 DDEBUG Command: dnf makecache --timer 
2025-10-06T23:01:57-0400 DDEBUG Installroot: /
2025-10-06T23:01:57-0400 DDEBUG Releasever: 8
2025-10-06T23:01:57-0400 DEBUG cachedir: /var/cache/dnf
2025-10-06T23:01:57-0400 DDEBUG Base command: makecache
2025-10-06T23:01:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-06T23:01:57-0400 DEBUG Excludes in repo epel: nginx*
2025-10-06T23:01:57-0400 DEBUG Making cache files for all metadata files.
2025-10-06T23:01:57-0400 INFO Metadata cache refreshed recently.
2025-10-06T23:01:57-0400 DDEBUG Cleaning up.
2025-10-06T23:01:57-0400 DDEBUG Plugins were unloaded.
2025-10-07T00:43:20-0400 INFO --- logging initialized ---
2025-10-07T00:43:20-0400 DDEBUG timer: config: 75 ms
2025-10-07T00:43: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-10-07T00:43:20-0400 DEBUG DNF version: 4.7.0
2025-10-07T00:43:20-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T00:43:20-0400 DDEBUG Installroot: /
2025-10-07T00:43:20-0400 DDEBUG Releasever: 8
2025-10-07T00:43:20-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T00:43:20-0400 DDEBUG Base command: makecache
2025-10-07T00:43:20-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T00:43:20-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T00:43:20-0400 DEBUG Making cache files for all metadata files.
2025-10-07T00:43:20-0400 INFO Metadata cache refreshed recently.
2025-10-07T00:43:20-0400 DDEBUG Cleaning up.
2025-10-07T00:43:20-0400 DDEBUG Plugins were unloaded.
2025-10-07T01:48:48-0400 INFO --- logging initialized ---
2025-10-07T01:48:48-0400 DDEBUG timer: config: 18 ms
2025-10-07T01:48: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-10-07T01:48:48-0400 DEBUG DNF version: 4.7.0
2025-10-07T01:48:48-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T01:48:48-0400 DDEBUG Installroot: /
2025-10-07T01:48:48-0400 DDEBUG Releasever: 8
2025-10-07T01:48:48-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T01:48:48-0400 DDEBUG Base command: makecache
2025-10-07T01:48:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T01:48:48-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T01:48:48-0400 DEBUG Making cache files for all metadata files.
2025-10-07T01:48:48-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-07T01:48:48-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-07T01:48:48-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-07T01:48:48-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-07T01:48:48-0400 DEBUG extras: has expired and will be refreshed.
2025-10-07T01:48:48-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-07T01:48:48-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-07T01:48:48-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-07T01:48:48-0400 DEBUG epel: has expired and will be refreshed.
2025-10-07T01:48:48-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-07T01:48:48-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-07T01:48:48-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-07T01:48:48-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T01:48:48-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T01:48:48-0400 DDEBUG Cleaning up.
2025-10-07T01:48:49-0400 DDEBUG Plugins were unloaded.
2025-10-07T01:48: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T01:48: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T03:19:12-0400 INFO --- logging initialized ---
2025-10-07T03:19:12-0400 DDEBUG timer: config: 6 ms
2025-10-07T03:19: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-10-07T03:19:12-0400 DEBUG YUM version: 4.7.0
2025-10-07T03:19:12-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-07T03:19:12-0400 DDEBUG Installroot: /
2025-10-07T03:19:12-0400 DDEBUG Releasever: 8
2025-10-07T03:19:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T03:19:12-0400 DDEBUG Base command: check-update
2025-10-07T03:19:12-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-07T03:19:12-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-07T03:19:13-0400 DEBUG repo: using cache for: cwp
2025-10-07T03:19:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-07T03:19:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T03:19:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T03:19:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T03:19:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T03:19:13-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T03:19:13-0400 DDEBUG Cleaning up.
2025-10-07T03:19:13-0400 DDEBUG Plugins were unloaded.
2025-10-07T03:19:13-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-10-07T03:19:13-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-07T03:19:14-0400 INFO --- logging initialized ---
2025-10-07T03:19:14-0400 DDEBUG timer: config: 5 ms
2025-10-07T03:19: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-10-07T03:19:14-0400 DEBUG YUM version: 4.7.0
2025-10-07T03:19:14-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-07T03:19:14-0400 DDEBUG Installroot: /
2025-10-07T03:19:14-0400 DDEBUG Releasever: 8
2025-10-07T03:19:14-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T03:19:14-0400 DDEBUG Base command: update
2025-10-07T03:19:14-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-07T03:19:14-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-07T03:19:14-0400 DEBUG repo: using cache for: cwp
2025-10-07T03:19:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-07T03:19:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T03:19:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T03:19:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T03:19:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T03:19:14-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T03:19:14-0400 DDEBUG Cleaning up.
2025-10-07T03:19:14-0400 DDEBUG Plugins were unloaded.
2025-10-07T03:19: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: 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-10-07T03:19:14-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-07T03:19:23-0400 INFO --- logging initialized ---
2025-10-07T03:19:23-0400 DDEBUG timer: config: 5 ms
2025-10-07T03:19: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-10-07T03:19:23-0400 DEBUG DNF version: 4.7.0
2025-10-07T03:19:23-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T03:19:23-0400 DDEBUG Installroot: /
2025-10-07T03:19:23-0400 DDEBUG Releasever: 8
2025-10-07T03:19:23-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T03:19:23-0400 DDEBUG Base command: makecache
2025-10-07T03:19:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T03:19:23-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T03:19:23-0400 DEBUG Making cache files for all metadata files.
2025-10-07T03:19:23-0400 INFO Metadata cache refreshed recently.
2025-10-07T03:19:23-0400 DDEBUG Cleaning up.
2025-10-07T03:19:23-0400 DDEBUG Plugins were unloaded.
2025-10-07T04:49:59-0400 INFO --- logging initialized ---
2025-10-07T04:49:59-0400 DDEBUG timer: config: 52 ms
2025-10-07T04:49: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-10-07T04:49:59-0400 DEBUG DNF version: 4.7.0
2025-10-07T04:49:59-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T04:49:59-0400 DDEBUG Installroot: /
2025-10-07T04:49:59-0400 DDEBUG Releasever: 8
2025-10-07T04:49:59-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T04:49:59-0400 DDEBUG Base command: makecache
2025-10-07T04:49:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T04:49:59-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T04:49:59-0400 DEBUG Making cache files for all metadata files.
2025-10-07T04:49:59-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-07T04:49:59-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-07T04:49:59-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-07T04:49:59-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-07T04:49:59-0400 DEBUG extras: has expired and will be refreshed.
2025-10-07T04:49:59-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-07T04:49:59-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-07T04:49:59-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-07T04:49:59-0400 DEBUG epel: has expired and will be refreshed.
2025-10-07T04:49:59-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-07T04:49:59-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-07T04:49:59-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-07T04:49:59-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T04:49:59-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T04:49:59-0400 DDEBUG Cleaning up.
2025-10-07T04:49:59-0400 DDEBUG Plugins were unloaded.
2025-10-07T04:49: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T04:49: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T06:43:26-0400 INFO --- logging initialized ---
2025-10-07T06:43:26-0400 DDEBUG timer: config: 9 ms
2025-10-07T06:43: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-10-07T06:43:26-0400 DEBUG DNF version: 4.7.0
2025-10-07T06:43:26-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T06:43:26-0400 DDEBUG Installroot: /
2025-10-07T06:43:26-0400 DDEBUG Releasever: 8
2025-10-07T06:43:26-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T06:43:26-0400 DDEBUG Base command: makecache
2025-10-07T06:43:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T06:43:26-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T06:43:26-0400 DEBUG Making cache files for all metadata files.
2025-10-07T06:43:26-0400 INFO Metadata cache refreshed recently.
2025-10-07T06:43:26-0400 DDEBUG Cleaning up.
2025-10-07T06:43:26-0400 DDEBUG Plugins were unloaded.
2025-10-07T07:55:03-0400 INFO --- logging initialized ---
2025-10-07T07:55:03-0400 DDEBUG timer: config: 128 ms
2025-10-07T07:55: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-10-07T07:55:03-0400 DEBUG DNF version: 4.7.0
2025-10-07T07:55:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T07:55:03-0400 DDEBUG Installroot: /
2025-10-07T07:55:03-0400 DDEBUG Releasever: 8
2025-10-07T07:55:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T07:55:03-0400 DDEBUG Base command: makecache
2025-10-07T07:55:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T07:55:04-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T07:55:04-0400 DEBUG Making cache files for all metadata files.
2025-10-07T07:55:04-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-07T07:55:04-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-07T07:55:04-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-07T07:55:04-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-07T07:55:04-0400 DEBUG extras: has expired and will be refreshed.
2025-10-07T07:55:04-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-07T07:55:04-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-07T07:55:04-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-07T07:55:04-0400 DEBUG epel: has expired and will be refreshed.
2025-10-07T07:55:04-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-07T07:55:04-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-07T07:55:04-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-07T07:55:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T07:55:04-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T07:55:04-0400 DDEBUG Cleaning up.
2025-10-07T07:55:04-0400 DDEBUG Plugins were unloaded.
2025-10-07T07:55: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T07:55: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T09:50:05-0400 INFO --- logging initialized ---
2025-10-07T09:50:05-0400 DDEBUG timer: config: 12 ms
2025-10-07T09:50: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-10-07T09:50:06-0400 DEBUG DNF version: 4.7.0
2025-10-07T09:50:06-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T09:50:06-0400 DDEBUG Installroot: /
2025-10-07T09:50:06-0400 DDEBUG Releasever: 8
2025-10-07T09:50:06-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T09:50:06-0400 DDEBUG Base command: makecache
2025-10-07T09:50:06-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T09:50:06-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T09:50:06-0400 DEBUG Making cache files for all metadata files.
2025-10-07T09:50:06-0400 INFO Metadata cache refreshed recently.
2025-10-07T09:50:06-0400 DDEBUG Cleaning up.
2025-10-07T09:50:06-0400 DDEBUG Plugins were unloaded.
2025-10-07T11:49:13-0400 INFO --- logging initialized ---
2025-10-07T11:49:13-0400 DDEBUG timer: config: 107 ms
2025-10-07T11:49: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-10-07T11:49:13-0400 DEBUG DNF version: 4.7.0
2025-10-07T11:49:13-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T11:49:13-0400 DDEBUG Installroot: /
2025-10-07T11:49:13-0400 DDEBUG Releasever: 8
2025-10-07T11:49:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T11:49:13-0400 DDEBUG Base command: makecache
2025-10-07T11:49:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T11:49:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T11:49:13-0400 DEBUG Making cache files for all metadata files.
2025-10-07T11:49:13-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-07T11:49:13-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-07T11:49:13-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-07T11:49:13-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-07T11:49:13-0400 DEBUG extras: has expired and will be refreshed.
2025-10-07T11:49:13-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-07T11:49:13-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-07T11:49:13-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-07T11:49:13-0400 DEBUG epel: has expired and will be refreshed.
2025-10-07T11:49:13-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-07T11:49:13-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-07T11:49:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-07T11:49:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T11:49:13-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T11:49:13-0400 DDEBUG Cleaning up.
2025-10-07T11:49:13-0400 DDEBUG Plugins were unloaded.
2025-10-07T11:49:13-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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T11:49:13-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T14:45:38-0400 INFO --- logging initialized ---
2025-10-07T14:45:38-0400 DDEBUG timer: config: 4144 ms
2025-10-07T14:45: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-10-07T14:45:39-0400 DEBUG DNF version: 4.7.0
2025-10-07T14:45:39-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T14:45:39-0400 DDEBUG Installroot: /
2025-10-07T14:45:39-0400 DDEBUG Releasever: 8
2025-10-07T14:45:39-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T14:45:39-0400 DDEBUG Base command: makecache
2025-10-07T14:45:39-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T14:45:39-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T14:45:39-0400 DEBUG Making cache files for all metadata files.
2025-10-07T14:45:39-0400 INFO Metadata cache refreshed recently.
2025-10-07T14:45:39-0400 DDEBUG Cleaning up.
2025-10-07T14:45:39-0400 DDEBUG Plugins were unloaded.
2025-10-07T16:29:41-0400 INFO --- logging initialized ---
2025-10-07T16:29:41-0400 DDEBUG timer: config: 9 ms
2025-10-07T16:29: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-10-07T16:29:41-0400 DEBUG DNF version: 4.7.0
2025-10-07T16:29:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T16:29:41-0400 DDEBUG Installroot: /
2025-10-07T16:29:41-0400 DDEBUG Releasever: 8
2025-10-07T16:29:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T16:29:41-0400 DDEBUG Base command: makecache
2025-10-07T16:29:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T16:29:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T16:29:41-0400 DEBUG Making cache files for all metadata files.
2025-10-07T16:29:41-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-07T16:29:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-07T16:29:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-07T16:29:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-07T16:29:41-0400 DEBUG extras: has expired and will be refreshed.
2025-10-07T16:29:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-07T16:29:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-07T16:29:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-07T16:29:41-0400 DEBUG epel: has expired and will be refreshed.
2025-10-07T16:29:41-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-07T16:29:41-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-07T16:29:41-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-07T16:29:41-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T16:29:41-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T16:29:41-0400 DDEBUG Cleaning up.
2025-10-07T16:29:41-0400 DDEBUG Plugins were unloaded.
2025-10-07T16:29: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T16:29: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T18:19:02-0400 INFO --- logging initialized ---
2025-10-07T18:19:02-0400 DDEBUG timer: config: 9 ms
2025-10-07T18:19: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-10-07T18:19:02-0400 DEBUG DNF version: 4.7.0
2025-10-07T18:19:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T18:19:02-0400 DDEBUG Installroot: /
2025-10-07T18:19:02-0400 DDEBUG Releasever: 8
2025-10-07T18:19:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T18:19:02-0400 DDEBUG Base command: makecache
2025-10-07T18:19:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T18:19:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T18:19:02-0400 DEBUG Making cache files for all metadata files.
2025-10-07T18:19:02-0400 INFO Metadata cache refreshed recently.
2025-10-07T18:19:02-0400 DDEBUG Cleaning up.
2025-10-07T18:19:02-0400 DDEBUG Plugins were unloaded.
2025-10-07T19:19:32-0400 INFO --- logging initialized ---
2025-10-07T19:19:32-0400 DDEBUG timer: config: 7 ms
2025-10-07T19:19: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-10-07T19:19:32-0400 DEBUG DNF version: 4.7.0
2025-10-07T19:19:32-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T19:19:32-0400 DDEBUG Installroot: /
2025-10-07T19:19:32-0400 DDEBUG Releasever: 8
2025-10-07T19:19:32-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T19:19:32-0400 DDEBUG Base command: makecache
2025-10-07T19:19:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T19:19:32-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T19:19:32-0400 DEBUG Making cache files for all metadata files.
2025-10-07T19:19:32-0400 INFO Metadata cache refreshed recently.
2025-10-07T19:19:32-0400 DDEBUG Cleaning up.
2025-10-07T19:19:32-0400 DDEBUG Plugins were unloaded.
2025-10-07T20:33:37-0400 INFO --- logging initialized ---
2025-10-07T20:33:37-0400 DDEBUG timer: config: 7 ms
2025-10-07T20:33: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-10-07T20:33:38-0400 DEBUG DNF version: 4.7.0
2025-10-07T20:33:38-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T20:33:38-0400 DDEBUG Installroot: /
2025-10-07T20:33:38-0400 DDEBUG Releasever: 8
2025-10-07T20:33:38-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T20:33:38-0400 DDEBUG Base command: makecache
2025-10-07T20:33:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T20:33:38-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T20:33:38-0400 DEBUG Making cache files for all metadata files.
2025-10-07T20:33:38-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-07T20:33:38-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-07T20:33:38-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-07T20:33:38-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-07T20:33:38-0400 DEBUG extras: has expired and will be refreshed.
2025-10-07T20:33:38-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-07T20:33:38-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-07T20:33:38-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-07T20:33:38-0400 DEBUG epel: has expired and will be refreshed.
2025-10-07T20:33:38-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-07T20:33:38-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-07T20:33:38-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-07T20:33:38-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T20:33:38-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T20:33:38-0400 DDEBUG Cleaning up.
2025-10-07T20:33:38-0400 DDEBUG Plugins were unloaded.
2025-10-07T20:33: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T20:33: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T22:18:58-0400 INFO --- logging initialized ---
2025-10-07T22:18:58-0400 DDEBUG timer: config: 8 ms
2025-10-07T22:18: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-10-07T22:18:59-0400 DEBUG DNF version: 4.7.0
2025-10-07T22:18:59-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T22:18:59-0400 DDEBUG Installroot: /
2025-10-07T22:18:59-0400 DDEBUG Releasever: 8
2025-10-07T22:18:59-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T22:18:59-0400 DDEBUG Base command: makecache
2025-10-07T22:18:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T22:18:59-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T22:18:59-0400 DEBUG Making cache files for all metadata files.
2025-10-07T22:18:59-0400 INFO Metadata cache refreshed recently.
2025-10-07T22:18:59-0400 DDEBUG Cleaning up.
2025-10-07T22:18:59-0400 DDEBUG Plugins were unloaded.
2025-10-07T23:41:43-0400 INFO --- logging initialized ---
2025-10-07T23:41:43-0400 DDEBUG timer: config: 8 ms
2025-10-07T23:41: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-10-07T23:41:43-0400 DEBUG DNF version: 4.7.0
2025-10-07T23:41:43-0400 DDEBUG Command: dnf makecache --timer 
2025-10-07T23:41:43-0400 DDEBUG Installroot: /
2025-10-07T23:41:43-0400 DDEBUG Releasever: 8
2025-10-07T23:41:43-0400 DEBUG cachedir: /var/cache/dnf
2025-10-07T23:41:43-0400 DDEBUG Base command: makecache
2025-10-07T23:41:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-07T23:41:43-0400 DEBUG Excludes in repo epel: nginx*
2025-10-07T23:41:43-0400 DEBUG Making cache files for all metadata files.
2025-10-07T23:41:43-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-07T23:41:43-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-07T23:41:43-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-07T23:41:43-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-07T23:41:43-0400 DEBUG extras: has expired and will be refreshed.
2025-10-07T23:41:43-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-07T23:41:43-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-07T23:41:43-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-07T23:41:43-0400 DEBUG epel: has expired and will be refreshed.
2025-10-07T23:41:43-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-07T23:41:43-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-07T23:41:43-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-07T23:41:43-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-07T23:41:43-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T23:41:43-0400 DDEBUG Cleaning up.
2025-10-07T23:41:43-0400 DDEBUG Plugins were unloaded.
2025-10-07T23:41: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-07T23:41: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T00:43:56-0400 INFO --- logging initialized ---
2025-10-08T00:43:56-0400 DDEBUG timer: config: 62 ms
2025-10-08T00:43: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-10-08T00:43:56-0400 DEBUG DNF version: 4.7.0
2025-10-08T00:43:56-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T00:43:56-0400 DDEBUG Installroot: /
2025-10-08T00:43:56-0400 DDEBUG Releasever: 8
2025-10-08T00:43:56-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T00:43:56-0400 DDEBUG Base command: makecache
2025-10-08T00:43:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T00:43:56-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T00:43:56-0400 DEBUG Making cache files for all metadata files.
2025-10-08T00:43:56-0400 INFO Metadata cache refreshed recently.
2025-10-08T00:43:56-0400 DDEBUG Cleaning up.
2025-10-08T00:43:56-0400 DDEBUG Plugins were unloaded.
2025-10-08T02:26:02-0400 INFO --- logging initialized ---
2025-10-08T02:26:02-0400 DDEBUG timer: config: 17 ms
2025-10-08T02:26: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-10-08T02:26:02-0400 DEBUG DNF version: 4.7.0
2025-10-08T02:26:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T02:26:02-0400 DDEBUG Installroot: /
2025-10-08T02:26:02-0400 DDEBUG Releasever: 8
2025-10-08T02:26:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T02:26:02-0400 DDEBUG Base command: makecache
2025-10-08T02:26:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T02:26:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T02:26:02-0400 DEBUG Making cache files for all metadata files.
2025-10-08T02:26:02-0400 INFO Metadata cache refreshed recently.
2025-10-08T02:26:02-0400 DDEBUG Cleaning up.
2025-10-08T02:26:02-0400 DDEBUG Plugins were unloaded.
2025-10-08T03:22:13-0400 INFO --- logging initialized ---
2025-10-08T03:22:13-0400 DDEBUG timer: config: 6 ms
2025-10-08T03:22: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-10-08T03:22:13-0400 DEBUG YUM version: 4.7.0
2025-10-08T03:22:13-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-08T03:22:13-0400 DDEBUG Installroot: /
2025-10-08T03:22:13-0400 DDEBUG Releasever: 8
2025-10-08T03:22:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T03:22:13-0400 DDEBUG Base command: check-update
2025-10-08T03:22:13-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-08T03:22:13-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-08T03:22:14-0400 DEBUG repo: using cache for: cwp
2025-10-08T03:22:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-08T03:22:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T03:22:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T03:22:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T03:22:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T03:22:14-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T03:22:14-0400 DDEBUG Cleaning up.
2025-10-08T03:22:14-0400 DDEBUG Plugins were unloaded.
2025-10-08T03:22: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: 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-10-08T03:22:14-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-08T03:22:15-0400 INFO --- logging initialized ---
2025-10-08T03:22:15-0400 DDEBUG timer: config: 5 ms
2025-10-08T03:22: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-10-08T03:22:15-0400 DEBUG YUM version: 4.7.0
2025-10-08T03:22:15-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-08T03:22:15-0400 DDEBUG Installroot: /
2025-10-08T03:22:15-0400 DDEBUG Releasever: 8
2025-10-08T03:22:15-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T03:22:15-0400 DDEBUG Base command: update
2025-10-08T03:22:15-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-08T03:22:15-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-08T03:22:15-0400 DEBUG repo: using cache for: cwp
2025-10-08T03:22:15-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-08T03:22:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T03:22:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T03:22:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T03:22:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T03:22:15-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T03:22:15-0400 DDEBUG Cleaning up.
2025-10-08T03:22:15-0400 DDEBUG Plugins were unloaded.
2025-10-08T03:22: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-10-08T03:22: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-10-08T03:41:32-0400 INFO --- logging initialized ---
2025-10-08T03:41:32-0400 DDEBUG timer: config: 61 ms
2025-10-08T03:41: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-10-08T03:41:32-0400 DEBUG DNF version: 4.7.0
2025-10-08T03:41:32-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T03:41:32-0400 DDEBUG Installroot: /
2025-10-08T03:41:32-0400 DDEBUG Releasever: 8
2025-10-08T03:41:32-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T03:41:32-0400 DDEBUG Base command: makecache
2025-10-08T03:41:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T03:41:32-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T03:41:32-0400 DEBUG Making cache files for all metadata files.
2025-10-08T03:41:32-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-08T03:41:32-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-08T03:41:32-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-08T03:41:32-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-08T03:41:32-0400 DEBUG extras: has expired and will be refreshed.
2025-10-08T03:41:32-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-08T03:41:32-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-08T03:41:32-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-08T03:41:32-0400 DEBUG epel: has expired and will be refreshed.
2025-10-08T03:41:32-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-08T03:41:32-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-08T03:41:32-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-08T03:41:32-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T03:41:32-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T03:41:32-0400 DDEBUG Cleaning up.
2025-10-08T03:41:32-0400 DDEBUG Plugins were unloaded.
2025-10-08T03:41: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T03:41: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T04:58:02-0400 INFO --- logging initialized ---
2025-10-08T04:58:02-0400 DDEBUG timer: config: 9 ms
2025-10-08T04:58: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-10-08T04:58:02-0400 DEBUG DNF version: 4.7.0
2025-10-08T04:58:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T04:58:02-0400 DDEBUG Installroot: /
2025-10-08T04:58:02-0400 DDEBUG Releasever: 8
2025-10-08T04:58:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T04:58:02-0400 DDEBUG Base command: makecache
2025-10-08T04:58:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T04:58:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T04:58:02-0400 DEBUG Making cache files for all metadata files.
2025-10-08T04:58:02-0400 INFO Metadata cache refreshed recently.
2025-10-08T04:58:02-0400 DDEBUG Cleaning up.
2025-10-08T04:58:02-0400 DDEBUG Plugins were unloaded.
2025-10-08T06:56:35-0400 INFO --- logging initialized ---
2025-10-08T06:56:35-0400 DDEBUG timer: config: 8 ms
2025-10-08T06:56: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-10-08T06:56:35-0400 DEBUG DNF version: 4.7.0
2025-10-08T06:56:35-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T06:56:35-0400 DDEBUG Installroot: /
2025-10-08T06:56:35-0400 DDEBUG Releasever: 8
2025-10-08T06:56:35-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T06:56:35-0400 DDEBUG Base command: makecache
2025-10-08T06:56:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T06:56:35-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T06:56:35-0400 DEBUG Making cache files for all metadata files.
2025-10-08T06:56:35-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-08T06:56:35-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-08T06:56:35-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-08T06:56:35-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-08T06:56:35-0400 DEBUG extras: has expired and will be refreshed.
2025-10-08T06:56:35-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-08T06:56:35-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-08T06:56:35-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-08T06:56:35-0400 DEBUG epel: has expired and will be refreshed.
2025-10-08T06:56:35-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-08T06:56:35-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-08T06:56:35-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-08T06:56:36-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T06:56:36-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T06:56:36-0400 DDEBUG Cleaning up.
2025-10-08T06:56:36-0400 DDEBUG Plugins were unloaded.
2025-10-08T06:56: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T06:56: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T08:19:03-0400 INFO --- logging initialized ---
2025-10-08T08:19:03-0400 DDEBUG timer: config: 12 ms
2025-10-08T08:19: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-10-08T08:19:03-0400 DEBUG DNF version: 4.7.0
2025-10-08T08:19:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T08:19:03-0400 DDEBUG Installroot: /
2025-10-08T08:19:03-0400 DDEBUG Releasever: 8
2025-10-08T08:19:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T08:19:03-0400 DDEBUG Base command: makecache
2025-10-08T08:19:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T08:19:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T08:19:03-0400 DEBUG Making cache files for all metadata files.
2025-10-08T08:19:03-0400 INFO Metadata cache refreshed recently.
2025-10-08T08:19:03-0400 DDEBUG Cleaning up.
2025-10-08T08:19:03-0400 DDEBUG Plugins were unloaded.
2025-10-08T10:04:02-0400 INFO --- logging initialized ---
2025-10-08T10:04:02-0400 DDEBUG timer: config: 12 ms
2025-10-08T10:04: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-10-08T10:04:02-0400 DEBUG DNF version: 4.7.0
2025-10-08T10:04:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T10:04:02-0400 DDEBUG Installroot: /
2025-10-08T10:04:02-0400 DDEBUG Releasever: 8
2025-10-08T10:04:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T10:04:02-0400 DDEBUG Base command: makecache
2025-10-08T10:04:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T10:04:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T10:04:02-0400 DEBUG Making cache files for all metadata files.
2025-10-08T10:04:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-08T10:04:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-08T10:04:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-08T10:04:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-08T10:04:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-08T10:04:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-08T10:04:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-08T10:04:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-08T10:04:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-08T10:04:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-08T10:04:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-08T10:04:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-08T10:04:03-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T10:04:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T10:04:03-0400 DDEBUG Cleaning up.
2025-10-08T10:04:03-0400 DDEBUG Plugins were unloaded.
2025-10-08T10:04: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T10:04: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T11:18:48-0400 INFO --- logging initialized ---
2025-10-08T11:18:48-0400 DDEBUG timer: config: 9 ms
2025-10-08T11:18: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-10-08T11:18:48-0400 DEBUG DNF version: 4.7.0
2025-10-08T11:18:48-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T11:18:48-0400 DDEBUG Installroot: /
2025-10-08T11:18:48-0400 DDEBUG Releasever: 8
2025-10-08T11:18:48-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T11:18:48-0400 DDEBUG Base command: makecache
2025-10-08T11:18:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T11:18:48-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T11:18:48-0400 DEBUG Making cache files for all metadata files.
2025-10-08T11:18:48-0400 INFO Metadata cache refreshed recently.
2025-10-08T11:18:48-0400 DDEBUG Cleaning up.
2025-10-08T11:18:48-0400 DDEBUG Plugins were unloaded.
2025-10-08T12:54:09-0400 INFO --- logging initialized ---
2025-10-08T12:54:09-0400 DDEBUG timer: config: 36 ms
2025-10-08T12: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-10-08T12:54:10-0400 DEBUG DNF version: 4.7.0
2025-10-08T12:54:10-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T12:54:10-0400 DDEBUG Installroot: /
2025-10-08T12:54:10-0400 DDEBUG Releasever: 8
2025-10-08T12:54:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T12:54:10-0400 DDEBUG Base command: makecache
2025-10-08T12:54:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T12:54:10-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T12:54:10-0400 DEBUG Making cache files for all metadata files.
2025-10-08T12:54:10-0400 INFO Metadata cache refreshed recently.
2025-10-08T12:54:10-0400 DDEBUG Cleaning up.
2025-10-08T12:54:10-0400 DDEBUG Plugins were unloaded.
2025-10-08T14:27:00-0400 INFO --- logging initialized ---
2025-10-08T14:27:00-0400 DDEBUG timer: config: 12 ms
2025-10-08T14:27: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-10-08T14:27:00-0400 DEBUG DNF version: 4.7.0
2025-10-08T14:27:00-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T14:27:00-0400 DDEBUG Installroot: /
2025-10-08T14:27:00-0400 DDEBUG Releasever: 8
2025-10-08T14:27:00-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T14:27:00-0400 DDEBUG Base command: makecache
2025-10-08T14:27:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T14:27:00-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T14:27:00-0400 DEBUG Making cache files for all metadata files.
2025-10-08T14:27:00-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-08T14:27:00-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-08T14:27:00-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-08T14:27:00-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-08T14:27:00-0400 DEBUG extras: has expired and will be refreshed.
2025-10-08T14:27:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-08T14:27:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-08T14:27:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-08T14:27:01-0400 DEBUG epel: has expired and will be refreshed.
2025-10-08T14:27:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-08T14:27:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-08T14:27:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-08T14:27:01-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T14:27:01-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T14:27:01-0400 DDEBUG Cleaning up.
2025-10-08T14:27:01-0400 DDEBUG Plugins were unloaded.
2025-10-08T14:27: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T14:27: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T15:55:55-0400 INFO --- logging initialized ---
2025-10-08T15:55:55-0400 DDEBUG timer: config: 62 ms
2025-10-08T15:55: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-10-08T15:55:56-0400 DEBUG DNF version: 4.7.0
2025-10-08T15:55:56-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T15:55:56-0400 DDEBUG Installroot: /
2025-10-08T15:55:56-0400 DDEBUG Releasever: 8
2025-10-08T15:55:56-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T15:55:56-0400 DDEBUG Base command: makecache
2025-10-08T15:55:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T15:55:56-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T15:55:56-0400 DEBUG Making cache files for all metadata files.
2025-10-08T15:55:56-0400 INFO Metadata cache refreshed recently.
2025-10-08T15:55:56-0400 DDEBUG Cleaning up.
2025-10-08T15:55:56-0400 DDEBUG Plugins were unloaded.
2025-10-08T17:41:55-0400 INFO --- logging initialized ---
2025-10-08T17:41:55-0400 DDEBUG timer: config: 21 ms
2025-10-08T17:41: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-10-08T17:41:55-0400 DEBUG DNF version: 4.7.0
2025-10-08T17:41:55-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T17:41:55-0400 DDEBUG Installroot: /
2025-10-08T17:41:55-0400 DDEBUG Releasever: 8
2025-10-08T17:41:55-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T17:41:55-0400 DDEBUG Base command: makecache
2025-10-08T17:41:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T17:41:55-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T17:41:55-0400 DEBUG Making cache files for all metadata files.
2025-10-08T17:41:55-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-08T17:41:55-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-08T17:41:55-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-08T17:41:55-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-08T17:41:55-0400 DEBUG extras: has expired and will be refreshed.
2025-10-08T17:41:55-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-08T17:41:55-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-08T17:41:55-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-08T17:41:55-0400 DEBUG epel: has expired and will be refreshed.
2025-10-08T17:41:55-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-08T17:41:55-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-08T17:41:55-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-08T17:41:55-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T17:41:55-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T17:41:55-0400 DDEBUG Cleaning up.
2025-10-08T17:41:55-0400 DDEBUG Plugins were unloaded.
2025-10-08T17:41: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T17:41: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T19:25:03-0400 INFO --- logging initialized ---
2025-10-08T19:25:03-0400 DDEBUG timer: config: 95 ms
2025-10-08T19:25: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-10-08T19:25:03-0400 DEBUG DNF version: 4.7.0
2025-10-08T19:25:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T19:25:03-0400 DDEBUG Installroot: /
2025-10-08T19:25:03-0400 DDEBUG Releasever: 8
2025-10-08T19:25:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T19:25:03-0400 DDEBUG Base command: makecache
2025-10-08T19:25:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T19:25:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T19:25:03-0400 DEBUG Making cache files for all metadata files.
2025-10-08T19:25:03-0400 INFO Metadata cache refreshed recently.
2025-10-08T19:25:03-0400 DDEBUG Cleaning up.
2025-10-08T19:25:03-0400 DDEBUG Plugins were unloaded.
2025-10-08T21:04:36-0400 INFO --- logging initialized ---
2025-10-08T21:04:36-0400 DDEBUG timer: config: 7 ms
2025-10-08T21:04: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-10-08T21:04:36-0400 DEBUG DNF version: 4.7.0
2025-10-08T21:04:36-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T21:04:36-0400 DDEBUG Installroot: /
2025-10-08T21:04:36-0400 DDEBUG Releasever: 8
2025-10-08T21:04:36-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T21:04:36-0400 DDEBUG Base command: makecache
2025-10-08T21:04:36-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T21:04:36-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T21:04:36-0400 DEBUG Making cache files for all metadata files.
2025-10-08T21:04:36-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-08T21:04:36-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-08T21:04:36-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-08T21:04:36-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-08T21:04:36-0400 DEBUG extras: has expired and will be refreshed.
2025-10-08T21:04:36-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-08T21:04:36-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-08T21:04:36-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-08T21:04:36-0400 DEBUG epel: has expired and will be refreshed.
2025-10-08T21:04:36-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-08T21:04:36-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-08T21:04:36-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-08T21:04:36-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-08T21:04:36-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T21:04:36-0400 DDEBUG Cleaning up.
2025-10-08T21:04:36-0400 DDEBUG Plugins were unloaded.
2025-10-08T21:04: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T21:04: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-08T22:45:55-0400 INFO --- logging initialized ---
2025-10-08T22:45:55-0400 DDEBUG timer: config: 7 ms
2025-10-08T22:45: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-10-08T22:45:55-0400 DEBUG DNF version: 4.7.0
2025-10-08T22:45:55-0400 DDEBUG Command: dnf makecache --timer 
2025-10-08T22:45:55-0400 DDEBUG Installroot: /
2025-10-08T22:45:55-0400 DDEBUG Releasever: 8
2025-10-08T22:45:55-0400 DEBUG cachedir: /var/cache/dnf
2025-10-08T22:45:55-0400 DDEBUG Base command: makecache
2025-10-08T22:45:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-08T22:45:55-0400 DEBUG Excludes in repo epel: nginx*
2025-10-08T22:45:55-0400 DEBUG Making cache files for all metadata files.
2025-10-08T22:45:55-0400 INFO Metadata cache refreshed recently.
2025-10-08T22:45:55-0400 DDEBUG Cleaning up.
2025-10-08T22:45:55-0400 DDEBUG Plugins were unloaded.
2025-10-09T00:05:25-0400 INFO --- logging initialized ---
2025-10-09T00:05:25-0400 DDEBUG timer: config: 18 ms
2025-10-09T00:05: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-10-09T00:05:26-0400 DEBUG DNF version: 4.7.0
2025-10-09T00:05:26-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T00:05:26-0400 DDEBUG Installroot: /
2025-10-09T00:05:26-0400 DDEBUG Releasever: 8
2025-10-09T00:05:26-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T00:05:26-0400 DDEBUG Base command: makecache
2025-10-09T00:05:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T00:05:26-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T00:05:26-0400 DEBUG Making cache files for all metadata files.
2025-10-09T00:05:26-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-09T00:05:26-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-09T00:05:26-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-09T00:05:26-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-09T00:05:26-0400 DEBUG extras: has expired and will be refreshed.
2025-10-09T00:05:26-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-09T00:05:26-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-09T00:05:26-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-09T00:05:26-0400 DEBUG epel: has expired and will be refreshed.
2025-10-09T00:05:26-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-09T00:05:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-09T00:05:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-09T00:05:26-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T00:05:26-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T00:05:26-0400 DDEBUG Cleaning up.
2025-10-09T00:05:26-0400 DDEBUG Plugins were unloaded.
2025-10-09T00:05: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T00:05: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T01:10:57-0400 INFO --- logging initialized ---
2025-10-09T01:10:57-0400 DDEBUG timer: config: 47 ms
2025-10-09T01:10: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-10-09T01:10:57-0400 DEBUG DNF version: 4.7.0
2025-10-09T01:10:57-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T01:10:57-0400 DDEBUG Installroot: /
2025-10-09T01:10:57-0400 DDEBUG Releasever: 8
2025-10-09T01:10:57-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T01:10:57-0400 DDEBUG Base command: makecache
2025-10-09T01:10:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T01:10:57-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T01:10:57-0400 DEBUG Making cache files for all metadata files.
2025-10-09T01:10:57-0400 INFO Metadata cache refreshed recently.
2025-10-09T01:10:57-0400 DDEBUG Cleaning up.
2025-10-09T01:10:57-0400 DDEBUG Plugins were unloaded.
2025-10-09T02:17:09-0400 INFO --- logging initialized ---
2025-10-09T02:17:09-0400 DDEBUG timer: config: 64 ms
2025-10-09T02:17: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-10-09T02:17:10-0400 DEBUG DNF version: 4.7.0
2025-10-09T02:17:10-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T02:17:10-0400 DDEBUG Installroot: /
2025-10-09T02:17:10-0400 DDEBUG Releasever: 8
2025-10-09T02:17:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T02:17:10-0400 DDEBUG Base command: makecache
2025-10-09T02:17:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T02:17:10-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T02:17:10-0400 DEBUG Making cache files for all metadata files.
2025-10-09T02:17:10-0400 INFO Metadata cache refreshed recently.
2025-10-09T02:17:10-0400 DDEBUG Cleaning up.
2025-10-09T02:17:10-0400 DDEBUG Plugins were unloaded.
2025-10-09T03:23:10-0400 INFO --- logging initialized ---
2025-10-09T03:23:10-0400 DDEBUG timer: config: 6 ms
2025-10-09T03:23: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-10-09T03:23:10-0400 DEBUG YUM version: 4.7.0
2025-10-09T03:23:10-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-09T03:23:10-0400 DDEBUG Installroot: /
2025-10-09T03:23:10-0400 DDEBUG Releasever: 8
2025-10-09T03:23:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T03:23:10-0400 DDEBUG Base command: check-update
2025-10-09T03:23:10-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-09T03:23:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-09T03:23:11-0400 DEBUG repo: using cache for: cwp
2025-10-09T03:23:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-09T03:23:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T03:23:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T03:23:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T03:23:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T03:23:11-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T03:23:11-0400 DDEBUG Cleaning up.
2025-10-09T03:23:11-0400 DDEBUG Plugins were unloaded.
2025-10-09T03:23: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: 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-10-09T03:23:11-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-09T03:23:12-0400 INFO --- logging initialized ---
2025-10-09T03:23:12-0400 DDEBUG timer: config: 5 ms
2025-10-09T03:23: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-10-09T03:23:12-0400 DEBUG YUM version: 4.7.0
2025-10-09T03:23:12-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-09T03:23:12-0400 DDEBUG Installroot: /
2025-10-09T03:23:12-0400 DDEBUG Releasever: 8
2025-10-09T03:23:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T03:23:12-0400 DDEBUG Base command: update
2025-10-09T03:23:12-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-09T03:23:12-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-09T03:23:13-0400 DEBUG repo: using cache for: cwp
2025-10-09T03:23:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-09T03:23:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T03:23:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T03:23:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T03:23:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T03:23:13-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T03:23:13-0400 DDEBUG Cleaning up.
2025-10-09T03:23:13-0400 DDEBUG Plugins were unloaded.
2025-10-09T03:23:13-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-10-09T03:23:13-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-09T03:23:26-0400 INFO --- logging initialized ---
2025-10-09T03:23:26-0400 DDEBUG timer: config: 5 ms
2025-10-09T03:23: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-10-09T03:23:26-0400 DEBUG DNF version: 4.7.0
2025-10-09T03:23:26-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T03:23:26-0400 DDEBUG Installroot: /
2025-10-09T03:23:26-0400 DDEBUG Releasever: 8
2025-10-09T03:23:26-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T03:23:26-0400 DDEBUG Base command: makecache
2025-10-09T03:23:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T03:23:26-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T03:23:26-0400 DEBUG Making cache files for all metadata files.
2025-10-09T03:23:26-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-09T03:23:26-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-09T03:23:26-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-09T03:23:26-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-09T03:23:26-0400 DEBUG extras: has expired and will be refreshed.
2025-10-09T03:23:26-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-09T03:23:26-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-09T03:23:26-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-09T03:23:26-0400 DEBUG epel: has expired and will be refreshed.
2025-10-09T03:23:26-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-09T03:23:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-09T03:23:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-09T03:23:27-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T03:23:27-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T03:23:27-0400 DDEBUG Cleaning up.
2025-10-09T03:23:27-0400 DDEBUG Plugins were unloaded.
2025-10-09T03:23: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T03:23: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T04:27:14-0400 INFO --- logging initialized ---
2025-10-09T04:27:14-0400 DDEBUG timer: config: 61 ms
2025-10-09T04:27: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-10-09T04:27:14-0400 DEBUG DNF version: 4.7.0
2025-10-09T04:27:14-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T04:27:14-0400 DDEBUG Installroot: /
2025-10-09T04:27:14-0400 DDEBUG Releasever: 8
2025-10-09T04:27:14-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T04:27:14-0400 DDEBUG Base command: makecache
2025-10-09T04:27:14-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T04:27:14-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T04:27:14-0400 DEBUG Making cache files for all metadata files.
2025-10-09T04:27:14-0400 INFO Metadata cache refreshed recently.
2025-10-09T04:27:14-0400 DDEBUG Cleaning up.
2025-10-09T04:27:14-0400 DDEBUG Plugins were unloaded.
2025-10-09T05:35:50-0400 INFO --- logging initialized ---
2025-10-09T05:35:50-0400 DDEBUG timer: config: 6 ms
2025-10-09T05:35: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-10-09T05:35:50-0400 DEBUG DNF version: 4.7.0
2025-10-09T05:35:50-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T05:35:50-0400 DDEBUG Installroot: /
2025-10-09T05:35:50-0400 DDEBUG Releasever: 8
2025-10-09T05:35:50-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T05:35:50-0400 DDEBUG Base command: makecache
2025-10-09T05:35:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T05:35:50-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T05:35:50-0400 DEBUG Making cache files for all metadata files.
2025-10-09T05:35:50-0400 INFO Metadata cache refreshed recently.
2025-10-09T05:35:50-0400 DDEBUG Cleaning up.
2025-10-09T05:35:50-0400 DDEBUG Plugins were unloaded.
2025-10-09T07:17:54-0400 INFO --- logging initialized ---
2025-10-09T07:17:54-0400 DDEBUG timer: config: 56 ms
2025-10-09T07:17: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-10-09T07:17:54-0400 DEBUG DNF version: 4.7.0
2025-10-09T07:17:54-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T07:17:54-0400 DDEBUG Installroot: /
2025-10-09T07:17:54-0400 DDEBUG Releasever: 8
2025-10-09T07:17:54-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T07:17:54-0400 DDEBUG Base command: makecache
2025-10-09T07:17:54-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T07:17:54-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T07:17:54-0400 DEBUG Making cache files for all metadata files.
2025-10-09T07:17:54-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-09T07:17:54-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-09T07:17:54-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-09T07:17:54-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-09T07:17:54-0400 DEBUG extras: has expired and will be refreshed.
2025-10-09T07:17:54-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-09T07:17:54-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-09T07:17:54-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-09T07:17:54-0400 DEBUG epel: has expired and will be refreshed.
2025-10-09T07:17:54-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-09T07:17:54-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-09T07:17:54-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-09T07:17:54-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T07:17:54-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T07:17:54-0400 DDEBUG Cleaning up.
2025-10-09T07:17:54-0400 DDEBUG Plugins were unloaded.
2025-10-09T07: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T07: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T08:19:38-0400 INFO --- logging initialized ---
2025-10-09T08:19:38-0400 DDEBUG timer: config: 7 ms
2025-10-09T08:19: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-10-09T08:19:38-0400 DEBUG DNF version: 4.7.0
2025-10-09T08:19:38-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T08:19:38-0400 DDEBUG Installroot: /
2025-10-09T08:19:38-0400 DDEBUG Releasever: 8
2025-10-09T08:19:38-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T08:19:38-0400 DDEBUG Base command: makecache
2025-10-09T08:19:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T08:19:38-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T08:19:38-0400 DEBUG Making cache files for all metadata files.
2025-10-09T08:19:38-0400 INFO Metadata cache refreshed recently.
2025-10-09T08:19:38-0400 DDEBUG Cleaning up.
2025-10-09T08:19:38-0400 DDEBUG Plugins were unloaded.
2025-10-09T09:50:34-0400 INFO --- logging initialized ---
2025-10-09T09:50:34-0400 DDEBUG timer: config: 6 ms
2025-10-09T09:50: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-10-09T09:50:34-0400 DEBUG DNF version: 4.7.0
2025-10-09T09:50:34-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T09:50:34-0400 DDEBUG Installroot: /
2025-10-09T09:50:34-0400 DDEBUG Releasever: 8
2025-10-09T09:50:34-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T09:50:34-0400 DDEBUG Base command: makecache
2025-10-09T09:50:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T09:50:34-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T09:50:34-0400 DEBUG Making cache files for all metadata files.
2025-10-09T09:50:34-0400 INFO Metadata cache refreshed recently.
2025-10-09T09:50:34-0400 DDEBUG Cleaning up.
2025-10-09T09:50:34-0400 DDEBUG Plugins were unloaded.
2025-10-09T11:04:02-0400 INFO --- logging initialized ---
2025-10-09T11:04:02-0400 DDEBUG timer: config: 11 ms
2025-10-09T11:04: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-10-09T11:04:02-0400 DEBUG DNF version: 4.7.0
2025-10-09T11:04:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T11:04:02-0400 DDEBUG Installroot: /
2025-10-09T11:04:02-0400 DDEBUG Releasever: 8
2025-10-09T11:04:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T11:04:02-0400 DDEBUG Base command: makecache
2025-10-09T11:04:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T11:04:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T11:04:02-0400 DEBUG Making cache files for all metadata files.
2025-10-09T11:04:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-09T11:04:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-09T11:04:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-09T11:04:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-09T11:04:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-09T11:04:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-09T11:04:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-09T11:04:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-09T11:04:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-09T11:04:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-09T11:04:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-09T11:04:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-09T11:04:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T11:04:02-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T11:04:02-0400 DDEBUG Cleaning up.
2025-10-09T11:04:02-0400 DDEBUG Plugins were unloaded.
2025-10-09T11:04: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T11:04: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T12:57:44-0400 INFO --- logging initialized ---
2025-10-09T12:57:44-0400 DDEBUG timer: config: 9 ms
2025-10-09T12:57: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-10-09T12:57:44-0400 DEBUG DNF version: 4.7.0
2025-10-09T12:57:44-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T12:57:44-0400 DDEBUG Installroot: /
2025-10-09T12:57:44-0400 DDEBUG Releasever: 8
2025-10-09T12:57:44-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T12:57:44-0400 DDEBUG Base command: makecache
2025-10-09T12:57:44-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T12:57:44-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T12:57:44-0400 DEBUG Making cache files for all metadata files.
2025-10-09T12:57:44-0400 INFO Metadata cache refreshed recently.
2025-10-09T12:57:44-0400 DDEBUG Cleaning up.
2025-10-09T12:57:44-0400 DDEBUG Plugins were unloaded.
2025-10-09T14:29:55-0400 INFO --- logging initialized ---
2025-10-09T14:29:55-0400 DDEBUG timer: config: 46 ms
2025-10-09T14:29: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-10-09T14:29:55-0400 DEBUG DNF version: 4.7.0
2025-10-09T14:29:55-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T14:29:55-0400 DDEBUG Installroot: /
2025-10-09T14:29:55-0400 DDEBUG Releasever: 8
2025-10-09T14:29:55-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T14:29:55-0400 DDEBUG Base command: makecache
2025-10-09T14:29:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T14:29:55-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T14:29:55-0400 DEBUG Making cache files for all metadata files.
2025-10-09T14:29:55-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-09T14:29:55-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-09T14:29:55-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-09T14:29:55-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-09T14:29:55-0400 DEBUG extras: has expired and will be refreshed.
2025-10-09T14:29:55-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-09T14:29:55-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-09T14:29:56-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-09T14:29:56-0400 DEBUG epel: has expired and will be refreshed.
2025-10-09T14:29:56-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-09T14:29:56-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-09T14:29:56-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-09T14:29:56-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T14:29:56-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T14:29:56-0400 DDEBUG Cleaning up.
2025-10-09T14:29:56-0400 DDEBUG Plugins were unloaded.
2025-10-09T14:29: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T14:29: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T16:28:50-0400 INFO --- logging initialized ---
2025-10-09T16:28:50-0400 DDEBUG timer: config: 11 ms
2025-10-09T16:28: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-10-09T16:28:51-0400 DEBUG DNF version: 4.7.0
2025-10-09T16:28:51-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T16:28:51-0400 DDEBUG Installroot: /
2025-10-09T16:28:51-0400 DDEBUG Releasever: 8
2025-10-09T16:28:51-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T16:28:51-0400 DDEBUG Base command: makecache
2025-10-09T16:28:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T16:28:51-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T16:28:51-0400 DEBUG Making cache files for all metadata files.
2025-10-09T16:28:51-0400 INFO Metadata cache refreshed recently.
2025-10-09T16:28:51-0400 DDEBUG Cleaning up.
2025-10-09T16:28:51-0400 DDEBUG Plugins were unloaded.
2025-10-09T18:32:23-0400 INFO --- logging initialized ---
2025-10-09T18:32:23-0400 DDEBUG timer: config: 91 ms
2025-10-09T18:32: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-10-09T18:32:28-0400 DEBUG DNF version: 4.7.0
2025-10-09T18:32:28-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T18:32:28-0400 DDEBUG Installroot: /
2025-10-09T18:32:28-0400 DDEBUG Releasever: 8
2025-10-09T18:32:28-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T18:32:28-0400 DDEBUG Base command: makecache
2025-10-09T18:32:28-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T18:32:28-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T18:32:28-0400 DEBUG Making cache files for all metadata files.
2025-10-09T18:38:19-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-09T18:38:22-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-09T18:38:23-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-09T18:38:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-09T18:38:26-0400 DEBUG extras: has expired and will be refreshed.
2025-10-09T18:38:27-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-09T18:38:27-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-09T18:38:27-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-09T18:38:28-0400 DEBUG epel: has expired and will be refreshed.
2025-10-09T18:38:28-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-09T18:38:29-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-09T18:38:29-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-09T18:38:30-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T18:38:30-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T18:38:30-0400 DDEBUG Cleaning up.
2025-10-09T18:38:30-0400 DDEBUG Plugins were unloaded.
2025-10-09T18:38: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T18:38: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T20:16:40-0400 INFO --- logging initialized ---
2025-10-09T20:16:40-0400 DDEBUG timer: config: 48 ms
2025-10-09T20:16: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-10-09T20:16:41-0400 DEBUG DNF version: 4.7.0
2025-10-09T20:16:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T20:16:41-0400 DDEBUG Installroot: /
2025-10-09T20:16:41-0400 DDEBUG Releasever: 8
2025-10-09T20:16:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T20:16:41-0400 DDEBUG Base command: makecache
2025-10-09T20:16:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T20:16:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T20:16:41-0400 DEBUG Making cache files for all metadata files.
2025-10-09T20:16:41-0400 INFO Metadata cache refreshed recently.
2025-10-09T20:16:41-0400 DDEBUG Cleaning up.
2025-10-09T20:16:41-0400 DDEBUG Plugins were unloaded.
2025-10-09T21:29:09-0400 INFO --- logging initialized ---
2025-10-09T21:29:09-0400 DDEBUG timer: config: 6 ms
2025-10-09T21:29: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-10-09T21:29:09-0400 DEBUG DNF version: 4.7.0
2025-10-09T21:29:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T21:29:09-0400 DDEBUG Installroot: /
2025-10-09T21:29:09-0400 DDEBUG Releasever: 8
2025-10-09T21:29:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T21:29:09-0400 DDEBUG Base command: makecache
2025-10-09T21:29:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T21:29:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T21:29:09-0400 DEBUG Making cache files for all metadata files.
2025-10-09T21:29:09-0400 INFO Metadata cache refreshed recently.
2025-10-09T21:29:09-0400 DDEBUG Cleaning up.
2025-10-09T21:29:09-0400 DDEBUG Plugins were unloaded.
2025-10-09T22:29:42-0400 INFO --- logging initialized ---
2025-10-09T22:29:42-0400 DDEBUG timer: config: 7 ms
2025-10-09T22:29: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-10-09T22:29:42-0400 DEBUG DNF version: 4.7.0
2025-10-09T22:29:42-0400 DDEBUG Command: dnf makecache --timer 
2025-10-09T22:29:42-0400 DDEBUG Installroot: /
2025-10-09T22:29:42-0400 DDEBUG Releasever: 8
2025-10-09T22:29:42-0400 DEBUG cachedir: /var/cache/dnf
2025-10-09T22:29:42-0400 DDEBUG Base command: makecache
2025-10-09T22:29:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-09T22:29:42-0400 DEBUG Excludes in repo epel: nginx*
2025-10-09T22:29:42-0400 DEBUG Making cache files for all metadata files.
2025-10-09T22:29:42-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-09T22:29:42-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-09T22:29:42-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-09T22:29:42-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-09T22:29:42-0400 DEBUG extras: has expired and will be refreshed.
2025-10-09T22:29:42-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-09T22:29:42-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-09T22:29:42-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-09T22:29:43-0400 DEBUG epel: has expired and will be refreshed.
2025-10-09T22:29:43-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-09T22:29:43-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-09T22:29:43-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-09T22:29:43-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-09T22:29:43-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T22:29:43-0400 DDEBUG Cleaning up.
2025-10-09T22:29:43-0400 DDEBUG Plugins were unloaded.
2025-10-09T22:29: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-09T22:29: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T00:25:51-0400 INFO --- logging initialized ---
2025-10-10T00:25:51-0400 DDEBUG timer: config: 44 ms
2025-10-10T00:25: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-10-10T00:25:52-0400 DEBUG DNF version: 4.7.0
2025-10-10T00:25:52-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T00:25:52-0400 DDEBUG Installroot: /
2025-10-10T00:25:52-0400 DDEBUG Releasever: 8
2025-10-10T00:25:52-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T00:25:52-0400 DDEBUG Base command: makecache
2025-10-10T00:25:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T00:25:52-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T00:25:52-0400 DEBUG Making cache files for all metadata files.
2025-10-10T00:25:52-0400 INFO Metadata cache refreshed recently.
2025-10-10T00:25:52-0400 DDEBUG Cleaning up.
2025-10-10T00:25:52-0400 DDEBUG Plugins were unloaded.
2025-10-10T01:33:00-0400 INFO --- logging initialized ---
2025-10-10T01:33:00-0400 DDEBUG timer: config: 9 ms
2025-10-10T01:33: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-10-10T01:33:00-0400 DEBUG DNF version: 4.7.0
2025-10-10T01:33:00-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T01:33:00-0400 DDEBUG Installroot: /
2025-10-10T01:33:00-0400 DDEBUG Releasever: 8
2025-10-10T01:33:00-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T01:33:00-0400 DDEBUG Base command: makecache
2025-10-10T01:33:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T01:33:00-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T01:33:00-0400 DEBUG Making cache files for all metadata files.
2025-10-10T01:33:00-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-10T01:33:00-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-10T01:33:00-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-10T01:33:00-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-10T01:33:00-0400 DEBUG extras: has expired and will be refreshed.
2025-10-10T01:33:00-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-10T01:33:00-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-10T01:33:00-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-10T01:33:00-0400 DEBUG epel: has expired and will be refreshed.
2025-10-10T01:33:00-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-10T01:33:00-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-10T01:33:00-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-10T01:33:01-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T01:33:01-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T01:33:01-0400 DDEBUG Cleaning up.
2025-10-10T01:33:01-0400 DDEBUG Plugins were unloaded.
2025-10-10T01:33: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T01:33: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T02:45:08-0400 INFO --- logging initialized ---
2025-10-10T02:45:08-0400 DDEBUG timer: config: 82 ms
2025-10-10T02:45: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-10-10T02:45:08-0400 DEBUG DNF version: 4.7.0
2025-10-10T02:45:08-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T02:45:08-0400 DDEBUG Installroot: /
2025-10-10T02:45:08-0400 DDEBUG Releasever: 8
2025-10-10T02:45:08-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T02:45:08-0400 DDEBUG Base command: makecache
2025-10-10T02:45:08-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T02:45:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T02:45:09-0400 DEBUG Making cache files for all metadata files.
2025-10-10T02:45:09-0400 INFO Metadata cache refreshed recently.
2025-10-10T02:45:09-0400 DDEBUG Cleaning up.
2025-10-10T02:45:09-0400 DDEBUG Plugins were unloaded.
2025-10-10T03:37:10-0400 INFO --- logging initialized ---
2025-10-10T03:37:10-0400 DDEBUG timer: config: 13 ms
2025-10-10T03:37: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-10-10T03:37:10-0400 DEBUG YUM version: 4.7.0
2025-10-10T03:37:10-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-10T03:37:10-0400 DDEBUG Installroot: /
2025-10-10T03:37:10-0400 DDEBUG Releasever: 8
2025-10-10T03:37:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T03:37:10-0400 DDEBUG Base command: check-update
2025-10-10T03:37:10-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-10T03:37:10-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-10T03:37:11-0400 DEBUG repo: using cache for: cwp
2025-10-10T03:37:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-10T03:37:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T03:37:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T03:37:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T03:37:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T03:37:11-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T03:37:11-0400 DDEBUG Cleaning up.
2025-10-10T03:37:11-0400 DDEBUG Plugins were unloaded.
2025-10-10T03:37: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: 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-10-10T03:37:11-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-10T03:37:12-0400 INFO --- logging initialized ---
2025-10-10T03:37:12-0400 DDEBUG timer: config: 8 ms
2025-10-10T03:37: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-10-10T03:37:12-0400 DEBUG YUM version: 4.7.0
2025-10-10T03:37:12-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-10T03:37:12-0400 DDEBUG Installroot: /
2025-10-10T03:37:12-0400 DDEBUG Releasever: 8
2025-10-10T03:37:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T03:37:12-0400 DDEBUG Base command: update
2025-10-10T03:37:12-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-10T03:37:12-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-10T03:37:12-0400 DEBUG repo: using cache for: cwp
2025-10-10T03:37:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-10T03:37:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T03:37:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T03:37:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T03:37:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T03:37:13-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T03:37:13-0400 DDEBUG Cleaning up.
2025-10-10T03:37:13-0400 DDEBUG Plugins were unloaded.
2025-10-10T03:37:13-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-10-10T03:37:13-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-10T04:16:58-0400 INFO --- logging initialized ---
2025-10-10T04:16:58-0400 DDEBUG timer: config: 56 ms
2025-10-10T04:16: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-10-10T04:16:58-0400 DEBUG DNF version: 4.7.0
2025-10-10T04:16:58-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T04:16:58-0400 DDEBUG Installroot: /
2025-10-10T04:16:58-0400 DDEBUG Releasever: 8
2025-10-10T04:16:58-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T04:16:58-0400 DDEBUG Base command: makecache
2025-10-10T04:16:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T04:16:58-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T04:16:58-0400 DEBUG Making cache files for all metadata files.
2025-10-10T04:16:58-0400 INFO Metadata cache refreshed recently.
2025-10-10T04:16:58-0400 DDEBUG Cleaning up.
2025-10-10T04:16:58-0400 DDEBUG Plugins were unloaded.
2025-10-10T06:10:31-0400 INFO --- logging initialized ---
2025-10-10T06:10:31-0400 DDEBUG timer: config: 6 ms
2025-10-10T06:10: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-10-10T06:10:31-0400 DEBUG DNF version: 4.7.0
2025-10-10T06:10:31-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T06:10:31-0400 DDEBUG Installroot: /
2025-10-10T06:10:31-0400 DDEBUG Releasever: 8
2025-10-10T06:10:31-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T06:10:31-0400 DDEBUG Base command: makecache
2025-10-10T06:10:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T06:10:31-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T06:10:31-0400 DEBUG Making cache files for all metadata files.
2025-10-10T06:10:31-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-10T06:10:31-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-10T06:10:31-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-10T06:10:31-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-10T06:10:31-0400 DEBUG extras: has expired and will be refreshed.
2025-10-10T06:10:31-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-10T06:10:31-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-10T06:10:31-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-10T06:10:31-0400 DEBUG epel: has expired and will be refreshed.
2025-10-10T06:10:31-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-10T06:10:31-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-10T06:10:31-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-10T06:10:31-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T06:10:31-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T06:10:31-0400 DDEBUG Cleaning up.
2025-10-10T06:10:31-0400 DDEBUG Plugins were unloaded.
2025-10-10T06:10: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T06:10: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T07:13:31-0400 INFO --- logging initialized ---
2025-10-10T07:13:31-0400 DDEBUG timer: config: 8 ms
2025-10-10T07:13: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-10-10T07:13:31-0400 DEBUG DNF version: 4.7.0
2025-10-10T07:13:31-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T07:13:31-0400 DDEBUG Installroot: /
2025-10-10T07:13:31-0400 DDEBUG Releasever: 8
2025-10-10T07:13:31-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T07:13:31-0400 DDEBUG Base command: makecache
2025-10-10T07:13:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T07:13:31-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T07:13:31-0400 DEBUG Making cache files for all metadata files.
2025-10-10T07:13:31-0400 INFO Metadata cache refreshed recently.
2025-10-10T07:13:31-0400 DDEBUG Cleaning up.
2025-10-10T07:13:31-0400 DDEBUG Plugins were unloaded.
2025-10-10T08:45:04-0400 INFO --- logging initialized ---
2025-10-10T08:45:04-0400 DDEBUG timer: config: 114 ms
2025-10-10T08:45: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-10-10T08:45:04-0400 DEBUG DNF version: 4.7.0
2025-10-10T08:45:04-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T08:45:04-0400 DDEBUG Installroot: /
2025-10-10T08:45:04-0400 DDEBUG Releasever: 8
2025-10-10T08:45:04-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T08:45:04-0400 DDEBUG Base command: makecache
2025-10-10T08:45:04-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T08:45:04-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T08:45:04-0400 DEBUG Making cache files for all metadata files.
2025-10-10T08:45:04-0400 INFO Metadata cache refreshed recently.
2025-10-10T08:45:04-0400 DDEBUG Cleaning up.
2025-10-10T08:45:04-0400 DDEBUG Plugins were unloaded.
2025-10-10T10:27:42-0400 INFO --- logging initialized ---
2025-10-10T10:27:42-0400 DDEBUG timer: config: 6 ms
2025-10-10T10:27: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-10-10T10:27:42-0400 DEBUG DNF version: 4.7.0
2025-10-10T10:27:42-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T10:27:42-0400 DDEBUG Installroot: /
2025-10-10T10:27:42-0400 DDEBUG Releasever: 8
2025-10-10T10:27:42-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T10:27:42-0400 DDEBUG Base command: makecache
2025-10-10T10:27:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T10:27:42-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T10:27:42-0400 DEBUG Making cache files for all metadata files.
2025-10-10T10:27:42-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-10T10:27:42-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-10T10:27:42-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-10T10:27:42-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-10T10:27:42-0400 DEBUG extras: has expired and will be refreshed.
2025-10-10T10:27:42-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-10T10:27:42-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-10T10:27:42-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-10T10:27:42-0400 DEBUG epel: has expired and will be refreshed.
2025-10-10T10:27:42-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-10T10:27:42-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-10T10:27:42-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-10T10:27:42-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T10:27:42-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T10:27:42-0400 DDEBUG Cleaning up.
2025-10-10T10:27:42-0400 DDEBUG Plugins were unloaded.
2025-10-10T10:27: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T10:27: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T11:49:02-0400 INFO --- logging initialized ---
2025-10-10T11:49:02-0400 DDEBUG timer: config: 68 ms
2025-10-10T11:49: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-10-10T11:49:02-0400 DEBUG DNF version: 4.7.0
2025-10-10T11:49:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T11:49:02-0400 DDEBUG Installroot: /
2025-10-10T11:49:02-0400 DDEBUG Releasever: 8
2025-10-10T11:49:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T11:49:02-0400 DDEBUG Base command: makecache
2025-10-10T11:49:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T11:49:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T11:49:02-0400 DEBUG Making cache files for all metadata files.
2025-10-10T11:49:02-0400 INFO Metadata cache refreshed recently.
2025-10-10T11:49:02-0400 DDEBUG Cleaning up.
2025-10-10T11:49:02-0400 DDEBUG Plugins were unloaded.
2025-10-10T13:18:52-0400 INFO --- logging initialized ---
2025-10-10T13:18:52-0400 DDEBUG timer: config: 9 ms
2025-10-10T13:18: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-10-10T13:18:52-0400 DEBUG DNF version: 4.7.0
2025-10-10T13:18:52-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T13:18:52-0400 DDEBUG Installroot: /
2025-10-10T13:18:52-0400 DDEBUG Releasever: 8
2025-10-10T13:18:52-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T13:18:52-0400 DDEBUG Base command: makecache
2025-10-10T13:18:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T13:18:52-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T13:18:52-0400 DEBUG Making cache files for all metadata files.
2025-10-10T13:18:52-0400 INFO Metadata cache refreshed recently.
2025-10-10T13:18:52-0400 DDEBUG Cleaning up.
2025-10-10T13:18:52-0400 DDEBUG Plugins were unloaded.
2025-10-10T14:37:01-0400 INFO --- logging initialized ---
2025-10-10T14:37:01-0400 DDEBUG timer: config: 25 ms
2025-10-10T14:37: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-10-10T14:37:02-0400 DEBUG DNF version: 4.7.0
2025-10-10T14:37:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T14:37:02-0400 DDEBUG Installroot: /
2025-10-10T14:37:02-0400 DDEBUG Releasever: 8
2025-10-10T14:37:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T14:37:02-0400 DDEBUG Base command: makecache
2025-10-10T14:37:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T14:37:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T14:37:02-0400 DEBUG Making cache files for all metadata files.
2025-10-10T14:37:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-10T14:37:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-10T14:37:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-10T14:37:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-10T14:37:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-10T14:37:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-10T14:37:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-10T14:37:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-10T14:37:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-10T14:37:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-10T14:37:07-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-10T14:37:07-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-10T14:37:07-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T14:37:07-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T14:37:07-0400 DDEBUG Cleaning up.
2025-10-10T14:37:07-0400 DDEBUG Plugins were unloaded.
2025-10-10T14:37: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T14:37: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T16:05:38-0400 INFO --- logging initialized ---
2025-10-10T16:05:38-0400 DDEBUG timer: config: 42 ms
2025-10-10T16:05: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-10-10T16:05:38-0400 DEBUG DNF version: 4.7.0
2025-10-10T16:05:38-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T16:05:38-0400 DDEBUG Installroot: /
2025-10-10T16:05:38-0400 DDEBUG Releasever: 8
2025-10-10T16:05:38-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T16:05:38-0400 DDEBUG Base command: makecache
2025-10-10T16:05:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T16:05:38-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T16:05:38-0400 DEBUG Making cache files for all metadata files.
2025-10-10T16:05:38-0400 INFO Metadata cache refreshed recently.
2025-10-10T16:05:38-0400 DDEBUG Cleaning up.
2025-10-10T16:05:38-0400 DDEBUG Plugins were unloaded.
2025-10-10T17:57:56-0400 INFO --- logging initialized ---
2025-10-10T17:57:56-0400 DDEBUG timer: config: 61 ms
2025-10-10T17:57: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-10-10T17:57:57-0400 DEBUG DNF version: 4.7.0
2025-10-10T17:57:57-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T17:57:57-0400 DDEBUG Installroot: /
2025-10-10T17:57:57-0400 DDEBUG Releasever: 8
2025-10-10T17:57:57-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T17:57:57-0400 DDEBUG Base command: makecache
2025-10-10T17:57:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T17:57:57-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T17:57:57-0400 DEBUG Making cache files for all metadata files.
2025-10-10T17:57:57-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-10T17:57:57-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-10T17:57:57-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-10T17:57:57-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-10T17:57:57-0400 DEBUG extras: has expired and will be refreshed.
2025-10-10T17:57:57-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-10T17:57:57-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-10T17:57:57-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-10T17:57:57-0400 DEBUG epel: has expired and will be refreshed.
2025-10-10T17:57:57-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-10T17:57:57-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-10T17:57:57-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-10T17:57:57-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T17:57:57-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T17:57:57-0400 DDEBUG Cleaning up.
2025-10-10T17:57:57-0400 DDEBUG Plugins were unloaded.
2025-10-10T17:57: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T17:57: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T19:45:18-0400 INFO --- logging initialized ---
2025-10-10T19:45:18-0400 DDEBUG timer: config: 46 ms
2025-10-10T19:45: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-10-10T19:45:19-0400 DEBUG DNF version: 4.7.0
2025-10-10T19:45:19-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T19:45:19-0400 DDEBUG Installroot: /
2025-10-10T19:45:19-0400 DDEBUG Releasever: 8
2025-10-10T19:45:19-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T19:45:19-0400 DDEBUG Base command: makecache
2025-10-10T19:45:19-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T19:45:19-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T19:45:19-0400 DEBUG Making cache files for all metadata files.
2025-10-10T19:45:19-0400 INFO Metadata cache refreshed recently.
2025-10-10T19:45:19-0400 DDEBUG Cleaning up.
2025-10-10T19:45:19-0400 DDEBUG Plugins were unloaded.
2025-10-10T20:55:56-0400 INFO --- logging initialized ---
2025-10-10T20:55:56-0400 DDEBUG timer: config: 72 ms
2025-10-10T20:55: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-10-10T20:55:56-0400 DEBUG DNF version: 4.7.0
2025-10-10T20:55:56-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T20:55:56-0400 DDEBUG Installroot: /
2025-10-10T20:55:56-0400 DDEBUG Releasever: 8
2025-10-10T20:55:56-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T20:55:56-0400 DDEBUG Base command: makecache
2025-10-10T20:55:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T20:55:56-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T20:55:56-0400 DEBUG Making cache files for all metadata files.
2025-10-10T20:55:56-0400 INFO Metadata cache refreshed recently.
2025-10-10T20:55:56-0400 DDEBUG Cleaning up.
2025-10-10T20:55:56-0400 DDEBUG Plugins were unloaded.
2025-10-10T22:08:53-0400 INFO --- logging initialized ---
2025-10-10T22:08:53-0400 DDEBUG timer: config: 91 ms
2025-10-10T22:08: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-10-10T22:08:53-0400 DEBUG DNF version: 4.7.0
2025-10-10T22:08:53-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T22:08:53-0400 DDEBUG Installroot: /
2025-10-10T22:08:53-0400 DDEBUG Releasever: 8
2025-10-10T22:08:53-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T22:08:53-0400 DDEBUG Base command: makecache
2025-10-10T22:08:53-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T22:08:53-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T22:08:53-0400 DEBUG Making cache files for all metadata files.
2025-10-10T22:08:53-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-10T22:08:53-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-10T22:08:53-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-10T22:08:53-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-10T22:08:53-0400 DEBUG extras: has expired and will be refreshed.
2025-10-10T22:08:53-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-10T22:08:53-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-10T22:08:53-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-10T22:08:53-0400 DEBUG epel: has expired and will be refreshed.
2025-10-10T22:08:53-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-10T22:08:54-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-10T22:08:54-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-10T22:08:54-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-10T22:08:54-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T22:08:54-0400 DDEBUG Cleaning up.
2025-10-10T22:08:54-0400 DDEBUG Plugins were unloaded.
2025-10-10T22:08: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T22:08: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-10T23:27:24-0400 INFO --- logging initialized ---
2025-10-10T23:27:24-0400 DDEBUG timer: config: 114 ms
2025-10-10T23:27: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-10-10T23:27:24-0400 DEBUG DNF version: 4.7.0
2025-10-10T23:27:24-0400 DDEBUG Command: dnf makecache --timer 
2025-10-10T23:27:24-0400 DDEBUG Installroot: /
2025-10-10T23:27:24-0400 DDEBUG Releasever: 8
2025-10-10T23:27:24-0400 DEBUG cachedir: /var/cache/dnf
2025-10-10T23:27:24-0400 DDEBUG Base command: makecache
2025-10-10T23:27:24-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-10T23:27:24-0400 DEBUG Excludes in repo epel: nginx*
2025-10-10T23:27:24-0400 DEBUG Making cache files for all metadata files.
2025-10-10T23:27:24-0400 INFO Metadata cache refreshed recently.
2025-10-10T23:27:24-0400 DDEBUG Cleaning up.
2025-10-10T23:27:24-0400 DDEBUG Plugins were unloaded.
2025-10-11T00:45:50-0400 INFO --- logging initialized ---
2025-10-11T00:45:50-0400 DDEBUG timer: config: 44 ms
2025-10-11T00:45: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-10-11T00:45:50-0400 DEBUG DNF version: 4.7.0
2025-10-11T00:45:50-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T00:45:50-0400 DDEBUG Installroot: /
2025-10-11T00:45:50-0400 DDEBUG Releasever: 8
2025-10-11T00:45:50-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T00:45:50-0400 DDEBUG Base command: makecache
2025-10-11T00:45:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T00:45:50-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T00:45:50-0400 DEBUG Making cache files for all metadata files.
2025-10-11T00:45:50-0400 INFO Metadata cache refreshed recently.
2025-10-11T00:45:50-0400 DDEBUG Cleaning up.
2025-10-11T00:45:50-0400 DDEBUG Plugins were unloaded.
2025-10-11T02:08:07-0400 INFO --- logging initialized ---
2025-10-11T02:08:07-0400 DDEBUG timer: config: 11 ms
2025-10-11T02: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-10-11T02:08:07-0400 DEBUG DNF version: 4.7.0
2025-10-11T02:08:07-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T02:08:07-0400 DDEBUG Installroot: /
2025-10-11T02:08:07-0400 DDEBUG Releasever: 8
2025-10-11T02:08:07-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T02:08:07-0400 DDEBUG Base command: makecache
2025-10-11T02:08:07-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T02:08:07-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T02:08:07-0400 DEBUG Making cache files for all metadata files.
2025-10-11T02:08:08-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-11T02:08:08-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-11T02:08:08-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-11T02:08:08-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-11T02:08:08-0400 DEBUG extras: has expired and will be refreshed.
2025-10-11T02:08:08-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-11T02:08:08-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-11T02:08:08-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-11T02:08:08-0400 DEBUG epel: has expired and will be refreshed.
2025-10-11T02:08:08-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-11T02:08:08-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-11T02:08:08-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-11T02:08:08-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T02:08:08-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T02:08:08-0400 DDEBUG Cleaning up.
2025-10-11T02:08:08-0400 DDEBUG Plugins were unloaded.
2025-10-11T02:08:08-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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T02:08:08-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T03:15:14-0400 INFO --- logging initialized ---
2025-10-11T03:15:14-0400 DDEBUG timer: config: 35 ms
2025-10-11T03:15: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-10-11T03:15:14-0400 DEBUG YUM version: 4.7.0
2025-10-11T03:15:14-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-11T03:15:14-0400 DDEBUG Installroot: /
2025-10-11T03:15:14-0400 DDEBUG Releasever: 8
2025-10-11T03:15:14-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T03:15:14-0400 DDEBUG Base command: check-update
2025-10-11T03:15:14-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-11T03:15:14-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-11T03:15:14-0400 DEBUG repo: using cache for: cwp
2025-10-11T03:15:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-11T03:15:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T03:15:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T03:15:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T03:15:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T03:15:15-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T03:15:15-0400 DDEBUG Cleaning up.
2025-10-11T03:15:15-0400 DDEBUG Plugins were unloaded.
2025-10-11T03:15: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-10-11T03:15: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-10-11T03:15:15-0400 INFO --- logging initialized ---
2025-10-11T03:15:15-0400 DDEBUG timer: config: 5 ms
2025-10-11T03:15: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-10-11T03:15:15-0400 DEBUG YUM version: 4.7.0
2025-10-11T03:15:15-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-11T03:15:15-0400 DDEBUG Installroot: /
2025-10-11T03:15:15-0400 DDEBUG Releasever: 8
2025-10-11T03:15:15-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T03:15:15-0400 DDEBUG Base command: update
2025-10-11T03:15:15-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-11T03:15:15-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-11T03:15:16-0400 DEBUG repo: using cache for: cwp
2025-10-11T03:15:16-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-11T03:15:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T03:15:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T03:15:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T03:15:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T03:15:16-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T03:15:16-0400 DDEBUG Cleaning up.
2025-10-11T03:15:16-0400 DDEBUG Plugins were unloaded.
2025-10-11T03:15: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: 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-10-11T03:15:16-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-11T03:58:37-0400 INFO --- logging initialized ---
2025-10-11T03:58:37-0400 DDEBUG timer: config: 56 ms
2025-10-11T03:58: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-10-11T03:58:37-0400 DEBUG DNF version: 4.7.0
2025-10-11T03:58:37-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T03:58:37-0400 DDEBUG Installroot: /
2025-10-11T03:58:37-0400 DDEBUG Releasever: 8
2025-10-11T03:58:37-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T03:58:37-0400 DDEBUG Base command: makecache
2025-10-11T03:58:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T03:58:37-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T03:58:37-0400 DEBUG Making cache files for all metadata files.
2025-10-11T03:58:37-0400 INFO Metadata cache refreshed recently.
2025-10-11T03:58:37-0400 DDEBUG Cleaning up.
2025-10-11T03:58:37-0400 DDEBUG Plugins were unloaded.
2025-10-11T05:48:07-0400 INFO --- logging initialized ---
2025-10-11T05:48:07-0400 DDEBUG timer: config: 6 ms
2025-10-11T05:48: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-10-11T05:48:07-0400 DEBUG DNF version: 4.7.0
2025-10-11T05:48:07-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T05:48:07-0400 DDEBUG Installroot: /
2025-10-11T05:48:07-0400 DDEBUG Releasever: 8
2025-10-11T05:48:07-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T05:48:07-0400 DDEBUG Base command: makecache
2025-10-11T05:48:07-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T05:48:07-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T05:48:07-0400 DEBUG Making cache files for all metadata files.
2025-10-11T05:48:07-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-11T05:48:07-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-11T05:48:07-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-11T05:48:07-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-11T05:48:07-0400 DEBUG extras: has expired and will be refreshed.
2025-10-11T05:48:07-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-11T05:48:07-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-11T05:48:07-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-11T05:48:07-0400 DEBUG epel: has expired and will be refreshed.
2025-10-11T05:48:07-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-11T05:48:07-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-11T05:48:07-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-11T05:48:07-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T05:48:07-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T05:48:07-0400 DDEBUG Cleaning up.
2025-10-11T05:48:07-0400 DDEBUG Plugins were unloaded.
2025-10-11T05: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T05: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T07:45:13-0400 INFO --- logging initialized ---
2025-10-11T07:45:13-0400 DDEBUG timer: config: 57 ms
2025-10-11T07:45: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-10-11T07:45:13-0400 DEBUG DNF version: 4.7.0
2025-10-11T07:45:13-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T07:45:13-0400 DDEBUG Installroot: /
2025-10-11T07:45:13-0400 DDEBUG Releasever: 8
2025-10-11T07:45:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T07:45:13-0400 DDEBUG Base command: makecache
2025-10-11T07:45:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T07:45:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T07:45:13-0400 DEBUG Making cache files for all metadata files.
2025-10-11T07:45:13-0400 INFO Metadata cache refreshed recently.
2025-10-11T07:45:13-0400 DDEBUG Cleaning up.
2025-10-11T07:45:13-0400 DDEBUG Plugins were unloaded.
2025-10-11T09:44:41-0400 INFO --- logging initialized ---
2025-10-11T09:44:41-0400 DDEBUG timer: config: 57 ms
2025-10-11T09:44: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-10-11T09:44:41-0400 DEBUG DNF version: 4.7.0
2025-10-11T09:44:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T09:44:41-0400 DDEBUG Installroot: /
2025-10-11T09:44:41-0400 DDEBUG Releasever: 8
2025-10-11T09:44:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T09:44:41-0400 DDEBUG Base command: makecache
2025-10-11T09:44:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T09:44:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T09:44:41-0400 DEBUG Making cache files for all metadata files.
2025-10-11T09:44:41-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-11T09:44:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-11T09:44:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-11T09:44:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-11T09:44:41-0400 DEBUG extras: has expired and will be refreshed.
2025-10-11T09:44:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-11T09:44:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-11T09:44:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-11T09:44:41-0400 DEBUG epel: has expired and will be refreshed.
2025-10-11T09:44:41-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-11T09:44:41-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-11T09:44:41-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-11T09:44:41-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T09:44:41-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T09:44:41-0400 DDEBUG Cleaning up.
2025-10-11T09:44:41-0400 DDEBUG Plugins were unloaded.
2025-10-11T09:44: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T09:44: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T10:45:03-0400 INFO --- logging initialized ---
2025-10-11T10:45:03-0400 DDEBUG timer: config: 20 ms
2025-10-11T10:45: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-10-11T10:45:03-0400 DEBUG DNF version: 4.7.0
2025-10-11T10:45:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T10:45:03-0400 DDEBUG Installroot: /
2025-10-11T10:45:03-0400 DDEBUG Releasever: 8
2025-10-11T10:45:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T10:45:03-0400 DDEBUG Base command: makecache
2025-10-11T10:45:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T10:45:04-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T10:45:04-0400 DEBUG Making cache files for all metadata files.
2025-10-11T10:45:04-0400 INFO Metadata cache refreshed recently.
2025-10-11T10:45:04-0400 DDEBUG Cleaning up.
2025-10-11T10:45:04-0400 DDEBUG Plugins were unloaded.
2025-10-11T12:02:09-0400 INFO --- logging initialized ---
2025-10-11T12:02:09-0400 DDEBUG timer: config: 11 ms
2025-10-11T12:02: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-10-11T12:02:09-0400 DEBUG DNF version: 4.7.0
2025-10-11T12:02:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T12:02:09-0400 DDEBUG Installroot: /
2025-10-11T12:02:09-0400 DDEBUG Releasever: 8
2025-10-11T12:02:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T12:02:09-0400 DDEBUG Base command: makecache
2025-10-11T12:02:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T12:02:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T12:02:09-0400 DEBUG Making cache files for all metadata files.
2025-10-11T12:02:09-0400 INFO Metadata cache refreshed recently.
2025-10-11T12:02:09-0400 DDEBUG Cleaning up.
2025-10-11T12:02:09-0400 DDEBUG Plugins were unloaded.
2025-10-11T13:57:52-0400 INFO --- logging initialized ---
2025-10-11T13:57:52-0400 DDEBUG timer: config: 62 ms
2025-10-11T13:57: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-10-11T13:57:52-0400 DEBUG DNF version: 4.7.0
2025-10-11T13:57:52-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T13:57:52-0400 DDEBUG Installroot: /
2025-10-11T13:57:52-0400 DDEBUG Releasever: 8
2025-10-11T13:57:52-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T13:57:52-0400 DDEBUG Base command: makecache
2025-10-11T13:57:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T13:57:52-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T13:57:52-0400 DEBUG Making cache files for all metadata files.
2025-10-11T13:57:52-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-11T13:57:52-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-11T13:57:52-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-11T13:57:52-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-11T13:57:52-0400 DEBUG extras: has expired and will be refreshed.
2025-10-11T13:57:52-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-11T13:57:52-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-11T13:57:52-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-11T13:57:52-0400 DEBUG epel: has expired and will be refreshed.
2025-10-11T13:57:52-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-11T13:57:52-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-11T13:57:52-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-11T13:57:52-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T13:57:52-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T13:57:52-0400 DDEBUG Cleaning up.
2025-10-11T13:57:52-0400 DDEBUG Plugins were unloaded.
2025-10-11T13:57: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T13:57: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T15:53:41-0400 INFO --- logging initialized ---
2025-10-11T15:53:41-0400 DDEBUG timer: config: 14 ms
2025-10-11T15:53: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-10-11T15:53:41-0400 DEBUG DNF version: 4.7.0
2025-10-11T15:53:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T15:53:41-0400 DDEBUG Installroot: /
2025-10-11T15:53:41-0400 DDEBUG Releasever: 8
2025-10-11T15:53:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T15:53:41-0400 DDEBUG Base command: makecache
2025-10-11T15:53:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T15:53:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T15:53:41-0400 DEBUG Making cache files for all metadata files.
2025-10-11T15:53:41-0400 INFO Metadata cache refreshed recently.
2025-10-11T15:53:41-0400 DDEBUG Cleaning up.
2025-10-11T15:53:41-0400 DDEBUG Plugins were unloaded.
2025-10-11T17:18:02-0400 INFO --- logging initialized ---
2025-10-11T17:18:02-0400 DDEBUG timer: config: 10 ms
2025-10-11T17:18: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-10-11T17:18:02-0400 DEBUG DNF version: 4.7.0
2025-10-11T17:18:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T17:18:02-0400 DDEBUG Installroot: /
2025-10-11T17:18:02-0400 DDEBUG Releasever: 8
2025-10-11T17:18:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T17:18:02-0400 DDEBUG Base command: makecache
2025-10-11T17:18:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T17:18:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T17:18:02-0400 DEBUG Making cache files for all metadata files.
2025-10-11T17:18:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-11T17:18:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-11T17:18:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-11T17:18:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-11T17:18:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-11T17:18:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-11T17:18:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-11T17:18:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-11T17:18:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-11T17:18:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-11T17:18:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-11T17:18:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-11T17:18:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T17:18:02-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T17:18:02-0400 DDEBUG Cleaning up.
2025-10-11T17:18:02-0400 DDEBUG Plugins were unloaded.
2025-10-11T17:18: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T17:18: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T18:50:04-0400 INFO --- logging initialized ---
2025-10-11T18:50:04-0400 DDEBUG timer: config: 18 ms
2025-10-11T18:50: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-10-11T18:50:04-0400 DEBUG DNF version: 4.7.0
2025-10-11T18:50:04-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T18:50:04-0400 DDEBUG Installroot: /
2025-10-11T18:50:04-0400 DDEBUG Releasever: 8
2025-10-11T18:50:04-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T18:50:04-0400 DDEBUG Base command: makecache
2025-10-11T18:50:04-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T18:50:04-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T18:50:04-0400 DEBUG Making cache files for all metadata files.
2025-10-11T18:50:04-0400 INFO Metadata cache refreshed recently.
2025-10-11T18:50:04-0400 DDEBUG Cleaning up.
2025-10-11T18:50:04-0400 DDEBUG Plugins were unloaded.
2025-10-11T20:00:28-0400 INFO --- logging initialized ---
2025-10-11T20:00:28-0400 DDEBUG timer: config: 13 ms
2025-10-11T20:00: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-10-11T20:00:28-0400 DEBUG DNF version: 4.7.0
2025-10-11T20:00:28-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T20:00:28-0400 DDEBUG Installroot: /
2025-10-11T20:00:28-0400 DDEBUG Releasever: 8
2025-10-11T20:00:28-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T20:00:28-0400 DDEBUG Base command: makecache
2025-10-11T20:00:28-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T20:00:28-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T20:00:28-0400 DEBUG Making cache files for all metadata files.
2025-10-11T20:00:28-0400 INFO Metadata cache refreshed recently.
2025-10-11T20:00:28-0400 DDEBUG Cleaning up.
2025-10-11T20:00:28-0400 DDEBUG Plugins were unloaded.
2025-10-11T21:41:09-0400 INFO --- logging initialized ---
2025-10-11T21:41:09-0400 DDEBUG timer: config: 13 ms
2025-10-11T21: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-10-11T21:41:09-0400 DEBUG DNF version: 4.7.0
2025-10-11T21:41:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T21:41:09-0400 DDEBUG Installroot: /
2025-10-11T21:41:09-0400 DDEBUG Releasever: 8
2025-10-11T21:41:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T21:41:09-0400 DDEBUG Base command: makecache
2025-10-11T21:41:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T21:41:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T21:41:09-0400 DEBUG Making cache files for all metadata files.
2025-10-11T21:41:09-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-11T21:41:09-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-11T21:41:09-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-11T21:41:09-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-11T21:41:09-0400 DEBUG extras: has expired and will be refreshed.
2025-10-11T21:41:09-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-11T21:41:09-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-11T21:41:09-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-11T21:41:09-0400 DEBUG epel: has expired and will be refreshed.
2025-10-11T21:41:09-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-11T21:41:10-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-11T21:41:10-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-11T21:41:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-11T21:41:10-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T21:41:10-0400 DDEBUG Cleaning up.
2025-10-11T21:41:10-0400 DDEBUG Plugins were unloaded.
2025-10-11T21:41: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T21:41: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-11T23:28:12-0400 INFO --- logging initialized ---
2025-10-11T23:28:12-0400 DDEBUG timer: config: 128 ms
2025-10-11T23:28: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-10-11T23:28:12-0400 DEBUG DNF version: 4.7.0
2025-10-11T23:28:12-0400 DDEBUG Command: dnf makecache --timer 
2025-10-11T23:28:12-0400 DDEBUG Installroot: /
2025-10-11T23:28:12-0400 DDEBUG Releasever: 8
2025-10-11T23:28:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-11T23:28:12-0400 DDEBUG Base command: makecache
2025-10-11T23:28:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-11T23:28:12-0400 DEBUG Excludes in repo epel: nginx*
2025-10-11T23:28:12-0400 DEBUG Making cache files for all metadata files.
2025-10-11T23:28:12-0400 INFO Metadata cache refreshed recently.
2025-10-11T23:28:12-0400 DDEBUG Cleaning up.
2025-10-11T23:28:12-0400 DDEBUG Plugins were unloaded.
2025-10-12T01:20:28-0400 INFO --- logging initialized ---
2025-10-12T01:20:28-0400 DDEBUG timer: config: 60 ms
2025-10-12T01:20: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-10-12T01:20:28-0400 DEBUG DNF version: 4.7.0
2025-10-12T01:20:28-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T01:20:28-0400 DDEBUG Installroot: /
2025-10-12T01:20:28-0400 DDEBUG Releasever: 8
2025-10-12T01:20:28-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T01:20:28-0400 DDEBUG Base command: makecache
2025-10-12T01:20:28-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T01:20:28-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T01:20:28-0400 DEBUG Making cache files for all metadata files.
2025-10-12T01:20:28-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-12T01:20:28-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-12T01:20:28-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-12T01:20:28-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-12T01:20:28-0400 DEBUG extras: has expired and will be refreshed.
2025-10-12T01:20:28-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-12T01:20:28-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-12T01:20:28-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-12T01:20:28-0400 DEBUG epel: has expired and will be refreshed.
2025-10-12T01:20:28-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-12T01:20:28-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-12T01:20:28-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-12T01:20:28-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T01:20:28-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T01:20:28-0400 DDEBUG Cleaning up.
2025-10-12T01:20:28-0400 DDEBUG Plugins were unloaded.
2025-10-12T01: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T01: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T02:49:47-0400 INFO --- logging initialized ---
2025-10-12T02:49:47-0400 DDEBUG timer: config: 224 ms
2025-10-12T02:49: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-10-12T02:49:48-0400 DEBUG DNF version: 4.7.0
2025-10-12T02:49:48-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T02:49:48-0400 DDEBUG Installroot: /
2025-10-12T02:49:48-0400 DDEBUG Releasever: 8
2025-10-12T02:49:48-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T02:49:48-0400 DDEBUG Base command: makecache
2025-10-12T02:49:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T02:49:48-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T02:49:48-0400 DEBUG Making cache files for all metadata files.
2025-10-12T02:49:48-0400 INFO Metadata cache refreshed recently.
2025-10-12T02:49:48-0400 DDEBUG Cleaning up.
2025-10-12T02:49:48-0400 DDEBUG Plugins were unloaded.
2025-10-12T03:09:11-0400 INFO --- logging initialized ---
2025-10-12T03:09:11-0400 DDEBUG timer: config: 6 ms
2025-10-12T03:09: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-10-12T03:09:11-0400 DEBUG YUM version: 4.7.0
2025-10-12T03:09:11-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-12T03:09:11-0400 DDEBUG Installroot: /
2025-10-12T03:09:11-0400 DDEBUG Releasever: 8
2025-10-12T03:09:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T03:09:11-0400 DDEBUG Base command: check-update
2025-10-12T03:09:11-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-12T03:09:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-12T03:09:12-0400 DEBUG repo: using cache for: cwp
2025-10-12T03:09:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-12T03:09:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T03:09:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T03:09:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T03:09:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T03:09:12-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T03:09:12-0400 DDEBUG Cleaning up.
2025-10-12T03:09:12-0400 DDEBUG Plugins were unloaded.
2025-10-12T03:09:12-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-10-12T03:09:12-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-12T03:09:13-0400 INFO --- logging initialized ---
2025-10-12T03:09:13-0400 DDEBUG timer: config: 5 ms
2025-10-12T03:09: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-10-12T03:09:13-0400 DEBUG YUM version: 4.7.0
2025-10-12T03:09:13-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-12T03:09:13-0400 DDEBUG Installroot: /
2025-10-12T03:09:13-0400 DDEBUG Releasever: 8
2025-10-12T03:09:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T03:09:13-0400 DDEBUG Base command: update
2025-10-12T03:09:13-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-12T03:09:13-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-12T03:09:13-0400 DEBUG repo: using cache for: cwp
2025-10-12T03:09:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-12T03:09:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T03:09:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T03:09:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T03:09:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T03:09:13-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T03:09:13-0400 DDEBUG Cleaning up.
2025-10-12T03:09:13-0400 DDEBUG Plugins were unloaded.
2025-10-12T03:09:13-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-10-12T03:09:13-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-12T04:43:34-0400 INFO --- logging initialized ---
2025-10-12T04:43:34-0400 DDEBUG timer: config: 53 ms
2025-10-12T04:43: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-10-12T04:43:34-0400 DEBUG DNF version: 4.7.0
2025-10-12T04:43:34-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T04:43:34-0400 DDEBUG Installroot: /
2025-10-12T04:43:34-0400 DDEBUG Releasever: 8
2025-10-12T04:43:34-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T04:43:34-0400 DDEBUG Base command: makecache
2025-10-12T04:43:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T04:43:34-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T04:43:34-0400 DEBUG Making cache files for all metadata files.
2025-10-12T04:43:34-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-12T04:43:34-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-12T04:43:34-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-12T04:43:35-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-12T04:43:35-0400 DEBUG extras: has expired and will be refreshed.
2025-10-12T04:43:35-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-12T04:43:35-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-12T04:43:35-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-12T04:43:35-0400 DEBUG epel: has expired and will be refreshed.
2025-10-12T04:43:35-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-12T04:43:35-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-12T04:43:35-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-12T04:43:35-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T04:43:35-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T04:43:35-0400 DDEBUG Cleaning up.
2025-10-12T04:43:35-0400 DDEBUG Plugins were unloaded.
2025-10-12T04:43: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T04:43: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T05:44:09-0400 INFO --- logging initialized ---
2025-10-12T05:44:09-0400 DDEBUG timer: config: 6 ms
2025-10-12T05:44: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-10-12T05:44:09-0400 DEBUG DNF version: 4.7.0
2025-10-12T05:44:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T05:44:09-0400 DDEBUG Installroot: /
2025-10-12T05:44:09-0400 DDEBUG Releasever: 8
2025-10-12T05:44:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T05:44:09-0400 DDEBUG Base command: makecache
2025-10-12T05:44:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T05:44:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T05:44:09-0400 DEBUG Making cache files for all metadata files.
2025-10-12T05:44:09-0400 INFO Metadata cache refreshed recently.
2025-10-12T05:44:09-0400 DDEBUG Cleaning up.
2025-10-12T05:44:09-0400 DDEBUG Plugins were unloaded.
2025-10-12T07:02:13-0400 INFO --- logging initialized ---
2025-10-12T07:02:13-0400 DDEBUG timer: config: 9 ms
2025-10-12T07:02: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-10-12T07:02:13-0400 DEBUG DNF version: 4.7.0
2025-10-12T07:02:13-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T07:02:13-0400 DDEBUG Installroot: /
2025-10-12T07:02:13-0400 DDEBUG Releasever: 8
2025-10-12T07:02:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T07:02:13-0400 DDEBUG Base command: makecache
2025-10-12T07:02:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T07:02:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T07:02:13-0400 DEBUG Making cache files for all metadata files.
2025-10-12T07:02:13-0400 INFO Metadata cache refreshed recently.
2025-10-12T07:02:13-0400 DDEBUG Cleaning up.
2025-10-12T07:02:13-0400 DDEBUG Plugins were unloaded.
2025-10-12T08:25:36-0400 INFO --- logging initialized ---
2025-10-12T08:25:36-0400 DDEBUG timer: config: 55 ms
2025-10-12T08:25: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-10-12T08:25:36-0400 DEBUG DNF version: 4.7.0
2025-10-12T08:25:36-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T08:25:36-0400 DDEBUG Installroot: /
2025-10-12T08:25:36-0400 DDEBUG Releasever: 8
2025-10-12T08:25:36-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T08:25:36-0400 DDEBUG Base command: makecache
2025-10-12T08:25:36-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T08:25:36-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T08:25:36-0400 DEBUG Making cache files for all metadata files.
2025-10-12T08:25:36-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-12T08:25:36-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-12T08:25:36-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-12T08:25:36-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-12T08:25:36-0400 DEBUG extras: has expired and will be refreshed.
2025-10-12T08:25:36-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-12T08:25:36-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-12T08:25:36-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-12T08:25:36-0400 DEBUG epel: has expired and will be refreshed.
2025-10-12T08:25:36-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-12T08:25:36-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-12T08:25:36-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-12T08:25:36-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T08:25:36-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T08:25:36-0400 DDEBUG Cleaning up.
2025-10-12T08:25:36-0400 DDEBUG Plugins were unloaded.
2025-10-12T08:25: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T08:25: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T09:44:20-0400 INFO --- logging initialized ---
2025-10-12T09:44:20-0400 DDEBUG timer: config: 19 ms
2025-10-12T09:44: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-10-12T09:44:20-0400 DEBUG DNF version: 4.7.0
2025-10-12T09:44:20-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T09:44:20-0400 DDEBUG Installroot: /
2025-10-12T09:44:20-0400 DDEBUG Releasever: 8
2025-10-12T09:44:20-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T09:44:20-0400 DDEBUG Base command: makecache
2025-10-12T09:44:20-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T09:44:20-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T09:44:20-0400 DEBUG Making cache files for all metadata files.
2025-10-12T09:44:20-0400 INFO Metadata cache refreshed recently.
2025-10-12T09:44:20-0400 DDEBUG Cleaning up.
2025-10-12T09:44:20-0400 DDEBUG Plugins were unloaded.
2025-10-12T11:01:03-0400 INFO --- logging initialized ---
2025-10-12T11:01:03-0400 DDEBUG timer: config: 69 ms
2025-10-12T11:01: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-10-12T11:01:03-0400 DEBUG DNF version: 4.7.0
2025-10-12T11:01:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T11:01:03-0400 DDEBUG Installroot: /
2025-10-12T11:01:03-0400 DDEBUG Releasever: 8
2025-10-12T11:01:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T11:01:03-0400 DDEBUG Base command: makecache
2025-10-12T11:01:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T11:01:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T11:01:03-0400 DEBUG Making cache files for all metadata files.
2025-10-12T11:01:03-0400 INFO Metadata cache refreshed recently.
2025-10-12T11:01:03-0400 DDEBUG Cleaning up.
2025-10-12T11:01:03-0400 DDEBUG Plugins were unloaded.
2025-10-12T12:49:57-0400 INFO --- logging initialized ---
2025-10-12T12:49:57-0400 DDEBUG timer: config: 10 ms
2025-10-12T12:49: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-10-12T12:49:57-0400 DEBUG DNF version: 4.7.0
2025-10-12T12:49:57-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T12:49:57-0400 DDEBUG Installroot: /
2025-10-12T12:49:57-0400 DDEBUG Releasever: 8
2025-10-12T12:49:57-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T12:49:57-0400 DDEBUG Base command: makecache
2025-10-12T12:49:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T12:49:57-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T12:49:57-0400 DEBUG Making cache files for all metadata files.
2025-10-12T12:49:57-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-12T12:49:57-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-12T12:49:57-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-12T12:49:57-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-12T12:49:57-0400 DEBUG extras: has expired and will be refreshed.
2025-10-12T12:49:57-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-12T12:49:57-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-12T12:49:57-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-12T12:49:57-0400 DEBUG epel: has expired and will be refreshed.
2025-10-12T12:49:57-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-12T12:49:57-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-12T12:49:57-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-12T12:49:57-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T12:49:57-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T12:49:57-0400 DDEBUG Cleaning up.
2025-10-12T12:49:57-0400 DDEBUG Plugins were unloaded.
2025-10-12T12:49: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T12:49: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T14:46:02-0400 INFO --- logging initialized ---
2025-10-12T14:46:02-0400 DDEBUG timer: config: 11 ms
2025-10-12T14: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-10-12T14:46:02-0400 DEBUG DNF version: 4.7.0
2025-10-12T14:46:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T14:46:02-0400 DDEBUG Installroot: /
2025-10-12T14:46:02-0400 DDEBUG Releasever: 8
2025-10-12T14:46:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T14:46:02-0400 DDEBUG Base command: makecache
2025-10-12T14:46:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T14:46:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T14:46:02-0400 DEBUG Making cache files for all metadata files.
2025-10-12T14:46:02-0400 INFO Metadata cache refreshed recently.
2025-10-12T14:46:02-0400 DDEBUG Cleaning up.
2025-10-12T14:46:02-0400 DDEBUG Plugins were unloaded.
2025-10-12T16:31:23-0400 INFO --- logging initialized ---
2025-10-12T16:31:23-0400 DDEBUG timer: config: 11 ms
2025-10-12T16:31: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-10-12T16:31:23-0400 DEBUG DNF version: 4.7.0
2025-10-12T16:31:23-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T16:31:23-0400 DDEBUG Installroot: /
2025-10-12T16:31:23-0400 DDEBUG Releasever: 8
2025-10-12T16:31:23-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T16:31:23-0400 DDEBUG Base command: makecache
2025-10-12T16:31:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T16:31:23-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T16:31:23-0400 DEBUG Making cache files for all metadata files.
2025-10-12T16:31:23-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-12T16:31:23-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-12T16:31:23-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-12T16:31:23-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-12T16:31:23-0400 DEBUG extras: has expired and will be refreshed.
2025-10-12T16:31:23-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-12T16:31:23-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-12T16:31:23-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-12T16:31:23-0400 DEBUG epel: has expired and will be refreshed.
2025-10-12T16:31:23-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-12T16:31:23-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-12T16:31:23-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-12T16:31:23-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T16:31:23-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T16:31:23-0400 DDEBUG Cleaning up.
2025-10-12T16:31:23-0400 DDEBUG Plugins were unloaded.
2025-10-12T16:31: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T16:31: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T18:31:09-0400 INFO --- logging initialized ---
2025-10-12T18:31:09-0400 DDEBUG timer: config: 12 ms
2025-10-12T18: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-10-12T18:31:09-0400 DEBUG DNF version: 4.7.0
2025-10-12T18:31:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T18:31:09-0400 DDEBUG Installroot: /
2025-10-12T18:31:09-0400 DDEBUG Releasever: 8
2025-10-12T18:31:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T18:31:09-0400 DDEBUG Base command: makecache
2025-10-12T18:31:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T18:31:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T18:31:09-0400 DEBUG Making cache files for all metadata files.
2025-10-12T18:31:09-0400 INFO Metadata cache refreshed recently.
2025-10-12T18:31:09-0400 DDEBUG Cleaning up.
2025-10-12T18:31:09-0400 DDEBUG Plugins were unloaded.
2025-10-12T20:25:31-0400 INFO --- logging initialized ---
2025-10-12T20:25:31-0400 DDEBUG timer: config: 55 ms
2025-10-12T20:25: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-10-12T20:25:31-0400 DEBUG DNF version: 4.7.0
2025-10-12T20:25:31-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T20:25:31-0400 DDEBUG Installroot: /
2025-10-12T20:25:31-0400 DDEBUG Releasever: 8
2025-10-12T20:25:31-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T20:25:31-0400 DDEBUG Base command: makecache
2025-10-12T20:25:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T20:25:31-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T20:25:31-0400 DEBUG Making cache files for all metadata files.
2025-10-12T20:25:31-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-12T20:25:31-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-12T20:25:31-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-12T20:25:31-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-12T20:25:31-0400 DEBUG extras: has expired and will be refreshed.
2025-10-12T20:25:31-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-12T20:25:31-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-12T20:25:31-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-12T20:25:31-0400 DEBUG epel: has expired and will be refreshed.
2025-10-12T20:25:31-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-12T20:25:31-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-12T20:25:31-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-12T20:25:31-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T20:25:31-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T20:25:31-0400 DDEBUG Cleaning up.
2025-10-12T20:25:31-0400 DDEBUG Plugins were unloaded.
2025-10-12T20:25: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T20:25: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T22:14:26-0400 INFO --- logging initialized ---
2025-10-12T22:14:26-0400 DDEBUG timer: config: 8 ms
2025-10-12T22:14: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-10-12T22:14:26-0400 DEBUG DNF version: 4.7.0
2025-10-12T22:14:26-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T22:14:26-0400 DDEBUG Installroot: /
2025-10-12T22:14:26-0400 DDEBUG Releasever: 8
2025-10-12T22:14:26-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T22:14:26-0400 DDEBUG Base command: makecache
2025-10-12T22:14:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T22:14:26-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T22:14:26-0400 DEBUG Making cache files for all metadata files.
2025-10-12T22:14:26-0400 INFO Metadata cache refreshed recently.
2025-10-12T22:14:26-0400 DDEBUG Cleaning up.
2025-10-12T22:14:26-0400 DDEBUG Plugins were unloaded.
2025-10-12T23:58:56-0400 INFO --- logging initialized ---
2025-10-12T23:58:56-0400 DDEBUG timer: config: 7 ms
2025-10-12T23:58: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-10-12T23:58:57-0400 DEBUG DNF version: 4.7.0
2025-10-12T23:58:57-0400 DDEBUG Command: dnf makecache --timer 
2025-10-12T23:58:57-0400 DDEBUG Installroot: /
2025-10-12T23:58:57-0400 DDEBUG Releasever: 8
2025-10-12T23:58:57-0400 DEBUG cachedir: /var/cache/dnf
2025-10-12T23:58:57-0400 DDEBUG Base command: makecache
2025-10-12T23:58:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-12T23:58:57-0400 DEBUG Excludes in repo epel: nginx*
2025-10-12T23:58:57-0400 DEBUG Making cache files for all metadata files.
2025-10-12T23:58:57-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-12T23:58:57-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-12T23:58:57-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-12T23:58:57-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-12T23:58:57-0400 DEBUG extras: has expired and will be refreshed.
2025-10-12T23:58:57-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-12T23:58:57-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-12T23:58:57-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-12T23:58:57-0400 DEBUG epel: has expired and will be refreshed.
2025-10-12T23:58:57-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-12T23:58:57-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-12T23:58:57-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-12T23:58:57-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-12T23:58:57-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T23:58:57-0400 DDEBUG Cleaning up.
2025-10-12T23:58:57-0400 DDEBUG Plugins were unloaded.
2025-10-12T23:58: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-12T23:58: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T01:11:55-0400 INFO --- logging initialized ---
2025-10-13T01:11:55-0400 DDEBUG timer: config: 36 ms
2025-10-13T01:11: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-10-13T01:11:55-0400 DEBUG DNF version: 4.7.0
2025-10-13T01:11:55-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T01:11:55-0400 DDEBUG Installroot: /
2025-10-13T01:11:55-0400 DDEBUG Releasever: 8
2025-10-13T01:11:55-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T01:11:55-0400 DDEBUG Base command: makecache
2025-10-13T01:11:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T01:11:55-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T01:11:55-0400 DEBUG Making cache files for all metadata files.
2025-10-13T01:11:55-0400 INFO Metadata cache refreshed recently.
2025-10-13T01:11:55-0400 DDEBUG Cleaning up.
2025-10-13T01:11:55-0400 DDEBUG Plugins were unloaded.
2025-10-13T02:40:10-0400 INFO --- logging initialized ---
2025-10-13T02:40:10-0400 DDEBUG timer: config: 74 ms
2025-10-13T02:40: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-10-13T02:40:10-0400 DEBUG DNF version: 4.7.0
2025-10-13T02:40:10-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T02:40:10-0400 DDEBUG Installroot: /
2025-10-13T02:40:10-0400 DDEBUG Releasever: 8
2025-10-13T02:40:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T02:40:10-0400 DDEBUG Base command: makecache
2025-10-13T02:40:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T02:40:10-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T02:40:10-0400 DEBUG Making cache files for all metadata files.
2025-10-13T02:40:10-0400 INFO Metadata cache refreshed recently.
2025-10-13T02:40:10-0400 DDEBUG Cleaning up.
2025-10-13T02:40:10-0400 DDEBUG Plugins were unloaded.
2025-10-13T03:11:11-0400 INFO --- logging initialized ---
2025-10-13T03:11:11-0400 DDEBUG timer: config: 6 ms
2025-10-13T03:11: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-10-13T03:11:11-0400 DEBUG YUM version: 4.7.0
2025-10-13T03:11:11-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-13T03:11:11-0400 DDEBUG Installroot: /
2025-10-13T03:11:11-0400 DDEBUG Releasever: 8
2025-10-13T03:11:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T03:11:11-0400 DDEBUG Base command: check-update
2025-10-13T03:11:11-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-13T03:11:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-13T03:11:11-0400 DEBUG repo: using cache for: cwp
2025-10-13T03:11:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-13T03:11:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T03:11:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T03:11:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T03:11:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T03:11:11-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T03:11:11-0400 DDEBUG Cleaning up.
2025-10-13T03:11:11-0400 DDEBUG Plugins were unloaded.
2025-10-13T03:11: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: 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-10-13T03:11:11-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-13T03:11:12-0400 INFO --- logging initialized ---
2025-10-13T03:11:12-0400 DDEBUG timer: config: 5 ms
2025-10-13T03:11: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-10-13T03:11:12-0400 DEBUG YUM version: 4.7.0
2025-10-13T03:11:12-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-13T03:11:12-0400 DDEBUG Installroot: /
2025-10-13T03:11:12-0400 DDEBUG Releasever: 8
2025-10-13T03:11:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T03:11:12-0400 DDEBUG Base command: update
2025-10-13T03:11:12-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-13T03:11:12-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-13T03:11:12-0400 DEBUG repo: using cache for: cwp
2025-10-13T03:11:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-13T03:11:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T03:11:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T03:11:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T03:11:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T03:11:13-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T03:11:13-0400 DDEBUG Cleaning up.
2025-10-13T03:11:13-0400 DDEBUG Plugins were unloaded.
2025-10-13T03:11:13-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-10-13T03:11:13-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-13T03:41:34-0400 INFO --- logging initialized ---
2025-10-13T03:41:34-0400 DDEBUG timer: config: 56 ms
2025-10-13T03:41: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-10-13T03:41:34-0400 DEBUG DNF version: 4.7.0
2025-10-13T03:41:34-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T03:41:34-0400 DDEBUG Installroot: /
2025-10-13T03:41:34-0400 DDEBUG Releasever: 8
2025-10-13T03:41:34-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T03:41:34-0400 DDEBUG Base command: makecache
2025-10-13T03:41:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T03:41:34-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T03:41:34-0400 DEBUG Making cache files for all metadata files.
2025-10-13T03:41:34-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-13T03:41:34-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-13T03:41:34-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-13T03:41:34-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-13T03:41:34-0400 DEBUG extras: has expired and will be refreshed.
2025-10-13T03:41:34-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-13T03:41:34-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-13T03:41:34-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-13T03:41:34-0400 DEBUG epel: has expired and will be refreshed.
2025-10-13T03:41:34-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-13T03:41:34-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-13T03:41:34-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-13T03:41:34-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T03:41:34-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T03:41:34-0400 DDEBUG Cleaning up.
2025-10-13T03:41:34-0400 DDEBUG Plugins were unloaded.
2025-10-13T03:41: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T03:41: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T05:25:48-0400 INFO --- logging initialized ---
2025-10-13T05:25:48-0400 DDEBUG timer: config: 6 ms
2025-10-13T05:25: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-10-13T05:25:48-0400 DEBUG DNF version: 4.7.0
2025-10-13T05:25:48-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T05:25:48-0400 DDEBUG Installroot: /
2025-10-13T05:25:48-0400 DDEBUG Releasever: 8
2025-10-13T05:25:48-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T05:25:48-0400 DDEBUG Base command: makecache
2025-10-13T05:25:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T05:25:48-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T05:25:48-0400 DEBUG Making cache files for all metadata files.
2025-10-13T05:25:48-0400 INFO Metadata cache refreshed recently.
2025-10-13T05:25:48-0400 DDEBUG Cleaning up.
2025-10-13T05:25:48-0400 DDEBUG Plugins were unloaded.
2025-10-13T06:37:34-0400 INFO --- logging initialized ---
2025-10-13T06:37:34-0400 DDEBUG timer: config: 46 ms
2025-10-13T06:37: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-10-13T06:37:34-0400 DEBUG DNF version: 4.7.0
2025-10-13T06:37:34-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T06:37:34-0400 DDEBUG Installroot: /
2025-10-13T06:37:34-0400 DDEBUG Releasever: 8
2025-10-13T06:37:34-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T06:37:34-0400 DDEBUG Base command: makecache
2025-10-13T06:37:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T06:37:34-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T06:37:34-0400 DEBUG Making cache files for all metadata files.
2025-10-13T06:37:34-0400 INFO Metadata cache refreshed recently.
2025-10-13T06:37:34-0400 DDEBUG Cleaning up.
2025-10-13T06:37:34-0400 DDEBUG Plugins were unloaded.
2025-10-13T07:51:55-0400 INFO --- logging initialized ---
2025-10-13T07:51:55-0400 DDEBUG timer: config: 47 ms
2025-10-13T07:51: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-10-13T07:51:56-0400 DEBUG DNF version: 4.7.0
2025-10-13T07:51:56-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T07:51:56-0400 DDEBUG Installroot: /
2025-10-13T07:51:56-0400 DDEBUG Releasever: 8
2025-10-13T07:51:56-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T07:51:56-0400 DDEBUG Base command: makecache
2025-10-13T07:51:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T07:51:56-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T07:51:56-0400 DEBUG Making cache files for all metadata files.
2025-10-13T07:51:56-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-13T07:51:56-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-13T07:51:56-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-13T07:51:56-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-13T07:51:56-0400 DEBUG extras: has expired and will be refreshed.
2025-10-13T07:51:56-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-13T07:51:56-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-13T07:51:56-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-13T07:51:56-0400 DEBUG epel: has expired and will be refreshed.
2025-10-13T07:51:56-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-13T07:51:56-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-13T07:51:56-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-13T07:51:56-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T07:51:56-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T07:51:56-0400 DDEBUG Cleaning up.
2025-10-13T07:51:56-0400 DDEBUG Plugins were unloaded.
2025-10-13T07:51: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T07:51: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T09:05:56-0400 INFO --- logging initialized ---
2025-10-13T09:05:56-0400 DDEBUG timer: config: 21 ms
2025-10-13T09:05: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-10-13T09:05:56-0400 DEBUG DNF version: 4.7.0
2025-10-13T09:05:56-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T09:05:56-0400 DDEBUG Installroot: /
2025-10-13T09:05:56-0400 DDEBUG Releasever: 8
2025-10-13T09:05:56-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T09:05:56-0400 DDEBUG Base command: makecache
2025-10-13T09:05:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T09:05:56-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T09:05:56-0400 DEBUG Making cache files for all metadata files.
2025-10-13T09:05:56-0400 INFO Metadata cache refreshed recently.
2025-10-13T09:05:56-0400 DDEBUG Cleaning up.
2025-10-13T09:05:56-0400 DDEBUG Plugins were unloaded.
2025-10-13T11:04:44-0400 INFO --- logging initialized ---
2025-10-13T11:04:44-0400 DDEBUG timer: config: 10 ms
2025-10-13T11:04: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-10-13T11:04:44-0400 DEBUG DNF version: 4.7.0
2025-10-13T11:04:44-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T11:04:44-0400 DDEBUG Installroot: /
2025-10-13T11:04:44-0400 DDEBUG Releasever: 8
2025-10-13T11:04:44-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T11:04:44-0400 DDEBUG Base command: makecache
2025-10-13T11:04:44-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T11:04:45-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T11:04:45-0400 DEBUG Making cache files for all metadata files.
2025-10-13T11:04:45-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-13T11:04:45-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-13T11:04:45-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-13T11:04:45-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-13T11:04:45-0400 DEBUG extras: has expired and will be refreshed.
2025-10-13T11:04:45-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-13T11:04:45-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-13T11:04:45-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-13T11:04:45-0400 DEBUG epel: has expired and will be refreshed.
2025-10-13T11:04:45-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-13T11:04:45-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-13T11:04:45-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-13T11:04:45-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T11:04:45-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T11:04:45-0400 DDEBUG Cleaning up.
2025-10-13T11:04:45-0400 DDEBUG Plugins were unloaded.
2025-10-13T11:04: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T11:04: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T12:12:42-0400 INFO --- logging initialized ---
2025-10-13T12:12:42-0400 DDEBUG timer: config: 9 ms
2025-10-13T12:12: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-10-13T12:12:42-0400 DEBUG DNF version: 4.7.0
2025-10-13T12:12:42-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T12:12:42-0400 DDEBUG Installroot: /
2025-10-13T12:12:42-0400 DDEBUG Releasever: 8
2025-10-13T12:12:42-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T12:12:42-0400 DDEBUG Base command: makecache
2025-10-13T12:12:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T12:12:42-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T12:12:42-0400 DEBUG Making cache files for all metadata files.
2025-10-13T12:12:42-0400 INFO Metadata cache refreshed recently.
2025-10-13T12:12:42-0400 DDEBUG Cleaning up.
2025-10-13T12:12:42-0400 DDEBUG Plugins were unloaded.
2025-10-13T13:42:18-0400 INFO --- logging initialized ---
2025-10-13T13:42:18-0400 DDEBUG timer: config: 76 ms
2025-10-13T13:42: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-10-13T13:42:18-0400 DEBUG DNF version: 4.7.0
2025-10-13T13:42:18-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T13:42:18-0400 DDEBUG Installroot: /
2025-10-13T13:42:18-0400 DDEBUG Releasever: 8
2025-10-13T13:42:18-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T13:42:18-0400 DDEBUG Base command: makecache
2025-10-13T13:42:18-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T13:42:18-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T13:42:18-0400 DEBUG Making cache files for all metadata files.
2025-10-13T13:42:18-0400 INFO Metadata cache refreshed recently.
2025-10-13T13:42:18-0400 DDEBUG Cleaning up.
2025-10-13T13:42:18-0400 DDEBUG Plugins were unloaded.
2025-10-13T15:29:11-0400 INFO --- logging initialized ---
2025-10-13T15:29:11-0400 DDEBUG timer: config: 63 ms
2025-10-13T15:29: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-10-13T15:29:11-0400 DEBUG DNF version: 4.7.0
2025-10-13T15:29:11-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T15:29:11-0400 DDEBUG Installroot: /
2025-10-13T15:29:11-0400 DDEBUG Releasever: 8
2025-10-13T15:29:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T15:29:11-0400 DDEBUG Base command: makecache
2025-10-13T15:29:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T15:29:11-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T15:29:11-0400 DEBUG Making cache files for all metadata files.
2025-10-13T15:29:11-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-13T15:29:11-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-13T15:29:11-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-13T15:29:11-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-13T15:29:11-0400 DEBUG extras: has expired and will be refreshed.
2025-10-13T15:29:11-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-13T15:29:11-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-13T15:29:11-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-13T15:29:11-0400 DEBUG epel: has expired and will be refreshed.
2025-10-13T15:29:11-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-13T15:29:11-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-13T15:29:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-13T15:29:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T15:29:11-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T15:29:11-0400 DDEBUG Cleaning up.
2025-10-13T15:29:11-0400 DDEBUG Plugins were unloaded.
2025-10-13T15:29: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T15:29: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T16:35:09-0400 INFO --- logging initialized ---
2025-10-13T16:35:09-0400 DDEBUG timer: config: 9 ms
2025-10-13T16:35: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-10-13T16:35:09-0400 DEBUG DNF version: 4.7.0
2025-10-13T16:35:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T16:35:09-0400 DDEBUG Installroot: /
2025-10-13T16:35:09-0400 DDEBUG Releasever: 8
2025-10-13T16:35:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T16:35:09-0400 DDEBUG Base command: makecache
2025-10-13T16:35:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T16:35:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T16:35:09-0400 DEBUG Making cache files for all metadata files.
2025-10-13T16:35:09-0400 INFO Metadata cache refreshed recently.
2025-10-13T16:35:09-0400 DDEBUG Cleaning up.
2025-10-13T16:35:09-0400 DDEBUG Plugins were unloaded.
2025-10-13T17:52:59-0400 INFO --- logging initialized ---
2025-10-13T17:52:59-0400 DDEBUG timer: config: 9 ms
2025-10-13T17: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-10-13T17:52:59-0400 DEBUG DNF version: 4.7.0
2025-10-13T17:52:59-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T17:52:59-0400 DDEBUG Installroot: /
2025-10-13T17:52:59-0400 DDEBUG Releasever: 8
2025-10-13T17:52:59-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T17:52:59-0400 DDEBUG Base command: makecache
2025-10-13T17:52:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T17:52:59-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T17:52:59-0400 DEBUG Making cache files for all metadata files.
2025-10-13T17:52:59-0400 INFO Metadata cache refreshed recently.
2025-10-13T17:52:59-0400 DDEBUG Cleaning up.
2025-10-13T17:52:59-0400 DDEBUG Plugins were unloaded.
2025-10-13T19:05:30-0400 INFO --- logging initialized ---
2025-10-13T19:05:30-0400 DDEBUG timer: config: 12 ms
2025-10-13T19:05: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-10-13T19:05:30-0400 DEBUG DNF version: 4.7.0
2025-10-13T19:05:30-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T19:05:30-0400 DDEBUG Installroot: /
2025-10-13T19:05:30-0400 DDEBUG Releasever: 8
2025-10-13T19:05:30-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T19:05:30-0400 DDEBUG Base command: makecache
2025-10-13T19:05:30-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T19:05:30-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T19:05:30-0400 DEBUG Making cache files for all metadata files.
2025-10-13T19:05:30-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-13T19:05:30-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-13T19:05:30-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-13T19:05:30-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-13T19:05:30-0400 DEBUG extras: has expired and will be refreshed.
2025-10-13T19:05:30-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-13T19:05:30-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-13T19:05:30-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-13T19:05:30-0400 DEBUG epel: has expired and will be refreshed.
2025-10-13T19:05:30-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-13T19:05:30-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-13T19:05:30-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-13T19:05:30-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T19:05:30-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T19:05:30-0400 DDEBUG Cleaning up.
2025-10-13T19:05:30-0400 DDEBUG Plugins were unloaded.
2025-10-13T19:05: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T19:05: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T20:23:00-0400 INFO --- logging initialized ---
2025-10-13T20:23:00-0400 DDEBUG timer: config: 10 ms
2025-10-13T20:23: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-10-13T20:23:00-0400 DEBUG DNF version: 4.7.0
2025-10-13T20:23:00-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T20:23:00-0400 DDEBUG Installroot: /
2025-10-13T20:23:00-0400 DDEBUG Releasever: 8
2025-10-13T20:23:00-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T20:23:00-0400 DDEBUG Base command: makecache
2025-10-13T20:23:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T20:23:00-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T20:23:00-0400 DEBUG Making cache files for all metadata files.
2025-10-13T20:23:00-0400 INFO Metadata cache refreshed recently.
2025-10-13T20:23:00-0400 DDEBUG Cleaning up.
2025-10-13T20:23:00-0400 DDEBUG Plugins were unloaded.
2025-10-13T21:43:49-0400 INFO --- logging initialized ---
2025-10-13T21:43:49-0400 DDEBUG timer: config: 11 ms
2025-10-13T21:43: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-10-13T21:43:49-0400 DEBUG DNF version: 4.7.0
2025-10-13T21:43:49-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T21:43:49-0400 DDEBUG Installroot: /
2025-10-13T21:43:49-0400 DDEBUG Releasever: 8
2025-10-13T21:43:49-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T21:43:49-0400 DDEBUG Base command: makecache
2025-10-13T21:43:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T21:43:49-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T21:43:49-0400 DEBUG Making cache files for all metadata files.
2025-10-13T21:43:49-0400 INFO Metadata cache refreshed recently.
2025-10-13T21:43:49-0400 DDEBUG Cleaning up.
2025-10-13T21:43:49-0400 DDEBUG Plugins were unloaded.
2025-10-13T23:27:13-0400 INFO --- logging initialized ---
2025-10-13T23:27:14-0400 DDEBUG timer: config: 10 ms
2025-10-13T23:27: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-10-13T23:27:14-0400 DEBUG DNF version: 4.7.0
2025-10-13T23:27:14-0400 DDEBUG Command: dnf makecache --timer 
2025-10-13T23:27:14-0400 DDEBUG Installroot: /
2025-10-13T23:27:14-0400 DDEBUG Releasever: 8
2025-10-13T23:27:14-0400 DEBUG cachedir: /var/cache/dnf
2025-10-13T23:27:14-0400 DDEBUG Base command: makecache
2025-10-13T23:27:14-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-13T23:27:14-0400 DEBUG Excludes in repo epel: nginx*
2025-10-13T23:27:14-0400 DEBUG Making cache files for all metadata files.
2025-10-13T23:27:14-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-13T23:27:14-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-13T23:27:14-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-13T23:27:14-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-13T23:27:14-0400 DEBUG extras: has expired and will be refreshed.
2025-10-13T23:27:14-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-13T23:27:14-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-13T23:27:14-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-13T23:27:14-0400 DEBUG epel: has expired and will be refreshed.
2025-10-13T23:27:14-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-13T23:27:14-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-13T23:27:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-13T23:27:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-13T23:27:14-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T23:27:14-0400 DDEBUG Cleaning up.
2025-10-13T23:27:14-0400 DDEBUG Plugins were unloaded.
2025-10-13T23:27: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-13T23:27: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T00:29:03-0400 INFO --- logging initialized ---
2025-10-14T00:29:03-0400 DDEBUG timer: config: 147 ms
2025-10-14T00:29: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-10-14T00:29:03-0400 DEBUG DNF version: 4.7.0
2025-10-14T00:29:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T00:29:03-0400 DDEBUG Installroot: /
2025-10-14T00:29:03-0400 DDEBUG Releasever: 8
2025-10-14T00:29:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T00:29:03-0400 DDEBUG Base command: makecache
2025-10-14T00:29:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T00:29:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T00:29:03-0400 DEBUG Making cache files for all metadata files.
2025-10-14T00:29:03-0400 INFO Metadata cache refreshed recently.
2025-10-14T00:29:03-0400 DDEBUG Cleaning up.
2025-10-14T00:29:03-0400 DDEBUG Plugins were unloaded.
2025-10-14T02:19:58-0400 INFO --- logging initialized ---
2025-10-14T02:19:58-0400 DDEBUG timer: config: 81 ms
2025-10-14T02:19: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-10-14T02:19:58-0400 DEBUG DNF version: 4.7.0
2025-10-14T02:19:58-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T02:19:58-0400 DDEBUG Installroot: /
2025-10-14T02:19:58-0400 DDEBUG Releasever: 8
2025-10-14T02:19:58-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T02:19:58-0400 DDEBUG Base command: makecache
2025-10-14T02:19:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T02:19:58-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T02:19:58-0400 DEBUG Making cache files for all metadata files.
2025-10-14T02:19:58-0400 INFO Metadata cache refreshed recently.
2025-10-14T02:19:58-0400 DDEBUG Cleaning up.
2025-10-14T02:19:58-0400 DDEBUG Plugins were unloaded.
2025-10-14T03:23:14-0400 INFO --- logging initialized ---
2025-10-14T03:23:14-0400 DDEBUG timer: config: 56 ms
2025-10-14T03:23: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-10-14T03:23:14-0400 DEBUG YUM version: 4.7.0
2025-10-14T03:23:14-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-14T03:23:14-0400 DDEBUG Installroot: /
2025-10-14T03:23:14-0400 DDEBUG Releasever: 8
2025-10-14T03:23:14-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T03:23:14-0400 DDEBUG Base command: check-update
2025-10-14T03:23:14-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-14T03:23:14-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-14T03:23:14-0400 DEBUG repo: using cache for: cwp
2025-10-14T03:23:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-14T03:23:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T03:23:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T03:23:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T03:23:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T03:23:15-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T03:23:15-0400 DDEBUG Cleaning up.
2025-10-14T03:23:15-0400 DDEBUG Plugins were unloaded.
2025-10-14T03:23: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-10-14T03:23: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-10-14T03:23:15-0400 INFO --- logging initialized ---
2025-10-14T03:23:15-0400 DDEBUG timer: config: 5 ms
2025-10-14T03:23: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-10-14T03:23:15-0400 DEBUG YUM version: 4.7.0
2025-10-14T03:23:15-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-14T03:23:15-0400 DDEBUG Installroot: /
2025-10-14T03:23:15-0400 DDEBUG Releasever: 8
2025-10-14T03:23:15-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T03:23:15-0400 DDEBUG Base command: update
2025-10-14T03:23:15-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-14T03:23:15-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-14T03:23:16-0400 DEBUG repo: using cache for: cwp
2025-10-14T03:23:16-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-14T03:23:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T03:23:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T03:23:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T03:23:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T03:23:16-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T03:23:16-0400 DDEBUG Cleaning up.
2025-10-14T03:23:16-0400 DDEBUG Plugins were unloaded.
2025-10-14T03:23: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: 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-10-14T03:23:16-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-14T04:10:32-0400 INFO --- logging initialized ---
2025-10-14T04:10:32-0400 DDEBUG timer: config: 60 ms
2025-10-14T04:10: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-10-14T04:10:33-0400 DEBUG DNF version: 4.7.0
2025-10-14T04:10:33-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T04:10:33-0400 DDEBUG Installroot: /
2025-10-14T04:10:33-0400 DDEBUG Releasever: 8
2025-10-14T04:10:33-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T04:10:33-0400 DDEBUG Base command: makecache
2025-10-14T04:10:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T04:10:33-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T04:10:33-0400 DEBUG Making cache files for all metadata files.
2025-10-14T04:10:33-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-14T04:10:33-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-14T04:10:33-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-14T04:10:33-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-14T04:10:33-0400 DEBUG extras: has expired and will be refreshed.
2025-10-14T04:10:33-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-14T04:10:33-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-14T04:10:33-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-14T04:10:33-0400 DEBUG epel: has expired and will be refreshed.
2025-10-14T04:10:33-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-14T04:10:33-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-14T04:10:33-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-14T04:10:33-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T04:10:33-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T04:10:33-0400 DDEBUG Cleaning up.
2025-10-14T04:10:33-0400 DDEBUG Plugins were unloaded.
2025-10-14T04:10: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T04:10: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T06:10:33-0400 INFO --- logging initialized ---
2025-10-14T06:10:33-0400 DDEBUG timer: config: 55 ms
2025-10-14T06:10: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-10-14T06:10:33-0400 DEBUG DNF version: 4.7.0
2025-10-14T06:10:33-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T06:10:33-0400 DDEBUG Installroot: /
2025-10-14T06:10:33-0400 DDEBUG Releasever: 8
2025-10-14T06:10:33-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T06:10:33-0400 DDEBUG Base command: makecache
2025-10-14T06:10:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T06:10:33-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T06:10:33-0400 DEBUG Making cache files for all metadata files.
2025-10-14T06:10:33-0400 INFO Metadata cache refreshed recently.
2025-10-14T06:10:33-0400 DDEBUG Cleaning up.
2025-10-14T06:10:33-0400 DDEBUG Plugins were unloaded.
2025-10-14T07:15:14-0400 INFO --- logging initialized ---
2025-10-14T07:15:14-0400 DDEBUG timer: config: 6 ms
2025-10-14T07:15: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-10-14T07:15:14-0400 DEBUG DNF version: 4.7.0
2025-10-14T07:15:14-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T07:15:14-0400 DDEBUG Installroot: /
2025-10-14T07:15:14-0400 DDEBUG Releasever: 8
2025-10-14T07:15:14-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T07:15:14-0400 DDEBUG Base command: makecache
2025-10-14T07:15:14-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T07:15:14-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T07:15:14-0400 DEBUG Making cache files for all metadata files.
2025-10-14T07:15:14-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-14T07:15:14-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-14T07:15:14-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-14T07:15:14-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-14T07:15:14-0400 DEBUG extras: has expired and will be refreshed.
2025-10-14T07:15:14-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-14T07:15:14-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-14T07:15:14-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-14T07:15:14-0400 DEBUG epel: has expired and will be refreshed.
2025-10-14T07:15:14-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-14T07:15:14-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-14T07:15:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-14T07:15:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T07:15:15-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T07:15:15-0400 DDEBUG Cleaning up.
2025-10-14T07:15:15-0400 DDEBUG Plugins were unloaded.
2025-10-14T07:15: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T07:15: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T08:39:32-0400 INFO --- logging initialized ---
2025-10-14T08:39:32-0400 DDEBUG timer: config: 11 ms
2025-10-14T08:39: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-10-14T08:39:33-0400 DEBUG DNF version: 4.7.0
2025-10-14T08:39:33-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T08:39:33-0400 DDEBUG Installroot: /
2025-10-14T08:39:33-0400 DDEBUG Releasever: 8
2025-10-14T08:39:33-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T08:39:33-0400 DDEBUG Base command: makecache
2025-10-14T08:39:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T08:39:33-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T08:39:33-0400 DEBUG Making cache files for all metadata files.
2025-10-14T08:39:33-0400 INFO Metadata cache refreshed recently.
2025-10-14T08:39:33-0400 DDEBUG Cleaning up.
2025-10-14T08:39:33-0400 DDEBUG Plugins were unloaded.
2025-10-14T09:47:25-0400 INFO --- logging initialized ---
2025-10-14T09:47:25-0400 DDEBUG timer: config: 8 ms
2025-10-14T09:47: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-10-14T09:47:25-0400 DEBUG DNF version: 4.7.0
2025-10-14T09:47:25-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T09:47:25-0400 DDEBUG Installroot: /
2025-10-14T09:47:25-0400 DDEBUG Releasever: 8
2025-10-14T09:47:25-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T09:47:25-0400 DDEBUG Base command: makecache
2025-10-14T09:47:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T09:47:25-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T09:47:25-0400 DEBUG Making cache files for all metadata files.
2025-10-14T09:47:25-0400 INFO Metadata cache refreshed recently.
2025-10-14T09:47:25-0400 DDEBUG Cleaning up.
2025-10-14T09:47:25-0400 DDEBUG Plugins were unloaded.
2025-10-14T11:34:42-0400 INFO --- logging initialized ---
2025-10-14T11:34:42-0400 DDEBUG timer: config: 7 ms
2025-10-14T11:34: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-10-14T11:34:42-0400 DEBUG DNF version: 4.7.0
2025-10-14T11:34:42-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T11:34:42-0400 DDEBUG Installroot: /
2025-10-14T11:34:42-0400 DDEBUG Releasever: 8
2025-10-14T11:34:42-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T11:34:42-0400 DDEBUG Base command: makecache
2025-10-14T11:34:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T11:34:42-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T11:34:42-0400 DEBUG Making cache files for all metadata files.
2025-10-14T11:34:42-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-14T11:34:42-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-14T11:34:42-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-14T11:34:42-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-14T11:34:42-0400 DEBUG extras: has expired and will be refreshed.
2025-10-14T11:34:42-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-14T11:34:42-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-14T11:34:42-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-14T11:34:42-0400 DEBUG epel: has expired and will be refreshed.
2025-10-14T11:34:42-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-14T11:34:42-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-14T11:34:42-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-14T11:34:42-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T11:34:42-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T11:34:42-0400 DDEBUG Cleaning up.
2025-10-14T11:34:42-0400 DDEBUG Plugins were unloaded.
2025-10-14T11:34: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T11:34: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T12:47:37-0400 INFO --- logging initialized ---
2025-10-14T12:47:37-0400 DDEBUG timer: config: 40 ms
2025-10-14T12:47: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-10-14T12:47:37-0400 DEBUG DNF version: 4.7.0
2025-10-14T12:47:37-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T12:47:37-0400 DDEBUG Installroot: /
2025-10-14T12:47:37-0400 DDEBUG Releasever: 8
2025-10-14T12:47:37-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T12:47:37-0400 DDEBUG Base command: makecache
2025-10-14T12:47:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T12:47:37-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T12:47:37-0400 DEBUG Making cache files for all metadata files.
2025-10-14T12:47:37-0400 INFO Metadata cache refreshed recently.
2025-10-14T12:47:37-0400 DDEBUG Cleaning up.
2025-10-14T12:47:37-0400 DDEBUG Plugins were unloaded.
2025-10-14T14:46:22-0400 INFO --- logging initialized ---
2025-10-14T14:46:22-0400 DDEBUG timer: config: 43 ms
2025-10-14T14:46: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-10-14T14:46:22-0400 DEBUG DNF version: 4.7.0
2025-10-14T14:46:22-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T14:46:22-0400 DDEBUG Installroot: /
2025-10-14T14:46:22-0400 DDEBUG Releasever: 8
2025-10-14T14:46:22-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T14:46:22-0400 DDEBUG Base command: makecache
2025-10-14T14:46:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T14:46:22-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T14:46:22-0400 DEBUG Making cache files for all metadata files.
2025-10-14T14:46:22-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-14T14:46:22-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-14T14:46:22-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-14T14:46:22-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-14T14:46:22-0400 DEBUG extras: has expired and will be refreshed.
2025-10-14T14:46:22-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-14T14:46:22-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-14T14:46:22-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-14T14:46:22-0400 DEBUG epel: has expired and will be refreshed.
2025-10-14T14:46:22-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-14T14:46:22-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-14T14:46:22-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-14T14:46:22-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T14:46:22-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T14:46:22-0400 DDEBUG Cleaning up.
2025-10-14T14:46:22-0400 DDEBUG Plugins were unloaded.
2025-10-14T14:46: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T14:46: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T16:01:58-0400 INFO --- logging initialized ---
2025-10-14T16:01:58-0400 DDEBUG timer: config: 30 ms
2025-10-14T16:01: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-10-14T16:01:58-0400 DEBUG DNF version: 4.7.0
2025-10-14T16:01:58-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T16:01:58-0400 DDEBUG Installroot: /
2025-10-14T16:01:58-0400 DDEBUG Releasever: 8
2025-10-14T16:01:58-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T16:01:58-0400 DDEBUG Base command: makecache
2025-10-14T16:01:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T16:01:58-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T16:01:58-0400 DEBUG Making cache files for all metadata files.
2025-10-14T16:01:58-0400 INFO Metadata cache refreshed recently.
2025-10-14T16:01:58-0400 DDEBUG Cleaning up.
2025-10-14T16:01:58-0400 DDEBUG Plugins were unloaded.
2025-10-14T17:23:57-0400 INFO --- logging initialized ---
2025-10-14T17:23:57-0400 DDEBUG timer: config: 38 ms
2025-10-14T17:23: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-10-14T17:23:57-0400 DEBUG DNF version: 4.7.0
2025-10-14T17:23:57-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T17:23:57-0400 DDEBUG Installroot: /
2025-10-14T17:23:57-0400 DDEBUG Releasever: 8
2025-10-14T17:23:57-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T17:23:57-0400 DDEBUG Base command: makecache
2025-10-14T17:23:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T17:23:57-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T17:23:57-0400 DEBUG Making cache files for all metadata files.
2025-10-14T17:23:57-0400 INFO Metadata cache refreshed recently.
2025-10-14T17:23:57-0400 DDEBUG Cleaning up.
2025-10-14T17:23:57-0400 DDEBUG Plugins were unloaded.
2025-10-14T18:40:54-0400 INFO --- logging initialized ---
2025-10-14T18:40:54-0400 DDEBUG timer: config: 9 ms
2025-10-14T18:40: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-10-14T18:40:54-0400 DEBUG DNF version: 4.7.0
2025-10-14T18:40:54-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T18:40:54-0400 DDEBUG Installroot: /
2025-10-14T18:40:54-0400 DDEBUG Releasever: 8
2025-10-14T18:40:54-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T18:40:54-0400 DDEBUG Base command: makecache
2025-10-14T18:40:54-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T18:40:54-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T18:40:54-0400 DEBUG Making cache files for all metadata files.
2025-10-14T18:40:54-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-14T18:40:54-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-14T18:40:54-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-14T18:40:54-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-14T18:40:54-0400 DEBUG extras: has expired and will be refreshed.
2025-10-14T18:40:54-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-14T18:40:54-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-14T18:40:54-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-14T18:40:54-0400 DEBUG epel: has expired and will be refreshed.
2025-10-14T18:40:54-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-14T18:40:55-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-14T18:40:55-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-14T18:40:55-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T18:40:55-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T18:40:55-0400 DDEBUG Cleaning up.
2025-10-14T18:40:55-0400 DDEBUG Plugins were unloaded.
2025-10-14T18:40: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T18:40: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T20:08:29-0400 INFO --- logging initialized ---
2025-10-14T20:08:29-0400 DDEBUG timer: config: 20 ms
2025-10-14T20:08: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-10-14T20:08:29-0400 DEBUG DNF version: 4.7.0
2025-10-14T20:08:29-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T20:08:29-0400 DDEBUG Installroot: /
2025-10-14T20:08:29-0400 DDEBUG Releasever: 8
2025-10-14T20:08:29-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T20:08:29-0400 DDEBUG Base command: makecache
2025-10-14T20:08:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T20:08:29-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T20:08:29-0400 DEBUG Making cache files for all metadata files.
2025-10-14T20:08:29-0400 INFO Metadata cache refreshed recently.
2025-10-14T20:08:29-0400 DDEBUG Cleaning up.
2025-10-14T20:08:29-0400 DDEBUG Plugins were unloaded.
2025-10-14T21:33:58-0400 INFO --- logging initialized ---
2025-10-14T21:33:58-0400 DDEBUG timer: config: 37 ms
2025-10-14T21:33: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-10-14T21:33:59-0400 DEBUG DNF version: 4.7.0
2025-10-14T21:33:59-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T21:33:59-0400 DDEBUG Installroot: /
2025-10-14T21:33:59-0400 DDEBUG Releasever: 8
2025-10-14T21:33:59-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T21:33:59-0400 DDEBUG Base command: makecache
2025-10-14T21:33:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T21:33:59-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T21:33:59-0400 DEBUG Making cache files for all metadata files.
2025-10-14T21:33:59-0400 INFO Metadata cache refreshed recently.
2025-10-14T21:33:59-0400 DDEBUG Cleaning up.
2025-10-14T21:33:59-0400 DDEBUG Plugins were unloaded.
2025-10-14T22:55:09-0400 INFO --- logging initialized ---
2025-10-14T22:55:09-0400 DDEBUG timer: config: 36 ms
2025-10-14T22:55: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-10-14T22:55:09-0400 DEBUG DNF version: 4.7.0
2025-10-14T22:55:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-14T22:55:09-0400 DDEBUG Installroot: /
2025-10-14T22:55:09-0400 DDEBUG Releasever: 8
2025-10-14T22:55:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-14T22:55:09-0400 DDEBUG Base command: makecache
2025-10-14T22:55:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-14T22:55:10-0400 DEBUG Excludes in repo epel: nginx*
2025-10-14T22:55:10-0400 DEBUG Making cache files for all metadata files.
2025-10-14T22:55:10-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-14T22:55:10-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-14T22:55:10-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-14T22:55:10-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-14T22:55:10-0400 DEBUG extras: has expired and will be refreshed.
2025-10-14T22:55:10-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-14T22:55:10-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-14T22:55:10-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-14T22:55:10-0400 DEBUG epel: has expired and will be refreshed.
2025-10-14T22:55:10-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-14T22:55:10-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-14T22:55:10-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-14T22:55:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-14T22:55:10-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T22:55:10-0400 DDEBUG Cleaning up.
2025-10-14T22:55:10-0400 DDEBUG Plugins were unloaded.
2025-10-14T22:55: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-14T22:55: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T00:03:10-0400 INFO --- logging initialized ---
2025-10-15T00:03:10-0400 DDEBUG timer: config: 201 ms
2025-10-15T00: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-10-15T00:03:11-0400 DEBUG DNF version: 4.7.0
2025-10-15T00:03:11-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T00:03:11-0400 DDEBUG Installroot: /
2025-10-15T00:03:11-0400 DDEBUG Releasever: 8
2025-10-15T00:03:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T00:03:11-0400 DDEBUG Base command: makecache
2025-10-15T00:03:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T00:03:11-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T00:03:11-0400 DEBUG Making cache files for all metadata files.
2025-10-15T00:03:11-0400 INFO Metadata cache refreshed recently.
2025-10-15T00:03:11-0400 DDEBUG Cleaning up.
2025-10-15T00:03:11-0400 DDEBUG Plugins were unloaded.
2025-10-15T01:55:22-0400 INFO --- logging initialized ---
2025-10-15T01:55:22-0400 DDEBUG timer: config: 59 ms
2025-10-15T01:55: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-10-15T01:55:22-0400 DEBUG DNF version: 4.7.0
2025-10-15T01:55:22-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T01:55:22-0400 DDEBUG Installroot: /
2025-10-15T01:55:22-0400 DDEBUG Releasever: 8
2025-10-15T01:55:22-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T01:55:22-0400 DDEBUG Base command: makecache
2025-10-15T01:55:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T01:55:22-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T01:55:22-0400 DEBUG Making cache files for all metadata files.
2025-10-15T01:55:22-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-15T01:55:22-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-15T01:55:22-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-15T01:55:22-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-15T01:55:22-0400 DEBUG extras: has expired and will be refreshed.
2025-10-15T01:55:22-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-15T01:55:22-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-15T01:55:22-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-15T01:55:22-0400 DEBUG epel: has expired and will be refreshed.
2025-10-15T01:55:22-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-15T01:55:22-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-15T01:55:22-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-15T01:55:22-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T01:55:22-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T01:55:22-0400 DDEBUG Cleaning up.
2025-10-15T01:55:22-0400 DDEBUG Plugins were unloaded.
2025-10-15T01:55: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T01:55: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T03:21:14-0400 INFO --- logging initialized ---
2025-10-15T03:21:14-0400 DDEBUG timer: config: 124 ms
2025-10-15T03:21: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-10-15T03:21:14-0400 DEBUG YUM version: 4.7.0
2025-10-15T03:21:14-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-15T03:21:14-0400 DDEBUG Installroot: /
2025-10-15T03:21:14-0400 DDEBUG Releasever: 8
2025-10-15T03:21:14-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T03:21:14-0400 DDEBUG Base command: check-update
2025-10-15T03:21:14-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-15T03:21:14-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-15T03:21:15-0400 DEBUG repo: using cache for: cwp
2025-10-15T03:21:15-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-15T03:21:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T03:21:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T03:21:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T03:21:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T03:21:15-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T03:21:15-0400 DDEBUG Cleaning up.
2025-10-15T03:21:15-0400 DDEBUG Plugins were unloaded.
2025-10-15T03:21: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-10-15T03:21: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-10-15T03:21:16-0400 INFO --- logging initialized ---
2025-10-15T03:21:16-0400 DDEBUG timer: config: 5 ms
2025-10-15T03:21: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-10-15T03:21:16-0400 DEBUG YUM version: 4.7.0
2025-10-15T03:21:16-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-15T03:21:16-0400 DDEBUG Installroot: /
2025-10-15T03:21:16-0400 DDEBUG Releasever: 8
2025-10-15T03:21:16-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T03:21:16-0400 DDEBUG Base command: update
2025-10-15T03:21:16-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-15T03:21:16-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-15T03:21:16-0400 DEBUG repo: using cache for: cwp
2025-10-15T03:21:16-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-15T03:21:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T03:21:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T03:21:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T03:21:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T03:21:17-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T03:21:17-0400 DDEBUG Cleaning up.
2025-10-15T03:21:17-0400 DDEBUG Plugins were unloaded.
2025-10-15T03:21: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: 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-10-15T03:21:17-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-15T03:21:35-0400 INFO --- logging initialized ---
2025-10-15T03:21:35-0400 DDEBUG timer: config: 5 ms
2025-10-15T03:21: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-10-15T03:21:35-0400 DEBUG DNF version: 4.7.0
2025-10-15T03:21:35-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T03:21:35-0400 DDEBUG Installroot: /
2025-10-15T03:21:35-0400 DDEBUG Releasever: 8
2025-10-15T03:21:35-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T03:21:35-0400 DDEBUG Base command: makecache
2025-10-15T03:21:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T03:21:35-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T03:21:35-0400 DEBUG Making cache files for all metadata files.
2025-10-15T03:21:35-0400 INFO Metadata cache refreshed recently.
2025-10-15T03:21:35-0400 DDEBUG Cleaning up.
2025-10-15T03:21:35-0400 DDEBUG Plugins were unloaded.
2025-10-15T05:19:33-0400 INFO --- logging initialized ---
2025-10-15T05:19:33-0400 DDEBUG timer: config: 57 ms
2025-10-15T05:19: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-10-15T05:19:34-0400 DEBUG DNF version: 4.7.0
2025-10-15T05:19:34-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T05:19:34-0400 DDEBUG Installroot: /
2025-10-15T05:19:34-0400 DDEBUG Releasever: 8
2025-10-15T05:19:34-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T05:19:34-0400 DDEBUG Base command: makecache
2025-10-15T05:19:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T05:19:34-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T05:19:34-0400 DEBUG Making cache files for all metadata files.
2025-10-15T05:19:34-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-15T05:19:34-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-15T05:19:34-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-15T05:19:34-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-15T05:19:34-0400 DEBUG extras: has expired and will be refreshed.
2025-10-15T05:19:34-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-15T05:19:34-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-15T05:19:34-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-15T05:19:34-0400 DEBUG epel: has expired and will be refreshed.
2025-10-15T05:19:34-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-15T05:19:34-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-15T05:19:34-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-15T05:19:34-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T05:19:34-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T05:19:34-0400 DDEBUG Cleaning up.
2025-10-15T05:19:34-0400 DDEBUG Plugins were unloaded.
2025-10-15T05:19: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T05:19: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T06:37:54-0400 INFO --- logging initialized ---
2025-10-15T06:37:54-0400 DDEBUG timer: config: 7 ms
2025-10-15T06:37: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-10-15T06:37:55-0400 DEBUG DNF version: 4.7.0
2025-10-15T06:37:55-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T06:37:55-0400 DDEBUG Installroot: /
2025-10-15T06:37:55-0400 DDEBUG Releasever: 8
2025-10-15T06:37:55-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T06:37:55-0400 DDEBUG Base command: makecache
2025-10-15T06:37:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T06:37:55-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T06:37:55-0400 DEBUG Making cache files for all metadata files.
2025-10-15T06:37:55-0400 INFO Metadata cache refreshed recently.
2025-10-15T06:37:55-0400 DDEBUG Cleaning up.
2025-10-15T06:37:55-0400 DDEBUG Plugins were unloaded.
2025-10-15T09:58:34-0400 INFO --- logging initialized ---
2025-10-15T09:58:34-0400 DDEBUG timer: config: 1049 ms
2025-10-15T09:58: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-10-15T09:58:35-0400 DEBUG DNF version: 4.7.0
2025-10-15T09:58:35-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T09:58:35-0400 DDEBUG Installroot: /
2025-10-15T09:58:35-0400 DDEBUG Releasever: 8
2025-10-15T09:58:35-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T09:58:35-0400 DDEBUG Base command: makecache
2025-10-15T09:58:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T09:58:36-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T09:58:36-0400 DEBUG Making cache files for all metadata files.
2025-10-15T09:58:43-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-15T09:58:44-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-15T09:58:44-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-15T09:58:45-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-15T09:58:45-0400 DEBUG extras: has expired and will be refreshed.
2025-10-15T09:58:45-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-15T09:58:45-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-15T09:58:45-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-15T09:58:45-0400 DEBUG epel: has expired and will be refreshed.
2025-10-15T09:58:45-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-15T09:58:46-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-15T09:58:47-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-15T09:58:47-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T09:58:47-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T09:58:47-0400 DDEBUG Cleaning up.
2025-10-15T09:58:49-0400 DDEBUG Plugins were unloaded.
2025-10-15T09:58: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T09:58: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T11:57:50-0400 INFO --- logging initialized ---
2025-10-15T11:57:50-0400 DDEBUG timer: config: 49 ms
2025-10-15T11:57: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-10-15T11:57:50-0400 DEBUG DNF version: 4.7.0
2025-10-15T11:57:50-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T11:57:50-0400 DDEBUG Installroot: /
2025-10-15T11:57:50-0400 DDEBUG Releasever: 8
2025-10-15T11:57:50-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T11:57:50-0400 DDEBUG Base command: makecache
2025-10-15T11:57:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T11:57:50-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T11:57:50-0400 DEBUG Making cache files for all metadata files.
2025-10-15T11:57:51-0400 INFO Metadata cache refreshed recently.
2025-10-15T11:57:51-0400 DDEBUG Cleaning up.
2025-10-15T11:57:51-0400 DDEBUG Plugins were unloaded.
2025-10-15T13:52:26-0400 INFO --- logging initialized ---
2025-10-15T13:52:26-0400 DDEBUG timer: config: 6 ms
2025-10-15T13:52: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-10-15T13:52:26-0400 DEBUG DNF version: 4.7.0
2025-10-15T13:52:26-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T13:52:26-0400 DDEBUG Installroot: /
2025-10-15T13:52:26-0400 DDEBUG Releasever: 8
2025-10-15T13:52:26-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T13:52:26-0400 DDEBUG Base command: makecache
2025-10-15T13:52:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T13:52:26-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T13:52:26-0400 DEBUG Making cache files for all metadata files.
2025-10-15T13:52:26-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-15T13:52:26-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-15T13:52:26-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-15T13:52:26-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-15T13:52:26-0400 DEBUG extras: has expired and will be refreshed.
2025-10-15T13:52:26-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-15T13:52:26-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-15T13:52:26-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-15T13:52:26-0400 DEBUG epel: has expired and will be refreshed.
2025-10-15T13:52:26-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-15T13:52:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-15T13:52:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-15T13:52:26-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T13:52:26-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T13:52:26-0400 DDEBUG Cleaning up.
2025-10-15T13:52:26-0400 DDEBUG Plugins were unloaded.
2025-10-15T13:52: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T13:52: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T15:15:25-0400 INFO --- logging initialized ---
2025-10-15T15:15:25-0400 DDEBUG timer: config: 8 ms
2025-10-15T15:15: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-10-15T15:15:25-0400 DEBUG DNF version: 4.7.0
2025-10-15T15:15:25-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T15:15:25-0400 DDEBUG Installroot: /
2025-10-15T15:15:25-0400 DDEBUG Releasever: 8
2025-10-15T15:15:25-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T15:15:25-0400 DDEBUG Base command: makecache
2025-10-15T15:15:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T15:15:25-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T15:15:25-0400 DEBUG Making cache files for all metadata files.
2025-10-15T15:15:25-0400 INFO Metadata cache refreshed recently.
2025-10-15T15:15:25-0400 DDEBUG Cleaning up.
2025-10-15T15:15:25-0400 DDEBUG Plugins were unloaded.
2025-10-15T17:09:49-0400 INFO --- logging initialized ---
2025-10-15T17:09:49-0400 DDEBUG timer: config: 8 ms
2025-10-15T17:09: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-10-15T17:09:50-0400 DEBUG DNF version: 4.7.0
2025-10-15T17:09:50-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T17:09:50-0400 DDEBUG Installroot: /
2025-10-15T17:09:50-0400 DDEBUG Releasever: 8
2025-10-15T17:09:50-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T17:09:50-0400 DDEBUG Base command: makecache
2025-10-15T17:09:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T17:09:50-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T17:09:50-0400 DEBUG Making cache files for all metadata files.
2025-10-15T17:09:50-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-15T17:09:50-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-15T17:09:50-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-15T17:09:50-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-15T17:09:50-0400 DEBUG extras: has expired and will be refreshed.
2025-10-15T17:09:50-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-15T17:09:50-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-15T17:09:50-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-15T17:09:50-0400 DEBUG epel: has expired and will be refreshed.
2025-10-15T17:09:50-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-15T17:09:50-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-15T17:09:50-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-15T17:09:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T17:09:50-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T17:09:50-0400 DDEBUG Cleaning up.
2025-10-15T17:09:50-0400 DDEBUG Plugins were unloaded.
2025-10-15T17:09: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T17:09: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T18:39:09-0400 INFO --- logging initialized ---
2025-10-15T18:39:09-0400 DDEBUG timer: config: 8 ms
2025-10-15T18:39: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-10-15T18:39:09-0400 DEBUG DNF version: 4.7.0
2025-10-15T18:39:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T18:39:09-0400 DDEBUG Installroot: /
2025-10-15T18:39:09-0400 DDEBUG Releasever: 8
2025-10-15T18:39:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T18:39:09-0400 DDEBUG Base command: makecache
2025-10-15T18:39:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T18:39:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T18:39:09-0400 DEBUG Making cache files for all metadata files.
2025-10-15T18:39:09-0400 INFO Metadata cache refreshed recently.
2025-10-15T18:39:09-0400 DDEBUG Cleaning up.
2025-10-15T18:39:09-0400 DDEBUG Plugins were unloaded.
2025-10-15T20:17:52-0400 INFO --- logging initialized ---
2025-10-15T20:17:52-0400 DDEBUG timer: config: 6 ms
2025-10-15T20:17: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-10-15T20:17:52-0400 DEBUG DNF version: 4.7.0
2025-10-15T20:17:52-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T20:17:52-0400 DDEBUG Installroot: /
2025-10-15T20:17:52-0400 DDEBUG Releasever: 8
2025-10-15T20:17:52-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T20:17:52-0400 DDEBUG Base command: makecache
2025-10-15T20:17:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T20:17:52-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T20:17:52-0400 DEBUG Making cache files for all metadata files.
2025-10-15T20:17:52-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-15T20:17:52-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-15T20:17:52-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-15T20:17:52-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-15T20:17:52-0400 DEBUG extras: has expired and will be refreshed.
2025-10-15T20:17:52-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-15T20:17:52-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-15T20:17:52-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-15T20:17:52-0400 DEBUG epel: has expired and will be refreshed.
2025-10-15T20:17:52-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-15T20:17:52-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-15T20:17:52-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-15T20:17:52-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-15T20:17:52-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T20:17:52-0400 DDEBUG Cleaning up.
2025-10-15T20:17:52-0400 DDEBUG Plugins were unloaded.
2025-10-15T20:17: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T20:17: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-15T21:48:28-0400 INFO --- logging initialized ---
2025-10-15T21:48:28-0400 DDEBUG timer: config: 8 ms
2025-10-15T21:48: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-10-15T21:48:29-0400 DEBUG DNF version: 4.7.0
2025-10-15T21:48:29-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T21:48:29-0400 DDEBUG Installroot: /
2025-10-15T21:48:29-0400 DDEBUG Releasever: 8
2025-10-15T21:48:29-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T21:48:29-0400 DDEBUG Base command: makecache
2025-10-15T21:48:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T21:48:29-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T21:48:29-0400 DEBUG Making cache files for all metadata files.
2025-10-15T21:48:29-0400 INFO Metadata cache refreshed recently.
2025-10-15T21:48:29-0400 DDEBUG Cleaning up.
2025-10-15T21:48:29-0400 DDEBUG Plugins were unloaded.
2025-10-15T23:07:43-0400 INFO --- logging initialized ---
2025-10-15T23:07:43-0400 DDEBUG timer: config: 9 ms
2025-10-15T23:07: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-10-15T23:07:43-0400 DEBUG DNF version: 4.7.0
2025-10-15T23:07:43-0400 DDEBUG Command: dnf makecache --timer 
2025-10-15T23:07:43-0400 DDEBUG Installroot: /
2025-10-15T23:07:43-0400 DDEBUG Releasever: 8
2025-10-15T23:07:43-0400 DEBUG cachedir: /var/cache/dnf
2025-10-15T23:07:43-0400 DDEBUG Base command: makecache
2025-10-15T23:07:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-15T23:07:43-0400 DEBUG Excludes in repo epel: nginx*
2025-10-15T23:07:43-0400 DEBUG Making cache files for all metadata files.
2025-10-15T23:07:43-0400 INFO Metadata cache refreshed recently.
2025-10-15T23:07:43-0400 DDEBUG Cleaning up.
2025-10-15T23:07:43-0400 DDEBUG Plugins were unloaded.
2025-10-16T00:57:57-0400 INFO --- logging initialized ---
2025-10-16T00:57:57-0400 DDEBUG timer: config: 53 ms
2025-10-16T00:57: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-10-16T00:57:57-0400 DEBUG DNF version: 4.7.0
2025-10-16T00:57:57-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T00:57:57-0400 DDEBUG Installroot: /
2025-10-16T00:57:57-0400 DDEBUG Releasever: 8
2025-10-16T00:57:57-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T00:57:57-0400 DDEBUG Base command: makecache
2025-10-16T00:57:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T00:57:57-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T00:57:57-0400 DEBUG Making cache files for all metadata files.
2025-10-16T00:57:57-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-16T00:57:58-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-16T00:57:58-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-16T00:57:58-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-16T00:57:58-0400 DEBUG extras: has expired and will be refreshed.
2025-10-16T00:57:58-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-16T00:57:58-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-16T00:57:58-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-16T00:57:58-0400 DEBUG epel: has expired and will be refreshed.
2025-10-16T00:57:58-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-16T00:57:58-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-16T00:57:58-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-16T00:57:58-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T00:57:58-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T00:57:58-0400 DDEBUG Cleaning up.
2025-10-16T00:57:58-0400 DDEBUG Plugins were unloaded.
2025-10-16T00:57:58-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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T00:57:58-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T02:48:03-0400 INFO --- logging initialized ---
2025-10-16T02:48:03-0400 DDEBUG timer: config: 94 ms
2025-10-16T02: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-10-16T02:48:03-0400 DEBUG DNF version: 4.7.0
2025-10-16T02:48:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T02:48:03-0400 DDEBUG Installroot: /
2025-10-16T02:48:03-0400 DDEBUG Releasever: 8
2025-10-16T02:48:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T02:48:03-0400 DDEBUG Base command: makecache
2025-10-16T02:48:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T02:48:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T02:48:03-0400 DEBUG Making cache files for all metadata files.
2025-10-16T02:48:03-0400 INFO Metadata cache refreshed recently.
2025-10-16T02:48:03-0400 DDEBUG Cleaning up.
2025-10-16T02:48:03-0400 DDEBUG Plugins were unloaded.
2025-10-16T03:42:15-0400 INFO --- logging initialized ---
2025-10-16T03:42:15-0400 DDEBUG timer: config: 6 ms
2025-10-16T03:42: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-10-16T03:42:15-0400 DEBUG YUM version: 4.7.0
2025-10-16T03:42:15-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-16T03:42:15-0400 DDEBUG Installroot: /
2025-10-16T03:42:15-0400 DDEBUG Releasever: 8
2025-10-16T03:42:15-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T03:42:15-0400 DDEBUG Base command: check-update
2025-10-16T03:42:15-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-16T03:42:15-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-16T03:42:15-0400 DEBUG repo: using cache for: cwp
2025-10-16T03:42:15-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-16T03:42:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T03:42:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T03:42:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T03:42:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T03:42:15-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T03:42:15-0400 DDEBUG Cleaning up.
2025-10-16T03:42:15-0400 DDEBUG Plugins were unloaded.
2025-10-16T03:42: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-10-16T03:42: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-10-16T03:42:16-0400 INFO --- logging initialized ---
2025-10-16T03:42:16-0400 DDEBUG timer: config: 5 ms
2025-10-16T03:42: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-10-16T03:42:16-0400 DEBUG YUM version: 4.7.0
2025-10-16T03:42:16-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-16T03:42:16-0400 DDEBUG Installroot: /
2025-10-16T03:42:16-0400 DDEBUG Releasever: 8
2025-10-16T03:42:16-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T03:42:16-0400 DDEBUG Base command: update
2025-10-16T03:42:16-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-16T03:42:16-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-16T03:42:17-0400 DEBUG repo: using cache for: cwp
2025-10-16T03:42:17-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-16T03:42:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T03:42:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T03:42:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T03:42:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T03:42:17-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T03:42:17-0400 DDEBUG Cleaning up.
2025-10-16T03:42:17-0400 DDEBUG Plugins were unloaded.
2025-10-16T03:42: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: 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-10-16T03:42:17-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-16T04:43:40-0400 INFO --- logging initialized ---
2025-10-16T04:43:40-0400 DDEBUG timer: config: 49 ms
2025-10-16T04:43: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-10-16T04:43:40-0400 DEBUG DNF version: 4.7.0
2025-10-16T04:43:40-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T04:43:40-0400 DDEBUG Installroot: /
2025-10-16T04:43:40-0400 DDEBUG Releasever: 8
2025-10-16T04:43:40-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T04:43:40-0400 DDEBUG Base command: makecache
2025-10-16T04:43:40-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T04:43:40-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T04:43:40-0400 DEBUG Making cache files for all metadata files.
2025-10-16T04:43:40-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-16T04:43:40-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-16T04:43:40-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-16T04:43:40-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-16T04:43:40-0400 DEBUG extras: has expired and will be refreshed.
2025-10-16T04:43:40-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-16T04:43:40-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-16T04:43:40-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-16T04:43:40-0400 DEBUG epel: has expired and will be refreshed.
2025-10-16T04:43:40-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-16T04:43:40-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-16T04:43:40-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-16T04:43:40-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T04:43:40-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T04:43:40-0400 DDEBUG Cleaning up.
2025-10-16T04:43:40-0400 DDEBUG Plugins were unloaded.
2025-10-16T04:43:40-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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T04:43:40-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T06:22:50-0400 INFO --- logging initialized ---
2025-10-16T06:22:50-0400 DDEBUG timer: config: 6 ms
2025-10-16T06:22: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-10-16T06:22:50-0400 DEBUG DNF version: 4.7.0
2025-10-16T06:22:50-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T06:22:50-0400 DDEBUG Installroot: /
2025-10-16T06:22:50-0400 DDEBUG Releasever: 8
2025-10-16T06:22:50-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T06:22:50-0400 DDEBUG Base command: makecache
2025-10-16T06:22:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T06:22:50-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T06:22:50-0400 DEBUG Making cache files for all metadata files.
2025-10-16T06:22:50-0400 INFO Metadata cache refreshed recently.
2025-10-16T06:22:50-0400 DDEBUG Cleaning up.
2025-10-16T06:22:50-0400 DDEBUG Plugins were unloaded.
2025-10-16T08:01:41-0400 INFO --- logging initialized ---
2025-10-16T08:01:41-0400 DDEBUG timer: config: 8 ms
2025-10-16T08:01: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-10-16T08:01:41-0400 DEBUG DNF version: 4.7.0
2025-10-16T08:01:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T08:01:41-0400 DDEBUG Installroot: /
2025-10-16T08:01:41-0400 DDEBUG Releasever: 8
2025-10-16T08:01:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T08:01:41-0400 DDEBUG Base command: makecache
2025-10-16T08:01:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T08:01:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T08:01:41-0400 DEBUG Making cache files for all metadata files.
2025-10-16T08:01:41-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-16T08:01:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-16T08:01:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-16T08:01:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-16T08:01:41-0400 DEBUG extras: has expired and will be refreshed.
2025-10-16T08:01:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-16T08:01:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-16T08:01:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-16T08:01:41-0400 DEBUG epel: has expired and will be refreshed.
2025-10-16T08:01:41-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-16T08:01:42-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-16T08:01:42-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-16T08:01:42-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T08:01:42-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T08:01:42-0400 DDEBUG Cleaning up.
2025-10-16T08:01:42-0400 DDEBUG Plugins were unloaded.
2025-10-16T08:01: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T08:01: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T09:26:20-0400 INFO --- logging initialized ---
2025-10-16T09:26:20-0400 DDEBUG timer: config: 52 ms
2025-10-16T09:26: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-10-16T09:26:21-0400 DEBUG DNF version: 4.7.0
2025-10-16T09:26:21-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T09:26:21-0400 DDEBUG Installroot: /
2025-10-16T09:26:21-0400 DDEBUG Releasever: 8
2025-10-16T09:26:21-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T09:26:21-0400 DDEBUG Base command: makecache
2025-10-16T09:26:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T09:26:21-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T09:26:21-0400 DEBUG Making cache files for all metadata files.
2025-10-16T09:26:21-0400 INFO Metadata cache refreshed recently.
2025-10-16T09:26:21-0400 DDEBUG Cleaning up.
2025-10-16T09:26:21-0400 DDEBUG Plugins were unloaded.
2025-10-16T11:24:11-0400 INFO --- logging initialized ---
2025-10-16T11:24:11-0400 DDEBUG timer: config: 8 ms
2025-10-16T11:24: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-10-16T11:24:11-0400 DEBUG DNF version: 4.7.0
2025-10-16T11:24:11-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T11:24:11-0400 DDEBUG Installroot: /
2025-10-16T11:24:11-0400 DDEBUG Releasever: 8
2025-10-16T11:24:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T11:24:11-0400 DDEBUG Base command: makecache
2025-10-16T11:24:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T11:24:11-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T11:24:11-0400 DEBUG Making cache files for all metadata files.
2025-10-16T11:24:11-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-16T11:24:11-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-16T11:24:11-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-16T11:24:11-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-16T11:24:11-0400 DEBUG extras: has expired and will be refreshed.
2025-10-16T11:24:11-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-16T11:24:11-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-16T11:24:11-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-16T11:24:11-0400 DEBUG epel: has expired and will be refreshed.
2025-10-16T11:24:11-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-16T11:24:11-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-16T11:24:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-16T11:24:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T11:24:11-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T11:24:11-0400 DDEBUG Cleaning up.
2025-10-16T11:24:11-0400 DDEBUG Plugins were unloaded.
2025-10-16T11:24: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T11:24: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T12:43:10-0400 INFO --- logging initialized ---
2025-10-16T12:43:10-0400 DDEBUG timer: config: 57 ms
2025-10-16T12:43: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-10-16T12:43:10-0400 DEBUG DNF version: 4.7.0
2025-10-16T12:43:10-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T12:43:10-0400 DDEBUG Installroot: /
2025-10-16T12:43:10-0400 DDEBUG Releasever: 8
2025-10-16T12:43:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T12:43:10-0400 DDEBUG Base command: makecache
2025-10-16T12:43:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T12:43:10-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T12:43:10-0400 DEBUG Making cache files for all metadata files.
2025-10-16T12:43:10-0400 INFO Metadata cache refreshed recently.
2025-10-16T12:43:10-0400 DDEBUG Cleaning up.
2025-10-16T12:43:10-0400 DDEBUG Plugins were unloaded.
2025-10-16T14:05:55-0400 INFO --- logging initialized ---
2025-10-16T14:05:55-0400 DDEBUG timer: config: 52 ms
2025-10-16T14:05: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-10-16T14:05:55-0400 DEBUG DNF version: 4.7.0
2025-10-16T14:05:55-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T14:05:55-0400 DDEBUG Installroot: /
2025-10-16T14:05:55-0400 DDEBUG Releasever: 8
2025-10-16T14:05:55-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T14:05:55-0400 DDEBUG Base command: makecache
2025-10-16T14:05:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T14:05:55-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T14:05:55-0400 DEBUG Making cache files for all metadata files.
2025-10-16T14:05:55-0400 INFO Metadata cache refreshed recently.
2025-10-16T14:05:55-0400 DDEBUG Cleaning up.
2025-10-16T14:05:55-0400 DDEBUG Plugins were unloaded.
2025-10-16T15:15:09-0400 INFO --- logging initialized ---
2025-10-16T15:15:09-0400 DDEBUG timer: config: 7 ms
2025-10-16T15: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-10-16T15:15:09-0400 DEBUG DNF version: 4.7.0
2025-10-16T15:15:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T15:15:09-0400 DDEBUG Installroot: /
2025-10-16T15:15:09-0400 DDEBUG Releasever: 8
2025-10-16T15:15:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T15:15:09-0400 DDEBUG Base command: makecache
2025-10-16T15:15:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T15:15:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T15:15:09-0400 DEBUG Making cache files for all metadata files.
2025-10-16T15:15:09-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-16T15:15:09-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-16T15:15:09-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-16T15:15:09-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-16T15:15:09-0400 DEBUG extras: has expired and will be refreshed.
2025-10-16T15:15:09-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-16T15:15:09-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-16T15:15:09-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-16T15:15:09-0400 DEBUG epel: has expired and will be refreshed.
2025-10-16T15:15:09-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-16T15:15:09-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-16T15:15:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-16T15:15:09-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T15:15:09-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T15:15:09-0400 DDEBUG Cleaning up.
2025-10-16T15:15:09-0400 DDEBUG Plugins were unloaded.
2025-10-16T15:15: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T15:15: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T16:59:51-0400 INFO --- logging initialized ---
2025-10-16T16:59:51-0400 DDEBUG timer: config: 8 ms
2025-10-16T16:59: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-10-16T16:59:51-0400 DEBUG DNF version: 4.7.0
2025-10-16T16:59:51-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T16:59:51-0400 DDEBUG Installroot: /
2025-10-16T16:59:51-0400 DDEBUG Releasever: 8
2025-10-16T16:59:51-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T16:59:51-0400 DDEBUG Base command: makecache
2025-10-16T16:59:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T16:59:51-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T16:59:51-0400 DEBUG Making cache files for all metadata files.
2025-10-16T16:59:51-0400 INFO Metadata cache refreshed recently.
2025-10-16T16:59:51-0400 DDEBUG Cleaning up.
2025-10-16T16:59:51-0400 DDEBUG Plugins were unloaded.
2025-10-16T18:32:43-0400 INFO --- logging initialized ---
2025-10-16T18:32:43-0400 DDEBUG timer: config: 6 ms
2025-10-16T18:32: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-10-16T18:32:43-0400 DEBUG DNF version: 4.7.0
2025-10-16T18:32:43-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T18:32:43-0400 DDEBUG Installroot: /
2025-10-16T18:32:43-0400 DDEBUG Releasever: 8
2025-10-16T18:32:43-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T18:32:43-0400 DDEBUG Base command: makecache
2025-10-16T18:32:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T18:32:43-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T18:32:43-0400 DEBUG Making cache files for all metadata files.
2025-10-16T18:32:43-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-16T18:32:43-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-16T18:32:43-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-16T18:32:43-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-16T18:32:43-0400 DEBUG extras: has expired and will be refreshed.
2025-10-16T18:32:43-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-16T18:32:43-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-16T18:32:43-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-16T18:32:43-0400 DEBUG epel: has expired and will be refreshed.
2025-10-16T18:32:43-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-16T18:32:43-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-16T18:32:43-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-16T18:32:43-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T18:32:43-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T18:32:43-0400 DDEBUG Cleaning up.
2025-10-16T18:32:43-0400 DDEBUG Plugins were unloaded.
2025-10-16T18:32: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T18:32: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T20:18:11-0400 INFO --- logging initialized ---
2025-10-16T20:18:11-0400 DDEBUG timer: config: 9 ms
2025-10-16T20:18: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-10-16T20:18:11-0400 DEBUG DNF version: 4.7.0
2025-10-16T20:18:11-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T20:18:11-0400 DDEBUG Installroot: /
2025-10-16T20:18:11-0400 DDEBUG Releasever: 8
2025-10-16T20:18:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T20:18:11-0400 DDEBUG Base command: makecache
2025-10-16T20:18:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T20:18:11-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T20:18:11-0400 DEBUG Making cache files for all metadata files.
2025-10-16T20:18:11-0400 INFO Metadata cache refreshed recently.
2025-10-16T20:18:11-0400 DDEBUG Cleaning up.
2025-10-16T20:18:11-0400 DDEBUG Plugins were unloaded.
2025-10-16T21:22:42-0400 INFO --- logging initialized ---
2025-10-16T21:22:42-0400 DDEBUG timer: config: 55 ms
2025-10-16T21:22: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-10-16T21:22:42-0400 DEBUG DNF version: 4.7.0
2025-10-16T21:22:42-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T21:22:42-0400 DDEBUG Installroot: /
2025-10-16T21:22:42-0400 DDEBUG Releasever: 8
2025-10-16T21:22:42-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T21:22:42-0400 DDEBUG Base command: makecache
2025-10-16T21:22:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T21:22:42-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T21:22:42-0400 DEBUG Making cache files for all metadata files.
2025-10-16T21:22:42-0400 INFO Metadata cache refreshed recently.
2025-10-16T21:22:42-0400 DDEBUG Cleaning up.
2025-10-16T21:22:42-0400 DDEBUG Plugins were unloaded.
2025-10-16T22:49:59-0400 INFO --- logging initialized ---
2025-10-16T22:49:59-0400 DDEBUG timer: config: 6 ms
2025-10-16T22:49: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-10-16T22:49:59-0400 DEBUG DNF version: 4.7.0
2025-10-16T22:49:59-0400 DDEBUG Command: dnf makecache --timer 
2025-10-16T22:49:59-0400 DDEBUG Installroot: /
2025-10-16T22:49:59-0400 DDEBUG Releasever: 8
2025-10-16T22:49:59-0400 DEBUG cachedir: /var/cache/dnf
2025-10-16T22:49:59-0400 DDEBUG Base command: makecache
2025-10-16T22:49:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-16T22:49:59-0400 DEBUG Excludes in repo epel: nginx*
2025-10-16T22:49:59-0400 DEBUG Making cache files for all metadata files.
2025-10-16T22:49:59-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-16T22:49:59-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-16T22:49:59-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-16T22:49:59-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-16T22:49:59-0400 DEBUG extras: has expired and will be refreshed.
2025-10-16T22:49:59-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-16T22:49:59-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-16T22:49:59-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-16T22:49:59-0400 DEBUG epel: has expired and will be refreshed.
2025-10-16T22:49:59-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-16T22:49:59-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-16T22:49:59-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-16T22:49:59-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-16T22:49:59-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T22:49:59-0400 DDEBUG Cleaning up.
2025-10-16T22:49:59-0400 DDEBUG Plugins were unloaded.
2025-10-16T22:49: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-16T22:49: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T00:07:18-0400 INFO --- logging initialized ---
2025-10-17T00:07:18-0400 DDEBUG timer: config: 8 ms
2025-10-17T00:07: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-10-17T00:07:18-0400 DEBUG DNF version: 4.7.0
2025-10-17T00:07:18-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T00:07:18-0400 DDEBUG Installroot: /
2025-10-17T00:07:18-0400 DDEBUG Releasever: 8
2025-10-17T00:07:18-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T00:07:18-0400 DDEBUG Base command: makecache
2025-10-17T00:07:18-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T00:07:18-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T00:07:18-0400 DEBUG Making cache files for all metadata files.
2025-10-17T00:07:18-0400 INFO Metadata cache refreshed recently.
2025-10-17T00:07:18-0400 DDEBUG Cleaning up.
2025-10-17T00:07:18-0400 DDEBUG Plugins were unloaded.
2025-10-17T01:44:29-0400 INFO --- logging initialized ---
2025-10-17T01:44:29-0400 DDEBUG timer: config: 57 ms
2025-10-17T01:44: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-10-17T01:44:29-0400 DEBUG DNF version: 4.7.0
2025-10-17T01:44:29-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T01:44:29-0400 DDEBUG Installroot: /
2025-10-17T01:44:29-0400 DDEBUG Releasever: 8
2025-10-17T01:44:29-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T01:44:29-0400 DDEBUG Base command: makecache
2025-10-17T01:44:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T01:44:29-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T01:44:29-0400 DEBUG Making cache files for all metadata files.
2025-10-17T01:44:29-0400 INFO Metadata cache refreshed recently.
2025-10-17T01:44:29-0400 DDEBUG Cleaning up.
2025-10-17T01:44:29-0400 DDEBUG Plugins were unloaded.
2025-10-17T03:20:29-0400 INFO --- logging initialized ---
2025-10-17T03:20:29-0400 DDEBUG timer: config: 51 ms
2025-10-17T03:20: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-10-17T03:20:30-0400 DEBUG DNF version: 4.7.0
2025-10-17T03:20:30-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T03:20:30-0400 DDEBUG Installroot: /
2025-10-17T03:20:30-0400 DDEBUG Releasever: 8
2025-10-17T03:20:30-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T03:20:30-0400 DDEBUG Base command: makecache
2025-10-17T03:20:30-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T03:20:30-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T03:20:30-0400 DEBUG Making cache files for all metadata files.
2025-10-17T03:20:30-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-17T03:20:30-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-17T03:20:30-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-17T03:20:30-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-17T03:20:30-0400 DEBUG extras: has expired and will be refreshed.
2025-10-17T03:20:30-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-17T03:20:30-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-17T03:20:30-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-17T03:20:30-0400 DEBUG epel: has expired and will be refreshed.
2025-10-17T03:20:30-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-17T03:20:30-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-17T03:20:30-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-17T03:20:30-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T03:20:30-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T03:20:30-0400 DDEBUG Cleaning up.
2025-10-17T03:20:30-0400 DDEBUG Plugins were unloaded.
2025-10-17T03:20: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T03:20: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T03:34:09-0400 INFO --- logging initialized ---
2025-10-17T03:34:09-0400 DDEBUG timer: config: 5 ms
2025-10-17T03:34: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-10-17T03:34:09-0400 DEBUG YUM version: 4.7.0
2025-10-17T03:34:09-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-17T03:34:09-0400 DDEBUG Installroot: /
2025-10-17T03:34:09-0400 DDEBUG Releasever: 8
2025-10-17T03:34:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T03:34:09-0400 DDEBUG Base command: check-update
2025-10-17T03:34:09-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-17T03:34:09-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-17T03:34:10-0400 DEBUG repo: using cache for: cwp
2025-10-17T03:34:10-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-17T03:34:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T03:34:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T03:34:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T03:34:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T03:34:10-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T03:34:10-0400 DDEBUG Cleaning up.
2025-10-17T03:34:10-0400 DDEBUG Plugins were unloaded.
2025-10-17T03: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-10-17T03: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-10-17T03:34:10-0400 INFO --- logging initialized ---
2025-10-17T03:34:10-0400 DDEBUG timer: config: 6 ms
2025-10-17T03:34: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-10-17T03:34:10-0400 DEBUG YUM version: 4.7.0
2025-10-17T03:34:10-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-17T03:34:10-0400 DDEBUG Installroot: /
2025-10-17T03:34:10-0400 DDEBUG Releasever: 8
2025-10-17T03:34:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T03:34:10-0400 DDEBUG Base command: update
2025-10-17T03:34:10-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-17T03:34:10-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-17T03:34:11-0400 DEBUG repo: using cache for: cwp
2025-10-17T03:34:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-17T03:34:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T03:34:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T03:34:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T03:34:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T03:34:11-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T03:34:11-0400 DDEBUG Cleaning up.
2025-10-17T03:34:11-0400 DDEBUG Plugins were unloaded.
2025-10-17T03:34: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: 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-10-17T03:34:11-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-17T05:05:36-0400 INFO --- logging initialized ---
2025-10-17T05:05:36-0400 DDEBUG timer: config: 53 ms
2025-10-17T05:05: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-10-17T05:05:36-0400 DEBUG DNF version: 4.7.0
2025-10-17T05:05:36-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T05:05:36-0400 DDEBUG Installroot: /
2025-10-17T05:05:36-0400 DDEBUG Releasever: 8
2025-10-17T05:05:36-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T05:05:36-0400 DDEBUG Base command: makecache
2025-10-17T05:05:36-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T05:05:36-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T05:05:36-0400 DEBUG Making cache files for all metadata files.
2025-10-17T05:05:36-0400 INFO Metadata cache refreshed recently.
2025-10-17T05:05:36-0400 DDEBUG Cleaning up.
2025-10-17T05:05:36-0400 DDEBUG Plugins were unloaded.
2025-10-17T07:04:41-0400 INFO --- logging initialized ---
2025-10-17T07:04:41-0400 DDEBUG timer: config: 56 ms
2025-10-17T07:04: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-10-17T07:04:41-0400 DEBUG DNF version: 4.7.0
2025-10-17T07:04:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T07:04:41-0400 DDEBUG Installroot: /
2025-10-17T07:04:41-0400 DDEBUG Releasever: 8
2025-10-17T07:04:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T07:04:41-0400 DDEBUG Base command: makecache
2025-10-17T07:04:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T07:04:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T07:04:41-0400 DEBUG Making cache files for all metadata files.
2025-10-17T07:04:41-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-17T07:04:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-17T07:04:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-17T07:04:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-17T07:04:41-0400 DEBUG extras: has expired and will be refreshed.
2025-10-17T07:04:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-17T07:04:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-17T07:04:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-17T07:04:41-0400 DEBUG epel: has expired and will be refreshed.
2025-10-17T07:04:41-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-17T07:04:41-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-17T07:04:41-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-17T07:04:41-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T07:04:41-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T07:04:41-0400 DDEBUG Cleaning up.
2025-10-17T07:04:41-0400 DDEBUG Plugins were unloaded.
2025-10-17T07:04: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T07:04: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T08:57:02-0400 INFO --- logging initialized ---
2025-10-17T08:57:02-0400 DDEBUG timer: config: 13 ms
2025-10-17T08:57: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-10-17T08:57:02-0400 DEBUG DNF version: 4.7.0
2025-10-17T08:57:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T08:57:02-0400 DDEBUG Installroot: /
2025-10-17T08:57:02-0400 DDEBUG Releasever: 8
2025-10-17T08:57:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T08:57:02-0400 DDEBUG Base command: makecache
2025-10-17T08:57:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T08:57:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T08:57:02-0400 DEBUG Making cache files for all metadata files.
2025-10-17T08:57:02-0400 INFO Metadata cache refreshed recently.
2025-10-17T08:57:02-0400 DDEBUG Cleaning up.
2025-10-17T08:57:02-0400 DDEBUG Plugins were unloaded.
2025-10-17T10:31:23-0400 INFO --- logging initialized ---
2025-10-17T10:31:23-0400 DDEBUG timer: config: 62 ms
2025-10-17T10:31: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-10-17T10:31:23-0400 DEBUG DNF version: 4.7.0
2025-10-17T10:31:23-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T10:31:23-0400 DDEBUG Installroot: /
2025-10-17T10:31:23-0400 DDEBUG Releasever: 8
2025-10-17T10:31:23-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T10:31:23-0400 DDEBUG Base command: makecache
2025-10-17T10:31:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T10:31:23-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T10:31:23-0400 DEBUG Making cache files for all metadata files.
2025-10-17T10:31:23-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-17T10:31:23-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-17T10:31:23-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-17T10:31:23-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-17T10:31:23-0400 DEBUG extras: has expired and will be refreshed.
2025-10-17T10:31:23-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-17T10:31:23-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-17T10:31:23-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-17T10:31:23-0400 DEBUG epel: has expired and will be refreshed.
2025-10-17T10:31:23-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-17T10:31:24-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-17T10:31:24-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-17T10:31:24-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T10:31:24-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T10:31:24-0400 DDEBUG Cleaning up.
2025-10-17T10:31:24-0400 DDEBUG Plugins were unloaded.
2025-10-17T10:31: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T10:31: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T12:25:35-0400 INFO --- logging initialized ---
2025-10-17T12:25:35-0400 DDEBUG timer: config: 20 ms
2025-10-17T12:25: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-10-17T12:25:35-0400 DEBUG DNF version: 4.7.0
2025-10-17T12:25:35-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T12:25:35-0400 DDEBUG Installroot: /
2025-10-17T12:25:35-0400 DDEBUG Releasever: 8
2025-10-17T12:25:35-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T12:25:35-0400 DDEBUG Base command: makecache
2025-10-17T12:25:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T12:25:35-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T12:25:35-0400 DEBUG Making cache files for all metadata files.
2025-10-17T12:25:35-0400 INFO Metadata cache refreshed recently.
2025-10-17T12:25:35-0400 DDEBUG Cleaning up.
2025-10-17T12:25:35-0400 DDEBUG Plugins were unloaded.
2025-10-17T13:27:48-0400 INFO --- logging initialized ---
2025-10-17T13:27:48-0400 DDEBUG timer: config: 46 ms
2025-10-17T13:27: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-10-17T13:27:48-0400 DEBUG DNF version: 4.7.0
2025-10-17T13:27:48-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T13:27:48-0400 DDEBUG Installroot: /
2025-10-17T13:27:48-0400 DDEBUG Releasever: 8
2025-10-17T13:27:48-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T13:27:48-0400 DDEBUG Base command: makecache
2025-10-17T13:27:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T13:27:48-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T13:27:48-0400 DEBUG Making cache files for all metadata files.
2025-10-17T13:27:48-0400 INFO Metadata cache refreshed recently.
2025-10-17T13:27:48-0400 DDEBUG Cleaning up.
2025-10-17T13:27:48-0400 DDEBUG Plugins were unloaded.
2025-10-17T14:35:02-0400 INFO --- logging initialized ---
2025-10-17T14:35:02-0400 DDEBUG timer: config: 8 ms
2025-10-17T14: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-10-17T14:35:02-0400 DEBUG DNF version: 4.7.0
2025-10-17T14:35:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T14:35:02-0400 DDEBUG Installroot: /
2025-10-17T14:35:02-0400 DDEBUG Releasever: 8
2025-10-17T14:35:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T14:35:02-0400 DDEBUG Base command: makecache
2025-10-17T14:35:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T14:35:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T14:35:02-0400 DEBUG Making cache files for all metadata files.
2025-10-17T14:35:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-17T14:35:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-17T14:35:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-17T14:35:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-17T14:35:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-17T14:35:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-17T14:35:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-17T14:35:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-17T14:35:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-17T14:35:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-17T14:35:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-17T14:35:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-17T14:35:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T14:35:02-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T14:35:02-0400 DDEBUG Cleaning up.
2025-10-17T14:35:02-0400 DDEBUG Plugins were unloaded.
2025-10-17T14:35: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T14:35: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T16:19:35-0400 INFO --- logging initialized ---
2025-10-17T16:19:35-0400 DDEBUG timer: config: 52 ms
2025-10-17T16:19: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-10-17T16:19:35-0400 DEBUG DNF version: 4.7.0
2025-10-17T16:19:35-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T16:19:35-0400 DDEBUG Installroot: /
2025-10-17T16:19:35-0400 DDEBUG Releasever: 8
2025-10-17T16:19:35-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T16:19:35-0400 DDEBUG Base command: makecache
2025-10-17T16:19:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T16:19:36-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T16:19:36-0400 DEBUG Making cache files for all metadata files.
2025-10-17T16:19:36-0400 INFO Metadata cache refreshed recently.
2025-10-17T16:19:36-0400 DDEBUG Cleaning up.
2025-10-17T16:19:36-0400 DDEBUG Plugins were unloaded.
2025-10-17T17:24:53-0400 INFO --- logging initialized ---
2025-10-17T17:24:53-0400 DDEBUG timer: config: 12 ms
2025-10-17T17:24: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-10-17T17:24:53-0400 DEBUG DNF version: 4.7.0
2025-10-17T17:24:53-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T17:24:53-0400 DDEBUG Installroot: /
2025-10-17T17:24:53-0400 DDEBUG Releasever: 8
2025-10-17T17:24:53-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T17:24:53-0400 DDEBUG Base command: makecache
2025-10-17T17:24:53-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T17:24:53-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T17:24:53-0400 DEBUG Making cache files for all metadata files.
2025-10-17T17:24:53-0400 INFO Metadata cache refreshed recently.
2025-10-17T17:24:53-0400 DDEBUG Cleaning up.
2025-10-17T17:24:53-0400 DDEBUG Plugins were unloaded.
2025-10-17T19:00:51-0400 INFO --- logging initialized ---
2025-10-17T19:00:51-0400 DDEBUG timer: config: 7 ms
2025-10-17T19:00: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-10-17T19:00:51-0400 DEBUG DNF version: 4.7.0
2025-10-17T19:00:51-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T19:00:51-0400 DDEBUG Installroot: /
2025-10-17T19:00:51-0400 DDEBUG Releasever: 8
2025-10-17T19:00:51-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T19:00:51-0400 DDEBUG Base command: makecache
2025-10-17T19:00:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T19:00:51-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T19:00:51-0400 DEBUG Making cache files for all metadata files.
2025-10-17T19:00:51-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-17T19:00:51-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-17T19:00:51-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-17T19:00:51-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-17T19:00:51-0400 DEBUG extras: has expired and will be refreshed.
2025-10-17T19:00:51-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-17T19:00:51-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-17T19:00:51-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-17T19:00:51-0400 DEBUG epel: has expired and will be refreshed.
2025-10-17T19:00:51-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-17T19:00:51-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-17T19:00:51-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-17T19:00:51-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T19:00:51-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T19:00:51-0400 DDEBUG Cleaning up.
2025-10-17T19:00:51-0400 DDEBUG Plugins were unloaded.
2025-10-17T19:00: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T19:00: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T20:07:23-0400 INFO --- logging initialized ---
2025-10-17T20:07:23-0400 DDEBUG timer: config: 6 ms
2025-10-17T20:07: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-10-17T20:07:23-0400 DEBUG DNF version: 4.7.0
2025-10-17T20:07:23-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T20:07:23-0400 DDEBUG Installroot: /
2025-10-17T20:07:23-0400 DDEBUG Releasever: 8
2025-10-17T20:07:23-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T20:07:23-0400 DDEBUG Base command: makecache
2025-10-17T20:07:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T20:07:23-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T20:07:23-0400 DEBUG Making cache files for all metadata files.
2025-10-17T20:07:23-0400 INFO Metadata cache refreshed recently.
2025-10-17T20:07:23-0400 DDEBUG Cleaning up.
2025-10-17T20:07:23-0400 DDEBUG Plugins were unloaded.
2025-10-17T21:26:00-0400 INFO --- logging initialized ---
2025-10-17T21:26:00-0400 DDEBUG timer: config: 58 ms
2025-10-17T21:26: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-10-17T21:26:00-0400 DEBUG DNF version: 4.7.0
2025-10-17T21:26:00-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T21:26:00-0400 DDEBUG Installroot: /
2025-10-17T21:26:00-0400 DDEBUG Releasever: 8
2025-10-17T21:26:00-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T21:26:00-0400 DDEBUG Base command: makecache
2025-10-17T21:26:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T21:26:00-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T21:26:00-0400 DEBUG Making cache files for all metadata files.
2025-10-17T21:26:00-0400 INFO Metadata cache refreshed recently.
2025-10-17T21:26:00-0400 DDEBUG Cleaning up.
2025-10-17T21:26:00-0400 DDEBUG Plugins were unloaded.
2025-10-17T22:32:52-0400 INFO --- logging initialized ---
2025-10-17T22:32:52-0400 DDEBUG timer: config: 11 ms
2025-10-17T22:32: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-10-17T22:32:52-0400 DEBUG DNF version: 4.7.0
2025-10-17T22:32:52-0400 DDEBUG Command: dnf makecache --timer 
2025-10-17T22:32:52-0400 DDEBUG Installroot: /
2025-10-17T22:32:52-0400 DDEBUG Releasever: 8
2025-10-17T22:32:52-0400 DEBUG cachedir: /var/cache/dnf
2025-10-17T22:32:52-0400 DDEBUG Base command: makecache
2025-10-17T22:32:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-17T22:32:52-0400 DEBUG Excludes in repo epel: nginx*
2025-10-17T22:32:52-0400 DEBUG Making cache files for all metadata files.
2025-10-17T22:32:52-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-17T22:32:52-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-17T22:32:52-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-17T22:32:52-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-17T22:32:52-0400 DEBUG extras: has expired and will be refreshed.
2025-10-17T22:32:52-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-17T22:32:52-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-17T22:32:52-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-17T22:32:52-0400 DEBUG epel: has expired and will be refreshed.
2025-10-17T22:32:52-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-17T22:32:52-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-17T22:32:52-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-17T22:32:52-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-17T22:32:52-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T22:32:52-0400 DDEBUG Cleaning up.
2025-10-17T22:32:52-0400 DDEBUG Plugins were unloaded.
2025-10-17T22:32: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-17T22:32: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T00:23:39-0400 INFO --- logging initialized ---
2025-10-18T00:23:39-0400 DDEBUG timer: config: 14 ms
2025-10-18T00:23: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-10-18T00:23:40-0400 DEBUG DNF version: 4.7.0
2025-10-18T00:23:40-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T00:23:40-0400 DDEBUG Installroot: /
2025-10-18T00:23:40-0400 DDEBUG Releasever: 8
2025-10-18T00:23:40-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T00:23:40-0400 DDEBUG Base command: makecache
2025-10-18T00:23:40-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T00:23:40-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T00:23:40-0400 DEBUG Making cache files for all metadata files.
2025-10-18T00:23:40-0400 INFO Metadata cache refreshed recently.
2025-10-18T00:23:40-0400 DDEBUG Cleaning up.
2025-10-18T00:23:40-0400 DDEBUG Plugins were unloaded.
2025-10-18T02:12:25-0400 INFO --- logging initialized ---
2025-10-18T02:12:25-0400 DDEBUG timer: config: 56 ms
2025-10-18T02:12: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-10-18T02:12:25-0400 DEBUG DNF version: 4.7.0
2025-10-18T02:12:25-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T02:12:25-0400 DDEBUG Installroot: /
2025-10-18T02:12:25-0400 DDEBUG Releasever: 8
2025-10-18T02:12:25-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T02:12:25-0400 DDEBUG Base command: makecache
2025-10-18T02:12:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T02:12:25-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T02:12:25-0400 DEBUG Making cache files for all metadata files.
2025-10-18T02:12:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-18T02:12:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-18T02:12:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-18T02:12:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-18T02:12:25-0400 DEBUG extras: has expired and will be refreshed.
2025-10-18T02:12:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-18T02:12:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-18T02:12:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-18T02:12:25-0400 DEBUG epel: has expired and will be refreshed.
2025-10-18T02:12:25-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-18T02:12:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-18T02:12:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-18T02:12:25-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T02:12:25-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T02:12:25-0400 DDEBUG Cleaning up.
2025-10-18T02:12:25-0400 DDEBUG Plugins were unloaded.
2025-10-18T02:12: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T02:12: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T03:35:13-0400 INFO --- logging initialized ---
2025-10-18T03:35:13-0400 DDEBUG timer: config: 6 ms
2025-10-18T03: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-10-18T03:35:13-0400 DEBUG DNF version: 4.7.0
2025-10-18T03:35:13-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T03:35:13-0400 DDEBUG Installroot: /
2025-10-18T03:35:13-0400 DDEBUG Releasever: 8
2025-10-18T03:35:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T03:35:13-0400 DDEBUG Base command: makecache
2025-10-18T03:35:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T03:35:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T03:35:13-0400 DEBUG Making cache files for all metadata files.
2025-10-18T03:35:13-0400 INFO Metadata cache refreshed recently.
2025-10-18T03:35:13-0400 DDEBUG Cleaning up.
2025-10-18T03:35:13-0400 DDEBUG Plugins were unloaded.
2025-10-18T03:41:10-0400 INFO --- logging initialized ---
2025-10-18T03:41:10-0400 DDEBUG timer: config: 6 ms
2025-10-18T03:41: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-10-18T03:41:10-0400 DEBUG YUM version: 4.7.0
2025-10-18T03:41:10-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-18T03:41:10-0400 DDEBUG Installroot: /
2025-10-18T03:41:10-0400 DDEBUG Releasever: 8
2025-10-18T03:41:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T03:41:10-0400 DDEBUG Base command: check-update
2025-10-18T03:41:10-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-18T03:41:10-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-18T03:41:10-0400 DEBUG repo: using cache for: cwp
2025-10-18T03:41:10-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-18T03:41:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T03:41:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T03:41:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T03:41:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T03:41:11-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T03:41:11-0400 DDEBUG Cleaning up.
2025-10-18T03:41:11-0400 DDEBUG Plugins were unloaded.
2025-10-18T03:41: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: 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-10-18T03:41:11-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-18T03:41:11-0400 INFO --- logging initialized ---
2025-10-18T03:41:11-0400 DDEBUG timer: config: 6 ms
2025-10-18T03:41: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-10-18T03:41:11-0400 DEBUG YUM version: 4.7.0
2025-10-18T03:41:11-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-18T03:41:11-0400 DDEBUG Installroot: /
2025-10-18T03:41:11-0400 DDEBUG Releasever: 8
2025-10-18T03:41:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T03:41:11-0400 DDEBUG Base command: update
2025-10-18T03:41:11-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-18T03:41:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-18T03:41:12-0400 DEBUG repo: using cache for: cwp
2025-10-18T03:41:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-18T03:41:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T03:41:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T03:41:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T03:41:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T03:41:12-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T03:41:12-0400 DDEBUG Cleaning up.
2025-10-18T03:41:12-0400 DDEBUG Plugins were unloaded.
2025-10-18T03:41:12-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-10-18T03:41:12-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-18T04:48:20-0400 INFO --- logging initialized ---
2025-10-18T04:48:20-0400 DDEBUG timer: config: 109 ms
2025-10-18T04:48: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-10-18T04:48:21-0400 DEBUG DNF version: 4.7.0
2025-10-18T04:48:21-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T04:48:21-0400 DDEBUG Installroot: /
2025-10-18T04:48:21-0400 DDEBUG Releasever: 8
2025-10-18T04:48:21-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T04:48:21-0400 DDEBUG Base command: makecache
2025-10-18T04:48:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T04:48:21-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T04:48:21-0400 DEBUG Making cache files for all metadata files.
2025-10-18T04:48:21-0400 INFO Metadata cache refreshed recently.
2025-10-18T04:48:21-0400 DDEBUG Cleaning up.
2025-10-18T04:48:21-0400 DDEBUG Plugins were unloaded.
2025-10-18T06:22:23-0400 INFO --- logging initialized ---
2025-10-18T06:22:23-0400 DDEBUG timer: config: 7 ms
2025-10-18T06:22: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-10-18T06:22:23-0400 DEBUG DNF version: 4.7.0
2025-10-18T06:22:23-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T06:22:23-0400 DDEBUG Installroot: /
2025-10-18T06:22:23-0400 DDEBUG Releasever: 8
2025-10-18T06:22:23-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T06:22:23-0400 DDEBUG Base command: makecache
2025-10-18T06:22:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T06:22:23-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T06:22:23-0400 DEBUG Making cache files for all metadata files.
2025-10-18T06:22:23-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-18T06:22:23-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-18T06:22:23-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-18T06:22:23-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-18T06:22:23-0400 DEBUG extras: has expired and will be refreshed.
2025-10-18T06:22:23-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-18T06:22:23-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-18T06:22:23-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-18T06:22:24-0400 DEBUG epel: has expired and will be refreshed.
2025-10-18T06:22:24-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-18T06:22:24-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-18T06:22:24-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-18T06:22:24-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T06:22:24-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T06:22:24-0400 DDEBUG Cleaning up.
2025-10-18T06:22:24-0400 DDEBUG Plugins were unloaded.
2025-10-18T06:22: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T06:22: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T08:00:37-0400 INFO --- logging initialized ---
2025-10-18T08:00:37-0400 DDEBUG timer: config: 69 ms
2025-10-18T08:00: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-10-18T08:00:37-0400 DEBUG DNF version: 4.7.0
2025-10-18T08:00:37-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T08:00:37-0400 DDEBUG Installroot: /
2025-10-18T08:00:37-0400 DDEBUG Releasever: 8
2025-10-18T08:00:37-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T08:00:37-0400 DDEBUG Base command: makecache
2025-10-18T08:00:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T08:00:37-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T08:00:37-0400 DEBUG Making cache files for all metadata files.
2025-10-18T08:00:37-0400 INFO Metadata cache refreshed recently.
2025-10-18T08:00:37-0400 DDEBUG Cleaning up.
2025-10-18T08:00:37-0400 DDEBUG Plugins were unloaded.
2025-10-18T09:33:34-0400 INFO --- logging initialized ---
2025-10-18T09:33:34-0400 DDEBUG timer: config: 10 ms
2025-10-18T09:33: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-10-18T09:33:35-0400 DEBUG DNF version: 4.7.0
2025-10-18T09:33:35-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T09:33:35-0400 DDEBUG Installroot: /
2025-10-18T09:33:35-0400 DDEBUG Releasever: 8
2025-10-18T09:33:35-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T09:33:35-0400 DDEBUG Base command: makecache
2025-10-18T09:33:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T09:33:35-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T09:33:35-0400 DEBUG Making cache files for all metadata files.
2025-10-18T09:33:35-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-18T09:33:35-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-18T09:33:35-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-18T09:33:35-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-18T09:33:35-0400 DEBUG extras: has expired and will be refreshed.
2025-10-18T09:33:35-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-18T09:33:35-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-18T09:33:35-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-18T09:33:35-0400 DEBUG epel: has expired and will be refreshed.
2025-10-18T09:33:35-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-18T09:33:35-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-18T09:33:35-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-18T09:33:35-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T09:33:35-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T09:33:35-0400 DDEBUG Cleaning up.
2025-10-18T09:33:35-0400 DDEBUG Plugins were unloaded.
2025-10-18T09:33: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T09:33: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T10:37:02-0400 INFO --- logging initialized ---
2025-10-18T10:37:02-0400 DDEBUG timer: config: 9 ms
2025-10-18T10:37: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-10-18T10:37:02-0400 DEBUG DNF version: 4.7.0
2025-10-18T10:37:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T10:37:02-0400 DDEBUG Installroot: /
2025-10-18T10:37:02-0400 DDEBUG Releasever: 8
2025-10-18T10:37:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T10:37:02-0400 DDEBUG Base command: makecache
2025-10-18T10:37:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T10:37:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T10:37:02-0400 DEBUG Making cache files for all metadata files.
2025-10-18T10:37:02-0400 INFO Metadata cache refreshed recently.
2025-10-18T10:37:02-0400 DDEBUG Cleaning up.
2025-10-18T10:37:02-0400 DDEBUG Plugins were unloaded.
2025-10-18T12:22:41-0400 INFO --- logging initialized ---
2025-10-18T12:22:41-0400 DDEBUG timer: config: 62 ms
2025-10-18T12:22: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-10-18T12:22:41-0400 DEBUG DNF version: 4.7.0
2025-10-18T12:22:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T12:22:41-0400 DDEBUG Installroot: /
2025-10-18T12:22:41-0400 DDEBUG Releasever: 8
2025-10-18T12:22:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T12:22:41-0400 DDEBUG Base command: makecache
2025-10-18T12:22:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T12:22:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T12:22:41-0400 DEBUG Making cache files for all metadata files.
2025-10-18T12:22:41-0400 INFO Metadata cache refreshed recently.
2025-10-18T12:22:41-0400 DDEBUG Cleaning up.
2025-10-18T12:22:41-0400 DDEBUG Plugins were unloaded.
2025-10-18T14:06:02-0400 INFO --- logging initialized ---
2025-10-18T14:06:02-0400 DDEBUG timer: config: 68 ms
2025-10-18T14:06: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-10-18T14:06:02-0400 DEBUG DNF version: 4.7.0
2025-10-18T14:06:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T14:06:02-0400 DDEBUG Installroot: /
2025-10-18T14:06:02-0400 DDEBUG Releasever: 8
2025-10-18T14:06:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T14:06:02-0400 DDEBUG Base command: makecache
2025-10-18T14:06:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T14:06:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T14:06:02-0400 DEBUG Making cache files for all metadata files.
2025-10-18T14:06:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-18T14:06:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-18T14:06:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-18T14:06:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-18T14:06:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-18T14:06:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-18T14:06:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-18T14:06:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-18T14:06:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-18T14:06:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-18T14:06:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-18T14:06:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-18T14:06:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T14:06:02-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T14:06:02-0400 DDEBUG Cleaning up.
2025-10-18T14:06:02-0400 DDEBUG Plugins were unloaded.
2025-10-18T14:06: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T14:06: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T15:41:00-0400 INFO --- logging initialized ---
2025-10-18T15:41:00-0400 DDEBUG timer: config: 6 ms
2025-10-18T15:41: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-10-18T15:41:00-0400 DEBUG DNF version: 4.7.0
2025-10-18T15:41:00-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T15:41:00-0400 DDEBUG Installroot: /
2025-10-18T15:41:00-0400 DDEBUG Releasever: 8
2025-10-18T15:41:00-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T15:41:00-0400 DDEBUG Base command: makecache
2025-10-18T15:41:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T15:41:00-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T15:41:00-0400 DEBUG Making cache files for all metadata files.
2025-10-18T15:41:00-0400 INFO Metadata cache refreshed recently.
2025-10-18T15:41:00-0400 DDEBUG Cleaning up.
2025-10-18T15:41:00-0400 DDEBUG Plugins were unloaded.
2025-10-18T16:56:13-0400 INFO --- logging initialized ---
2025-10-18T16:56:13-0400 DDEBUG timer: config: 56 ms
2025-10-18T16:56: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-10-18T16:56:13-0400 DEBUG DNF version: 4.7.0
2025-10-18T16:56:13-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T16:56:13-0400 DDEBUG Installroot: /
2025-10-18T16:56:13-0400 DDEBUG Releasever: 8
2025-10-18T16:56:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T16:56:13-0400 DDEBUG Base command: makecache
2025-10-18T16:56:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T16:56:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T16:56:13-0400 DEBUG Making cache files for all metadata files.
2025-10-18T16:56:13-0400 INFO Metadata cache refreshed recently.
2025-10-18T16:56:13-0400 DDEBUG Cleaning up.
2025-10-18T16:56:13-0400 DDEBUG Plugins were unloaded.
2025-10-18T17:57:39-0400 INFO --- logging initialized ---
2025-10-18T17:57:39-0400 DDEBUG timer: config: 7 ms
2025-10-18T17:57: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-10-18T17:57:39-0400 DEBUG DNF version: 4.7.0
2025-10-18T17:57:39-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T17:57:39-0400 DDEBUG Installroot: /
2025-10-18T17:57:39-0400 DDEBUG Releasever: 8
2025-10-18T17:57:39-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T17:57:39-0400 DDEBUG Base command: makecache
2025-10-18T17:57:39-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T17:57:39-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T17:57:39-0400 DEBUG Making cache files for all metadata files.
2025-10-18T17:57:39-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-18T17:57:39-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-18T17:57:39-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-18T17:57:39-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-18T17:57:39-0400 DEBUG extras: has expired and will be refreshed.
2025-10-18T17:57:39-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-18T17:57:39-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-18T17:57:39-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-18T17:57:39-0400 DEBUG epel: has expired and will be refreshed.
2025-10-18T17:57:39-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-18T17:57:39-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-18T17:57:39-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-18T17:57:39-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T17:57:39-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T17:57:39-0400 DDEBUG Cleaning up.
2025-10-18T17:57:39-0400 DDEBUG Plugins were unloaded.
2025-10-18T17:57: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T17:57: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T19:57:27-0400 INFO --- logging initialized ---
2025-10-18T19:57:27-0400 DDEBUG timer: config: 7 ms
2025-10-18T19:57: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-10-18T19:57:27-0400 DEBUG DNF version: 4.7.0
2025-10-18T19:57:27-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T19:57:27-0400 DDEBUG Installroot: /
2025-10-18T19:57:27-0400 DDEBUG Releasever: 8
2025-10-18T19:57:27-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T19:57:27-0400 DDEBUG Base command: makecache
2025-10-18T19:57:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T19:57:27-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T19:57:27-0400 DEBUG Making cache files for all metadata files.
2025-10-18T19:57:27-0400 INFO Metadata cache refreshed recently.
2025-10-18T19:57:27-0400 DDEBUG Cleaning up.
2025-10-18T19:57:27-0400 DDEBUG Plugins were unloaded.
2025-10-18T21:41:27-0400 INFO --- logging initialized ---
2025-10-18T21:41:27-0400 DDEBUG timer: config: 71 ms
2025-10-18T21:41: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-10-18T21:41:27-0400 DEBUG DNF version: 4.7.0
2025-10-18T21:41:27-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T21:41:27-0400 DDEBUG Installroot: /
2025-10-18T21:41:27-0400 DDEBUG Releasever: 8
2025-10-18T21:41:27-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T21:41:27-0400 DDEBUG Base command: makecache
2025-10-18T21:41:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T21:41:27-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T21:41:27-0400 DEBUG Making cache files for all metadata files.
2025-10-18T21:41:27-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-18T21:41:27-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-18T21:41:27-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-18T21:41:27-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-18T21:41:27-0400 DEBUG extras: has expired and will be refreshed.
2025-10-18T21:41:27-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-18T21:41:27-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-18T21:41:27-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-18T21:41:27-0400 DEBUG epel: has expired and will be refreshed.
2025-10-18T21:41:27-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-18T21:41:27-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-18T21:41:27-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-18T21:41:27-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-18T21:41:27-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T21:41:27-0400 DDEBUG Cleaning up.
2025-10-18T21:41:27-0400 DDEBUG Plugins were unloaded.
2025-10-18T21:41: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T21:41: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-18T22:43:09-0400 INFO --- logging initialized ---
2025-10-18T22:43:09-0400 DDEBUG timer: config: 17 ms
2025-10-18T22:43: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-10-18T22:43:09-0400 DEBUG DNF version: 4.7.0
2025-10-18T22:43:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-18T22:43:09-0400 DDEBUG Installroot: /
2025-10-18T22:43:09-0400 DDEBUG Releasever: 8
2025-10-18T22:43:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-18T22:43:09-0400 DDEBUG Base command: makecache
2025-10-18T22:43:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-18T22:43:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-18T22:43:09-0400 DEBUG Making cache files for all metadata files.
2025-10-18T22:43:09-0400 INFO Metadata cache refreshed recently.
2025-10-18T22:43:09-0400 DDEBUG Cleaning up.
2025-10-18T22:43:09-0400 DDEBUG Plugins were unloaded.
2025-10-19T00:19:24-0400 INFO --- logging initialized ---
2025-10-19T00:19:24-0400 DDEBUG timer: config: 17 ms
2025-10-19T00:19: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-10-19T00:19:25-0400 DEBUG DNF version: 4.7.0
2025-10-19T00:19:25-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T00:19:25-0400 DDEBUG Installroot: /
2025-10-19T00:19:25-0400 DDEBUG Releasever: 8
2025-10-19T00:19:25-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T00:19:25-0400 DDEBUG Base command: makecache
2025-10-19T00:19:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T00:19:25-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T00:19:25-0400 DEBUG Making cache files for all metadata files.
2025-10-19T00:19:25-0400 INFO Metadata cache refreshed recently.
2025-10-19T00:19:25-0400 DDEBUG Cleaning up.
2025-10-19T00:19:25-0400 DDEBUG Plugins were unloaded.
2025-10-19T01:42:37-0400 INFO --- logging initialized ---
2025-10-19T01:42:37-0400 DDEBUG timer: config: 143 ms
2025-10-19T01:42: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-10-19T01:42:37-0400 DEBUG DNF version: 4.7.0
2025-10-19T01:42:37-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T01:42:37-0400 DDEBUG Installroot: /
2025-10-19T01:42:37-0400 DDEBUG Releasever: 8
2025-10-19T01:42:37-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T01:42:37-0400 DDEBUG Base command: makecache
2025-10-19T01:42:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T01:42:37-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T01:42:37-0400 DEBUG Making cache files for all metadata files.
2025-10-19T01:42:37-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-19T01:42:37-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-19T01:42:37-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-19T01:42:37-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-19T01:42:37-0400 DEBUG extras: has expired and will be refreshed.
2025-10-19T01:42:37-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-19T01:42:37-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-19T01:42:37-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-19T01:42:37-0400 DEBUG epel: has expired and will be refreshed.
2025-10-19T01:42:37-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-19T01:42:37-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-19T01:42:37-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-19T01:42:38-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T01:42:38-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T01:42:38-0400 DDEBUG Cleaning up.
2025-10-19T01:42:38-0400 DDEBUG Plugins were unloaded.
2025-10-19T01:42: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T01:42: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T03:10:09-0400 INFO --- logging initialized ---
2025-10-19T03:10:09-0400 DDEBUG timer: config: 50 ms
2025-10-19T03:10: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-10-19T03:10:09-0400 DEBUG DNF version: 4.7.0
2025-10-19T03:10:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T03:10:09-0400 DDEBUG Installroot: /
2025-10-19T03:10:09-0400 DDEBUG Releasever: 8
2025-10-19T03:10:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T03:10:09-0400 DDEBUG Base command: makecache
2025-10-19T03:10:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T03:10:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T03:10:09-0400 DEBUG Making cache files for all metadata files.
2025-10-19T03:10:09-0400 INFO Metadata cache refreshed recently.
2025-10-19T03:10:09-0400 DDEBUG Cleaning up.
2025-10-19T03:10:09-0400 DDEBUG Plugins were unloaded.
2025-10-19T03:27:12-0400 INFO --- logging initialized ---
2025-10-19T03:27:12-0400 DDEBUG timer: config: 6 ms
2025-10-19T03:27: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-10-19T03:27:12-0400 DEBUG YUM version: 4.7.0
2025-10-19T03:27:12-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-19T03:27:12-0400 DDEBUG Installroot: /
2025-10-19T03:27:12-0400 DDEBUG Releasever: 8
2025-10-19T03:27:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T03:27:12-0400 DDEBUG Base command: check-update
2025-10-19T03:27:12-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-19T03:27:12-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-19T03:27:13-0400 DEBUG repo: using cache for: cwp
2025-10-19T03:27:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-19T03:27:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T03:27:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T03:27:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T03:27:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T03:27:13-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T03:27:13-0400 DDEBUG Cleaning up.
2025-10-19T03:27:13-0400 DDEBUG Plugins were unloaded.
2025-10-19T03:27:13-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-10-19T03:27:13-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-19T03:27:13-0400 INFO --- logging initialized ---
2025-10-19T03:27:13-0400 DDEBUG timer: config: 6 ms
2025-10-19T03:27: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-10-19T03:27:13-0400 DEBUG YUM version: 4.7.0
2025-10-19T03:27:13-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-19T03:27:13-0400 DDEBUG Installroot: /
2025-10-19T03:27:13-0400 DDEBUG Releasever: 8
2025-10-19T03:27:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T03:27:13-0400 DDEBUG Base command: update
2025-10-19T03:27:13-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-19T03:27:14-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-19T03:27:14-0400 DEBUG repo: using cache for: cwp
2025-10-19T03:27:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-19T03:27:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T03:27:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T03:27:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T03:27:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T03:27:14-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T03:27:14-0400 DDEBUG Cleaning up.
2025-10-19T03:27:14-0400 DDEBUG Plugins were unloaded.
2025-10-19T03:27: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: 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-10-19T03:27:14-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-19T04:18:34-0400 INFO --- logging initialized ---
2025-10-19T04:18:34-0400 DDEBUG timer: config: 55 ms
2025-10-19T04:18: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-10-19T04:18:34-0400 DEBUG DNF version: 4.7.0
2025-10-19T04:18:34-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T04:18:34-0400 DDEBUG Installroot: /
2025-10-19T04:18:34-0400 DDEBUG Releasever: 8
2025-10-19T04:18:34-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T04:18:34-0400 DDEBUG Base command: makecache
2025-10-19T04:18:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T04:18:34-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T04:18:34-0400 DEBUG Making cache files for all metadata files.
2025-10-19T04:18:34-0400 INFO Metadata cache refreshed recently.
2025-10-19T04:18:34-0400 DDEBUG Cleaning up.
2025-10-19T04:18:34-0400 DDEBUG Plugins were unloaded.
2025-10-19T06:04:02-0400 INFO --- logging initialized ---
2025-10-19T06:04:02-0400 DDEBUG timer: config: 9 ms
2025-10-19T06:04: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-10-19T06:04:02-0400 DEBUG DNF version: 4.7.0
2025-10-19T06:04:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T06:04:02-0400 DDEBUG Installroot: /
2025-10-19T06:04:02-0400 DDEBUG Releasever: 8
2025-10-19T06:04:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T06:04:02-0400 DDEBUG Base command: makecache
2025-10-19T06:04:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T06:04:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T06:04:02-0400 DEBUG Making cache files for all metadata files.
2025-10-19T06:04:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-19T06:04:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-19T06:04:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-19T06:04:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-19T06:04:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-19T06:04:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-19T06:04:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-19T06:04:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-19T06:04:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-19T06:04:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-19T06:04:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-19T06:04:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-19T06:04:03-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T06:04:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T06:04:03-0400 DDEBUG Cleaning up.
2025-10-19T06:04:03-0400 DDEBUG Plugins were unloaded.
2025-10-19T06:04: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T06:04: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T07:10:09-0400 INFO --- logging initialized ---
2025-10-19T07:10:09-0400 DDEBUG timer: config: 11 ms
2025-10-19T07:10: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-10-19T07:10:09-0400 DEBUG DNF version: 4.7.0
2025-10-19T07:10:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T07:10:09-0400 DDEBUG Installroot: /
2025-10-19T07:10:09-0400 DDEBUG Releasever: 8
2025-10-19T07:10:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T07:10:09-0400 DDEBUG Base command: makecache
2025-10-19T07:10:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T07:10:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T07:10:09-0400 DEBUG Making cache files for all metadata files.
2025-10-19T07:10:09-0400 INFO Metadata cache refreshed recently.
2025-10-19T07:10:09-0400 DDEBUG Cleaning up.
2025-10-19T07:10:09-0400 DDEBUG Plugins were unloaded.
2025-10-19T08:22:48-0400 INFO --- logging initialized ---
2025-10-19T08:22:48-0400 DDEBUG timer: config: 9 ms
2025-10-19T08:22: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-10-19T08:22:48-0400 DEBUG DNF version: 4.7.0
2025-10-19T08:22:48-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T08:22:48-0400 DDEBUG Installroot: /
2025-10-19T08:22:48-0400 DDEBUG Releasever: 8
2025-10-19T08:22:48-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T08:22:48-0400 DDEBUG Base command: makecache
2025-10-19T08:22:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T08:22:48-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T08:22:48-0400 DEBUG Making cache files for all metadata files.
2025-10-19T08:22:48-0400 INFO Metadata cache refreshed recently.
2025-10-19T08:22:48-0400 DDEBUG Cleaning up.
2025-10-19T08:22:48-0400 DDEBUG Plugins were unloaded.
2025-10-19T10:16:02-0400 INFO --- logging initialized ---
2025-10-19T10:16:02-0400 DDEBUG timer: config: 54 ms
2025-10-19T10:16: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-10-19T10:16:02-0400 DEBUG DNF version: 4.7.0
2025-10-19T10:16:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T10:16:02-0400 DDEBUG Installroot: /
2025-10-19T10:16:02-0400 DDEBUG Releasever: 8
2025-10-19T10:16:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T10:16:02-0400 DDEBUG Base command: makecache
2025-10-19T10:16:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T10:16:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T10:16:02-0400 DEBUG Making cache files for all metadata files.
2025-10-19T10:16:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-19T10:16:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-19T10:16:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-19T10:16:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-19T10:16:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-19T10:16:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-19T10:16:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-19T10:16:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-19T10:16:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-19T10:16:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-19T10:16:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-19T10:16:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-19T10:16:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T10:16:02-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T10:16:02-0400 DDEBUG Cleaning up.
2025-10-19T10:16:02-0400 DDEBUG Plugins were unloaded.
2025-10-19T10:16: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T10:16: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T11:59:46-0400 INFO --- logging initialized ---
2025-10-19T11:59:46-0400 DDEBUG timer: config: 53 ms
2025-10-19T11:59: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-10-19T11:59:47-0400 DEBUG DNF version: 4.7.0
2025-10-19T11:59:47-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T11:59:47-0400 DDEBUG Installroot: /
2025-10-19T11:59:47-0400 DDEBUG Releasever: 8
2025-10-19T11:59:47-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T11:59:47-0400 DDEBUG Base command: makecache
2025-10-19T11:59:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T11:59:47-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T11:59:47-0400 DEBUG Making cache files for all metadata files.
2025-10-19T11:59:47-0400 INFO Metadata cache refreshed recently.
2025-10-19T11:59:47-0400 DDEBUG Cleaning up.
2025-10-19T11:59:47-0400 DDEBUG Plugins were unloaded.
2025-10-19T13:15:27-0400 INFO --- logging initialized ---
2025-10-19T13:15:27-0400 DDEBUG timer: config: 40 ms
2025-10-19T13:15: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-10-19T13:15:27-0400 DEBUG DNF version: 4.7.0
2025-10-19T13:15:27-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T13:15:27-0400 DDEBUG Installroot: /
2025-10-19T13:15:27-0400 DDEBUG Releasever: 8
2025-10-19T13:15:27-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T13:15:27-0400 DDEBUG Base command: makecache
2025-10-19T13:15:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T13:15:27-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T13:15:27-0400 DEBUG Making cache files for all metadata files.
2025-10-19T13:15:27-0400 INFO Metadata cache refreshed recently.
2025-10-19T13:15:27-0400 DDEBUG Cleaning up.
2025-10-19T13:15:27-0400 DDEBUG Plugins were unloaded.
2025-10-19T14:20:02-0400 INFO --- logging initialized ---
2025-10-19T14:20:02-0400 DDEBUG timer: config: 63 ms
2025-10-19T14:20: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-10-19T14:20:02-0400 DEBUG DNF version: 4.7.0
2025-10-19T14:20:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T14:20:02-0400 DDEBUG Installroot: /
2025-10-19T14:20:02-0400 DDEBUG Releasever: 8
2025-10-19T14:20:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T14:20:02-0400 DDEBUG Base command: makecache
2025-10-19T14:20:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T14:20:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T14:20:02-0400 DEBUG Making cache files for all metadata files.
2025-10-19T14:20:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-19T14:20:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-19T14:20:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-19T14:20:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-19T14:20:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-19T14:20:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-19T14:20:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-19T14:20:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-19T14:20:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-19T14:20:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-19T14:20:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-19T14:20:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-19T14:20:03-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T14:20:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T14:20:03-0400 DDEBUG Cleaning up.
2025-10-19T14:20:03-0400 DDEBUG Plugins were unloaded.
2025-10-19T14:20: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T14:20: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T15:29:07-0400 INFO --- logging initialized ---
2025-10-19T15:29:07-0400 DDEBUG timer: config: 55 ms
2025-10-19T15:29: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-10-19T15:29:07-0400 DEBUG DNF version: 4.7.0
2025-10-19T15:29:07-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T15:29:07-0400 DDEBUG Installroot: /
2025-10-19T15:29:07-0400 DDEBUG Releasever: 8
2025-10-19T15:29:07-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T15:29:07-0400 DDEBUG Base command: makecache
2025-10-19T15:29:07-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T15:29:07-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T15:29:07-0400 DEBUG Making cache files for all metadata files.
2025-10-19T15:29:07-0400 INFO Metadata cache refreshed recently.
2025-10-19T15:29:07-0400 DDEBUG Cleaning up.
2025-10-19T15:29:07-0400 DDEBUG Plugins were unloaded.
2025-10-19T17:19:42-0400 INFO --- logging initialized ---
2025-10-19T17:19:42-0400 DDEBUG timer: config: 7 ms
2025-10-19T17:19: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-10-19T17:19:42-0400 DEBUG DNF version: 4.7.0
2025-10-19T17:19:42-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T17:19:42-0400 DDEBUG Installroot: /
2025-10-19T17:19:42-0400 DDEBUG Releasever: 8
2025-10-19T17:19:42-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T17:19:42-0400 DDEBUG Base command: makecache
2025-10-19T17:19:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T17:19:42-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T17:19:42-0400 DEBUG Making cache files for all metadata files.
2025-10-19T17:19:42-0400 INFO Metadata cache refreshed recently.
2025-10-19T17:19:42-0400 DDEBUG Cleaning up.
2025-10-19T17:19:42-0400 DDEBUG Plugins were unloaded.
2025-10-19T18:39:50-0400 INFO --- logging initialized ---
2025-10-19T18:39:50-0400 DDEBUG timer: config: 7 ms
2025-10-19T18:39: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-10-19T18:39:50-0400 DEBUG DNF version: 4.7.0
2025-10-19T18:39:50-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T18:39:50-0400 DDEBUG Installroot: /
2025-10-19T18:39:50-0400 DDEBUG Releasever: 8
2025-10-19T18:39:50-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T18:39:50-0400 DDEBUG Base command: makecache
2025-10-19T18:39:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T18:39:50-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T18:39:50-0400 DEBUG Making cache files for all metadata files.
2025-10-19T18:39:50-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-19T18:39:50-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-19T18:39:50-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-19T18:39:50-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-19T18:39:50-0400 DEBUG extras: has expired and will be refreshed.
2025-10-19T18:39:50-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-19T18:39:50-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-19T18:39:50-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-19T18:39:50-0400 DEBUG epel: has expired and will be refreshed.
2025-10-19T18:39:50-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-19T18:39:50-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-19T18:39:50-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-19T18:39:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T18:39:50-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T18:39:50-0400 DDEBUG Cleaning up.
2025-10-19T18:39:50-0400 DDEBUG Plugins were unloaded.
2025-10-19T18:39: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T18:39: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T20:08:51-0400 INFO --- logging initialized ---
2025-10-19T20:08:51-0400 DDEBUG timer: config: 7 ms
2025-10-19T20:08: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-10-19T20:08:51-0400 DEBUG DNF version: 4.7.0
2025-10-19T20:08:51-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T20:08:51-0400 DDEBUG Installroot: /
2025-10-19T20:08:51-0400 DDEBUG Releasever: 8
2025-10-19T20:08:51-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T20:08:51-0400 DDEBUG Base command: makecache
2025-10-19T20:08:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T20:08:51-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T20:08:51-0400 DEBUG Making cache files for all metadata files.
2025-10-19T20:08:51-0400 INFO Metadata cache refreshed recently.
2025-10-19T20:08:51-0400 DDEBUG Cleaning up.
2025-10-19T20:08:51-0400 DDEBUG Plugins were unloaded.
2025-10-19T21:27:38-0400 INFO --- logging initialized ---
2025-10-19T21:27:38-0400 DDEBUG timer: config: 62 ms
2025-10-19T21:27: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-10-19T21:27:38-0400 DEBUG DNF version: 4.7.0
2025-10-19T21:27:38-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T21:27:38-0400 DDEBUG Installroot: /
2025-10-19T21:27:38-0400 DDEBUG Releasever: 8
2025-10-19T21:27:38-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T21:27:38-0400 DDEBUG Base command: makecache
2025-10-19T21:27:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T21:27:38-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T21:27:38-0400 DEBUG Making cache files for all metadata files.
2025-10-19T21:27:38-0400 INFO Metadata cache refreshed recently.
2025-10-19T21:27:38-0400 DDEBUG Cleaning up.
2025-10-19T21:27:38-0400 DDEBUG Plugins were unloaded.
2025-10-19T22:42:03-0400 INFO --- logging initialized ---
2025-10-19T22:42:03-0400 DDEBUG timer: config: 7 ms
2025-10-19T22:42: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-10-19T22:42:03-0400 DEBUG DNF version: 4.7.0
2025-10-19T22:42:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-19T22:42:03-0400 DDEBUG Installroot: /
2025-10-19T22:42:03-0400 DDEBUG Releasever: 8
2025-10-19T22:42:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-19T22:42:03-0400 DDEBUG Base command: makecache
2025-10-19T22:42:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-19T22:42:04-0400 DEBUG Excludes in repo epel: nginx*
2025-10-19T22:42:04-0400 DEBUG Making cache files for all metadata files.
2025-10-19T22:42:04-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-19T22:42:04-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-19T22:42:04-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-19T22:42:04-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-19T22:42:04-0400 DEBUG extras: has expired and will be refreshed.
2025-10-19T22:42:04-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-19T22:42:04-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-19T22:42:04-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-19T22:42:04-0400 DEBUG epel: has expired and will be refreshed.
2025-10-19T22:42:04-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-19T22:42:04-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-19T22:42:04-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-19T22:42:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-19T22:42:04-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T22:42:04-0400 DDEBUG Cleaning up.
2025-10-19T22:42:04-0400 DDEBUG Plugins were unloaded.
2025-10-19T22: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: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-19T22:42: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T00:14:02-0400 INFO --- logging initialized ---
2025-10-20T00:14:02-0400 DDEBUG timer: config: 10 ms
2025-10-20T00:14: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-10-20T00:14:02-0400 DEBUG DNF version: 4.7.0
2025-10-20T00:14:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T00:14:02-0400 DDEBUG Installroot: /
2025-10-20T00:14:02-0400 DDEBUG Releasever: 8
2025-10-20T00:14:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T00:14:02-0400 DDEBUG Base command: makecache
2025-10-20T00:14:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T00:14:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T00:14:02-0400 DEBUG Making cache files for all metadata files.
2025-10-20T00:14:02-0400 INFO Metadata cache refreshed recently.
2025-10-20T00:14:02-0400 DDEBUG Cleaning up.
2025-10-20T00:14:02-0400 DDEBUG Plugins were unloaded.
2025-10-20T01:33:48-0400 INFO --- logging initialized ---
2025-10-20T01:33:48-0400 DDEBUG timer: config: 63 ms
2025-10-20T01:33: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-10-20T01:33:48-0400 DEBUG DNF version: 4.7.0
2025-10-20T01:33:48-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T01:33:48-0400 DDEBUG Installroot: /
2025-10-20T01:33:48-0400 DDEBUG Releasever: 8
2025-10-20T01:33:48-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T01:33:48-0400 DDEBUG Base command: makecache
2025-10-20T01:33:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T01:33:48-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T01:33:48-0400 DEBUG Making cache files for all metadata files.
2025-10-20T01:33:48-0400 INFO Metadata cache refreshed recently.
2025-10-20T01:33:48-0400 DDEBUG Cleaning up.
2025-10-20T01:33:48-0400 DDEBUG Plugins were unloaded.
2025-10-20T03:12:11-0400 INFO --- logging initialized ---
2025-10-20T03:12:11-0400 DDEBUG timer: config: 17 ms
2025-10-20T03:12: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-10-20T03:12:12-0400 DEBUG YUM version: 4.7.0
2025-10-20T03:12:12-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-20T03:12:12-0400 DDEBUG Installroot: /
2025-10-20T03:12:12-0400 DDEBUG Releasever: 8
2025-10-20T03:12:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T03:12:12-0400 DDEBUG Base command: check-update
2025-10-20T03:12:12-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-20T03:12:12-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-20T03:12:12-0400 DEBUG repo: using cache for: cwp
2025-10-20T03:12:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-20T03:12:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T03:12:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T03:12:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T03:12:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T03:12:12-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T03:12:12-0400 DDEBUG Cleaning up.
2025-10-20T03:12:12-0400 DDEBUG Plugins were unloaded.
2025-10-20T03:12:12-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-10-20T03:12:12-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-20T03:12:13-0400 INFO --- logging initialized ---
2025-10-20T03:12:13-0400 DDEBUG timer: config: 5 ms
2025-10-20T03:12: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-10-20T03:12:13-0400 DEBUG YUM version: 4.7.0
2025-10-20T03:12:13-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-20T03:12:13-0400 DDEBUG Installroot: /
2025-10-20T03:12:13-0400 DDEBUG Releasever: 8
2025-10-20T03:12:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T03:12:13-0400 DDEBUG Base command: update
2025-10-20T03:12:13-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-20T03:12:13-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-20T03:12:14-0400 DEBUG repo: using cache for: cwp
2025-10-20T03:12:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-20T03:12:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T03:12:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T03:12:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T03:12:14-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T03:12:14-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T03:12:14-0400 DDEBUG Cleaning up.
2025-10-20T03:12:14-0400 DDEBUG Plugins were unloaded.
2025-10-20T03:12: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: 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-10-20T03:12:14-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-20T03:12:28-0400 INFO --- logging initialized ---
2025-10-20T03:12:28-0400 DDEBUG timer: config: 11 ms
2025-10-20T03:12: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-10-20T03:12:28-0400 DEBUG DNF version: 4.7.0
2025-10-20T03:12:28-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T03:12:28-0400 DDEBUG Installroot: /
2025-10-20T03:12:28-0400 DDEBUG Releasever: 8
2025-10-20T03:12:28-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T03:12:28-0400 DDEBUG Base command: makecache
2025-10-20T03:12:28-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T03:12:28-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T03:12:28-0400 DEBUG Making cache files for all metadata files.
2025-10-20T03:12:28-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-20T03:12:28-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-20T03:12:28-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-20T03:12:28-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-20T03:12:28-0400 DEBUG extras: has expired and will be refreshed.
2025-10-20T03:12:28-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-20T03:12:28-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-20T03:12:28-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-20T03:12:28-0400 DEBUG epel: has expired and will be refreshed.
2025-10-20T03:12:28-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-20T03:12:28-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-20T03:12:28-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-20T03:12:28-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T03:12:28-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T03:12:28-0400 DDEBUG Cleaning up.
2025-10-20T03:12:28-0400 DDEBUG Plugins were unloaded.
2025-10-20T03:12: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T03:12: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T04:44:35-0400 INFO --- logging initialized ---
2025-10-20T04:44:35-0400 DDEBUG timer: config: 51 ms
2025-10-20T04:44: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-10-20T04:44:35-0400 DEBUG DNF version: 4.7.0
2025-10-20T04:44:35-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T04:44:35-0400 DDEBUG Installroot: /
2025-10-20T04:44:35-0400 DDEBUG Releasever: 8
2025-10-20T04:44:35-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T04:44:35-0400 DDEBUG Base command: makecache
2025-10-20T04:44:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T04:44:35-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T04:44:35-0400 DEBUG Making cache files for all metadata files.
2025-10-20T04:44:35-0400 INFO Metadata cache refreshed recently.
2025-10-20T04:44:35-0400 DDEBUG Cleaning up.
2025-10-20T04:44:35-0400 DDEBUG Plugins were unloaded.
2025-10-20T05:56:31-0400 INFO --- logging initialized ---
2025-10-20T05:56:31-0400 DDEBUG timer: config: 6 ms
2025-10-20T05: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-10-20T05:56:31-0400 DEBUG DNF version: 4.7.0
2025-10-20T05:56:31-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T05:56:31-0400 DDEBUG Installroot: /
2025-10-20T05:56:31-0400 DDEBUG Releasever: 8
2025-10-20T05:56:31-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T05:56:31-0400 DDEBUG Base command: makecache
2025-10-20T05:56:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T05:56:31-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T05:56:31-0400 DEBUG Making cache files for all metadata files.
2025-10-20T05:56:31-0400 INFO Metadata cache refreshed recently.
2025-10-20T05:56:31-0400 DDEBUG Cleaning up.
2025-10-20T05:56:31-0400 DDEBUG Plugins were unloaded.
2025-10-20T07:21:56-0400 INFO --- logging initialized ---
2025-10-20T07:21:56-0400 DDEBUG timer: config: 55 ms
2025-10-20T07:21: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-10-20T07:21:56-0400 DEBUG DNF version: 4.7.0
2025-10-20T07:21:56-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T07:21:56-0400 DDEBUG Installroot: /
2025-10-20T07:21:56-0400 DDEBUG Releasever: 8
2025-10-20T07:21:56-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T07:21:56-0400 DDEBUG Base command: makecache
2025-10-20T07:21:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T07:21:56-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T07:21:56-0400 DEBUG Making cache files for all metadata files.
2025-10-20T07:21:56-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-20T07:21:56-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-20T07:21:56-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-20T07:21:56-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-20T07:21:56-0400 DEBUG extras: has expired and will be refreshed.
2025-10-20T07:21:56-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-20T07:21:56-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-20T07:21:56-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-20T07:21:56-0400 DEBUG epel: has expired and will be refreshed.
2025-10-20T07:21:56-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-20T07:21:56-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-20T07:21:56-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-20T07:21:57-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T07:21:57-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T07:21:57-0400 DDEBUG Cleaning up.
2025-10-20T07:21:57-0400 DDEBUG Plugins were unloaded.
2025-10-20T07:21: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T07:21: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T08:24:46-0400 INFO --- logging initialized ---
2025-10-20T08:24:46-0400 DDEBUG timer: config: 28 ms
2025-10-20T08:24: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-10-20T08:24:46-0400 DEBUG DNF version: 4.7.0
2025-10-20T08:24:46-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T08:24:46-0400 DDEBUG Installroot: /
2025-10-20T08:24:46-0400 DDEBUG Releasever: 8
2025-10-20T08:24:46-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T08:24:46-0400 DDEBUG Base command: makecache
2025-10-20T08:24:46-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T08:24:46-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T08:24:46-0400 DEBUG Making cache files for all metadata files.
2025-10-20T08:24:46-0400 INFO Metadata cache refreshed recently.
2025-10-20T08:24:46-0400 DDEBUG Cleaning up.
2025-10-20T08:24:46-0400 DDEBUG Plugins were unloaded.
2025-10-20T10:14:12-0400 INFO --- logging initialized ---
2025-10-20T10:14:12-0400 DDEBUG timer: config: 53 ms
2025-10-20T10:14: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-10-20T10:14:13-0400 DEBUG DNF version: 4.7.0
2025-10-20T10:14:13-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T10:14:13-0400 DDEBUG Installroot: /
2025-10-20T10:14:13-0400 DDEBUG Releasever: 8
2025-10-20T10:14:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T10:14:13-0400 DDEBUG Base command: makecache
2025-10-20T10:14:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T10:14:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T10:14:13-0400 DEBUG Making cache files for all metadata files.
2025-10-20T10:14:13-0400 INFO Metadata cache refreshed recently.
2025-10-20T10:14:13-0400 DDEBUG Cleaning up.
2025-10-20T10:14:13-0400 DDEBUG Plugins were unloaded.
2025-10-20T11:42:10-0400 INFO --- logging initialized ---
2025-10-20T11:42:10-0400 DDEBUG timer: config: 65 ms
2025-10-20T11:42: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-10-20T11:42:10-0400 DEBUG DNF version: 4.7.0
2025-10-20T11:42:10-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T11:42:10-0400 DDEBUG Installroot: /
2025-10-20T11:42:10-0400 DDEBUG Releasever: 8
2025-10-20T11:42:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T11:42:10-0400 DDEBUG Base command: makecache
2025-10-20T11:42:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T11:42:10-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T11:42:10-0400 DEBUG Making cache files for all metadata files.
2025-10-20T11:42:10-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-20T11:42:10-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-20T11:42:10-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-20T11:42:10-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-20T11:42:10-0400 DEBUG extras: has expired and will be refreshed.
2025-10-20T11:42:10-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-20T11:42:10-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-20T11:42:10-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-20T11:42:10-0400 DEBUG epel: has expired and will be refreshed.
2025-10-20T11:42:10-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-20T11:42:10-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-20T11:42:10-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-20T11:42:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T11:42:10-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T11:42:10-0400 DDEBUG Cleaning up.
2025-10-20T11:42:10-0400 DDEBUG Plugins were unloaded.
2025-10-20T11:42: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T11:42: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T13:34:51-0400 INFO --- logging initialized ---
2025-10-20T13:34:51-0400 DDEBUG timer: config: 56 ms
2025-10-20T13:34: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-10-20T13:34:51-0400 DEBUG DNF version: 4.7.0
2025-10-20T13:34:51-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T13:34:51-0400 DDEBUG Installroot: /
2025-10-20T13:34:51-0400 DDEBUG Releasever: 8
2025-10-20T13:34:51-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T13:34:51-0400 DDEBUG Base command: makecache
2025-10-20T13:34:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T13:34:51-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T13:34:51-0400 DEBUG Making cache files for all metadata files.
2025-10-20T13:34:51-0400 INFO Metadata cache refreshed recently.
2025-10-20T13:34:51-0400 DDEBUG Cleaning up.
2025-10-20T13:34:51-0400 DDEBUG Plugins were unloaded.
2025-10-20T14:56:50-0400 INFO --- logging initialized ---
2025-10-20T14:56:50-0400 DDEBUG timer: config: 20 ms
2025-10-20T14:56: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-10-20T14:56:50-0400 DEBUG DNF version: 4.7.0
2025-10-20T14:56:50-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T14:56:50-0400 DDEBUG Installroot: /
2025-10-20T14:56:50-0400 DDEBUG Releasever: 8
2025-10-20T14:56:50-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T14:56:50-0400 DDEBUG Base command: makecache
2025-10-20T14:56:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T14:56:50-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T14:56:50-0400 DEBUG Making cache files for all metadata files.
2025-10-20T14:56:50-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-20T14:56:50-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-20T14:56:50-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-20T14:56:50-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-20T14:56:50-0400 DEBUG extras: has expired and will be refreshed.
2025-10-20T14:56:50-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-20T14:56:50-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-20T14:56:50-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-20T14:56:50-0400 DEBUG epel: has expired and will be refreshed.
2025-10-20T14:56:50-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-20T14:56:50-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-20T14:56:50-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-20T14:56:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T14:56:50-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T14:56:50-0400 DDEBUG Cleaning up.
2025-10-20T14:56:50-0400 DDEBUG Plugins were unloaded.
2025-10-20T14:56: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T14:56: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T16:14:50-0400 INFO --- logging initialized ---
2025-10-20T16:14:50-0400 DDEBUG timer: config: 52 ms
2025-10-20T16:14: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-10-20T16:14:50-0400 DEBUG DNF version: 4.7.0
2025-10-20T16:14:50-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T16:14:50-0400 DDEBUG Installroot: /
2025-10-20T16:14:50-0400 DDEBUG Releasever: 8
2025-10-20T16:14:50-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T16:14:50-0400 DDEBUG Base command: makecache
2025-10-20T16:14:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T16:14:50-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T16:14:50-0400 DEBUG Making cache files for all metadata files.
2025-10-20T16:14:50-0400 INFO Metadata cache refreshed recently.
2025-10-20T16:14:50-0400 DDEBUG Cleaning up.
2025-10-20T16:14:50-0400 DDEBUG Plugins were unloaded.
2025-10-20T18:10:25-0400 INFO --- logging initialized ---
2025-10-20T18:10:25-0400 DDEBUG timer: config: 15 ms
2025-10-20T18:10: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-10-20T18:10:25-0400 DEBUG DNF version: 4.7.0
2025-10-20T18:10:25-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T18:10:25-0400 DDEBUG Installroot: /
2025-10-20T18:10:25-0400 DDEBUG Releasever: 8
2025-10-20T18:10:25-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T18:10:25-0400 DDEBUG Base command: makecache
2025-10-20T18:10:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T18:10:25-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T18:10:25-0400 DEBUG Making cache files for all metadata files.
2025-10-20T18:10:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-20T18:10:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-20T18:10:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-20T18:10:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-20T18:10:25-0400 DEBUG extras: has expired and will be refreshed.
2025-10-20T18:10:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-20T18:10:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-20T18:10:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-20T18:10:25-0400 DEBUG epel: has expired and will be refreshed.
2025-10-20T18:10:25-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-20T18:10:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-20T18:10:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-20T18:10:25-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T18:10:25-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T18:10:25-0400 DDEBUG Cleaning up.
2025-10-20T18:10:25-0400 DDEBUG Plugins were unloaded.
2025-10-20T18:10: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T18:10: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T19:32:33-0400 INFO --- logging initialized ---
2025-10-20T19:32:33-0400 DDEBUG timer: config: 61 ms
2025-10-20T19: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-10-20T19:32:33-0400 DEBUG DNF version: 4.7.0
2025-10-20T19:32:33-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T19:32:33-0400 DDEBUG Installroot: /
2025-10-20T19:32:33-0400 DDEBUG Releasever: 8
2025-10-20T19:32:33-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T19:32:33-0400 DDEBUG Base command: makecache
2025-10-20T19:32:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T19:32:33-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T19:32:33-0400 DEBUG Making cache files for all metadata files.
2025-10-20T19:32:33-0400 INFO Metadata cache refreshed recently.
2025-10-20T19:32:33-0400 DDEBUG Cleaning up.
2025-10-20T19:32:33-0400 DDEBUG Plugins were unloaded.
2025-10-20T20:50:03-0400 INFO --- logging initialized ---
2025-10-20T20:50:03-0400 DDEBUG timer: config: 8 ms
2025-10-20T20:50: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-10-20T20:50:03-0400 DEBUG DNF version: 4.7.0
2025-10-20T20:50:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T20:50:03-0400 DDEBUG Installroot: /
2025-10-20T20:50:03-0400 DDEBUG Releasever: 8
2025-10-20T20:50:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T20:50:03-0400 DDEBUG Base command: makecache
2025-10-20T20:50:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T20:50:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T20:50:03-0400 DEBUG Making cache files for all metadata files.
2025-10-20T20:50:03-0400 INFO Metadata cache refreshed recently.
2025-10-20T20:50:03-0400 DDEBUG Cleaning up.
2025-10-20T20:50:03-0400 DDEBUG Plugins were unloaded.
2025-10-20T22:32:02-0400 INFO --- logging initialized ---
2025-10-20T22:32:02-0400 DDEBUG timer: config: 72 ms
2025-10-20T22: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-10-20T22:32:03-0400 DEBUG DNF version: 4.7.0
2025-10-20T22:32:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-20T22:32:03-0400 DDEBUG Installroot: /
2025-10-20T22:32:03-0400 DDEBUG Releasever: 8
2025-10-20T22:32:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-20T22:32:03-0400 DDEBUG Base command: makecache
2025-10-20T22:32:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-20T22:32:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-20T22:32:03-0400 DEBUG Making cache files for all metadata files.
2025-10-20T22:32:03-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-20T22:32:03-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-20T22:32:03-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-20T22:32:03-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-20T22:32:03-0400 DEBUG extras: has expired and will be refreshed.
2025-10-20T22:32:03-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-20T22:32:03-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-20T22:32:03-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-20T22:32:03-0400 DEBUG epel: has expired and will be refreshed.
2025-10-20T22:32:03-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-20T22:32:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-20T22:32:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-20T22:32:03-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-20T22:32:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T22:32:03-0400 DDEBUG Cleaning up.
2025-10-20T22:32:03-0400 DDEBUG Plugins were unloaded.
2025-10-20T22:32: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-20T22:32: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T00:06:09-0400 INFO --- logging initialized ---
2025-10-21T00:06:09-0400 DDEBUG timer: config: 53 ms
2025-10-21T00:06: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-10-21T00:06:10-0400 DEBUG DNF version: 4.7.0
2025-10-21T00:06:10-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T00:06:10-0400 DDEBUG Installroot: /
2025-10-21T00:06:10-0400 DDEBUG Releasever: 8
2025-10-21T00:06:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T00:06:10-0400 DDEBUG Base command: makecache
2025-10-21T00:06:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T00:06:10-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T00:06:10-0400 DEBUG Making cache files for all metadata files.
2025-10-21T00:06:10-0400 INFO Metadata cache refreshed recently.
2025-10-21T00:06:10-0400 DDEBUG Cleaning up.
2025-10-21T00:06:10-0400 DDEBUG Plugins were unloaded.
2025-10-21T01:28:12-0400 INFO --- logging initialized ---
2025-10-21T01:28:12-0400 DDEBUG timer: config: 20 ms
2025-10-21T01:28: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-10-21T01:28:13-0400 DEBUG DNF version: 4.7.0
2025-10-21T01:28:13-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T01:28:13-0400 DDEBUG Installroot: /
2025-10-21T01:28:13-0400 DDEBUG Releasever: 8
2025-10-21T01:28:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T01:28:13-0400 DDEBUG Base command: makecache
2025-10-21T01:28:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T01:28:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T01:28:13-0400 DEBUG Making cache files for all metadata files.
2025-10-21T01:28:13-0400 INFO Metadata cache refreshed recently.
2025-10-21T01:28:13-0400 DDEBUG Cleaning up.
2025-10-21T01:28:13-0400 DDEBUG Plugins were unloaded.
2025-10-21T02:59:37-0400 INFO --- logging initialized ---
2025-10-21T02:59:37-0400 DDEBUG timer: config: 82 ms
2025-10-21T02:59: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-10-21T02:59:37-0400 DEBUG DNF version: 4.7.0
2025-10-21T02:59:37-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T02:59:37-0400 DDEBUG Installroot: /
2025-10-21T02:59:37-0400 DDEBUG Releasever: 8
2025-10-21T02:59:37-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T02:59:37-0400 DDEBUG Base command: makecache
2025-10-21T02:59:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T02:59:37-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T02:59:37-0400 DEBUG Making cache files for all metadata files.
2025-10-21T02:59:37-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-21T02:59:37-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-21T02:59:37-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-21T02:59:37-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-21T02:59:38-0400 DEBUG extras: has expired and will be refreshed.
2025-10-21T02:59:38-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-21T02:59:38-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-21T02:59:38-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-21T02:59:38-0400 DEBUG epel: has expired and will be refreshed.
2025-10-21T02:59:38-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-21T02:59:38-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-21T02:59:38-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-21T02:59:38-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T02:59:38-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T02:59:38-0400 DDEBUG Cleaning up.
2025-10-21T02:59:38-0400 DDEBUG Plugins were unloaded.
2025-10-21T02:59: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T02:59: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T03:41:11-0400 INFO --- logging initialized ---
2025-10-21T03:41:11-0400 DDEBUG timer: config: 9 ms
2025-10-21T03:41: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-10-21T03:41:11-0400 DEBUG YUM version: 4.7.0
2025-10-21T03:41:11-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-21T03:41:11-0400 DDEBUG Installroot: /
2025-10-21T03:41:11-0400 DDEBUG Releasever: 8
2025-10-21T03:41:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T03:41:11-0400 DDEBUG Base command: check-update
2025-10-21T03:41:11-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-21T03:41:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-21T03:41:12-0400 DEBUG repo: using cache for: cwp
2025-10-21T03:41:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-21T03:41:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T03:41:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T03:41:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T03:41:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T03:41:12-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T03:41:12-0400 DDEBUG Cleaning up.
2025-10-21T03:41:12-0400 DDEBUG Plugins were unloaded.
2025-10-21T03:41:12-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-10-21T03:41:12-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-21T03:41:12-0400 INFO --- logging initialized ---
2025-10-21T03:41:12-0400 DDEBUG timer: config: 5 ms
2025-10-21T03:41: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-10-21T03:41:12-0400 DEBUG YUM version: 4.7.0
2025-10-21T03:41:12-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-21T03:41:12-0400 DDEBUG Installroot: /
2025-10-21T03:41:12-0400 DDEBUG Releasever: 8
2025-10-21T03:41:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T03:41:12-0400 DDEBUG Base command: update
2025-10-21T03:41:12-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-21T03:41:13-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-21T03:41:13-0400 DEBUG repo: using cache for: cwp
2025-10-21T03:41:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-21T03:41:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T03:41:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T03:41:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T03:41:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T03:41:13-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T03:41:13-0400 DDEBUG Cleaning up.
2025-10-21T03:41:13-0400 DDEBUG Plugins were unloaded.
2025-10-21T03:41:13-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-10-21T03:41:13-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-21T04:10:02-0400 INFO --- logging initialized ---
2025-10-21T04:10:02-0400 DDEBUG timer: config: 101 ms
2025-10-21T04:10: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-10-21T04:10:02-0400 DEBUG DNF version: 4.7.0
2025-10-21T04:10:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T04:10:02-0400 DDEBUG Installroot: /
2025-10-21T04:10:02-0400 DDEBUG Releasever: 8
2025-10-21T04:10:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T04:10:02-0400 DDEBUG Base command: makecache
2025-10-21T04:10:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T04:10:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T04:10:02-0400 DEBUG Making cache files for all metadata files.
2025-10-21T04:10:02-0400 INFO Metadata cache refreshed recently.
2025-10-21T04:10:02-0400 DDEBUG Cleaning up.
2025-10-21T04:10:02-0400 DDEBUG Plugins were unloaded.
2025-10-21T05:25:46-0400 INFO --- logging initialized ---
2025-10-21T05:25:46-0400 DDEBUG timer: config: 50 ms
2025-10-21T05:25: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-10-21T05:25:47-0400 DEBUG DNF version: 4.7.0
2025-10-21T05:25:47-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T05:25:47-0400 DDEBUG Installroot: /
2025-10-21T05:25:47-0400 DDEBUG Releasever: 8
2025-10-21T05:25:47-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T05:25:47-0400 DDEBUG Base command: makecache
2025-10-21T05:25:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T05:25:47-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T05:25:47-0400 DEBUG Making cache files for all metadata files.
2025-10-21T05:25:47-0400 INFO Metadata cache refreshed recently.
2025-10-21T05:25:47-0400 DDEBUG Cleaning up.
2025-10-21T05:25:47-0400 DDEBUG Plugins were unloaded.
2025-10-21T06:42:58-0400 INFO --- logging initialized ---
2025-10-21T06:42:58-0400 DDEBUG timer: config: 6 ms
2025-10-21T06:42: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-10-21T06:42:58-0400 DEBUG DNF version: 4.7.0
2025-10-21T06:42:58-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T06:42:58-0400 DDEBUG Installroot: /
2025-10-21T06:42:58-0400 DDEBUG Releasever: 8
2025-10-21T06:42:58-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T06:42:58-0400 DDEBUG Base command: makecache
2025-10-21T06:42:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T06:42:58-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T06:42:58-0400 DEBUG Making cache files for all metadata files.
2025-10-21T06:42:58-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-21T06:42:58-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-21T06:42:58-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-21T06:42:58-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-21T06:42:58-0400 DEBUG extras: has expired and will be refreshed.
2025-10-21T06:42:58-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-21T06:42:58-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-21T06:42:58-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-21T06:42:58-0400 DEBUG epel: has expired and will be refreshed.
2025-10-21T06:42:58-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-21T06:42:58-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-21T06:42:58-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-21T06:42:58-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T06:42:58-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T06:42:58-0400 DDEBUG Cleaning up.
2025-10-21T06:42:58-0400 DDEBUG Plugins were unloaded.
2025-10-21T06:42:58-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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T06:42:58-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T08:24:41-0400 INFO --- logging initialized ---
2025-10-21T08:24:41-0400 DDEBUG timer: config: 10 ms
2025-10-21T08:24: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-10-21T08:24:41-0400 DEBUG DNF version: 4.7.0
2025-10-21T08:24:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T08:24:41-0400 DDEBUG Installroot: /
2025-10-21T08:24:41-0400 DDEBUG Releasever: 8
2025-10-21T08:24:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T08:24:41-0400 DDEBUG Base command: makecache
2025-10-21T08:24:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T08:24:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T08:24:41-0400 DEBUG Making cache files for all metadata files.
2025-10-21T08:24:41-0400 INFO Metadata cache refreshed recently.
2025-10-21T08:24:41-0400 DDEBUG Cleaning up.
2025-10-21T08:24:41-0400 DDEBUG Plugins were unloaded.
2025-10-21T10:11:04-0400 INFO --- logging initialized ---
2025-10-21T10:11:04-0400 DDEBUG timer: config: 48 ms
2025-10-21T10:11: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-10-21T10:11:04-0400 DEBUG DNF version: 4.7.0
2025-10-21T10:11:04-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T10:11:04-0400 DDEBUG Installroot: /
2025-10-21T10:11:04-0400 DDEBUG Releasever: 8
2025-10-21T10:11:04-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T10:11:04-0400 DDEBUG Base command: makecache
2025-10-21T10:11:04-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T10:11:04-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T10:11:04-0400 DEBUG Making cache files for all metadata files.
2025-10-21T10:11:04-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-21T10:11:04-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-21T10:11:04-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-21T10:11:04-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-21T10:11:04-0400 DEBUG extras: has expired and will be refreshed.
2025-10-21T10:11:04-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-21T10:11:04-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-21T10:11:04-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-21T10:11:04-0400 DEBUG epel: has expired and will be refreshed.
2025-10-21T10:11:04-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-21T10:11:04-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-21T10:11:04-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-21T10:11:04-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T10:11:04-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T10:11:04-0400 DDEBUG Cleaning up.
2025-10-21T10:11:04-0400 DDEBUG Plugins were unloaded.
2025-10-21T10:11: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T10:11: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T12:07:12-0400 INFO --- logging initialized ---
2025-10-21T12:07:12-0400 DDEBUG timer: config: 6 ms
2025-10-21T12:07: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-10-21T12:07:12-0400 DEBUG DNF version: 4.7.0
2025-10-21T12:07:12-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T12:07:12-0400 DDEBUG Installroot: /
2025-10-21T12:07:12-0400 DDEBUG Releasever: 8
2025-10-21T12:07:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T12:07:12-0400 DDEBUG Base command: makecache
2025-10-21T12:07:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T12:07:12-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T12:07:12-0400 DEBUG Making cache files for all metadata files.
2025-10-21T12:07:12-0400 INFO Metadata cache refreshed recently.
2025-10-21T12:07:12-0400 DDEBUG Cleaning up.
2025-10-21T12:07:12-0400 DDEBUG Plugins were unloaded.
2025-10-21T14:07:02-0400 INFO --- logging initialized ---
2025-10-21T14:07:02-0400 DDEBUG timer: config: 6 ms
2025-10-21T14:07: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-10-21T14:07:02-0400 DEBUG DNF version: 4.7.0
2025-10-21T14:07:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T14:07:02-0400 DDEBUG Installroot: /
2025-10-21T14:07:02-0400 DDEBUG Releasever: 8
2025-10-21T14:07:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T14:07:02-0400 DDEBUG Base command: makecache
2025-10-21T14:07:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T14:07:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T14:07:02-0400 DEBUG Making cache files for all metadata files.
2025-10-21T14:07:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-21T14:07:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-21T14:07:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-21T14:07:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-21T14:07:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-21T14:07:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-21T14:07:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-21T14:07:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-21T14:07:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-21T14:07:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-21T14:07:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-21T14:07:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-21T14:07:03-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T14:07:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T14:07:03-0400 DDEBUG Cleaning up.
2025-10-21T14:07:03-0400 DDEBUG Plugins were unloaded.
2025-10-21T14:07: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T14:07: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T15:48:40-0400 INFO --- logging initialized ---
2025-10-21T15:48:40-0400 DDEBUG timer: config: 8 ms
2025-10-21T15:48: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-10-21T15:48:40-0400 DEBUG DNF version: 4.7.0
2025-10-21T15:48:40-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T15:48:40-0400 DDEBUG Installroot: /
2025-10-21T15:48:40-0400 DDEBUG Releasever: 8
2025-10-21T15:48:40-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T15:48:40-0400 DDEBUG Base command: makecache
2025-10-21T15:48:40-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T15:48:40-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T15:48:40-0400 DEBUG Making cache files for all metadata files.
2025-10-21T15:48:40-0400 INFO Metadata cache refreshed recently.
2025-10-21T15:48:40-0400 DDEBUG Cleaning up.
2025-10-21T15:48:40-0400 DDEBUG Plugins were unloaded.
2025-10-21T17:46:02-0400 INFO --- logging initialized ---
2025-10-21T17:46:02-0400 DDEBUG timer: config: 53 ms
2025-10-21T17: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-10-21T17:46:02-0400 DEBUG DNF version: 4.7.0
2025-10-21T17:46:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T17:46:02-0400 DDEBUG Installroot: /
2025-10-21T17:46:02-0400 DDEBUG Releasever: 8
2025-10-21T17:46:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T17:46:02-0400 DDEBUG Base command: makecache
2025-10-21T17:46:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T17:46:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T17:46:02-0400 DEBUG Making cache files for all metadata files.
2025-10-21T17:46:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-21T17:46:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-21T17:46:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-21T17:46:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-21T17:46:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-21T17:46:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-21T17:46:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-21T17:46:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-21T17:46:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-21T17:46:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-21T17:46:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-21T17:46:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-21T17:46:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T17:46:02-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T17:46:02-0400 DDEBUG Cleaning up.
2025-10-21T17:46:02-0400 DDEBUG Plugins were unloaded.
2025-10-21T17:46: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T17:46: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T21:50:35-0400 INFO --- logging initialized ---
2025-10-21T21:50:35-0400 DDEBUG timer: config: 84 ms
2025-10-21T21:50: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-10-21T21:50:36-0400 DEBUG DNF version: 4.7.0
2025-10-21T21:50:36-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T21:50:36-0400 DDEBUG Installroot: /
2025-10-21T21:50:36-0400 DDEBUG Releasever: 8
2025-10-21T21:50:36-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T21:50:36-0400 DDEBUG Base command: makecache
2025-10-21T21:50:36-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T21:50:36-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T21:50:36-0400 DEBUG Making cache files for all metadata files.
2025-10-21T21:50:36-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-21T21:50:36-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-21T21:50:36-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-21T21:50:36-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-21T21:50:36-0400 DEBUG extras: has expired and will be refreshed.
2025-10-21T21:50:36-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-21T21:50:36-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-21T21:50:36-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-21T21:50:36-0400 DEBUG epel: has expired and will be refreshed.
2025-10-21T21:50:36-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-21T21:50:36-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-21T21:50:36-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-21T21:50:36-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-21T21:50:36-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T21:50:36-0400 DDEBUG Cleaning up.
2025-10-21T21:50:36-0400 DDEBUG Plugins were unloaded.
2025-10-21T21:50: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T21:50: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-21T23:49:02-0400 INFO --- logging initialized ---
2025-10-21T23:49:02-0400 DDEBUG timer: config: 63 ms
2025-10-21T23:49: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-10-21T23:49:03-0400 DEBUG DNF version: 4.7.0
2025-10-21T23:49:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-21T23:49:03-0400 DDEBUG Installroot: /
2025-10-21T23:49:03-0400 DDEBUG Releasever: 8
2025-10-21T23:49:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-21T23:49:03-0400 DDEBUG Base command: makecache
2025-10-21T23:49:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-21T23:49:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-21T23:49:03-0400 DEBUG Making cache files for all metadata files.
2025-10-21T23:49:03-0400 INFO Metadata cache refreshed recently.
2025-10-21T23:49:03-0400 DDEBUG Cleaning up.
2025-10-21T23:49:03-0400 DDEBUG Plugins were unloaded.
2025-10-22T01:42:01-0400 INFO --- logging initialized ---
2025-10-22T01:42:01-0400 DDEBUG timer: config: 103 ms
2025-10-22T01:42: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-10-22T01:42:01-0400 DEBUG DNF version: 4.7.0
2025-10-22T01:42:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T01:42:01-0400 DDEBUG Installroot: /
2025-10-22T01:42:01-0400 DDEBUG Releasever: 8
2025-10-22T01:42:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T01:42:01-0400 DDEBUG Base command: makecache
2025-10-22T01:42:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T01:42:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T01:42:01-0400 DEBUG Making cache files for all metadata files.
2025-10-22T01:42:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-22T01:42:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-22T01:42:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-22T01:42:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-22T01:42:01-0400 DEBUG extras: has expired and will be refreshed.
2025-10-22T01:42:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-22T01:42:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-22T01:42:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-22T01:42:01-0400 DEBUG epel: has expired and will be refreshed.
2025-10-22T01:42:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-22T01:42:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-22T01:42:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-22T01:42:01-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T01:42:01-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T01:42:01-0400 DDEBUG Cleaning up.
2025-10-22T01:42:01-0400 DDEBUG Plugins were unloaded.
2025-10-22T01:42: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T01:42: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T03:34:12-0400 INFO --- logging initialized ---
2025-10-22T03:34:12-0400 DDEBUG timer: config: 60 ms
2025-10-22T03:34: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-10-22T03:34:13-0400 DEBUG DNF version: 4.7.0
2025-10-22T03:34:13-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T03:34:13-0400 DDEBUG Installroot: /
2025-10-22T03:34:13-0400 DDEBUG Releasever: 8
2025-10-22T03:34:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T03:34:13-0400 DDEBUG Base command: makecache
2025-10-22T03:34:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T03:34:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T03:34:13-0400 DEBUG Making cache files for all metadata files.
2025-10-22T03:34:13-0400 INFO Metadata cache refreshed recently.
2025-10-22T03:34:13-0400 DDEBUG Cleaning up.
2025-10-22T03:34:13-0400 DDEBUG Plugins were unloaded.
2025-10-22T03:46:10-0400 INFO --- logging initialized ---
2025-10-22T03:46:10-0400 DDEBUG timer: config: 6 ms
2025-10-22T03:46: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-10-22T03:46:11-0400 DEBUG YUM version: 4.7.0
2025-10-22T03:46:11-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-22T03:46:11-0400 DDEBUG Installroot: /
2025-10-22T03:46:11-0400 DDEBUG Releasever: 8
2025-10-22T03:46:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T03:46:11-0400 DDEBUG Base command: check-update
2025-10-22T03:46:11-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-22T03:46:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-22T03:46:11-0400 DEBUG repo: using cache for: cwp
2025-10-22T03:46:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-22T03:46:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T03:46:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T03:46:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T03:46:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T03:46:11-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T03:46:11-0400 DDEBUG Cleaning up.
2025-10-22T03:46:11-0400 DDEBUG Plugins were unloaded.
2025-10-22T03:46: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: 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-10-22T03:46:11-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-22T03:46:12-0400 INFO --- logging initialized ---
2025-10-22T03:46:12-0400 DDEBUG timer: config: 5 ms
2025-10-22T03:46: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-10-22T03:46:12-0400 DEBUG YUM version: 4.7.0
2025-10-22T03:46:12-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-22T03:46:12-0400 DDEBUG Installroot: /
2025-10-22T03:46:12-0400 DDEBUG Releasever: 8
2025-10-22T03:46:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T03:46:12-0400 DDEBUG Base command: update
2025-10-22T03:46:12-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-22T03:46:12-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-22T03:46:12-0400 DEBUG repo: using cache for: cwp
2025-10-22T03:46:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-22T03:46:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T03:46:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T03:46:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T03:46:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T03:46:12-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T03:46:12-0400 DDEBUG Cleaning up.
2025-10-22T03:46:12-0400 DDEBUG Plugins were unloaded.
2025-10-22T03:46:12-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-10-22T03:46:12-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-22T05:31:02-0400 INFO --- logging initialized ---
2025-10-22T05:31:02-0400 DDEBUG timer: config: 73 ms
2025-10-22T05:31: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-10-22T05:31:02-0400 DEBUG DNF version: 4.7.0
2025-10-22T05:31:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T05:31:02-0400 DDEBUG Installroot: /
2025-10-22T05:31:02-0400 DDEBUG Releasever: 8
2025-10-22T05:31:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T05:31:02-0400 DDEBUG Base command: makecache
2025-10-22T05:31:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T05:31:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T05:31:02-0400 DEBUG Making cache files for all metadata files.
2025-10-22T05:31:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-22T05:31:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-22T05:31:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-22T05:31:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-22T05:31:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-22T05:31:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-22T05:31:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-22T05:31:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-22T05:31:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-22T05:31:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-22T05:31:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-22T05:31:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-22T05:31:03-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T05:31:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T05:31:03-0400 DDEBUG Cleaning up.
2025-10-22T05:31:03-0400 DDEBUG Plugins were unloaded.
2025-10-22T05:31: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T05:31: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T06:54:11-0400 INFO --- logging initialized ---
2025-10-22T06:54:11-0400 DDEBUG timer: config: 11790 ms
2025-10-22T06:54: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-10-22T06:54:14-0400 DEBUG DNF version: 4.7.0
2025-10-22T06:54:14-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T06:54:14-0400 DDEBUG Installroot: /
2025-10-22T06:54:14-0400 DDEBUG Releasever: 8
2025-10-22T06:54:14-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T06:54:14-0400 DDEBUG Base command: makecache
2025-10-22T06:54:14-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T06:54:14-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T06:54:14-0400 DEBUG Making cache files for all metadata files.
2025-10-22T06:54:14-0400 INFO Metadata cache refreshed recently.
2025-10-22T06:54:14-0400 DDEBUG Cleaning up.
2025-10-22T06:54:14-0400 DDEBUG Plugins were unloaded.
2025-10-22T08:38:39-0400 INFO --- logging initialized ---
2025-10-22T08:38:39-0400 DDEBUG timer: config: 43 ms
2025-10-22T08: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-10-22T08:38:39-0400 DEBUG DNF version: 4.7.0
2025-10-22T08:38:39-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T08:38:39-0400 DDEBUG Installroot: /
2025-10-22T08:38:39-0400 DDEBUG Releasever: 8
2025-10-22T08:38:39-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T08:38:39-0400 DDEBUG Base command: makecache
2025-10-22T08:38:39-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T08:38:39-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T08:38:39-0400 DEBUG Making cache files for all metadata files.
2025-10-22T08:38:39-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-22T08:38:39-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-22T08:38:39-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-22T08:38:39-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-22T08:38:39-0400 DEBUG extras: has expired and will be refreshed.
2025-10-22T08:38:39-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-22T08:38:39-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-22T08:38:39-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-22T08:38:39-0400 DEBUG epel: has expired and will be refreshed.
2025-10-22T08:38:39-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-22T08:38:39-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-22T08:38:39-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-22T08:38:39-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T08:38:39-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T08:38:39-0400 DDEBUG Cleaning up.
2025-10-22T08:38:39-0400 DDEBUG Plugins were unloaded.
2025-10-22T08:38: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T08:38: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T09:53:40-0400 INFO --- logging initialized ---
2025-10-22T09:53:40-0400 DDEBUG timer: config: 6 ms
2025-10-22T09:53: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-10-22T09:53:40-0400 DEBUG DNF version: 4.7.0
2025-10-22T09:53:40-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T09:53:40-0400 DDEBUG Installroot: /
2025-10-22T09:53:40-0400 DDEBUG Releasever: 8
2025-10-22T09:53:40-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T09:53:40-0400 DDEBUG Base command: makecache
2025-10-22T09:53:40-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T09:53:40-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T09:53:40-0400 DEBUG Making cache files for all metadata files.
2025-10-22T09:53:40-0400 INFO Metadata cache refreshed recently.
2025-10-22T09:53:40-0400 DDEBUG Cleaning up.
2025-10-22T09:53:40-0400 DDEBUG Plugins were unloaded.
2025-10-22T11:07:20-0400 INFO --- logging initialized ---
2025-10-22T11:07:20-0400 DDEBUG timer: config: 6 ms
2025-10-22T11:07: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-10-22T11:07:20-0400 DEBUG DNF version: 4.7.0
2025-10-22T11:07:20-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T11:07:20-0400 DDEBUG Installroot: /
2025-10-22T11:07:20-0400 DDEBUG Releasever: 8
2025-10-22T11:07:20-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T11:07:20-0400 DDEBUG Base command: makecache
2025-10-22T11:07:20-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T11:07:20-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T11:07:20-0400 DEBUG Making cache files for all metadata files.
2025-10-22T11:07:20-0400 INFO Metadata cache refreshed recently.
2025-10-22T11:07:20-0400 DDEBUG Cleaning up.
2025-10-22T11:07:20-0400 DDEBUG Plugins were unloaded.
2025-10-22T12:46:19-0400 INFO --- logging initialized ---
2025-10-22T12:46:19-0400 DDEBUG timer: config: 8 ms
2025-10-22T12:46: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-10-22T12:46:19-0400 DEBUG DNF version: 4.7.0
2025-10-22T12:46:19-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T12:46:19-0400 DDEBUG Installroot: /
2025-10-22T12:46:19-0400 DDEBUG Releasever: 8
2025-10-22T12:46:19-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T12:46:19-0400 DDEBUG Base command: makecache
2025-10-22T12:46:19-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T12:46:19-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T12:46:19-0400 DEBUG Making cache files for all metadata files.
2025-10-22T12:46:19-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-22T12:46:19-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-22T12:46:19-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-22T12:46:19-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-22T12:46:19-0400 DEBUG extras: has expired and will be refreshed.
2025-10-22T12:46:19-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-22T12:46:19-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-22T12:46:19-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-22T12:46:19-0400 DEBUG epel: has expired and will be refreshed.
2025-10-22T12:46:19-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-22T12:46:19-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-22T12:46:19-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-22T12:46:20-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T12:46:20-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T12:46:20-0400 DDEBUG Cleaning up.
2025-10-22T12:46:20-0400 DDEBUG Plugins were unloaded.
2025-10-22T12:46: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T12:46: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T13:59:56-0400 INFO --- logging initialized ---
2025-10-22T13:59:56-0400 DDEBUG timer: config: 8 ms
2025-10-22T13:59: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-10-22T13:59:56-0400 DEBUG DNF version: 4.7.0
2025-10-22T13:59:56-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T13:59:56-0400 DDEBUG Installroot: /
2025-10-22T13:59:56-0400 DDEBUG Releasever: 8
2025-10-22T13:59:56-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T13:59:56-0400 DDEBUG Base command: makecache
2025-10-22T13:59:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T13:59:56-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T13:59:56-0400 DEBUG Making cache files for all metadata files.
2025-10-22T13:59:56-0400 INFO Metadata cache refreshed recently.
2025-10-22T13:59:56-0400 DDEBUG Cleaning up.
2025-10-22T13:59:56-0400 DDEBUG Plugins were unloaded.
2025-10-22T15:04:01-0400 INFO --- logging initialized ---
2025-10-22T15:04:01-0400 DDEBUG timer: config: 8 ms
2025-10-22T15:04: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-10-22T15:04:01-0400 DEBUG DNF version: 4.7.0
2025-10-22T15:04:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T15:04:01-0400 DDEBUG Installroot: /
2025-10-22T15:04:01-0400 DDEBUG Releasever: 8
2025-10-22T15:04:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T15:04:01-0400 DDEBUG Base command: makecache
2025-10-22T15:04:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T15:04:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T15:04:02-0400 DEBUG Making cache files for all metadata files.
2025-10-22T15:04:02-0400 INFO Metadata cache refreshed recently.
2025-10-22T15:04:02-0400 DDEBUG Cleaning up.
2025-10-22T15:04:02-0400 DDEBUG Plugins were unloaded.
2025-10-22T16:32:14-0400 INFO --- logging initialized ---
2025-10-22T16:32:14-0400 DDEBUG timer: config: 10 ms
2025-10-22T16:32: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-10-22T16:32:15-0400 DEBUG DNF version: 4.7.0
2025-10-22T16:32:15-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T16:32:15-0400 DDEBUG Installroot: /
2025-10-22T16:32:15-0400 DDEBUG Releasever: 8
2025-10-22T16:32:15-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T16:32:15-0400 DDEBUG Base command: makecache
2025-10-22T16:32:15-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T16:32:15-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T16:32:15-0400 DEBUG Making cache files for all metadata files.
2025-10-22T16:32:15-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-22T16:32:15-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-22T16:32:15-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-22T16:32:15-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-22T16:32:15-0400 DEBUG extras: has expired and will be refreshed.
2025-10-22T16:32:15-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-22T16:32:15-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-22T16:32:15-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-22T16:32:15-0400 DEBUG epel: has expired and will be refreshed.
2025-10-22T16:32:15-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-22T16:32:15-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-22T16:32:15-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-22T16:32:15-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T16:32:15-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T16:32:15-0400 DDEBUG Cleaning up.
2025-10-22T16:32:15-0400 DDEBUG Plugins were unloaded.
2025-10-22T16:32: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T16:32: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T17:53:21-0400 INFO --- logging initialized ---
2025-10-22T17:53:21-0400 DDEBUG timer: config: 10 ms
2025-10-22T17:53: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-10-22T17:53:22-0400 DEBUG DNF version: 4.7.0
2025-10-22T17:53:22-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T17:53:22-0400 DDEBUG Installroot: /
2025-10-22T17:53:22-0400 DDEBUG Releasever: 8
2025-10-22T17:53:22-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T17:53:22-0400 DDEBUG Base command: makecache
2025-10-22T17:53:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T17:53:22-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T17:53:22-0400 DEBUG Making cache files for all metadata files.
2025-10-22T17:53:22-0400 INFO Metadata cache refreshed recently.
2025-10-22T17:53:22-0400 DDEBUG Cleaning up.
2025-10-22T17:53:22-0400 DDEBUG Plugins were unloaded.
2025-10-22T19:41:18-0400 INFO --- logging initialized ---
2025-10-22T19:41:18-0400 DDEBUG timer: config: 11 ms
2025-10-22T19:41: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-10-22T19:41:18-0400 DEBUG DNF version: 4.7.0
2025-10-22T19:41:18-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T19:41:18-0400 DDEBUG Installroot: /
2025-10-22T19:41:18-0400 DDEBUG Releasever: 8
2025-10-22T19:41:18-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T19:41:18-0400 DDEBUG Base command: makecache
2025-10-22T19:41:18-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T19:41:18-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T19:41:18-0400 DEBUG Making cache files for all metadata files.
2025-10-22T19:41:18-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-22T19:41:18-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-22T19:41:18-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-22T19:41:18-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-22T19:41:18-0400 DEBUG extras: has expired and will be refreshed.
2025-10-22T19:41:18-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-22T19:41:18-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-22T19:41:18-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-22T19:41:18-0400 DEBUG epel: has expired and will be refreshed.
2025-10-22T19:41:18-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-22T19:41:18-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-22T19:41:18-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-22T19:41:18-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-22T19:41:18-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T19:41:18-0400 DDEBUG Cleaning up.
2025-10-22T19:41:18-0400 DDEBUG Plugins were unloaded.
2025-10-22T19:41:18-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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T19:41:18-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-22T21:01:40-0400 INFO --- logging initialized ---
2025-10-22T21:01:40-0400 DDEBUG timer: config: 8 ms
2025-10-22T21:01: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-10-22T21:01:40-0400 DEBUG DNF version: 4.7.0
2025-10-22T21:01:40-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T21:01:40-0400 DDEBUG Installroot: /
2025-10-22T21:01:40-0400 DDEBUG Releasever: 8
2025-10-22T21:01:40-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T21:01:40-0400 DDEBUG Base command: makecache
2025-10-22T21:01:40-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T21:01:40-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T21:01:40-0400 DEBUG Making cache files for all metadata files.
2025-10-22T21:01:40-0400 INFO Metadata cache refreshed recently.
2025-10-22T21:01:40-0400 DDEBUG Cleaning up.
2025-10-22T21:01:40-0400 DDEBUG Plugins were unloaded.
2025-10-22T22:18:48-0400 INFO --- logging initialized ---
2025-10-22T22:18:48-0400 DDEBUG timer: config: 13 ms
2025-10-22T22:18: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-10-22T22:18:48-0400 DEBUG DNF version: 4.7.0
2025-10-22T22:18:48-0400 DDEBUG Command: dnf makecache --timer 
2025-10-22T22:18:48-0400 DDEBUG Installroot: /
2025-10-22T22:18:48-0400 DDEBUG Releasever: 8
2025-10-22T22:18:48-0400 DEBUG cachedir: /var/cache/dnf
2025-10-22T22:18:48-0400 DDEBUG Base command: makecache
2025-10-22T22:18:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-22T22:18:48-0400 DEBUG Excludes in repo epel: nginx*
2025-10-22T22:18:48-0400 DEBUG Making cache files for all metadata files.
2025-10-22T22:18:48-0400 INFO Metadata cache refreshed recently.
2025-10-22T22:18:48-0400 DDEBUG Cleaning up.
2025-10-22T22:18:48-0400 DDEBUG Plugins were unloaded.
2025-10-23T00:03:47-0400 INFO --- logging initialized ---
2025-10-23T00:03:47-0400 DDEBUG timer: config: 55 ms
2025-10-23T00: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-10-23T00:03:47-0400 DEBUG DNF version: 4.7.0
2025-10-23T00:03:47-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T00:03:47-0400 DDEBUG Installroot: /
2025-10-23T00:03:47-0400 DDEBUG Releasever: 8
2025-10-23T00:03:47-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T00:03:47-0400 DDEBUG Base command: makecache
2025-10-23T00:03:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T00:03:47-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T00:03:47-0400 DEBUG Making cache files for all metadata files.
2025-10-23T00:03:47-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-23T00:03:47-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-23T00:03:47-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-23T00:03:47-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-23T00:03:47-0400 DEBUG extras: has expired and will be refreshed.
2025-10-23T00:03:47-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-23T00:03:47-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-23T00:03:47-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-23T00:03:47-0400 DEBUG epel: has expired and will be refreshed.
2025-10-23T00:03:47-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-23T00:03:47-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-23T00:03:47-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-23T00:03:47-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T00:03:47-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T00:03:47-0400 DDEBUG Cleaning up.
2025-10-23T00:03:47-0400 DDEBUG Plugins were unloaded.
2025-10-23T00:03: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T00:03: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T01:10:13-0400 INFO --- logging initialized ---
2025-10-23T01:10:13-0400 DDEBUG timer: config: 6 ms
2025-10-23T01:10: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-10-23T01:10:13-0400 DEBUG DNF version: 4.7.0
2025-10-23T01:10:13-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T01:10:13-0400 DDEBUG Installroot: /
2025-10-23T01:10:13-0400 DDEBUG Releasever: 8
2025-10-23T01:10:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T01:10:13-0400 DDEBUG Base command: makecache
2025-10-23T01:10:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T01:10:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T01:10:13-0400 DEBUG Making cache files for all metadata files.
2025-10-23T01:10:13-0400 INFO Metadata cache refreshed recently.
2025-10-23T01:10:13-0400 DDEBUG Cleaning up.
2025-10-23T01:10:13-0400 DDEBUG Plugins were unloaded.
2025-10-23T02:45:31-0400 INFO --- logging initialized ---
2025-10-23T02:45:31-0400 DDEBUG timer: config: 48 ms
2025-10-23T02:45: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-10-23T02:45:31-0400 DEBUG DNF version: 4.7.0
2025-10-23T02:45:31-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T02:45:31-0400 DDEBUG Installroot: /
2025-10-23T02:45:31-0400 DDEBUG Releasever: 8
2025-10-23T02:45:31-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T02:45:31-0400 DDEBUG Base command: makecache
2025-10-23T02:45:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T02:45:31-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T02:45:31-0400 DEBUG Making cache files for all metadata files.
2025-10-23T02:45:31-0400 INFO Metadata cache refreshed recently.
2025-10-23T02:45:31-0400 DDEBUG Cleaning up.
2025-10-23T02:45:31-0400 DDEBUG Plugins were unloaded.
2025-10-23T03:26:11-0400 INFO --- logging initialized ---
2025-10-23T03:26:11-0400 DDEBUG timer: config: 8 ms
2025-10-23T03:26: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-10-23T03:26:11-0400 DEBUG YUM version: 4.7.0
2025-10-23T03:26:11-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-23T03:26:11-0400 DDEBUG Installroot: /
2025-10-23T03:26:11-0400 DDEBUG Releasever: 8
2025-10-23T03:26:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T03:26:11-0400 DDEBUG Base command: check-update
2025-10-23T03:26:11-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-23T03:26:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-23T03:26:11-0400 DEBUG repo: using cache for: cwp
2025-10-23T03:26:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-23T03:26:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T03:26:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T03:26:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T03:26:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T03:26:12-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T03:26:12-0400 DDEBUG Cleaning up.
2025-10-23T03:26:12-0400 DDEBUG Plugins were unloaded.
2025-10-23T03:26:12-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-10-23T03:26:12-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-23T03:26:12-0400 INFO --- logging initialized ---
2025-10-23T03:26:12-0400 DDEBUG timer: config: 5 ms
2025-10-23T03:26: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-10-23T03:26:12-0400 DEBUG YUM version: 4.7.0
2025-10-23T03:26:12-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-23T03:26:12-0400 DDEBUG Installroot: /
2025-10-23T03:26:12-0400 DDEBUG Releasever: 8
2025-10-23T03:26:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T03:26:12-0400 DDEBUG Base command: update
2025-10-23T03:26:12-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-23T03:26:12-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-23T03:26:13-0400 DEBUG repo: using cache for: cwp
2025-10-23T03:26:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-23T03:26:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T03:26:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T03:26:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T03:26:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T03:26:13-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T03:26:13-0400 DDEBUG Cleaning up.
2025-10-23T03:26:13-0400 DDEBUG Plugins were unloaded.
2025-10-23T03:26:13-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-10-23T03:26:13-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-23T03:57:41-0400 INFO --- logging initialized ---
2025-10-23T03:57:41-0400 DDEBUG timer: config: 61 ms
2025-10-23T03:57: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-10-23T03:57:41-0400 DEBUG DNF version: 4.7.0
2025-10-23T03:57:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T03:57:41-0400 DDEBUG Installroot: /
2025-10-23T03:57:41-0400 DDEBUG Releasever: 8
2025-10-23T03:57:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T03:57:41-0400 DDEBUG Base command: makecache
2025-10-23T03:57:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T03:57:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T03:57:41-0400 DEBUG Making cache files for all metadata files.
2025-10-23T03:57:41-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-23T03:57:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-23T03:57:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-23T03:57:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-23T03:57:41-0400 DEBUG extras: has expired and will be refreshed.
2025-10-23T03:57:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-23T03:57:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-23T03:57:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-23T03:57:41-0400 DEBUG epel: has expired and will be refreshed.
2025-10-23T03:57:41-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-23T03:57:41-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-23T03:57:42-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-23T03:57:42-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T03:57:42-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T03:57:42-0400 DDEBUG Cleaning up.
2025-10-23T03:57:42-0400 DDEBUG Plugins were unloaded.
2025-10-23T03:57: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T03:57: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T05:38:13-0400 INFO --- logging initialized ---
2025-10-23T05:38:13-0400 DDEBUG timer: config: 6 ms
2025-10-23T05:38: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-10-23T05:38:13-0400 DEBUG DNF version: 4.7.0
2025-10-23T05:38:13-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T05:38:13-0400 DDEBUG Installroot: /
2025-10-23T05:38:13-0400 DDEBUG Releasever: 8
2025-10-23T05:38:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T05:38:13-0400 DDEBUG Base command: makecache
2025-10-23T05:38:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T05:38:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T05:38:13-0400 DEBUG Making cache files for all metadata files.
2025-10-23T05:38:13-0400 INFO Metadata cache refreshed recently.
2025-10-23T05:38:13-0400 DDEBUG Cleaning up.
2025-10-23T05:38:13-0400 DDEBUG Plugins were unloaded.
2025-10-23T07:34:02-0400 INFO --- logging initialized ---
2025-10-23T07:34:02-0400 DDEBUG timer: config: 49 ms
2025-10-23T07:34: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-10-23T07:34:02-0400 DEBUG DNF version: 4.7.0
2025-10-23T07:34:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T07:34:02-0400 DDEBUG Installroot: /
2025-10-23T07:34:02-0400 DDEBUG Releasever: 8
2025-10-23T07:34:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T07:34:02-0400 DDEBUG Base command: makecache
2025-10-23T07:34:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T07:34:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T07:34:02-0400 DEBUG Making cache files for all metadata files.
2025-10-23T07:34:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-23T07:34:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-23T07:34:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-23T07:34:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-23T07:34:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-23T07:34:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-23T07:34:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-23T07:34:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-23T07:34:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-23T07:34:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-23T07:34:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-23T07:34:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-23T07:34:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T07:34:02-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T07:34:02-0400 DDEBUG Cleaning up.
2025-10-23T07:34:02-0400 DDEBUG Plugins were unloaded.
2025-10-23T07:34: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T07:34: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T08:40:34-0400 INFO --- logging initialized ---
2025-10-23T08:40:34-0400 DDEBUG timer: config: 7 ms
2025-10-23T08:40: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-10-23T08:40:34-0400 DEBUG DNF version: 4.7.0
2025-10-23T08:40:34-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T08:40:34-0400 DDEBUG Installroot: /
2025-10-23T08:40:34-0400 DDEBUG Releasever: 8
2025-10-23T08:40:34-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T08:40:34-0400 DDEBUG Base command: makecache
2025-10-23T08:40:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T08:40:34-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T08:40:34-0400 DEBUG Making cache files for all metadata files.
2025-10-23T08:40:34-0400 INFO Metadata cache refreshed recently.
2025-10-23T08:40:34-0400 DDEBUG Cleaning up.
2025-10-23T08:40:34-0400 DDEBUG Plugins were unloaded.
2025-10-23T10:35:52-0400 INFO --- logging initialized ---
2025-10-23T10:35:52-0400 DDEBUG timer: config: 9 ms
2025-10-23T10:35: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-10-23T10:35:52-0400 DEBUG DNF version: 4.7.0
2025-10-23T10:35:52-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T10:35:52-0400 DDEBUG Installroot: /
2025-10-23T10:35:52-0400 DDEBUG Releasever: 8
2025-10-23T10:35:52-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T10:35:52-0400 DDEBUG Base command: makecache
2025-10-23T10:35:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T10:35:52-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T10:35:52-0400 DEBUG Making cache files for all metadata files.
2025-10-23T10:35:52-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-23T10:35:52-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-23T10:35:52-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-23T10:35:52-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-23T10:35:52-0400 DEBUG extras: has expired and will be refreshed.
2025-10-23T10:35:52-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-23T10:35:52-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-23T10:35:52-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-23T10:35:52-0400 DEBUG epel: has expired and will be refreshed.
2025-10-23T10:35:52-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-23T10:35:52-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-23T10:35:52-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-23T10:35:53-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T10:35:53-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T10:35:53-0400 DDEBUG Cleaning up.
2025-10-23T10:35:53-0400 DDEBUG Plugins were unloaded.
2025-10-23T10:35: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T10:35: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T12:06:46-0400 INFO --- logging initialized ---
2025-10-23T12:06:46-0400 DDEBUG timer: config: 8 ms
2025-10-23T12:06: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-10-23T12:06:46-0400 DEBUG DNF version: 4.7.0
2025-10-23T12:06:46-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T12:06:46-0400 DDEBUG Installroot: /
2025-10-23T12:06:46-0400 DDEBUG Releasever: 8
2025-10-23T12:06:46-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T12:06:46-0400 DDEBUG Base command: makecache
2025-10-23T12:06:46-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T12:06:46-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T12:06:46-0400 DEBUG Making cache files for all metadata files.
2025-10-23T12:06:46-0400 INFO Metadata cache refreshed recently.
2025-10-23T12:06:46-0400 DDEBUG Cleaning up.
2025-10-23T12:06:46-0400 DDEBUG Plugins were unloaded.
2025-10-23T13:22:57-0400 INFO --- logging initialized ---
2025-10-23T13:22:57-0400 DDEBUG timer: config: 17 ms
2025-10-23T13:22: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-10-23T13:22:57-0400 DEBUG DNF version: 4.7.0
2025-10-23T13:22:57-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T13:22:57-0400 DDEBUG Installroot: /
2025-10-23T13:22:57-0400 DDEBUG Releasever: 8
2025-10-23T13:22:57-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T13:22:57-0400 DDEBUG Base command: makecache
2025-10-23T13:22:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T13:22:57-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T13:22:57-0400 DEBUG Making cache files for all metadata files.
2025-10-23T13:22:57-0400 INFO Metadata cache refreshed recently.
2025-10-23T13:22:57-0400 DDEBUG Cleaning up.
2025-10-23T13:22:57-0400 DDEBUG Plugins were unloaded.
2025-10-23T15:21:51-0400 INFO --- logging initialized ---
2025-10-23T15:21:51-0400 DDEBUG timer: config: 46 ms
2025-10-23T15:21: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-10-23T15:21:51-0400 DEBUG DNF version: 4.7.0
2025-10-23T15:21:51-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T15:21:51-0400 DDEBUG Installroot: /
2025-10-23T15:21:51-0400 DDEBUG Releasever: 8
2025-10-23T15:21:51-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T15:21:51-0400 DDEBUG Base command: makecache
2025-10-23T15:21:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T15:21:52-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T15:21:52-0400 DEBUG Making cache files for all metadata files.
2025-10-23T15:21:52-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-23T15:21:52-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-23T15:21:52-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-23T15:21:52-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-23T15:21:52-0400 DEBUG extras: has expired and will be refreshed.
2025-10-23T15:21:52-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-23T15:21:52-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-23T15:21:52-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-23T15:21:52-0400 DEBUG epel: has expired and will be refreshed.
2025-10-23T15:21:52-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-23T15:21:52-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-23T15:21:52-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-23T15:21:52-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T15:21:52-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T15:21:52-0400 DDEBUG Cleaning up.
2025-10-23T15:21:52-0400 DDEBUG Plugins were unloaded.
2025-10-23T15:21: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T15:21: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T17:21:28-0400 INFO --- logging initialized ---
2025-10-23T17:21:28-0400 DDEBUG timer: config: 23 ms
2025-10-23T17:21: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-10-23T17:21:28-0400 DEBUG DNF version: 4.7.0
2025-10-23T17:21:28-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T17:21:28-0400 DDEBUG Installroot: /
2025-10-23T17:21:28-0400 DDEBUG Releasever: 8
2025-10-23T17:21:28-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T17:21:28-0400 DDEBUG Base command: makecache
2025-10-23T17:21:28-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T17:21:28-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T17:21:28-0400 DEBUG Making cache files for all metadata files.
2025-10-23T17:21:28-0400 INFO Metadata cache refreshed recently.
2025-10-23T17:21:28-0400 DDEBUG Cleaning up.
2025-10-23T17:21:28-0400 DDEBUG Plugins were unloaded.
2025-10-23T18:35:02-0400 INFO --- logging initialized ---
2025-10-23T18:35:02-0400 DDEBUG timer: config: 10 ms
2025-10-23T18: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-10-23T18:35:02-0400 DEBUG DNF version: 4.7.0
2025-10-23T18:35:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T18:35:02-0400 DDEBUG Installroot: /
2025-10-23T18:35:02-0400 DDEBUG Releasever: 8
2025-10-23T18:35:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T18:35:02-0400 DDEBUG Base command: makecache
2025-10-23T18:35:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T18:35:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T18:35:03-0400 DEBUG Making cache files for all metadata files.
2025-10-23T18:35:03-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-23T18:35:03-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-23T18:35:03-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-23T18:35:03-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-23T18:35:03-0400 DEBUG extras: has expired and will be refreshed.
2025-10-23T18:35:03-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-23T18:35:03-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-23T18:35:03-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-23T18:35:03-0400 DEBUG epel: has expired and will be refreshed.
2025-10-23T18:35:03-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-23T18:35:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-23T18:35:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-23T18:35:03-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T18:35:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T18:35:03-0400 DDEBUG Cleaning up.
2025-10-23T18:35:03-0400 DDEBUG Plugins were unloaded.
2025-10-23T18:35: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T18:35: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T20:19:09-0400 INFO --- logging initialized ---
2025-10-23T20:19:09-0400 DDEBUG timer: config: 23 ms
2025-10-23T20:19: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-10-23T20:19:09-0400 DEBUG DNF version: 4.7.0
2025-10-23T20:19:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T20:19:09-0400 DDEBUG Installroot: /
2025-10-23T20:19:09-0400 DDEBUG Releasever: 8
2025-10-23T20:19:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T20:19:09-0400 DDEBUG Base command: makecache
2025-10-23T20:19:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T20:19:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T20:19:09-0400 DEBUG Making cache files for all metadata files.
2025-10-23T20:19:09-0400 INFO Metadata cache refreshed recently.
2025-10-23T20:19:09-0400 DDEBUG Cleaning up.
2025-10-23T20:19:09-0400 DDEBUG Plugins were unloaded.
2025-10-23T21:43:00-0400 INFO --- logging initialized ---
2025-10-23T21:43:00-0400 DDEBUG timer: config: 26 ms
2025-10-23T21:43: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-10-23T21:43:00-0400 DEBUG DNF version: 4.7.0
2025-10-23T21:43:00-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T21:43:00-0400 DDEBUG Installroot: /
2025-10-23T21:43:00-0400 DDEBUG Releasever: 8
2025-10-23T21:43:00-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T21:43:00-0400 DDEBUG Base command: makecache
2025-10-23T21:43:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T21:43:00-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T21:43:00-0400 DEBUG Making cache files for all metadata files.
2025-10-23T21:43:00-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-23T21:43:00-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-23T21:43:00-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-23T21:43:00-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-23T21:43:00-0400 DEBUG extras: has expired and will be refreshed.
2025-10-23T21:43:00-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-23T21:43:00-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-23T21:43:00-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-23T21:43:00-0400 DEBUG epel: has expired and will be refreshed.
2025-10-23T21:43:00-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-23T21:43:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-23T21:43:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-23T21:43:01-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-23T21:43:01-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T21:43:01-0400 DDEBUG Cleaning up.
2025-10-23T21:43:01-0400 DDEBUG Plugins were unloaded.
2025-10-23T21:43: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T21:43: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-23T23:41:58-0400 INFO --- logging initialized ---
2025-10-23T23:41:58-0400 DDEBUG timer: config: 35 ms
2025-10-23T23:41: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-10-23T23:41:58-0400 DEBUG DNF version: 4.7.0
2025-10-23T23:41:58-0400 DDEBUG Command: dnf makecache --timer 
2025-10-23T23:41:58-0400 DDEBUG Installroot: /
2025-10-23T23:41:58-0400 DDEBUG Releasever: 8
2025-10-23T23:41:58-0400 DEBUG cachedir: /var/cache/dnf
2025-10-23T23:41:58-0400 DDEBUG Base command: makecache
2025-10-23T23:41:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-23T23:41:58-0400 DEBUG Excludes in repo epel: nginx*
2025-10-23T23:41:58-0400 DEBUG Making cache files for all metadata files.
2025-10-23T23:41:58-0400 INFO Metadata cache refreshed recently.
2025-10-23T23:41:58-0400 DDEBUG Cleaning up.
2025-10-23T23:41:58-0400 DDEBUG Plugins were unloaded.
2025-10-24T01:20:21-0400 INFO --- logging initialized ---
2025-10-24T01:20:21-0400 DDEBUG timer: config: 53 ms
2025-10-24T01:20: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-10-24T01:20:21-0400 DEBUG DNF version: 4.7.0
2025-10-24T01:20:21-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T01:20:21-0400 DDEBUG Installroot: /
2025-10-24T01:20:21-0400 DDEBUG Releasever: 8
2025-10-24T01:20:21-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T01:20:21-0400 DDEBUG Base command: makecache
2025-10-24T01:20:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T01:20:21-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T01:20:21-0400 DEBUG Making cache files for all metadata files.
2025-10-24T01:20:21-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-24T01:20:21-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-24T01:20:21-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-24T01:20:21-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-24T01:20:21-0400 DEBUG extras: has expired and will be refreshed.
2025-10-24T01:20:21-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-24T01:20:21-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-24T01:20:21-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-24T01:20:22-0400 DEBUG epel: has expired and will be refreshed.
2025-10-24T01:20:22-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-24T01:20:22-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-24T01:20:22-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-24T01:20:22-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T01:20:22-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T01:20:22-0400 DDEBUG Cleaning up.
2025-10-24T01:20:22-0400 DDEBUG Plugins were unloaded.
2025-10-24T01:20: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T01:20: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T02:49:35-0400 INFO --- logging initialized ---
2025-10-24T02:49:35-0400 DDEBUG timer: config: 7 ms
2025-10-24T02: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-10-24T02:49:35-0400 DEBUG DNF version: 4.7.0
2025-10-24T02:49:35-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T02:49:35-0400 DDEBUG Installroot: /
2025-10-24T02:49:35-0400 DDEBUG Releasever: 8
2025-10-24T02:49:35-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T02:49:35-0400 DDEBUG Base command: makecache
2025-10-24T02:49:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T02:49:35-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T02:49:35-0400 DEBUG Making cache files for all metadata files.
2025-10-24T02:49:35-0400 INFO Metadata cache refreshed recently.
2025-10-24T02:49:35-0400 DDEBUG Cleaning up.
2025-10-24T02:49:35-0400 DDEBUG Plugins were unloaded.
2025-10-24T03:28:15-0400 INFO --- logging initialized ---
2025-10-24T03:28:15-0400 DDEBUG timer: config: 6 ms
2025-10-24T03: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-10-24T03:28:15-0400 DEBUG YUM version: 4.7.0
2025-10-24T03:28:15-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-24T03:28:15-0400 DDEBUG Installroot: /
2025-10-24T03:28:15-0400 DDEBUG Releasever: 8
2025-10-24T03:28:15-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T03:28:15-0400 DDEBUG Base command: check-update
2025-10-24T03:28:15-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-24T03:28:15-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-24T03:28:16-0400 DEBUG repo: using cache for: cwp
2025-10-24T03:28:16-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-24T03:28:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T03:28:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T03:28:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T03:28:16-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T03:28:16-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T03:28:16-0400 DDEBUG Cleaning up.
2025-10-24T03:28:16-0400 DDEBUG Plugins were unloaded.
2025-10-24T03:28: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: 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-10-24T03:28:16-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-24T03:28:17-0400 INFO --- logging initialized ---
2025-10-24T03:28:17-0400 DDEBUG timer: config: 5 ms
2025-10-24T03:28: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-10-24T03:28:17-0400 DEBUG YUM version: 4.7.0
2025-10-24T03:28:17-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-24T03:28:17-0400 DDEBUG Installroot: /
2025-10-24T03:28:17-0400 DDEBUG Releasever: 8
2025-10-24T03:28:17-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T03:28:17-0400 DDEBUG Base command: update
2025-10-24T03:28:17-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-24T03:28:17-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-24T03:28:17-0400 DEBUG repo: using cache for: cwp
2025-10-24T03:28:17-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-24T03:28:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T03:28:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T03:28:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T03:28:17-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T03:28:17-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T03:28:17-0400 DDEBUG Cleaning up.
2025-10-24T03:28:17-0400 DDEBUG Plugins were unloaded.
2025-10-24T03:28: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: 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-10-24T03:28:17-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-24T04:39:46-0400 INFO --- logging initialized ---
2025-10-24T04:39:46-0400 DDEBUG timer: config: 58 ms
2025-10-24T04:39: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-10-24T04:39:47-0400 DEBUG DNF version: 4.7.0
2025-10-24T04:39:47-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T04:39:47-0400 DDEBUG Installroot: /
2025-10-24T04:39:47-0400 DDEBUG Releasever: 8
2025-10-24T04:39:47-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T04:39:47-0400 DDEBUG Base command: makecache
2025-10-24T04:39:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T04:39:47-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T04:39:47-0400 DEBUG Making cache files for all metadata files.
2025-10-24T04:39:47-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-24T04:39:47-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-24T04:39:47-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-24T04:39:47-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-24T04:39:47-0400 DEBUG extras: has expired and will be refreshed.
2025-10-24T04:39:47-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-24T04:39:47-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-24T04:39:47-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-24T04:39:47-0400 DEBUG epel: has expired and will be refreshed.
2025-10-24T04:39:47-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-24T04:39:47-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-24T04:39:47-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-24T04:39:47-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T04:39:47-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T04:39:47-0400 DDEBUG Cleaning up.
2025-10-24T04:39:47-0400 DDEBUG Plugins were unloaded.
2025-10-24T04:39: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T04:39: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T05:43:07-0400 INFO --- logging initialized ---
2025-10-24T05:43:07-0400 DDEBUG timer: config: 6 ms
2025-10-24T05:43: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-10-24T05:43:07-0400 DEBUG DNF version: 4.7.0
2025-10-24T05:43:07-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T05:43:07-0400 DDEBUG Installroot: /
2025-10-24T05:43:07-0400 DDEBUG Releasever: 8
2025-10-24T05:43:07-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T05:43:07-0400 DDEBUG Base command: makecache
2025-10-24T05:43:07-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T05:43:07-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T05:43:07-0400 DEBUG Making cache files for all metadata files.
2025-10-24T05:43:07-0400 INFO Metadata cache refreshed recently.
2025-10-24T05:43:07-0400 DDEBUG Cleaning up.
2025-10-24T05:43:07-0400 DDEBUG Plugins were unloaded.
2025-10-24T07:22:02-0400 INFO --- logging initialized ---
2025-10-24T07:22:02-0400 DDEBUG timer: config: 7 ms
2025-10-24T07:22: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-10-24T07:22:02-0400 DEBUG DNF version: 4.7.0
2025-10-24T07:22:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T07:22:02-0400 DDEBUG Installroot: /
2025-10-24T07:22:02-0400 DDEBUG Releasever: 8
2025-10-24T07:22:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T07:22:02-0400 DDEBUG Base command: makecache
2025-10-24T07:22:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T07:22:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T07:22:02-0400 DEBUG Making cache files for all metadata files.
2025-10-24T07:22:02-0400 INFO Metadata cache refreshed recently.
2025-10-24T07:22:02-0400 DDEBUG Cleaning up.
2025-10-24T07:22:02-0400 DDEBUG Plugins were unloaded.
2025-10-24T09:10:19-0400 INFO --- logging initialized ---
2025-10-24T09:10:19-0400 DDEBUG timer: config: 30 ms
2025-10-24T09:10: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-10-24T09:10:19-0400 DEBUG DNF version: 4.7.0
2025-10-24T09:10:19-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T09:10:19-0400 DDEBUG Installroot: /
2025-10-24T09:10:19-0400 DDEBUG Releasever: 8
2025-10-24T09:10:19-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T09:10:19-0400 DDEBUG Base command: makecache
2025-10-24T09:10:19-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T09:10:19-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T09:10:19-0400 DEBUG Making cache files for all metadata files.
2025-10-24T09:10:19-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-24T09:10:19-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-24T09:10:19-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-24T09:10:19-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-24T09:10:19-0400 DEBUG extras: has expired and will be refreshed.
2025-10-24T09:10:19-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-24T09:10:19-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-24T09:10:19-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-24T09:10:19-0400 DEBUG epel: has expired and will be refreshed.
2025-10-24T09:10:20-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-24T09:10:20-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-24T09:10:20-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-24T09:10:20-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T09:10:20-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T09:10:20-0400 DDEBUG Cleaning up.
2025-10-24T09:10:20-0400 DDEBUG Plugins were unloaded.
2025-10-24T09:10: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T09:10: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T10:16:34-0400 INFO --- logging initialized ---
2025-10-24T10:16:34-0400 DDEBUG timer: config: 61 ms
2025-10-24T10:16: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-10-24T10:16:34-0400 DEBUG DNF version: 4.7.0
2025-10-24T10:16:34-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T10:16:34-0400 DDEBUG Installroot: /
2025-10-24T10:16:34-0400 DDEBUG Releasever: 8
2025-10-24T10:16:34-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T10:16:34-0400 DDEBUG Base command: makecache
2025-10-24T10:16:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T10:16:34-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T10:16:34-0400 DEBUG Making cache files for all metadata files.
2025-10-24T10:16:34-0400 INFO Metadata cache refreshed recently.
2025-10-24T10:16:34-0400 DDEBUG Cleaning up.
2025-10-24T10:16:34-0400 DDEBUG Plugins were unloaded.
2025-10-24T12:02:41-0400 INFO --- logging initialized ---
2025-10-24T12:02:41-0400 DDEBUG timer: config: 5 ms
2025-10-24T12: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-10-24T12:02:41-0400 DEBUG DNF version: 4.7.0
2025-10-24T12:02:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T12:02:41-0400 DDEBUG Installroot: /
2025-10-24T12:02:41-0400 DDEBUG Releasever: 8
2025-10-24T12:02:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T12:02:41-0400 DDEBUG Base command: makecache
2025-10-24T12:02:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T12:02:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T12:02:41-0400 DEBUG Making cache files for all metadata files.
2025-10-24T12:02:41-0400 INFO Metadata cache refreshed recently.
2025-10-24T12:02:41-0400 DDEBUG Cleaning up.
2025-10-24T12:02:41-0400 DDEBUG Plugins were unloaded.
2025-10-24T13:31:24-0400 INFO --- logging initialized ---
2025-10-24T13:31:24-0400 DDEBUG timer: config: 13 ms
2025-10-24T13:31: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-10-24T13:31:24-0400 DEBUG DNF version: 4.7.0
2025-10-24T13:31:24-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T13:31:24-0400 DDEBUG Installroot: /
2025-10-24T13:31:24-0400 DDEBUG Releasever: 8
2025-10-24T13:31:24-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T13:31:24-0400 DDEBUG Base command: makecache
2025-10-24T13:31:24-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T13:31:24-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T13:31:24-0400 DEBUG Making cache files for all metadata files.
2025-10-24T13:31:24-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-24T13:31:24-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-24T13:31:24-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-24T13:31:24-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-24T13:31:24-0400 DEBUG extras: has expired and will be refreshed.
2025-10-24T13:31:24-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-24T13:31:24-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-24T13:31:24-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-24T13:31:24-0400 DEBUG epel: has expired and will be refreshed.
2025-10-24T13:31:24-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-24T13:31:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-24T13:31:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-24T13:31:25-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T13:31:25-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T13:31:25-0400 DDEBUG Cleaning up.
2025-10-24T13:31:25-0400 DDEBUG Plugins were unloaded.
2025-10-24T13:31: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T13:31: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T15:12:53-0400 INFO --- logging initialized ---
2025-10-24T15:12:53-0400 DDEBUG timer: config: 54 ms
2025-10-24T15:12: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-10-24T15:12:53-0400 DEBUG DNF version: 4.7.0
2025-10-24T15:12:53-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T15:12:53-0400 DDEBUG Installroot: /
2025-10-24T15:12:53-0400 DDEBUG Releasever: 8
2025-10-24T15:12:53-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T15:12:53-0400 DDEBUG Base command: makecache
2025-10-24T15:12:53-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T15:12:53-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T15:12:53-0400 DEBUG Making cache files for all metadata files.
2025-10-24T15:12:53-0400 INFO Metadata cache refreshed recently.
2025-10-24T15:12:53-0400 DDEBUG Cleaning up.
2025-10-24T15:12:53-0400 DDEBUG Plugins were unloaded.
2025-10-24T17:02:27-0400 INFO --- logging initialized ---
2025-10-24T17:02:27-0400 DDEBUG timer: config: 13 ms
2025-10-24T17:02: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-10-24T17:02:27-0400 DEBUG DNF version: 4.7.0
2025-10-24T17:02:27-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T17:02:27-0400 DDEBUG Installroot: /
2025-10-24T17:02:27-0400 DDEBUG Releasever: 8
2025-10-24T17:02:27-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T17:02:27-0400 DDEBUG Base command: makecache
2025-10-24T17:02:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T17:02:27-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T17:02:27-0400 DEBUG Making cache files for all metadata files.
2025-10-24T17:02:27-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-24T17:02:27-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-24T17:02:27-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-24T17:02:27-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-24T17:02:27-0400 DEBUG extras: has expired and will be refreshed.
2025-10-24T17:02:27-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-24T17:02:27-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-24T17:02:27-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-24T17:02:27-0400 DEBUG epel: has expired and will be refreshed.
2025-10-24T17:02:27-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-24T17:02:27-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-24T17:02:27-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-24T17:02:28-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T17:02:28-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T17:02:28-0400 DDEBUG Cleaning up.
2025-10-24T17:02:28-0400 DDEBUG Plugins were unloaded.
2025-10-24T17:02: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T17:02: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T18:26:23-0400 INFO --- logging initialized ---
2025-10-24T18:26:23-0400 DDEBUG timer: config: 13 ms
2025-10-24T18:26: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-10-24T18:26:23-0400 DEBUG DNF version: 4.7.0
2025-10-24T18:26:23-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T18:26:23-0400 DDEBUG Installroot: /
2025-10-24T18:26:23-0400 DDEBUG Releasever: 8
2025-10-24T18:26:23-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T18:26:23-0400 DDEBUG Base command: makecache
2025-10-24T18:26:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T18:26:23-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T18:26:23-0400 DEBUG Making cache files for all metadata files.
2025-10-24T18:26:23-0400 INFO Metadata cache refreshed recently.
2025-10-24T18:26:23-0400 DDEBUG Cleaning up.
2025-10-24T18:26:23-0400 DDEBUG Plugins were unloaded.
2025-10-24T20:07:48-0400 INFO --- logging initialized ---
2025-10-24T20:07:48-0400 DDEBUG timer: config: 12 ms
2025-10-24T20: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-10-24T20:07:48-0400 DEBUG DNF version: 4.7.0
2025-10-24T20:07:48-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T20:07:48-0400 DDEBUG Installroot: /
2025-10-24T20:07:48-0400 DDEBUG Releasever: 8
2025-10-24T20:07:48-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T20:07:48-0400 DDEBUG Base command: makecache
2025-10-24T20:07:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T20:07:48-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T20:07:48-0400 DEBUG Making cache files for all metadata files.
2025-10-24T20:07:48-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-24T20:07:48-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-24T20:07:48-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-24T20:07:48-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-24T20:07:48-0400 DEBUG extras: has expired and will be refreshed.
2025-10-24T20:07:48-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-24T20:07:48-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-24T20:07:48-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-24T20:07:48-0400 DEBUG epel: has expired and will be refreshed.
2025-10-24T20:07:48-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-24T20:07:48-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-24T20:07:49-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-24T20:07:49-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T20:07:49-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T20:07:49-0400 DDEBUG Cleaning up.
2025-10-24T20:07:49-0400 DDEBUG Plugins were unloaded.
2025-10-24T20:07: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T20:07: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T23:32:20-0400 INFO --- logging initialized ---
2025-10-24T23:32:20-0400 DDEBUG timer: config: 238 ms
2025-10-24T23:32: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-10-24T23:32:21-0400 DEBUG DNF version: 4.7.0
2025-10-24T23:32:21-0400 DDEBUG Command: dnf makecache --timer 
2025-10-24T23:32:21-0400 DDEBUG Installroot: /
2025-10-24T23:32:21-0400 DDEBUG Releasever: 8
2025-10-24T23:32:21-0400 DEBUG cachedir: /var/cache/dnf
2025-10-24T23:32:21-0400 DDEBUG Base command: makecache
2025-10-24T23:32:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-24T23:32:21-0400 DEBUG Excludes in repo epel: nginx*
2025-10-24T23:32:21-0400 DEBUG Making cache files for all metadata files.
2025-10-24T23:32:34-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-24T23:32:34-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-24T23:32:34-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-24T23:32:34-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-24T23:32:34-0400 DEBUG extras: has expired and will be refreshed.
2025-10-24T23:32:34-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-24T23:32:34-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-24T23:32:34-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-24T23:32:34-0400 DEBUG epel: has expired and will be refreshed.
2025-10-24T23:32:34-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-24T23:32:34-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-24T23:32:34-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-24T23:32:35-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-24T23:32:35-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T23:32:35-0400 DDEBUG Cleaning up.
2025-10-24T23:32:35-0400 DDEBUG Plugins were unloaded.
2025-10-24T23:32: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-24T23:32: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T00:44:02-0400 INFO --- logging initialized ---
2025-10-25T00:44:02-0400 DDEBUG timer: config: 55 ms
2025-10-25T00:44: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-10-25T00:44:03-0400 DEBUG DNF version: 4.7.0
2025-10-25T00:44:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T00:44:03-0400 DDEBUG Installroot: /
2025-10-25T00:44:03-0400 DDEBUG Releasever: 8
2025-10-25T00:44:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T00:44:03-0400 DDEBUG Base command: makecache
2025-10-25T00:44:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T00:44:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T00:44:03-0400 DEBUG Making cache files for all metadata files.
2025-10-25T00:44:03-0400 INFO Metadata cache refreshed recently.
2025-10-25T00:44:03-0400 DDEBUG Cleaning up.
2025-10-25T00:44:03-0400 DDEBUG Plugins were unloaded.
2025-10-25T02:08:58-0400 INFO --- logging initialized ---
2025-10-25T02:08:58-0400 DDEBUG timer: config: 54 ms
2025-10-25T02:08: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-10-25T02:08:59-0400 DEBUG DNF version: 4.7.0
2025-10-25T02:08:59-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T02:08:59-0400 DDEBUG Installroot: /
2025-10-25T02:08:59-0400 DDEBUG Releasever: 8
2025-10-25T02:08:59-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T02:08:59-0400 DDEBUG Base command: makecache
2025-10-25T02:08:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T02:08:59-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T02:08:59-0400 DEBUG Making cache files for all metadata files.
2025-10-25T02:08:59-0400 INFO Metadata cache refreshed recently.
2025-10-25T02:08:59-0400 DDEBUG Cleaning up.
2025-10-25T02:08:59-0400 DDEBUG Plugins were unloaded.
2025-10-25T03:17:08-0400 INFO --- logging initialized ---
2025-10-25T03:17:08-0400 DDEBUG timer: config: 5 ms
2025-10-25T03:17: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-10-25T03:17:08-0400 DEBUG YUM version: 4.7.0
2025-10-25T03:17:08-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-25T03:17:08-0400 DDEBUG Installroot: /
2025-10-25T03:17:08-0400 DDEBUG Releasever: 8
2025-10-25T03:17:08-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T03:17:08-0400 DDEBUG Base command: check-update
2025-10-25T03:17:08-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-25T03:17:08-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-25T03:17:09-0400 DEBUG repo: using cache for: cwp
2025-10-25T03:17:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-25T03:17:09-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T03:17:09-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T03:17:09-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T03:17:09-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T03:17:09-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T03:17:09-0400 DDEBUG Cleaning up.
2025-10-25T03:17:09-0400 DDEBUG Plugins were unloaded.
2025-10-25T03:17: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-10-25T03:17: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-10-25T03:17:09-0400 INFO --- logging initialized ---
2025-10-25T03:17:09-0400 DDEBUG timer: config: 4 ms
2025-10-25T03:17: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-10-25T03:17:09-0400 DEBUG YUM version: 4.7.0
2025-10-25T03:17:09-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-25T03:17:09-0400 DDEBUG Installroot: /
2025-10-25T03:17:09-0400 DDEBUG Releasever: 8
2025-10-25T03:17:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T03:17:09-0400 DDEBUG Base command: update
2025-10-25T03:17:09-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-25T03:17:09-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-25T03:17:10-0400 DEBUG repo: using cache for: cwp
2025-10-25T03:17:10-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-25T03:17:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T03:17:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T03:17:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T03:17:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T03:17:10-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T03:17:10-0400 DDEBUG Cleaning up.
2025-10-25T03:17:10-0400 DDEBUG Plugins were unloaded.
2025-10-25T03:17: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-10-25T03:17: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-10-25T03:29:02-0400 INFO --- logging initialized ---
2025-10-25T03:29:02-0400 DDEBUG timer: config: 61 ms
2025-10-25T03:29: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-10-25T03:29:02-0400 DEBUG DNF version: 4.7.0
2025-10-25T03:29:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T03:29:02-0400 DDEBUG Installroot: /
2025-10-25T03:29:02-0400 DDEBUG Releasever: 8
2025-10-25T03:29:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T03:29:02-0400 DDEBUG Base command: makecache
2025-10-25T03:29:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T03:29:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T03:29:02-0400 DEBUG Making cache files for all metadata files.
2025-10-25T03:29:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-25T03:29:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-25T03:29:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-25T03:29:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-25T03:29:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-25T03:29:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-25T03:29:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-25T03:29:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-25T03:29:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-25T03:29:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-25T03:29:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-25T03:29:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-25T03:29:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T03:29:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T03:29:03-0400 DDEBUG Cleaning up.
2025-10-25T03:29:03-0400 DDEBUG Plugins were unloaded.
2025-10-25T03:29: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T03:29: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T05:26:42-0400 INFO --- logging initialized ---
2025-10-25T05:26:42-0400 DDEBUG timer: config: 53 ms
2025-10-25T05:26: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-10-25T05:26:42-0400 DEBUG DNF version: 4.7.0
2025-10-25T05:26:42-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T05:26:42-0400 DDEBUG Installroot: /
2025-10-25T05:26:42-0400 DDEBUG Releasever: 8
2025-10-25T05:26:42-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T05:26:42-0400 DDEBUG Base command: makecache
2025-10-25T05:26:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T05:26:42-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T05:26:42-0400 DEBUG Making cache files for all metadata files.
2025-10-25T05:26:42-0400 INFO Metadata cache refreshed recently.
2025-10-25T05:26:42-0400 DDEBUG Cleaning up.
2025-10-25T05:26:42-0400 DDEBUG Plugins were unloaded.
2025-10-25T06:45:49-0400 INFO --- logging initialized ---
2025-10-25T06:45:49-0400 DDEBUG timer: config: 6 ms
2025-10-25T06:45: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-10-25T06:45:49-0400 DEBUG DNF version: 4.7.0
2025-10-25T06:45:49-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T06:45:49-0400 DDEBUG Installroot: /
2025-10-25T06:45:49-0400 DDEBUG Releasever: 8
2025-10-25T06:45:49-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T06:45:49-0400 DDEBUG Base command: makecache
2025-10-25T06:45:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T06:45:49-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T06:45:49-0400 DEBUG Making cache files for all metadata files.
2025-10-25T06:45:49-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-25T06:45:49-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-25T06:45:49-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-25T06:45:49-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-25T06:45:49-0400 DEBUG extras: has expired and will be refreshed.
2025-10-25T06:45:49-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-25T06:45:49-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-25T06:45:49-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-25T06:45:49-0400 DEBUG epel: has expired and will be refreshed.
2025-10-25T06:45:49-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-25T06:45:50-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-25T06:45:50-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-25T06:45:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T06:45:50-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T06:45:50-0400 DDEBUG Cleaning up.
2025-10-25T06:45:50-0400 DDEBUG Plugins were unloaded.
2025-10-25T06:45: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T06:45: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T07:47:02-0400 INFO --- logging initialized ---
2025-10-25T07:47:02-0400 DDEBUG timer: config: 7 ms
2025-10-25T07:47: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-10-25T07:47:02-0400 DEBUG DNF version: 4.7.0
2025-10-25T07:47:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T07:47:02-0400 DDEBUG Installroot: /
2025-10-25T07:47:02-0400 DDEBUG Releasever: 8
2025-10-25T07:47:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T07:47:02-0400 DDEBUG Base command: makecache
2025-10-25T07:47:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T07:47:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T07:47:02-0400 DEBUG Making cache files for all metadata files.
2025-10-25T07:47:02-0400 INFO Metadata cache refreshed recently.
2025-10-25T07:47:02-0400 DDEBUG Cleaning up.
2025-10-25T07:47:02-0400 DDEBUG Plugins were unloaded.
2025-10-25T09:10:51-0400 INFO --- logging initialized ---
2025-10-25T09:10:51-0400 DDEBUG timer: config: 8 ms
2025-10-25T09:10: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-10-25T09:10:51-0400 DEBUG DNF version: 4.7.0
2025-10-25T09:10:51-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T09:10:51-0400 DDEBUG Installroot: /
2025-10-25T09:10:51-0400 DDEBUG Releasever: 8
2025-10-25T09:10:51-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T09:10:51-0400 DDEBUG Base command: makecache
2025-10-25T09:10:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T09:10:51-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T09:10:51-0400 DEBUG Making cache files for all metadata files.
2025-10-25T09:10:51-0400 INFO Metadata cache refreshed recently.
2025-10-25T09:10:51-0400 DDEBUG Cleaning up.
2025-10-25T09:10:51-0400 DDEBUG Plugins were unloaded.
2025-10-25T11:04:50-0400 INFO --- logging initialized ---
2025-10-25T11:04:50-0400 DDEBUG timer: config: 47 ms
2025-10-25T11:04: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-10-25T11:04:50-0400 DEBUG DNF version: 4.7.0
2025-10-25T11:04:50-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T11:04:50-0400 DDEBUG Installroot: /
2025-10-25T11:04:50-0400 DDEBUG Releasever: 8
2025-10-25T11:04:50-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T11:04:50-0400 DDEBUG Base command: makecache
2025-10-25T11:04:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T11:04:50-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T11:04:50-0400 DEBUG Making cache files for all metadata files.
2025-10-25T11:04:50-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-25T11:04:50-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-25T11:04:50-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-25T11:04:50-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-25T11:04:50-0400 DEBUG extras: has expired and will be refreshed.
2025-10-25T11:04:50-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-25T11:04:50-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-25T11:04:50-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-25T11:04:50-0400 DEBUG epel: has expired and will be refreshed.
2025-10-25T11:04:50-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-25T11:04:50-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-25T11:04:50-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-25T11:04:50-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T11:04:50-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T11:04:50-0400 DDEBUG Cleaning up.
2025-10-25T11:04:50-0400 DDEBUG Plugins were unloaded.
2025-10-25T11: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T11: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T12:16:12-0400 INFO --- logging initialized ---
2025-10-25T12:16:12-0400 DDEBUG timer: config: 24 ms
2025-10-25T12:16: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-10-25T12:16:12-0400 DEBUG DNF version: 4.7.0
2025-10-25T12:16:12-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T12:16:12-0400 DDEBUG Installroot: /
2025-10-25T12:16:12-0400 DDEBUG Releasever: 8
2025-10-25T12:16:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T12:16:12-0400 DDEBUG Base command: makecache
2025-10-25T12:16:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T12:16:12-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T12:16:12-0400 DEBUG Making cache files for all metadata files.
2025-10-25T12:16:12-0400 INFO Metadata cache refreshed recently.
2025-10-25T12:16:12-0400 DDEBUG Cleaning up.
2025-10-25T12:16:12-0400 DDEBUG Plugins were unloaded.
2025-10-25T13:31:09-0400 INFO --- logging initialized ---
2025-10-25T13:31:09-0400 DDEBUG timer: config: 53 ms
2025-10-25T13:31: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-10-25T13:31:10-0400 DEBUG DNF version: 4.7.0
2025-10-25T13:31:10-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T13:31:10-0400 DDEBUG Installroot: /
2025-10-25T13:31:10-0400 DDEBUG Releasever: 8
2025-10-25T13:31:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T13:31:10-0400 DDEBUG Base command: makecache
2025-10-25T13:31:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T13:31:10-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T13:31:10-0400 DEBUG Making cache files for all metadata files.
2025-10-25T13:31:10-0400 INFO Metadata cache refreshed recently.
2025-10-25T13:31:10-0400 DDEBUG Cleaning up.
2025-10-25T13:31:10-0400 DDEBUG Plugins were unloaded.
2025-10-25T14:41:12-0400 INFO --- logging initialized ---
2025-10-25T14:41:12-0400 DDEBUG timer: config: 19 ms
2025-10-25T14:41: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-10-25T14:41:12-0400 DEBUG DNF version: 4.7.0
2025-10-25T14:41:12-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T14:41:12-0400 DDEBUG Installroot: /
2025-10-25T14:41:12-0400 DDEBUG Releasever: 8
2025-10-25T14:41:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T14:41:12-0400 DDEBUG Base command: makecache
2025-10-25T14:41:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T14:41:12-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T14:41:12-0400 DEBUG Making cache files for all metadata files.
2025-10-25T14:41:12-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-25T14:41:12-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-25T14:41:12-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-25T14:41:12-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-25T14:41:13-0400 DEBUG extras: has expired and will be refreshed.
2025-10-25T14:41:13-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-25T14:41:13-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-25T14:41:13-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-25T14:41:13-0400 DEBUG epel: has expired and will be refreshed.
2025-10-25T14:41:13-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-25T14:41:13-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-25T14:41:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-25T14:41:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T14:41:13-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T14:41:13-0400 DDEBUG Cleaning up.
2025-10-25T14:41:13-0400 DDEBUG Plugins were unloaded.
2025-10-25T14:41:13-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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T14:41:13-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T16:30:49-0400 INFO --- logging initialized ---
2025-10-25T16:30:49-0400 DDEBUG timer: config: 21 ms
2025-10-25T16:30: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-10-25T16:30:49-0400 DEBUG DNF version: 4.7.0
2025-10-25T16:30:49-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T16:30:49-0400 DDEBUG Installroot: /
2025-10-25T16:30:49-0400 DDEBUG Releasever: 8
2025-10-25T16:30:49-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T16:30:49-0400 DDEBUG Base command: makecache
2025-10-25T16:30:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T16:30:49-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T16:30:49-0400 DEBUG Making cache files for all metadata files.
2025-10-25T16:30:49-0400 INFO Metadata cache refreshed recently.
2025-10-25T16:30:49-0400 DDEBUG Cleaning up.
2025-10-25T16:30:49-0400 DDEBUG Plugins were unloaded.
2025-10-25T18:28:06-0400 INFO --- logging initialized ---
2025-10-25T18:28:06-0400 DDEBUG timer: config: 20 ms
2025-10-25T18:28: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-10-25T18:28:07-0400 DEBUG DNF version: 4.7.0
2025-10-25T18:28:07-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T18:28:07-0400 DDEBUG Installroot: /
2025-10-25T18:28:07-0400 DDEBUG Releasever: 8
2025-10-25T18:28:07-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T18:28:07-0400 DDEBUG Base command: makecache
2025-10-25T18:28:07-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T18:28:07-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T18:28:07-0400 DEBUG Making cache files for all metadata files.
2025-10-25T18:28:07-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-25T18:28:07-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-25T18:28:07-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-25T18:28:07-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-25T18:28:07-0400 DEBUG extras: has expired and will be refreshed.
2025-10-25T18:28:07-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-25T18:28:07-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-25T18:28:07-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-25T18:28:07-0400 DEBUG epel: has expired and will be refreshed.
2025-10-25T18:28:07-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-25T18:28:07-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-25T18:28:07-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-25T18:28:07-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T18:28:07-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T18:28:07-0400 DDEBUG Cleaning up.
2025-10-25T18:28:07-0400 DDEBUG Plugins were unloaded.
2025-10-25T18:28: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T18:28: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T19:42:44-0400 INFO --- logging initialized ---
2025-10-25T19:42:44-0400 DDEBUG timer: config: 18 ms
2025-10-25T19:42: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-10-25T19:42:44-0400 DEBUG DNF version: 4.7.0
2025-10-25T19:42:44-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T19:42:44-0400 DDEBUG Installroot: /
2025-10-25T19:42:44-0400 DDEBUG Releasever: 8
2025-10-25T19:42:44-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T19:42:44-0400 DDEBUG Base command: makecache
2025-10-25T19:42:44-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T19:42:44-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T19:42:44-0400 DEBUG Making cache files for all metadata files.
2025-10-25T19:42:44-0400 INFO Metadata cache refreshed recently.
2025-10-25T19:42:44-0400 DDEBUG Cleaning up.
2025-10-25T19:42:44-0400 DDEBUG Plugins were unloaded.
2025-10-25T21:14:01-0400 INFO --- logging initialized ---
2025-10-25T21:14:01-0400 DDEBUG timer: config: 47 ms
2025-10-25T21:14: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-10-25T21:14:01-0400 DEBUG DNF version: 4.7.0
2025-10-25T21:14:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T21:14:01-0400 DDEBUG Installroot: /
2025-10-25T21:14:01-0400 DDEBUG Releasever: 8
2025-10-25T21:14:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T21:14:01-0400 DDEBUG Base command: makecache
2025-10-25T21:14:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T21:14:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T21:14:01-0400 DEBUG Making cache files for all metadata files.
2025-10-25T21:14:01-0400 INFO Metadata cache refreshed recently.
2025-10-25T21:14:01-0400 DDEBUG Cleaning up.
2025-10-25T21:14:01-0400 DDEBUG Plugins were unloaded.
2025-10-25T22:39:33-0400 INFO --- logging initialized ---
2025-10-25T22:39:33-0400 DDEBUG timer: config: 10 ms
2025-10-25T22:39: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-10-25T22:39:33-0400 DEBUG DNF version: 4.7.0
2025-10-25T22:39:33-0400 DDEBUG Command: dnf makecache --timer 
2025-10-25T22:39:33-0400 DDEBUG Installroot: /
2025-10-25T22:39:33-0400 DDEBUG Releasever: 8
2025-10-25T22:39:33-0400 DEBUG cachedir: /var/cache/dnf
2025-10-25T22:39:33-0400 DDEBUG Base command: makecache
2025-10-25T22:39:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-25T22:39:33-0400 DEBUG Excludes in repo epel: nginx*
2025-10-25T22:39:33-0400 DEBUG Making cache files for all metadata files.
2025-10-25T22:39:33-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-25T22:39:33-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-25T22:39:33-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-25T22:39:33-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-25T22:39:33-0400 DEBUG extras: has expired and will be refreshed.
2025-10-25T22:39:33-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-25T22:39:33-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-25T22:39:33-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-25T22:39:33-0400 DEBUG epel: has expired and will be refreshed.
2025-10-25T22:39:33-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-25T22:39:33-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-25T22:39:33-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-25T22:39:33-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-25T22:39:33-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T22:39:33-0400 DDEBUG Cleaning up.
2025-10-25T22:39:33-0400 DDEBUG Plugins were unloaded.
2025-10-25T22:39: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-25T22:39: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T00:30:18-0400 INFO --- logging initialized ---
2025-10-26T00:30:18-0400 DDEBUG timer: config: 429 ms
2025-10-26T00:30: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-10-26T00:30:21-0400 DEBUG DNF version: 4.7.0
2025-10-26T00:30:21-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T00:30:21-0400 DDEBUG Installroot: /
2025-10-26T00:30:21-0400 DDEBUG Releasever: 8
2025-10-26T00:30:21-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T00:30:21-0400 DDEBUG Base command: makecache
2025-10-26T00:30:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T00:30:26-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T00:30:26-0400 DEBUG Making cache files for all metadata files.
2025-10-26T00:30:26-0400 INFO Metadata cache refreshed recently.
2025-10-26T00:30:26-0400 DDEBUG Cleaning up.
2025-10-26T00:30:26-0400 DDEBUG Plugins were unloaded.
2025-10-26T02:10:51-0400 INFO --- logging initialized ---
2025-10-26T02:10:51-0400 DDEBUG timer: config: 54 ms
2025-10-26T02:10: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-10-26T02:10:51-0400 DEBUG DNF version: 4.7.0
2025-10-26T02:10:51-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T02:10:51-0400 DDEBUG Installroot: /
2025-10-26T02:10:51-0400 DDEBUG Releasever: 8
2025-10-26T02:10:51-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T02:10:51-0400 DDEBUG Base command: makecache
2025-10-26T02:10:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T02:10:51-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T02:10:51-0400 DEBUG Making cache files for all metadata files.
2025-10-26T02:10:51-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-26T02:10:51-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-26T02:10:51-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-26T02:10:51-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-26T02:10:51-0400 DEBUG extras: has expired and will be refreshed.
2025-10-26T02:10:51-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-26T02:10:51-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-26T02:10:51-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-26T02:10:51-0400 DEBUG epel: has expired and will be refreshed.
2025-10-26T02:10:51-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-26T02:10:51-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-26T02:10:51-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-26T02:10:51-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T02:10:51-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T02:10:51-0400 DDEBUG Cleaning up.
2025-10-26T02:10:51-0400 DDEBUG Plugins were unloaded.
2025-10-26T02:10: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T02:10: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T03:32:10-0400 INFO --- logging initialized ---
2025-10-26T03:32:10-0400 DDEBUG timer: config: 14 ms
2025-10-26T03:32: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-10-26T03:32:10-0400 DEBUG YUM version: 4.7.0
2025-10-26T03:32:10-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-26T03:32:10-0400 DDEBUG Installroot: /
2025-10-26T03:32:10-0400 DDEBUG Releasever: 8
2025-10-26T03:32:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T03:32:10-0400 DDEBUG Base command: check-update
2025-10-26T03:32:10-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-26T03:32:10-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-26T03:32:10-0400 DEBUG repo: using cache for: cwp
2025-10-26T03:32:10-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-26T03:32:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T03:32:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T03:32:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T03:32:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T03:32:10-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T03:32:10-0400 DDEBUG Cleaning up.
2025-10-26T03:32:10-0400 DDEBUG Plugins were unloaded.
2025-10-26T03:32: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-10-26T03:32: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-10-26T03:32:11-0400 INFO --- logging initialized ---
2025-10-26T03:32:11-0400 DDEBUG timer: config: 5 ms
2025-10-26T03:32: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-10-26T03:32:11-0400 DEBUG YUM version: 4.7.0
2025-10-26T03:32:11-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-26T03:32:11-0400 DDEBUG Installroot: /
2025-10-26T03:32:11-0400 DDEBUG Releasever: 8
2025-10-26T03:32:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T03:32:11-0400 DDEBUG Base command: update
2025-10-26T03:32:11-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-26T03:32:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-26T03:32:11-0400 DEBUG repo: using cache for: cwp
2025-10-26T03:32:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-26T03:32:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T03:32:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T03:32:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T03:32:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T03:32:12-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T03:32:12-0400 DDEBUG Cleaning up.
2025-10-26T03:32:12-0400 DDEBUG Plugins were unloaded.
2025-10-26T03:32:12-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-10-26T03:32:12-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-26T03:59:15-0400 INFO --- logging initialized ---
2025-10-26T03:59:15-0400 DDEBUG timer: config: 56 ms
2025-10-26T03:59: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-10-26T03:59:15-0400 DEBUG DNF version: 4.7.0
2025-10-26T03:59:15-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T03:59:15-0400 DDEBUG Installroot: /
2025-10-26T03:59:15-0400 DDEBUG Releasever: 8
2025-10-26T03:59:15-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T03:59:15-0400 DDEBUG Base command: makecache
2025-10-26T03:59:15-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T03:59:15-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T03:59:15-0400 DEBUG Making cache files for all metadata files.
2025-10-26T03:59:15-0400 INFO Metadata cache refreshed recently.
2025-10-26T03:59:15-0400 DDEBUG Cleaning up.
2025-10-26T03:59:15-0400 DDEBUG Plugins were unloaded.
2025-10-26T05:07:12-0400 INFO --- logging initialized ---
2025-10-26T05:07:12-0400 DDEBUG timer: config: 5 ms
2025-10-26T05:07: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-10-26T05:07:12-0400 DEBUG DNF version: 4.7.0
2025-10-26T05:07:12-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T05:07:12-0400 DDEBUG Installroot: /
2025-10-26T05:07:12-0400 DDEBUG Releasever: 8
2025-10-26T05:07:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T05:07:12-0400 DDEBUG Base command: makecache
2025-10-26T05:07:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T05:07:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T05:07:13-0400 DEBUG Making cache files for all metadata files.
2025-10-26T05:07:13-0400 INFO Metadata cache refreshed recently.
2025-10-26T05:07:13-0400 DDEBUG Cleaning up.
2025-10-26T05:07:13-0400 DDEBUG Plugins were unloaded.
2025-10-26T06:59:38-0400 INFO --- logging initialized ---
2025-10-26T06:59:38-0400 DDEBUG timer: config: 63 ms
2025-10-26T06:59: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-10-26T06:59:38-0400 DEBUG DNF version: 4.7.0
2025-10-26T06:59:38-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T06:59:38-0400 DDEBUG Installroot: /
2025-10-26T06:59:38-0400 DDEBUG Releasever: 8
2025-10-26T06:59:38-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T06:59:38-0400 DDEBUG Base command: makecache
2025-10-26T06:59:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T06:59:38-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T06:59:38-0400 DEBUG Making cache files for all metadata files.
2025-10-26T06:59:38-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-26T06:59:38-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-26T06:59:38-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-26T06:59:38-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-26T06:59:38-0400 DEBUG extras: has expired and will be refreshed.
2025-10-26T06:59:38-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-26T06:59:38-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-26T06:59:38-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-26T06:59:39-0400 DEBUG epel: has expired and will be refreshed.
2025-10-26T06:59:39-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-26T06:59:39-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-26T06:59:39-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-26T06:59:39-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T06:59:39-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T06:59:39-0400 DDEBUG Cleaning up.
2025-10-26T06:59:39-0400 DDEBUG Plugins were unloaded.
2025-10-26T06:59: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T06:59: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T08:00:02-0400 INFO --- logging initialized ---
2025-10-26T08:00:02-0400 DDEBUG timer: config: 7 ms
2025-10-26T08:00: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-10-26T08:00:02-0400 DEBUG DNF version: 4.7.0
2025-10-26T08:00:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T08:00:02-0400 DDEBUG Installroot: /
2025-10-26T08:00:02-0400 DDEBUG Releasever: 8
2025-10-26T08:00:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T08:00:02-0400 DDEBUG Base command: makecache
2025-10-26T08:00:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T08:00:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T08:00:02-0400 DEBUG Making cache files for all metadata files.
2025-10-26T08:00:02-0400 INFO Metadata cache refreshed recently.
2025-10-26T08:00:02-0400 DDEBUG Cleaning up.
2025-10-26T08:00:02-0400 DDEBUG Plugins were unloaded.
2025-10-26T09:55:15-0400 INFO --- logging initialized ---
2025-10-26T09:55:15-0400 DDEBUG timer: config: 8 ms
2025-10-26T09:55: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-10-26T09:55:15-0400 DEBUG DNF version: 4.7.0
2025-10-26T09:55:15-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T09:55:15-0400 DDEBUG Installroot: /
2025-10-26T09:55:15-0400 DDEBUG Releasever: 8
2025-10-26T09:55:15-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T09:55:15-0400 DDEBUG Base command: makecache
2025-10-26T09:55:15-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T09:55:15-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T09:55:15-0400 DEBUG Making cache files for all metadata files.
2025-10-26T09:55:15-0400 INFO Metadata cache refreshed recently.
2025-10-26T09:55:15-0400 DDEBUG Cleaning up.
2025-10-26T09:55:15-0400 DDEBUG Plugins were unloaded.
2025-10-26T10:56:02-0400 INFO --- logging initialized ---
2025-10-26T10:56:02-0400 DDEBUG timer: config: 8 ms
2025-10-26T10:56: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-10-26T10:56:02-0400 DEBUG DNF version: 4.7.0
2025-10-26T10:56:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T10:56:02-0400 DDEBUG Installroot: /
2025-10-26T10:56:02-0400 DDEBUG Releasever: 8
2025-10-26T10:56:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T10:56:02-0400 DDEBUG Base command: makecache
2025-10-26T10:56:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T10:56:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T10:56:02-0400 DEBUG Making cache files for all metadata files.
2025-10-26T10:56:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-26T10:56:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-26T10:56:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-26T10:56:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-26T10:56:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-26T10:56:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-26T10:56:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-26T10:56:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-26T10:56:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-26T10:56:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-26T10:56:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-26T10:56:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-26T10:56:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T10:56:02-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T10:56:02-0400 DDEBUG Cleaning up.
2025-10-26T10:56:02-0400 DDEBUG Plugins were unloaded.
2025-10-26T10:56: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T10:56: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T12:02:18-0400 INFO --- logging initialized ---
2025-10-26T12:02:18-0400 DDEBUG timer: config: 8 ms
2025-10-26T12:02: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-10-26T12:02:18-0400 DEBUG DNF version: 4.7.0
2025-10-26T12:02:18-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T12:02:18-0400 DDEBUG Installroot: /
2025-10-26T12:02:18-0400 DDEBUG Releasever: 8
2025-10-26T12:02:18-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T12:02:18-0400 DDEBUG Base command: makecache
2025-10-26T12:02:18-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T12:02:18-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T12:02:18-0400 DEBUG Making cache files for all metadata files.
2025-10-26T12:02:18-0400 INFO Metadata cache refreshed recently.
2025-10-26T12:02:18-0400 DDEBUG Cleaning up.
2025-10-26T12:02:18-0400 DDEBUG Plugins were unloaded.
2025-10-26T13:28:46-0400 INFO --- logging initialized ---
2025-10-26T13:28:46-0400 DDEBUG timer: config: 8 ms
2025-10-26T13:28: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-10-26T13:28:46-0400 DEBUG DNF version: 4.7.0
2025-10-26T13:28:46-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T13:28:46-0400 DDEBUG Installroot: /
2025-10-26T13:28:46-0400 DDEBUG Releasever: 8
2025-10-26T13:28:46-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T13:28:46-0400 DDEBUG Base command: makecache
2025-10-26T13:28:46-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T13:28:47-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T13:28:47-0400 DEBUG Making cache files for all metadata files.
2025-10-26T13:28:47-0400 INFO Metadata cache refreshed recently.
2025-10-26T13:28:47-0400 DDEBUG Cleaning up.
2025-10-26T13:28:47-0400 DDEBUG Plugins were unloaded.
2025-10-26T14:28:50-0400 INFO --- logging initialized ---
2025-10-26T14:28:50-0400 DDEBUG timer: config: 54 ms
2025-10-26T14:28: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-10-26T14:28:50-0400 DEBUG DNF version: 4.7.0
2025-10-26T14:28:50-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T14:28:50-0400 DDEBUG Installroot: /
2025-10-26T14:28:50-0400 DDEBUG Releasever: 8
2025-10-26T14:28:50-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T14:28:50-0400 DDEBUG Base command: makecache
2025-10-26T14:28:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T14:28:50-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T14:28:50-0400 DEBUG Making cache files for all metadata files.
2025-10-26T14:28:50-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-26T14:28:50-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-26T14:28:50-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-26T14:28:50-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-26T14:28:50-0400 DEBUG extras: has expired and will be refreshed.
2025-10-26T14:28:50-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-26T14:28:50-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-26T14:28:50-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-26T14:28:50-0400 DEBUG epel: has expired and will be refreshed.
2025-10-26T14:28:50-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-26T14:28:51-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-26T14:28:51-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-26T14:28:51-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T14:28:51-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T14:28:51-0400 DDEBUG Cleaning up.
2025-10-26T14:28:51-0400 DDEBUG Plugins were unloaded.
2025-10-26T14:28: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T14:28: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T16:22:02-0400 INFO --- logging initialized ---
2025-10-26T16:22:02-0400 DDEBUG timer: config: 8 ms
2025-10-26T16:22: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-10-26T16:22:02-0400 DEBUG DNF version: 4.7.0
2025-10-26T16:22:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T16:22:02-0400 DDEBUG Installroot: /
2025-10-26T16:22:02-0400 DDEBUG Releasever: 8
2025-10-26T16:22:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T16:22:02-0400 DDEBUG Base command: makecache
2025-10-26T16:22:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T16:22:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T16:22:02-0400 DEBUG Making cache files for all metadata files.
2025-10-26T16:22:02-0400 INFO Metadata cache refreshed recently.
2025-10-26T16:22:02-0400 DDEBUG Cleaning up.
2025-10-26T16:22:02-0400 DDEBUG Plugins were unloaded.
2025-10-26T17:41:35-0400 INFO --- logging initialized ---
2025-10-26T17:41:35-0400 DDEBUG timer: config: 8 ms
2025-10-26T17:41: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-10-26T17:41:35-0400 DEBUG DNF version: 4.7.0
2025-10-26T17:41:35-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T17:41:35-0400 DDEBUG Installroot: /
2025-10-26T17:41:35-0400 DDEBUG Releasever: 8
2025-10-26T17:41:35-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T17:41:35-0400 DDEBUG Base command: makecache
2025-10-26T17:41:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T17:41:35-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T17:41:35-0400 DEBUG Making cache files for all metadata files.
2025-10-26T17:41:35-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-26T17:41:35-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-26T17:41:35-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-26T17:41:35-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-26T17:41:35-0400 DEBUG extras: has expired and will be refreshed.
2025-10-26T17:41:35-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-26T17:41:35-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-26T17:41:35-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-26T17:41:35-0400 DEBUG epel: has expired and will be refreshed.
2025-10-26T17:41:35-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-26T17:41:35-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-26T17:41:35-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-26T17:41:35-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T17:41:35-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T17:41:35-0400 DDEBUG Cleaning up.
2025-10-26T17:41:35-0400 DDEBUG Plugins were unloaded.
2025-10-26T17:41: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T17:41: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T19:08:41-0400 INFO --- logging initialized ---
2025-10-26T19:08:41-0400 DDEBUG timer: config: 8 ms
2025-10-26T19:08: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-10-26T19:08:41-0400 DEBUG DNF version: 4.7.0
2025-10-26T19:08:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T19:08:41-0400 DDEBUG Installroot: /
2025-10-26T19:08:41-0400 DDEBUG Releasever: 8
2025-10-26T19:08:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T19:08:41-0400 DDEBUG Base command: makecache
2025-10-26T19:08:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T19:08:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T19:08:41-0400 DEBUG Making cache files for all metadata files.
2025-10-26T19:08:41-0400 INFO Metadata cache refreshed recently.
2025-10-26T19:08:41-0400 DDEBUG Cleaning up.
2025-10-26T19:08:41-0400 DDEBUG Plugins were unloaded.
2025-10-26T20:42:00-0400 INFO --- logging initialized ---
2025-10-26T20:42:00-0400 DDEBUG timer: config: 9 ms
2025-10-26T20: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-10-26T20:42:00-0400 DEBUG DNF version: 4.7.0
2025-10-26T20:42:00-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T20:42:00-0400 DDEBUG Installroot: /
2025-10-26T20:42:00-0400 DDEBUG Releasever: 8
2025-10-26T20:42:00-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T20:42:00-0400 DDEBUG Base command: makecache
2025-10-26T20:42:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T20:42:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T20:42:01-0400 DEBUG Making cache files for all metadata files.
2025-10-26T20:42:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-26T20:42:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-26T20:42:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-26T20:42:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-26T20:42:01-0400 DEBUG extras: has expired and will be refreshed.
2025-10-26T20:42:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-26T20:42:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-26T20:42:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-26T20:42:01-0400 DEBUG epel: has expired and will be refreshed.
2025-10-26T20:42:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-26T20:42:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-26T20:42:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-26T20:42:01-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-26T20:42:01-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T20:42:01-0400 DDEBUG Cleaning up.
2025-10-26T20:42:01-0400 DDEBUG Plugins were unloaded.
2025-10-26T20:42: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T20:42: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-26T21:46:31-0400 INFO --- logging initialized ---
2025-10-26T21:46:31-0400 DDEBUG timer: config: 8 ms
2025-10-26T21:46: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-10-26T21:46:31-0400 DEBUG DNF version: 4.7.0
2025-10-26T21:46:31-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T21:46:31-0400 DDEBUG Installroot: /
2025-10-26T21:46:31-0400 DDEBUG Releasever: 8
2025-10-26T21:46:31-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T21:46:31-0400 DDEBUG Base command: makecache
2025-10-26T21:46:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T21:46:31-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T21:46:31-0400 DEBUG Making cache files for all metadata files.
2025-10-26T21:46:31-0400 INFO Metadata cache refreshed recently.
2025-10-26T21:46:31-0400 DDEBUG Cleaning up.
2025-10-26T21:46:31-0400 DDEBUG Plugins were unloaded.
2025-10-26T23:13:37-0400 INFO --- logging initialized ---
2025-10-26T23:13:37-0400 DDEBUG timer: config: 62 ms
2025-10-26T23:13: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-10-26T23:13:37-0400 DEBUG DNF version: 4.7.0
2025-10-26T23:13:37-0400 DDEBUG Command: dnf makecache --timer 
2025-10-26T23:13:37-0400 DDEBUG Installroot: /
2025-10-26T23:13:37-0400 DDEBUG Releasever: 8
2025-10-26T23:13:37-0400 DEBUG cachedir: /var/cache/dnf
2025-10-26T23:13:37-0400 DDEBUG Base command: makecache
2025-10-26T23:13:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-26T23:13:37-0400 DEBUG Excludes in repo epel: nginx*
2025-10-26T23:13:37-0400 DEBUG Making cache files for all metadata files.
2025-10-26T23:13:37-0400 INFO Metadata cache refreshed recently.
2025-10-26T23:13:37-0400 DDEBUG Cleaning up.
2025-10-26T23:13:37-0400 DDEBUG Plugins were unloaded.
2025-10-27T00:51:56-0400 INFO --- logging initialized ---
2025-10-27T00:51:56-0400 DDEBUG timer: config: 48 ms
2025-10-27T00:51: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-10-27T00:51:56-0400 DEBUG DNF version: 4.7.0
2025-10-27T00:51:56-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T00:51:56-0400 DDEBUG Installroot: /
2025-10-27T00:51:56-0400 DDEBUG Releasever: 8
2025-10-27T00:51:56-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T00:51:56-0400 DDEBUG Base command: makecache
2025-10-27T00:51:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T00:51:56-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T00:51:56-0400 DEBUG Making cache files for all metadata files.
2025-10-27T00:51:56-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-27T00:51:56-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-27T00:51:56-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-27T00:51:56-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-27T00:51:56-0400 DEBUG extras: has expired and will be refreshed.
2025-10-27T00:51:56-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-27T00:51:56-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-27T00:51:56-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-27T00:51:56-0400 DEBUG epel: has expired and will be refreshed.
2025-10-27T00:51:56-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-27T00:51:56-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-27T00:51:56-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-27T00:51:56-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T00:51:56-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T00:51:56-0400 DDEBUG Cleaning up.
2025-10-27T00:51:56-0400 DDEBUG Plugins were unloaded.
2025-10-27T00:51: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T00:51: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T02:44:18-0400 INFO --- logging initialized ---
2025-10-27T02:44:18-0400 DDEBUG timer: config: 6 ms
2025-10-27T02:44: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-10-27T02:44:18-0400 DEBUG DNF version: 4.7.0
2025-10-27T02:44:18-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T02:44:18-0400 DDEBUG Installroot: /
2025-10-27T02:44:18-0400 DDEBUG Releasever: 8
2025-10-27T02:44:18-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T02:44:18-0400 DDEBUG Base command: makecache
2025-10-27T02:44:18-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T02:44:18-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T02:44:18-0400 DEBUG Making cache files for all metadata files.
2025-10-27T02:44:18-0400 INFO Metadata cache refreshed recently.
2025-10-27T02:44:18-0400 DDEBUG Cleaning up.
2025-10-27T02:44:18-0400 DDEBUG Plugins were unloaded.
2025-10-27T03:33:10-0400 INFO --- logging initialized ---
2025-10-27T03:33:10-0400 DDEBUG timer: config: 8 ms
2025-10-27T03:33: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-10-27T03:33:10-0400 DEBUG YUM version: 4.7.0
2025-10-27T03:33:10-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-27T03:33:10-0400 DDEBUG Installroot: /
2025-10-27T03:33:10-0400 DDEBUG Releasever: 8
2025-10-27T03:33:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T03:33:10-0400 DDEBUG Base command: check-update
2025-10-27T03:33:10-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-27T03:33:10-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-27T03:33:11-0400 DEBUG repo: using cache for: cwp
2025-10-27T03:33:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-27T03:33:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T03:33:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T03:33:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T03:33:11-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T03:33:11-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T03:33:11-0400 DDEBUG Cleaning up.
2025-10-27T03:33:11-0400 DDEBUG Plugins were unloaded.
2025-10-27T03:33: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: 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-10-27T03:33:11-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-27T03:33:11-0400 INFO --- logging initialized ---
2025-10-27T03:33:11-0400 DDEBUG timer: config: 5 ms
2025-10-27T03:33: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-10-27T03:33:11-0400 DEBUG YUM version: 4.7.0
2025-10-27T03:33:11-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-27T03:33:11-0400 DDEBUG Installroot: /
2025-10-27T03:33:11-0400 DDEBUG Releasever: 8
2025-10-27T03:33:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T03:33:11-0400 DDEBUG Base command: update
2025-10-27T03:33:11-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-27T03:33:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-27T03:33:12-0400 DEBUG repo: using cache for: cwp
2025-10-27T03:33:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-27T03:33:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T03:33:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T03:33:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T03:33:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T03:33:12-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T03:33:12-0400 DDEBUG Cleaning up.
2025-10-27T03:33:12-0400 DDEBUG Plugins were unloaded.
2025-10-27T03:33:12-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-10-27T03:33:12-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-27T04:10:02-0400 INFO --- logging initialized ---
2025-10-27T04:10:02-0400 DDEBUG timer: config: 64 ms
2025-10-27T04:10: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-10-27T04:10:02-0400 DEBUG DNF version: 4.7.0
2025-10-27T04:10:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T04:10:02-0400 DDEBUG Installroot: /
2025-10-27T04:10:02-0400 DDEBUG Releasever: 8
2025-10-27T04:10:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T04:10:02-0400 DDEBUG Base command: makecache
2025-10-27T04:10:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T04:10:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T04:10:02-0400 DEBUG Making cache files for all metadata files.
2025-10-27T04:10:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-27T04:10:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-27T04:10:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-27T04:10:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-27T04:10:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-27T04:10:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-27T04:10:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-27T04:10:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-27T04:10:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-27T04:10:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-27T04:10:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-27T04:10:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-27T04:10:03-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T04:10:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T04:10:03-0400 DDEBUG Cleaning up.
2025-10-27T04:10:03-0400 DDEBUG Plugins were unloaded.
2025-10-27T04:10: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T04:10: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T05:59:46-0400 INFO --- logging initialized ---
2025-10-27T05:59:46-0400 DDEBUG timer: config: 6 ms
2025-10-27T05:59: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-10-27T05:59:46-0400 DEBUG DNF version: 4.7.0
2025-10-27T05:59:46-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T05:59:46-0400 DDEBUG Installroot: /
2025-10-27T05:59:46-0400 DDEBUG Releasever: 8
2025-10-27T05:59:46-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T05:59:46-0400 DDEBUG Base command: makecache
2025-10-27T05:59:46-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T05:59:46-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T05:59:46-0400 DEBUG Making cache files for all metadata files.
2025-10-27T05:59:46-0400 INFO Metadata cache refreshed recently.
2025-10-27T05:59:46-0400 DDEBUG Cleaning up.
2025-10-27T05:59:47-0400 DDEBUG Plugins were unloaded.
2025-10-27T07:06:01-0400 INFO --- logging initialized ---
2025-10-27T07:06:01-0400 DDEBUG timer: config: 7 ms
2025-10-27T07:06: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-10-27T07:06:01-0400 DEBUG DNF version: 4.7.0
2025-10-27T07:06:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T07:06:01-0400 DDEBUG Installroot: /
2025-10-27T07:06:01-0400 DDEBUG Releasever: 8
2025-10-27T07:06:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T07:06:01-0400 DDEBUG Base command: makecache
2025-10-27T07:06:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T07:06:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T07:06:01-0400 DEBUG Making cache files for all metadata files.
2025-10-27T07:06:01-0400 INFO Metadata cache refreshed recently.
2025-10-27T07:06:01-0400 DDEBUG Cleaning up.
2025-10-27T07:06:01-0400 DDEBUG Plugins were unloaded.
2025-10-27T08:32:09-0400 INFO --- logging initialized ---
2025-10-27T08:32:09-0400 DDEBUG timer: config: 62 ms
2025-10-27T08:32: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-10-27T08:32:10-0400 DEBUG DNF version: 4.7.0
2025-10-27T08:32:10-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T08:32:10-0400 DDEBUG Installroot: /
2025-10-27T08:32:10-0400 DDEBUG Releasever: 8
2025-10-27T08:32:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T08:32:10-0400 DDEBUG Base command: makecache
2025-10-27T08:32:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T08:32:10-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T08:32:10-0400 DEBUG Making cache files for all metadata files.
2025-10-27T08:32:10-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-27T08:32:10-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-27T08:32:10-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-27T08:32:10-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-27T08:32:10-0400 DEBUG extras: has expired and will be refreshed.
2025-10-27T08:32:10-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-27T08:32:10-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-27T08:32:10-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-27T08:32:10-0400 DEBUG epel: has expired and will be refreshed.
2025-10-27T08:32:10-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-27T08:32:10-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-27T08:32:10-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-27T08:32:10-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T08:32:10-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T08:32:10-0400 DDEBUG Cleaning up.
2025-10-27T08:32:10-0400 DDEBUG Plugins were unloaded.
2025-10-27T08:32: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T08:32: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T10:11:01-0400 INFO --- logging initialized ---
2025-10-27T10:11:01-0400 DDEBUG timer: config: 7 ms
2025-10-27T10:11: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-10-27T10:11:01-0400 DEBUG DNF version: 4.7.0
2025-10-27T10:11:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T10:11:01-0400 DDEBUG Installroot: /
2025-10-27T10:11:01-0400 DDEBUG Releasever: 8
2025-10-27T10:11:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T10:11:01-0400 DDEBUG Base command: makecache
2025-10-27T10:11:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T10:11:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T10:11:01-0400 DEBUG Making cache files for all metadata files.
2025-10-27T10:11:01-0400 INFO Metadata cache refreshed recently.
2025-10-27T10:11:01-0400 DDEBUG Cleaning up.
2025-10-27T10:11:01-0400 DDEBUG Plugins were unloaded.
2025-10-27T12:01:43-0400 INFO --- logging initialized ---
2025-10-27T12:01:43-0400 DDEBUG timer: config: 8 ms
2025-10-27T12:01: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-10-27T12:01:43-0400 DEBUG DNF version: 4.7.0
2025-10-27T12:01:43-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T12:01:43-0400 DDEBUG Installroot: /
2025-10-27T12:01:43-0400 DDEBUG Releasever: 8
2025-10-27T12:01:43-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T12:01:43-0400 DDEBUG Base command: makecache
2025-10-27T12:01:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T12:01:43-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T12:01:43-0400 DEBUG Making cache files for all metadata files.
2025-10-27T12:01:43-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-27T12:01:43-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-27T12:01:43-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-27T12:01:43-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-27T12:01:43-0400 DEBUG extras: has expired and will be refreshed.
2025-10-27T12:01:43-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-27T12:01:43-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-27T12:01:43-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-27T12:01:43-0400 DEBUG epel: has expired and will be refreshed.
2025-10-27T12:01:43-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-27T12:01:43-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-27T12:01:43-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-27T12:01:43-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T12:01:43-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T12:01:43-0400 DDEBUG Cleaning up.
2025-10-27T12:01:43-0400 DDEBUG Plugins were unloaded.
2025-10-27T12:01: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T12:01: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T13:02:19-0400 INFO --- logging initialized ---
2025-10-27T13:02:19-0400 DDEBUG timer: config: 73 ms
2025-10-27T13:02: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-10-27T13:02:19-0400 DEBUG DNF version: 4.7.0
2025-10-27T13:02:19-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T13:02:19-0400 DDEBUG Installroot: /
2025-10-27T13:02:19-0400 DDEBUG Releasever: 8
2025-10-27T13:02:19-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T13:02:19-0400 DDEBUG Base command: makecache
2025-10-27T13:02:19-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T13:02:19-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T13:02:19-0400 DEBUG Making cache files for all metadata files.
2025-10-27T13:02:19-0400 INFO Metadata cache refreshed recently.
2025-10-27T13:02:19-0400 DDEBUG Cleaning up.
2025-10-27T13:02:19-0400 DDEBUG Plugins were unloaded.
2025-10-27T14:20:55-0400 INFO --- logging initialized ---
2025-10-27T14:20:55-0400 DDEBUG timer: config: 16 ms
2025-10-27T14:20: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-10-27T14:20:55-0400 DEBUG DNF version: 4.7.0
2025-10-27T14:20:55-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T14:20:55-0400 DDEBUG Installroot: /
2025-10-27T14:20:55-0400 DDEBUG Releasever: 8
2025-10-27T14:20:55-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T14:20:55-0400 DDEBUG Base command: makecache
2025-10-27T14:20:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T14:20:55-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T14:20:55-0400 DEBUG Making cache files for all metadata files.
2025-10-27T14:20:55-0400 INFO Metadata cache refreshed recently.
2025-10-27T14:20:55-0400 DDEBUG Cleaning up.
2025-10-27T14:20:55-0400 DDEBUG Plugins were unloaded.
2025-10-27T15:45:41-0400 INFO --- logging initialized ---
2025-10-27T15:45:41-0400 DDEBUG timer: config: 47 ms
2025-10-27T15:45: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-10-27T15:45:41-0400 DEBUG DNF version: 4.7.0
2025-10-27T15:45:41-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T15:45:41-0400 DDEBUG Installroot: /
2025-10-27T15:45:41-0400 DDEBUG Releasever: 8
2025-10-27T15:45:41-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T15:45:41-0400 DDEBUG Base command: makecache
2025-10-27T15:45:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T15:45:41-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T15:45:41-0400 DEBUG Making cache files for all metadata files.
2025-10-27T15:45:41-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-27T15:45:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-27T15:45:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-27T15:45:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-27T15:45:41-0400 DEBUG extras: has expired and will be refreshed.
2025-10-27T15:45:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-27T15:45:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-27T15:45:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-27T15:45:41-0400 DEBUG epel: has expired and will be refreshed.
2025-10-27T15:45:41-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-27T15:45:41-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-27T15:45:41-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-27T15:45:41-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T15:45:41-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T15:45:41-0400 DDEBUG Cleaning up.
2025-10-27T15:45:41-0400 DDEBUG Plugins were unloaded.
2025-10-27T15:45: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T15:45: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T17:45:27-0400 INFO --- logging initialized ---
2025-10-27T17:45:27-0400 DDEBUG timer: config: 14 ms
2025-10-27T17:45: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-10-27T17:45:27-0400 DEBUG DNF version: 4.7.0
2025-10-27T17:45:27-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T17:45:27-0400 DDEBUG Installroot: /
2025-10-27T17:45:27-0400 DDEBUG Releasever: 8
2025-10-27T17:45:27-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T17:45:27-0400 DDEBUG Base command: makecache
2025-10-27T17:45:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T17:45:27-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T17:45:27-0400 DEBUG Making cache files for all metadata files.
2025-10-27T17:45:27-0400 INFO Metadata cache refreshed recently.
2025-10-27T17:45:27-0400 DDEBUG Cleaning up.
2025-10-27T17:45:27-0400 DDEBUG Plugins were unloaded.
2025-10-27T19:39:02-0400 INFO --- logging initialized ---
2025-10-27T19:39:02-0400 DDEBUG timer: config: 9 ms
2025-10-27T19:39: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-10-27T19:39:02-0400 DEBUG DNF version: 4.7.0
2025-10-27T19:39:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T19:39:02-0400 DDEBUG Installroot: /
2025-10-27T19:39:02-0400 DDEBUG Releasever: 8
2025-10-27T19:39:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T19:39:02-0400 DDEBUG Base command: makecache
2025-10-27T19:39:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T19:39:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T19:39:02-0400 DEBUG Making cache files for all metadata files.
2025-10-27T19:39:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-27T19:39:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-27T19:39:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-27T19:39:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-27T19:39:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-27T19:39:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-27T19:39:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-27T19:39:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-27T19:39:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-27T19:39:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-27T19:39:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-27T19:39:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-27T19:39:02-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T19:39:02-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T19:39:02-0400 DDEBUG Cleaning up.
2025-10-27T19:39:02-0400 DDEBUG Plugins were unloaded.
2025-10-27T19:39: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T19:39: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T21:10:09-0400 INFO --- logging initialized ---
2025-10-27T21:10:09-0400 DDEBUG timer: config: 9 ms
2025-10-27T21:10: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-10-27T21:10:09-0400 DEBUG DNF version: 4.7.0
2025-10-27T21:10:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T21:10:09-0400 DDEBUG Installroot: /
2025-10-27T21:10:09-0400 DDEBUG Releasever: 8
2025-10-27T21:10:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T21:10:09-0400 DDEBUG Base command: makecache
2025-10-27T21:10:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T21:10:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T21:10:09-0400 DEBUG Making cache files for all metadata files.
2025-10-27T21:10:09-0400 INFO Metadata cache refreshed recently.
2025-10-27T21:10:09-0400 DDEBUG Cleaning up.
2025-10-27T21:10:09-0400 DDEBUG Plugins were unloaded.
2025-10-27T23:05:03-0400 INFO --- logging initialized ---
2025-10-27T23:05:03-0400 DDEBUG timer: config: 96 ms
2025-10-27T23:05: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-10-27T23:05:03-0400 DEBUG DNF version: 4.7.0
2025-10-27T23:05:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-27T23:05:03-0400 DDEBUG Installroot: /
2025-10-27T23:05:03-0400 DDEBUG Releasever: 8
2025-10-27T23:05:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-27T23:05:03-0400 DDEBUG Base command: makecache
2025-10-27T23:05:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-27T23:05:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-27T23:05:03-0400 DEBUG Making cache files for all metadata files.
2025-10-27T23:05:03-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-27T23:05:03-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-27T23:05:03-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-27T23:05:03-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-27T23:05:03-0400 DEBUG extras: has expired and will be refreshed.
2025-10-27T23:05:03-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-27T23:05:03-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-27T23:05:03-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-27T23:05:03-0400 DEBUG epel: has expired and will be refreshed.
2025-10-27T23:05:03-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-27T23:05:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-27T23:05:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-27T23:05:03-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-27T23:05:03-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T23:05:03-0400 DDEBUG Cleaning up.
2025-10-27T23:05:03-0400 DDEBUG Plugins were unloaded.
2025-10-27T23: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-27T23: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-28T00:48:03-0400 INFO --- logging initialized ---
2025-10-28T00:48:03-0400 DDEBUG timer: config: 86 ms
2025-10-28T00: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-10-28T00:48:03-0400 DEBUG DNF version: 4.7.0
2025-10-28T00:48:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-28T00:48:03-0400 DDEBUG Installroot: /
2025-10-28T00:48:03-0400 DDEBUG Releasever: 8
2025-10-28T00:48:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-28T00:48:03-0400 DDEBUG Base command: makecache
2025-10-28T00:48:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-28T00:48:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-28T00:48:03-0400 DEBUG Making cache files for all metadata files.
2025-10-28T00:48:03-0400 INFO Metadata cache refreshed recently.
2025-10-28T00:48:03-0400 DDEBUG Cleaning up.
2025-10-28T00:48:03-0400 DDEBUG Plugins were unloaded.
2025-10-28T02:07:53-0400 INFO --- logging initialized ---
2025-10-28T02:07:53-0400 DDEBUG timer: config: 19 ms
2025-10-28T02:07: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-10-28T02:07:53-0400 DEBUG DNF version: 4.7.0
2025-10-28T02:07:53-0400 DDEBUG Command: dnf makecache --timer 
2025-10-28T02:07:53-0400 DDEBUG Installroot: /
2025-10-28T02:07:53-0400 DDEBUG Releasever: 8
2025-10-28T02:07:53-0400 DEBUG cachedir: /var/cache/dnf
2025-10-28T02:07:53-0400 DDEBUG Base command: makecache
2025-10-28T02:07:53-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-28T02:07:53-0400 DEBUG Excludes in repo epel: nginx*
2025-10-28T02:07:53-0400 DEBUG Making cache files for all metadata files.
2025-10-28T02:07:53-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-28T02:07:53-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-28T02:07:53-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-28T02:07:53-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-28T02:07:53-0400 DEBUG extras: has expired and will be refreshed.
2025-10-28T02:07:53-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-28T02:07:53-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-28T02:07:53-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-28T02:07:53-0400 DEBUG epel: has expired and will be refreshed.
2025-10-28T02:07:53-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-28T02:07:53-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-28T02:07:54-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-28T02:07:54-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-28T02:07:54-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-28T02:07:54-0400 DDEBUG Cleaning up.
2025-10-28T02:07:54-0400 DDEBUG Plugins were unloaded.
2025-10-28T02:07: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.5/almalinux8-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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-28T02:07: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.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-28T03:47:11-0400 INFO --- logging initialized ---
2025-10-28T03:47:11-0400 DDEBUG timer: config: 6 ms
2025-10-28T03:47: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-10-28T03:47:11-0400 DEBUG YUM version: 4.7.0
2025-10-28T03:47:11-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-28T03:47:11-0400 DDEBUG Installroot: /
2025-10-28T03:47:11-0400 DDEBUG Releasever: 8
2025-10-28T03:47:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-28T03:47:11-0400 DDEBUG Base command: check-update
2025-10-28T03:47:11-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-28T03:47:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-28T03:47:12-0400 DEBUG repo: using cache for: cwp
2025-10-28T03:47:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-28T03:47:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-28T03:47:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-28T03:47:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-28T03:47:12-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-28T03:47:12-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-28T03:47:12-0400 DDEBUG Cleaning up.
2025-10-28T03:47:12-0400 DDEBUG Plugins were unloaded.
2025-10-28T03:47:12-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-10-28T03:47:12-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-28T03:47:12-0400 INFO --- logging initialized ---
2025-10-28T03:47:12-0400 DDEBUG timer: config: 5 ms
2025-10-28T03:47: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-10-28T03:47:12-0400 DEBUG YUM version: 4.7.0
2025-10-28T03:47:12-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-28T03:47:12-0400 DDEBUG Installroot: /
2025-10-28T03:47:12-0400 DDEBUG Releasever: 8
2025-10-28T03:47:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-28T03:47:12-0400 DDEBUG Base command: update
2025-10-28T03:47:12-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-28T03:47:13-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-28T03:47:13-0400 DEBUG repo: using cache for: cwp
2025-10-28T03:47:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-28T03:47:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-28T03:47:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-28T03:47:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-28T03:47:13-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-28T03:47:13-0400 WARNING Errors during downloading metadata for repository 'mariadb':
  - Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-28T03:47:13-0400 DDEBUG Cleaning up.
2025-10-28T03:47:13-0400 DDEBUG Plugins were unloaded.
2025-10-28T03:47:13-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-10-28T03:47:13-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-28T03:47:26-0400 INFO --- logging initialized ---
2025-10-28T03:47:26-0400 DDEBUG timer: config: 5 ms
2025-10-28T03:47: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-10-28T03:47:26-0400 DEBUG DNF version: 4.7.0
2025-10-28T03:47:26-0400 DDEBUG Command: dnf makecache --timer 
2025-10-28T03:47:26-0400 DDEBUG Installroot: /
2025-10-28T03:47:26-0400 DDEBUG Releasever: 8
2025-10-28T03:47:26-0400 DEBUG cachedir: /var/cache/dnf
2025-10-28T03:47:26-0400 DDEBUG Base command: makecache
2025-10-28T03:47:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-28T03:47:26-0400 DEBUG Excludes in repo epel: nginx*
2025-10-28T03:47:26-0400 DEBUG Making cache files for all metadata files.
2025-10-28T03:47:26-0400 INFO Metadata cache refreshed recently.
2025-10-28T03:47:26-0400 DDEBUG Cleaning up.
2025-10-28T03:47:26-0400 DDEBUG Plugins were unloaded.
2025-10-28T05:33:02-0400 INFO --- logging initialized ---
2025-10-28T05:33:02-0400 DDEBUG timer: config: 66 ms
2025-10-28T05:33: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-10-28T05:33:02-0400 DEBUG DNF version: 4.7.0
2025-10-28T05:33:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-28T05:33:02-0400 DDEBUG Installroot: /
2025-10-28T05:33:02-0400 DDEBUG Releasever: 8
2025-10-28T05:33:02-0400 DEBUG cachedir: /var/cache/dnf