File: //var/log/dnf.log.2
2025-09-13T14:52:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T14:52:12-0400 DEBUG DNF version: 4.7.0
2025-09-13T14:52:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-13T14:52:12-0400 DDEBUG Installroot: /
2025-09-13T14:52:12-0400 DDEBUG Releasever: 8
2025-09-13T14:52:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T14:52:12-0400 DDEBUG Base command: makecache
2025-09-13T14:52:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T14:52:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T14:52:12-0400 DEBUG Making cache files for all metadata files.
2025-09-13T14:52:12-0400 INFO Metadata cache refreshed recently.
2025-09-13T14:52:12-0400 DDEBUG Cleaning up.
2025-09-13T14:52:12-0400 DDEBUG Plugins were unloaded.
2025-09-13T16:51:12-0400 INFO --- logging initialized ---
2025-09-13T16:51:12-0400 DDEBUG timer: config: 3 ms
2025-09-13T16:51:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T16:51:12-0400 DEBUG DNF version: 4.7.0
2025-09-13T16:51:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-13T16:51:12-0400 DDEBUG Installroot: /
2025-09-13T16:51:12-0400 DDEBUG Releasever: 8
2025-09-13T16:51:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T16:51:12-0400 DDEBUG Base command: makecache
2025-09-13T16:51:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T16:51:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T16:51:12-0400 DEBUG Making cache files for all metadata files.
2025-09-13T16:51:12-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-13T16:51:12-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-13T16:51:12-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-13T16:51:12-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-13T16:51:12-0400 DEBUG extras: has expired and will be refreshed.
2025-09-13T16:51:12-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-13T16:51:12-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-13T16:51:12-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-13T16:51:12-0400 DEBUG epel: has expired and will be refreshed.
2025-09-13T16:51:12-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-13T16:51:12-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-13T16:51:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T16:51: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-09-13T16:51: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-09-13T16:51:12-0400 DDEBUG Cleaning up.
2025-09-13T16:51:12-0400 DDEBUG Plugins were unloaded.
2025-09-13T16:51: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: 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-09-13T16:51:12-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-09-13T18:21:30-0400 INFO --- logging initialized ---
2025-09-13T18:21:30-0400 DDEBUG timer: config: 3 ms
2025-09-13T18:21:30-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T18:21:30-0400 DEBUG DNF version: 4.7.0
2025-09-13T18:21:30-0400 DDEBUG Command: dnf makecache --timer 
2025-09-13T18:21:30-0400 DDEBUG Installroot: /
2025-09-13T18:21:30-0400 DDEBUG Releasever: 8
2025-09-13T18:21:30-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T18:21:30-0400 DDEBUG Base command: makecache
2025-09-13T18:21:30-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T18:21:30-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T18:21:30-0400 DEBUG Making cache files for all metadata files.
2025-09-13T18:21:30-0400 INFO Metadata cache refreshed recently.
2025-09-13T18:21:30-0400 DDEBUG Cleaning up.
2025-09-13T18:21:30-0400 DDEBUG Plugins were unloaded.
2025-09-13T20:15:55-0400 INFO --- logging initialized ---
2025-09-13T20:15:55-0400 DDEBUG timer: config: 3 ms
2025-09-13T20:15:55-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T20:15:55-0400 DEBUG DNF version: 4.7.0
2025-09-13T20:15:55-0400 DDEBUG Command: dnf makecache --timer 
2025-09-13T20:15:55-0400 DDEBUG Installroot: /
2025-09-13T20:15:55-0400 DDEBUG Releasever: 8
2025-09-13T20:15:55-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T20:15:55-0400 DDEBUG Base command: makecache
2025-09-13T20:15:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T20:15:55-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T20:15:55-0400 DEBUG Making cache files for all metadata files.
2025-09-13T20:15:55-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-13T20:15:55-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-13T20:15:55-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-13T20:15:55-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-13T20:15:55-0400 DEBUG extras: has expired and will be refreshed.
2025-09-13T20:15:55-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-13T20:15:55-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-13T20:15:55-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-13T20:15:55-0400 DEBUG epel: has expired and will be refreshed.
2025-09-13T20:15:55-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-13T20:15:55-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-13T20:15:55-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T20:15: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-09-13T20:15: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-09-13T20:15:55-0400 DDEBUG Cleaning up.
2025-09-13T20:15:55-0400 DDEBUG Plugins were unloaded.
2025-09-13T20:15: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-09-13T20:15: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-09-13T21:41:17-0400 INFO --- logging initialized ---
2025-09-13T21:41:17-0400 DDEBUG timer: config: 4 ms
2025-09-13T21:41:17-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T21:41:17-0400 DEBUG DNF version: 4.7.0
2025-09-13T21:41:17-0400 DDEBUG Command: dnf makecache --timer 
2025-09-13T21:41:17-0400 DDEBUG Installroot: /
2025-09-13T21:41:17-0400 DDEBUG Releasever: 8
2025-09-13T21:41:17-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T21:41:17-0400 DDEBUG Base command: makecache
2025-09-13T21:41:17-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T21:41:17-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T21:41:17-0400 DEBUG Making cache files for all metadata files.
2025-09-13T21:41:17-0400 INFO Metadata cache refreshed recently.
2025-09-13T21:41:17-0400 DDEBUG Cleaning up.
2025-09-13T21:41:17-0400 DDEBUG Plugins were unloaded.
2025-09-13T23:32:25-0400 INFO --- logging initialized ---
2025-09-13T23:32:25-0400 DDEBUG timer: config: 3 ms
2025-09-13T23:32:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-13T23:32:25-0400 DEBUG DNF version: 4.7.0
2025-09-13T23:32:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-13T23:32:25-0400 DDEBUG Installroot: /
2025-09-13T23:32:25-0400 DDEBUG Releasever: 8
2025-09-13T23:32:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-13T23:32:25-0400 DDEBUG Base command: makecache
2025-09-13T23:32:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-13T23:32:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-13T23:32:25-0400 DEBUG Making cache files for all metadata files.
2025-09-13T23:32:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-13T23:32:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-13T23:32:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-13T23:32:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-13T23:32:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-13T23:32:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-13T23:32:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-13T23:32:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-13T23:32:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-13T23:32:25-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-13T23:32:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-13T23:32:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-13T23:32: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-09-13T23:32: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-09-13T23:32:25-0400 DDEBUG Cleaning up.
2025-09-13T23:32:25-0400 DDEBUG Plugins were unloaded.
2025-09-13T23:32: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-09-13T23:32: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-09-14T01:25:28-0400 INFO --- logging initialized ---
2025-09-14T01:25:28-0400 DDEBUG timer: config: 3 ms
2025-09-14T01:25:28-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T01:25:28-0400 DEBUG DNF version: 4.7.0
2025-09-14T01:25:28-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T01:25:28-0400 DDEBUG Installroot: /
2025-09-14T01:25:28-0400 DDEBUG Releasever: 8
2025-09-14T01:25:28-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T01:25:28-0400 DDEBUG Base command: makecache
2025-09-14T01:25:28-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T01:25:28-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T01:25:28-0400 DEBUG Making cache files for all metadata files.
2025-09-14T01:25:28-0400 INFO Metadata cache refreshed recently.
2025-09-14T01:25:28-0400 DDEBUG Cleaning up.
2025-09-14T01:25:28-0400 DDEBUG Plugins were unloaded.
2025-09-14T03:13:52-0400 INFO --- logging initialized ---
2025-09-14T03:13:52-0400 DDEBUG timer: config: 5 ms
2025-09-14T03:13:52-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T03:13:52-0400 DEBUG DNF version: 4.7.0
2025-09-14T03:13:52-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T03:13:52-0400 DDEBUG Installroot: /
2025-09-14T03:13:52-0400 DDEBUG Releasever: 8
2025-09-14T03:13:52-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T03:13:52-0400 DDEBUG Base command: makecache
2025-09-14T03:13:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T03:13:52-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T03:13:52-0400 DEBUG Making cache files for all metadata files.
2025-09-14T03:13:52-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-14T03:13:52-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-14T03:13:52-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-14T03:13:52-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-14T03:13:52-0400 DEBUG extras: has expired and will be refreshed.
2025-09-14T03:13:52-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-14T03:13:52-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-14T03:13:52-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-14T03:13:52-0400 DEBUG epel: has expired and will be refreshed.
2025-09-14T03:13:52-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-14T03:13:52-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-14T03:13:52-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T03:13: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-09-14T03:13: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-09-14T03:13:52-0400 DDEBUG Cleaning up.
2025-09-14T03:13:52-0400 DDEBUG Plugins were unloaded.
2025-09-14T03:13: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-09-14T03:13: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-09-14T03:33:05-0400 INFO --- logging initialized ---
2025-09-14T03:33:05-0400 DDEBUG timer: config: 6 ms
2025-09-14T03:33:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T03:33:05-0400 DEBUG YUM version: 4.7.0
2025-09-14T03:33:05-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-14T03:33:05-0400 DDEBUG Installroot: /
2025-09-14T03:33:05-0400 DDEBUG Releasever: 8
2025-09-14T03:33:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T03:33:05-0400 DDEBUG Base command: check-update
2025-09-14T03:33:05-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-14T03:33:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-14T03:33:05-0400 DEBUG repo: using cache for: cwp
2025-09-14T03:33:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T03:33:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-14T03:33:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-14T03:33:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-14T03:33:05-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-14T03:33:05-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-09-14T03:33:05-0400 DDEBUG Cleaning up.
2025-09-14T03:33:05-0400 DDEBUG Plugins were unloaded.
2025-09-14T03:33:05-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-14T03:33:05-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-14T03:33:06-0400 INFO --- logging initialized ---
2025-09-14T03:33:06-0400 DDEBUG timer: config: 2 ms
2025-09-14T03:33:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T03:33:06-0400 DEBUG YUM version: 4.7.0
2025-09-14T03:33:06-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-14T03:33:06-0400 DDEBUG Installroot: /
2025-09-14T03:33:06-0400 DDEBUG Releasever: 8
2025-09-14T03:33:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T03:33:06-0400 DDEBUG Base command: update
2025-09-14T03:33:06-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-14T03:33:06-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-14T03:33:06-0400 DEBUG repo: using cache for: cwp
2025-09-14T03:33:06-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T03:33:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-14T03:33:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-14T03:33:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-14T03:33:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-14T03:33:06-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-09-14T03:33:06-0400 DDEBUG Cleaning up.
2025-09-14T03:33:06-0400 DDEBUG Plugins were unloaded.
2025-09-14T03:33:06-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-14T03:33:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-14T05:03:01-0400 INFO --- logging initialized ---
2025-09-14T05:03:01-0400 DDEBUG timer: config: 9 ms
2025-09-14T05:03:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T05:03:01-0400 DEBUG DNF version: 4.7.0
2025-09-14T05:03:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T05:03:01-0400 DDEBUG Installroot: /
2025-09-14T05:03:01-0400 DDEBUG Releasever: 8
2025-09-14T05:03:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T05:03:01-0400 DDEBUG Base command: makecache
2025-09-14T05:03:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T05:03:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T05:03:01-0400 DEBUG Making cache files for all metadata files.
2025-09-14T05:03:01-0400 INFO Metadata cache refreshed recently.
2025-09-14T05:03:01-0400 DDEBUG Cleaning up.
2025-09-14T05:03:01-0400 DDEBUG Plugins were unloaded.
2025-09-14T06:24:25-0400 INFO --- logging initialized ---
2025-09-14T06:24:25-0400 DDEBUG timer: config: 6 ms
2025-09-14T06:24:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T06:24:25-0400 DEBUG DNF version: 4.7.0
2025-09-14T06:24:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T06:24:25-0400 DDEBUG Installroot: /
2025-09-14T06:24:25-0400 DDEBUG Releasever: 8
2025-09-14T06:24:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T06:24:25-0400 DDEBUG Base command: makecache
2025-09-14T06:24:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T06:24:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T06:24:25-0400 DEBUG Making cache files for all metadata files.
2025-09-14T06:24:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-14T06:24:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-14T06:24:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-14T06:24:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-14T06:24:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-14T06:24:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-14T06:24:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-14T06:24:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-14T06:24:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-14T06:24:25-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-14T06:24:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-14T06:24:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T06:24: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-09-14T06:24: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-09-14T06:24:26-0400 DDEBUG Cleaning up.
2025-09-14T06:24:26-0400 DDEBUG Plugins were unloaded.
2025-09-14T06:24: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-09-14T06:24: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-09-14T07:51:25-0400 INFO --- logging initialized ---
2025-09-14T07:51:25-0400 DDEBUG timer: config: 5 ms
2025-09-14T07:51:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T07:51:25-0400 DEBUG DNF version: 4.7.0
2025-09-14T07:51:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T07:51:25-0400 DDEBUG Installroot: /
2025-09-14T07:51:25-0400 DDEBUG Releasever: 8
2025-09-14T07:51:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T07:51:25-0400 DDEBUG Base command: makecache
2025-09-14T07:51:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T07:51:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T07:51:25-0400 DEBUG Making cache files for all metadata files.
2025-09-14T07:51:25-0400 INFO Metadata cache refreshed recently.
2025-09-14T07:51:25-0400 DDEBUG Cleaning up.
2025-09-14T07:51:25-0400 DDEBUG Plugins were unloaded.
2025-09-14T09:34:18-0400 INFO --- logging initialized ---
2025-09-14T09:34:18-0400 DDEBUG timer: config: 4 ms
2025-09-14T09:34:18-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T09:34:18-0400 DEBUG DNF version: 4.7.0
2025-09-14T09:34:18-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T09:34:18-0400 DDEBUG Installroot: /
2025-09-14T09:34:18-0400 DDEBUG Releasever: 8
2025-09-14T09:34:18-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T09:34:18-0400 DDEBUG Base command: makecache
2025-09-14T09:34:18-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T09:34:18-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T09:34:18-0400 DEBUG Making cache files for all metadata files.
2025-09-14T09:34:18-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-14T09:34:18-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-14T09:34:18-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-14T09:34:18-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-14T09:34:18-0400 DEBUG extras: has expired and will be refreshed.
2025-09-14T09:34:18-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-14T09:34:18-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-14T09:34:18-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-14T09:34:18-0400 DEBUG epel: has expired and will be refreshed.
2025-09-14T09:34:18-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-14T09:34:19-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-14T09:34:19-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T09:34:19-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-14T09:34:19-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-09-14T09:34:19-0400 DDEBUG Cleaning up.
2025-09-14T09:34:19-0400 DDEBUG Plugins were unloaded.
2025-09-14T09:34:19-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-14T09:34:19-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T11:20:25-0400 INFO --- logging initialized ---
2025-09-14T11:20:25-0400 DDEBUG timer: config: 7 ms
2025-09-14T11:20:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T11:20:25-0400 DEBUG DNF version: 4.7.0
2025-09-14T11:20:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T11:20:25-0400 DDEBUG Installroot: /
2025-09-14T11:20:25-0400 DDEBUG Releasever: 8
2025-09-14T11:20:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T11:20:25-0400 DDEBUG Base command: makecache
2025-09-14T11:20:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T11:20:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T11:20:25-0400 DEBUG Making cache files for all metadata files.
2025-09-14T11:20:25-0400 INFO Metadata cache refreshed recently.
2025-09-14T11:20:25-0400 DDEBUG Cleaning up.
2025-09-14T11:20:25-0400 DDEBUG Plugins were unloaded.
2025-09-14T12:55:45-0400 INFO --- logging initialized ---
2025-09-14T12:55:45-0400 DDEBUG timer: config: 4 ms
2025-09-14T12:55:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T12:55:45-0400 DEBUG DNF version: 4.7.0
2025-09-14T12:55:45-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T12:55:45-0400 DDEBUG Installroot: /
2025-09-14T12:55:45-0400 DDEBUG Releasever: 8
2025-09-14T12:55:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T12:55:45-0400 DDEBUG Base command: makecache
2025-09-14T12:55:45-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T12:55:45-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T12:55:45-0400 DEBUG Making cache files for all metadata files.
2025-09-14T12:55:45-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-14T12:55:45-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-14T12:55:45-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-14T12:55:45-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-14T12:55:45-0400 DEBUG extras: has expired and will be refreshed.
2025-09-14T12:55:45-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-14T12:55:45-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-14T12:55:45-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-14T12:55:45-0400 DEBUG epel: has expired and will be refreshed.
2025-09-14T12:55:45-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-14T12:55:45-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-14T12:55:45-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T12:55: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-09-14T12:55: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-09-14T12:55:45-0400 DDEBUG Cleaning up.
2025-09-14T12:55:45-0400 DDEBUG Plugins were unloaded.
2025-09-14T12:55: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-09-14T12:55: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-09-14T14:28:25-0400 INFO --- logging initialized ---
2025-09-14T14:28:25-0400 DDEBUG timer: config: 3 ms
2025-09-14T14:28:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T14:28:25-0400 DEBUG DNF version: 4.7.0
2025-09-14T14:28:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T14:28:25-0400 DDEBUG Installroot: /
2025-09-14T14:28:25-0400 DDEBUG Releasever: 8
2025-09-14T14:28:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T14:28:25-0400 DDEBUG Base command: makecache
2025-09-14T14:28:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T14:28:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T14:28:25-0400 DEBUG Making cache files for all metadata files.
2025-09-14T14:28:25-0400 INFO Metadata cache refreshed recently.
2025-09-14T14:28:25-0400 DDEBUG Cleaning up.
2025-09-14T14:28:25-0400 DDEBUG Plugins were unloaded.
2025-09-14T15:53:23-0400 INFO --- logging initialized ---
2025-09-14T15:53:23-0400 DDEBUG timer: config: 46 ms
2025-09-14T15:53:23-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T15:53:23-0400 DEBUG DNF version: 4.7.0
2025-09-14T15:53:23-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T15:53:23-0400 DDEBUG Installroot: /
2025-09-14T15:53:23-0400 DDEBUG Releasever: 8
2025-09-14T15:53:23-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T15:53:23-0400 DDEBUG Base command: makecache
2025-09-14T15:53:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T15:53:23-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T15:53:23-0400 DEBUG Making cache files for all metadata files.
2025-09-14T15:53:23-0400 INFO Metadata cache refreshed recently.
2025-09-14T15:53:23-0400 DDEBUG Cleaning up.
2025-09-14T15:53:23-0400 DDEBUG Plugins were unloaded.
2025-09-14T17:24:02-0400 INFO --- logging initialized ---
2025-09-14T17:24:02-0400 DDEBUG timer: config: 3 ms
2025-09-14T17:24:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T17:24:02-0400 DEBUG DNF version: 4.7.0
2025-09-14T17:24:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T17:24:02-0400 DDEBUG Installroot: /
2025-09-14T17:24:02-0400 DDEBUG Releasever: 8
2025-09-14T17:24:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T17:24:02-0400 DDEBUG Base command: makecache
2025-09-14T17:24:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T17:24:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T17:24:02-0400 DEBUG Making cache files for all metadata files.
2025-09-14T17:24:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-14T17:24:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-14T17:24:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-14T17:24:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-14T17:24:02-0400 DEBUG extras: has expired and will be refreshed.
2025-09-14T17:24:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-14T17:24:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-14T17:24:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-14T17:24:02-0400 DEBUG epel: has expired and will be refreshed.
2025-09-14T17:24:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-14T17:24:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-14T17:24:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T17:24: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-09-14T17:24: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-09-14T17:24:02-0400 DDEBUG Cleaning up.
2025-09-14T17:24:02-0400 DDEBUG Plugins were unloaded.
2025-09-14T17:24: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-09-14T17:24: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-09-14T19:13:21-0400 INFO --- logging initialized ---
2025-09-14T19:13:21-0400 DDEBUG timer: config: 2 ms
2025-09-14T19:13:21-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T19:13:21-0400 DEBUG DNF version: 4.7.0
2025-09-14T19:13:21-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T19:13:21-0400 DDEBUG Installroot: /
2025-09-14T19:13:21-0400 DDEBUG Releasever: 8
2025-09-14T19:13:21-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T19:13:21-0400 DDEBUG Base command: makecache
2025-09-14T19:13:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T19:13:21-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T19:13:21-0400 DEBUG Making cache files for all metadata files.
2025-09-14T19:13:21-0400 INFO Metadata cache refreshed recently.
2025-09-14T19:13:21-0400 DDEBUG Cleaning up.
2025-09-14T19:13:21-0400 DDEBUG Plugins were unloaded.
2025-09-14T20:37:43-0400 INFO --- logging initialized ---
2025-09-14T20:37:43-0400 DDEBUG timer: config: 3 ms
2025-09-14T20:37:43-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T20:37:43-0400 DEBUG DNF version: 4.7.0
2025-09-14T20:37:43-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T20:37:43-0400 DDEBUG Installroot: /
2025-09-14T20:37:43-0400 DDEBUG Releasever: 8
2025-09-14T20:37:43-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T20:37:43-0400 DDEBUG Base command: makecache
2025-09-14T20:37:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T20:37:43-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T20:37:43-0400 DEBUG Making cache files for all metadata files.
2025-09-14T20:37:43-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-14T20:37:43-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-14T20:37:43-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-14T20:37:43-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-14T20:37:43-0400 DEBUG extras: has expired and will be refreshed.
2025-09-14T20:37:43-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-14T20:37:43-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-14T20:37:43-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-14T20:37:43-0400 DEBUG epel: has expired and will be refreshed.
2025-09-14T20:37:43-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-14T20:37:43-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-14T20:37:43-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-14T20:37: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-09-14T20:37: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-09-14T20:37:44-0400 DDEBUG Cleaning up.
2025-09-14T20:37:44-0400 DDEBUG Plugins were unloaded.
2025-09-14T20:37:44-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-14T20:37:44-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-14T21:50:43-0400 INFO --- logging initialized ---
2025-09-14T21:50:43-0400 DDEBUG timer: config: 3 ms
2025-09-14T21:50:43-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T21:50:43-0400 DEBUG DNF version: 4.7.0
2025-09-14T21:50:43-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T21:50:43-0400 DDEBUG Installroot: /
2025-09-14T21:50:43-0400 DDEBUG Releasever: 8
2025-09-14T21:50:43-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T21:50:43-0400 DDEBUG Base command: makecache
2025-09-14T21:50:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T21:50:43-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T21:50:43-0400 DEBUG Making cache files for all metadata files.
2025-09-14T21:50:43-0400 INFO Metadata cache refreshed recently.
2025-09-14T21:50:43-0400 DDEBUG Cleaning up.
2025-09-14T21:50:43-0400 DDEBUG Plugins were unloaded.
2025-09-14T22:50:57-0400 INFO --- logging initialized ---
2025-09-14T22:50:57-0400 DDEBUG timer: config: 3 ms
2025-09-14T22:50:57-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-14T22:50:57-0400 DEBUG DNF version: 4.7.0
2025-09-14T22:50:57-0400 DDEBUG Command: dnf makecache --timer 
2025-09-14T22:50:57-0400 DDEBUG Installroot: /
2025-09-14T22:50:57-0400 DDEBUG Releasever: 8
2025-09-14T22:50:57-0400 DEBUG cachedir: /var/cache/dnf
2025-09-14T22:50:57-0400 DDEBUG Base command: makecache
2025-09-14T22:50:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-14T22:50:57-0400 DEBUG Excludes in repo epel: nginx*
2025-09-14T22:50:57-0400 DEBUG Making cache files for all metadata files.
2025-09-14T22:50:57-0400 INFO Metadata cache refreshed recently.
2025-09-14T22:50:57-0400 DDEBUG Cleaning up.
2025-09-14T22:50:57-0400 DDEBUG Plugins were unloaded.
2025-09-15T00:00:07-0400 INFO --- logging initialized ---
2025-09-15T00:00:07-0400 DDEBUG timer: config: 5 ms
2025-09-15T00:00:07-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T00:00:07-0400 DEBUG DNF version: 4.7.0
2025-09-15T00:00:07-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T00:00:07-0400 DDEBUG Installroot: /
2025-09-15T00:00:07-0400 DDEBUG Releasever: 8
2025-09-15T00:00:07-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T00:00:07-0400 DDEBUG Base command: makecache
2025-09-15T00:00:07-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T00:00:07-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T00:00:07-0400 DEBUG Making cache files for all metadata files.
2025-09-15T00:00:07-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T00:00:07-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T00:00:07-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T00:00:07-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T00:00:07-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T00:00:07-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T00:00:07-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T00:00:07-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T00:00:08-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T00:00:08-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-15T00:00:08-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T00:00:08-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T00:00: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-09-15T00:00: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-09-15T00:00:08-0400 DDEBUG Cleaning up.
2025-09-15T00:00:08-0400 DDEBUG Plugins were unloaded.
2025-09-15T00:00: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-09-15T00:00: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-09-15T01:14:40-0400 INFO --- logging initialized ---
2025-09-15T01:14:40-0400 DDEBUG timer: config: 5 ms
2025-09-15T01:14:40-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T01:14:40-0400 DEBUG DNF version: 4.7.0
2025-09-15T01:14:40-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T01:14:40-0400 DDEBUG Installroot: /
2025-09-15T01:14:40-0400 DDEBUG Releasever: 8
2025-09-15T01:14:40-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T01:14:40-0400 DDEBUG Base command: makecache
2025-09-15T01:14:40-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T01:14:40-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T01:14:40-0400 DEBUG Making cache files for all metadata files.
2025-09-15T01:14:40-0400 INFO Metadata cache refreshed recently.
2025-09-15T01:14:40-0400 DDEBUG Cleaning up.
2025-09-15T01:14:40-0400 DDEBUG Plugins were unloaded.
2025-09-15T02:48:15-0400 INFO --- logging initialized ---
2025-09-15T02:48:15-0400 DDEBUG timer: config: 5 ms
2025-09-15T02:48:15-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T02:48:15-0400 DEBUG DNF version: 4.7.0
2025-09-15T02:48:15-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T02:48:15-0400 DDEBUG Installroot: /
2025-09-15T02:48:15-0400 DDEBUG Releasever: 8
2025-09-15T02:48:15-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T02:48:15-0400 DDEBUG Base command: makecache
2025-09-15T02:48:15-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T02:48:15-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T02:48:15-0400 DEBUG Making cache files for all metadata files.
2025-09-15T02:48:15-0400 INFO Metadata cache refreshed recently.
2025-09-15T02:48:15-0400 DDEBUG Cleaning up.
2025-09-15T02:48:15-0400 DDEBUG Plugins were unloaded.
2025-09-15T03:28:27-0400 INFO --- logging initialized ---
2025-09-15T03:28:27-0400 DDEBUG timer: config: 7 ms
2025-09-15T03:28:27-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T03:28:27-0400 DEBUG YUM version: 4.7.0
2025-09-15T03:28:27-0400 DDEBUG Command: yum -y install bash-completion 
2025-09-15T03:28:27-0400 DDEBUG Installroot: /
2025-09-15T03:28:27-0400 DDEBUG Releasever: 8
2025-09-15T03:28:27-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T03:28:27-0400 DDEBUG Base command: install
2025-09-15T03:28:27-0400 DDEBUG Extra commands: ['-y', 'install', 'bash-completion']
2025-09-15T03:28:27-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-15T03:28:27-0400 DEBUG repo: using cache for: cwp
2025-09-15T03:28:27-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T03:28: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-09-15T03:28: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-09-15T03:28: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-09-15T03:28: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-09-15T03:28: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-09-15T03:28:28-0400 DDEBUG Cleaning up.
2025-09-15T03:28:28-0400 DDEBUG Plugins were unloaded.
2025-09-15T03:28: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: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-15T03:28:28-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-15T03:28:31-0400 INFO --- logging initialized ---
2025-09-15T03:28:31-0400 DDEBUG timer: config: 2 ms
2025-09-15T03:28:31-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T03:28:31-0400 DEBUG YUM version: 4.7.0
2025-09-15T03:28:31-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-15T03:28:31-0400 DDEBUG Installroot: /
2025-09-15T03:28:31-0400 DDEBUG Releasever: 8
2025-09-15T03:28:31-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T03:28:31-0400 DDEBUG Base command: check-update
2025-09-15T03:28:31-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-15T03:28:31-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-15T03:28:32-0400 DEBUG repo: using cache for: cwp
2025-09-15T03:28:32-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T03:28: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-09-15T03:28: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-09-15T03:28: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-09-15T03:28: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-09-15T03:28: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-09-15T03:28:32-0400 DDEBUG Cleaning up.
2025-09-15T03:28:32-0400 DDEBUG Plugins were unloaded.
2025-09-15T03:28: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: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-15T03:28:32-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-15T03:28:32-0400 INFO --- logging initialized ---
2025-09-15T03:28:32-0400 DDEBUG timer: config: 2 ms
2025-09-15T03:28:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T03:28:32-0400 DEBUG YUM version: 4.7.0
2025-09-15T03:28:32-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-15T03:28:32-0400 DDEBUG Installroot: /
2025-09-15T03:28:32-0400 DDEBUG Releasever: 8
2025-09-15T03:28:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T03:28:32-0400 DDEBUG Base command: update
2025-09-15T03:28:32-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-15T03:28:32-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-15T03:28:32-0400 DEBUG repo: using cache for: cwp
2025-09-15T03:28:32-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T03:28: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-09-15T03:28: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-09-15T03:28: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-09-15T03:28: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-09-15T03:28: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-09-15T03:28:32-0400 DDEBUG Cleaning up.
2025-09-15T03:28:32-0400 DDEBUG Plugins were unloaded.
2025-09-15T03:28: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: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-15T03:28:32-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-15T04:23:29-0400 INFO --- logging initialized ---
2025-09-15T04:23:29-0400 DDEBUG timer: config: 10 ms
2025-09-15T04:23:29-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T04:23:29-0400 DEBUG DNF version: 4.7.0
2025-09-15T04:23:29-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T04:23:29-0400 DDEBUG Installroot: /
2025-09-15T04:23:29-0400 DDEBUG Releasever: 8
2025-09-15T04:23:29-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T04:23:29-0400 DDEBUG Base command: makecache
2025-09-15T04:23:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T04:23:29-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T04:23:29-0400 DEBUG Making cache files for all metadata files.
2025-09-15T04:23:29-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T04:23:29-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T04:23:29-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T04:23:29-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T04:23:29-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T04:23:29-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T04:23:29-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T04:23:29-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T04:23:29-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T04:23:29-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-15T04:23:29-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T04:23:29-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T04:23: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-09-15T04:23: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-09-15T04:23:29-0400 DDEBUG Cleaning up.
2025-09-15T04:23:29-0400 DDEBUG Plugins were unloaded.
2025-09-15T04:23: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-09-15T04:23: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-09-15T06:12:13-0400 INFO --- logging initialized ---
2025-09-15T06:12:13-0400 DDEBUG timer: config: 4 ms
2025-09-15T06: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-09-15T06:12:13-0400 DEBUG DNF version: 4.7.0
2025-09-15T06:12:13-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T06:12:13-0400 DDEBUG Installroot: /
2025-09-15T06:12:13-0400 DDEBUG Releasever: 8
2025-09-15T06:12:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T06:12:13-0400 DDEBUG Base command: makecache
2025-09-15T06:12:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T06:12:13-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T06:12:13-0400 DEBUG Making cache files for all metadata files.
2025-09-15T06:12:13-0400 INFO Metadata cache refreshed recently.
2025-09-15T06:12:13-0400 DDEBUG Cleaning up.
2025-09-15T06:12:13-0400 DDEBUG Plugins were unloaded.
2025-09-15T08:05:13-0400 INFO --- logging initialized ---
2025-09-15T08:05:13-0400 DDEBUG timer: config: 3 ms
2025-09-15T08:05:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T08:05:13-0400 DEBUG DNF version: 4.7.0
2025-09-15T08:05:13-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T08:05:13-0400 DDEBUG Installroot: /
2025-09-15T08:05:13-0400 DDEBUG Releasever: 8
2025-09-15T08:05:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T08:05:13-0400 DDEBUG Base command: makecache
2025-09-15T08:05:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T08:05:13-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T08:05:13-0400 DEBUG Making cache files for all metadata files.
2025-09-15T08:05:13-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T08:05:13-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T08:05:13-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T08:05:13-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T08:05:13-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T08:05:13-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T08:05:13-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T08:05:13-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T08:05:13-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T08:05:13-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-15T08:05:13-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T08:05:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T08:05: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-09-15T08:05: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-09-15T08:05:13-0400 DDEBUG Cleaning up.
2025-09-15T08:05:13-0400 DDEBUG Plugins were unloaded.
2025-09-15T08:05: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-09-15T08:05: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-09-15T09:50:07-0400 INFO --- logging initialized ---
2025-09-15T09:50:07-0400 DDEBUG timer: config: 4 ms
2025-09-15T09:50:07-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T09:50:07-0400 DEBUG DNF version: 4.7.0
2025-09-15T09:50:07-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T09:50:07-0400 DDEBUG Installroot: /
2025-09-15T09:50:07-0400 DDEBUG Releasever: 8
2025-09-15T09:50:07-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T09:50:07-0400 DDEBUG Base command: makecache
2025-09-15T09:50:07-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T09:50:07-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T09:50:07-0400 DEBUG Making cache files for all metadata files.
2025-09-15T09:50:07-0400 INFO Metadata cache refreshed recently.
2025-09-15T09:50:07-0400 DDEBUG Cleaning up.
2025-09-15T09:50:07-0400 DDEBUG Plugins were unloaded.
2025-09-15T11:47:47-0400 INFO --- logging initialized ---
2025-09-15T11:47:47-0400 DDEBUG timer: config: 3 ms
2025-09-15T11:47:47-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T11:47:47-0400 DEBUG DNF version: 4.7.0
2025-09-15T11:47:47-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T11:47:47-0400 DDEBUG Installroot: /
2025-09-15T11:47:47-0400 DDEBUG Releasever: 8
2025-09-15T11:47:47-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T11:47:47-0400 DDEBUG Base command: makecache
2025-09-15T11:47:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T11:47:47-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T11:47:47-0400 DEBUG Making cache files for all metadata files.
2025-09-15T11:47:47-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T11:47:47-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T11:47:47-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T11:47:47-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T11:47:47-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T11:47:47-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T11:47:47-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T11:47:47-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T11:47:47-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T11:47:47-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-15T11:47:47-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T11:47:47-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T11:47: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-09-15T11:47: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-09-15T11:47:47-0400 DDEBUG Cleaning up.
2025-09-15T11:47:47-0400 DDEBUG Plugins were unloaded.
2025-09-15T11:47: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-09-15T11:47: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-09-15T13:08:27-0400 INFO --- logging initialized ---
2025-09-15T13:08:27-0400 DDEBUG timer: config: 3 ms
2025-09-15T13:08:27-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T13:08:27-0400 DEBUG DNF version: 4.7.0
2025-09-15T13:08:27-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T13:08:27-0400 DDEBUG Installroot: /
2025-09-15T13:08:27-0400 DDEBUG Releasever: 8
2025-09-15T13:08:27-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T13:08:27-0400 DDEBUG Base command: makecache
2025-09-15T13:08:27-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T13:08:27-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T13:08:27-0400 DEBUG Making cache files for all metadata files.
2025-09-15T13:08:27-0400 INFO Metadata cache refreshed recently.
2025-09-15T13:08:27-0400 DDEBUG Cleaning up.
2025-09-15T13:08:27-0400 DDEBUG Plugins were unloaded.
2025-09-15T14:44:09-0400 INFO --- logging initialized ---
2025-09-15T14:44:09-0400 DDEBUG timer: config: 43 ms
2025-09-15T14: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-09-15T14:44:09-0400 DEBUG DNF version: 4.7.0
2025-09-15T14:44:09-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T14:44:09-0400 DDEBUG Installroot: /
2025-09-15T14:44:09-0400 DDEBUG Releasever: 8
2025-09-15T14:44:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T14:44:09-0400 DDEBUG Base command: makecache
2025-09-15T14:44:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T14:44:09-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T14:44:09-0400 DEBUG Making cache files for all metadata files.
2025-09-15T14:44:09-0400 INFO Metadata cache refreshed recently.
2025-09-15T14:44:09-0400 DDEBUG Cleaning up.
2025-09-15T14:44:09-0400 DDEBUG Plugins were unloaded.
2025-09-15T15:58:11-0400 INFO --- logging initialized ---
2025-09-15T15:58:11-0400 DDEBUG timer: config: 4 ms
2025-09-15T15:58:11-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T15:58:11-0400 DEBUG DNF version: 4.7.0
2025-09-15T15:58:11-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T15:58:11-0400 DDEBUG Installroot: /
2025-09-15T15:58:11-0400 DDEBUG Releasever: 8
2025-09-15T15:58:11-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T15:58:11-0400 DDEBUG Base command: makecache
2025-09-15T15:58:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T15:58:11-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T15:58:11-0400 DEBUG Making cache files for all metadata files.
2025-09-15T15:58:11-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T15:58:11-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T15:58:11-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T15:58:11-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T15:58:11-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T15:58:11-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T15:58:11-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T15:58:11-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T15:58:11-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T15:58:11-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-15T15:58:11-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T15:58:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T15:58: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-09-15T15:58: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-09-15T15:58:11-0400 DDEBUG Cleaning up.
2025-09-15T15:58:11-0400 DDEBUG Plugins were unloaded.
2025-09-15T15:58: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-09-15T15:58: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-09-15T17:31:01-0400 INFO --- logging initialized ---
2025-09-15T17:31:01-0400 DDEBUG timer: config: 4 ms
2025-09-15T17:31:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T17:31:01-0400 DEBUG DNF version: 4.7.0
2025-09-15T17:31:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T17:31:01-0400 DDEBUG Installroot: /
2025-09-15T17:31:01-0400 DDEBUG Releasever: 8
2025-09-15T17:31:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T17:31:01-0400 DDEBUG Base command: makecache
2025-09-15T17:31:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T17:31:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T17:31:01-0400 DEBUG Making cache files for all metadata files.
2025-09-15T17:31:01-0400 INFO Metadata cache refreshed recently.
2025-09-15T17:31:01-0400 DDEBUG Cleaning up.
2025-09-15T17:31:01-0400 DDEBUG Plugins were unloaded.
2025-09-15T19:31:00-0400 INFO --- logging initialized ---
2025-09-15T19:31:00-0400 DDEBUG timer: config: 4 ms
2025-09-15T19:31:00-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T19:31:00-0400 DEBUG DNF version: 4.7.0
2025-09-15T19:31:00-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T19:31:00-0400 DDEBUG Installroot: /
2025-09-15T19:31:00-0400 DDEBUG Releasever: 8
2025-09-15T19:31:00-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T19:31:00-0400 DDEBUG Base command: makecache
2025-09-15T19:31:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T19:31:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T19:31:00-0400 DEBUG Making cache files for all metadata files.
2025-09-15T19:31:00-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T19:31:00-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T19:31:00-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T19:31:00-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T19:31:00-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T19:31:00-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T19:31:00-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T19:31:00-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T19:31:00-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T19:31:00-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-15T19:31:00-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T19:31:00-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T19:31:00-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-15T19:31:00-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-09-15T19:31:00-0400 DDEBUG Cleaning up.
2025-09-15T19:31:00-0400 DDEBUG Plugins were unloaded.
2025-09-15T19:31:00-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-15T19:31:00-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-15T20:35:45-0400 INFO --- logging initialized ---
2025-09-15T20:35:45-0400 DDEBUG timer: config: 2 ms
2025-09-15T20:35:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T20:35:45-0400 DEBUG DNF version: 4.7.0
2025-09-15T20:35:45-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T20:35:45-0400 DDEBUG Installroot: /
2025-09-15T20:35:45-0400 DDEBUG Releasever: 8
2025-09-15T20:35:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T20:35:45-0400 DDEBUG Base command: makecache
2025-09-15T20:35:45-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T20:35:45-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T20:35:45-0400 DEBUG Making cache files for all metadata files.
2025-09-15T20:35:45-0400 INFO Metadata cache refreshed recently.
2025-09-15T20:35:45-0400 DDEBUG Cleaning up.
2025-09-15T20:35:45-0400 DDEBUG Plugins were unloaded.
2025-09-15T22:07:01-0400 INFO --- logging initialized ---
2025-09-15T22:07:01-0400 DDEBUG timer: config: 4 ms
2025-09-15T22:07:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T22:07:01-0400 DEBUG DNF version: 4.7.0
2025-09-15T22:07:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T22:07:01-0400 DDEBUG Installroot: /
2025-09-15T22:07:01-0400 DDEBUG Releasever: 8
2025-09-15T22:07:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T22:07:01-0400 DDEBUG Base command: makecache
2025-09-15T22:07:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T22:07:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T22:07:01-0400 DEBUG Making cache files for all metadata files.
2025-09-15T22:07:01-0400 INFO Metadata cache refreshed recently.
2025-09-15T22:07:01-0400 DDEBUG Cleaning up.
2025-09-15T22:07:01-0400 DDEBUG Plugins were unloaded.
2025-09-15T23:52:01-0400 INFO --- logging initialized ---
2025-09-15T23:52:01-0400 DDEBUG timer: config: 49 ms
2025-09-15T23:52:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-15T23:52:01-0400 DEBUG DNF version: 4.7.0
2025-09-15T23:52:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-15T23:52:01-0400 DDEBUG Installroot: /
2025-09-15T23:52:01-0400 DDEBUG Releasever: 8
2025-09-15T23:52:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-15T23:52:01-0400 DDEBUG Base command: makecache
2025-09-15T23:52:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-15T23:52:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-15T23:52:01-0400 DEBUG Making cache files for all metadata files.
2025-09-15T23:52:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-15T23:52:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-15T23:52:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-15T23:52:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-15T23:52:01-0400 DEBUG extras: has expired and will be refreshed.
2025-09-15T23:52:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-15T23:52:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-15T23:52:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-15T23:52:01-0400 DEBUG epel: has expired and will be refreshed.
2025-09-15T23:52:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-15T23:52:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-15T23:52:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-15T23:52: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-09-15T23:52: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-09-15T23:52:02-0400 DDEBUG Cleaning up.
2025-09-15T23:52:02-0400 DDEBUG Plugins were unloaded.
2025-09-15T23:52: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-09-15T23:52: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-09-16T01:04:40-0400 INFO --- logging initialized ---
2025-09-16T01:04:40-0400 DDEBUG timer: config: 2 ms
2025-09-16T01:04:40-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T01:04:40-0400 DEBUG DNF version: 4.7.0
2025-09-16T01:04:40-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T01:04:40-0400 DDEBUG Installroot: /
2025-09-16T01:04:40-0400 DDEBUG Releasever: 8
2025-09-16T01:04:40-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T01:04:40-0400 DDEBUG Base command: makecache
2025-09-16T01:04:40-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T01:04:40-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T01:04:40-0400 DEBUG Making cache files for all metadata files.
2025-09-16T01:04:40-0400 INFO Metadata cache refreshed recently.
2025-09-16T01:04:40-0400 DDEBUG Cleaning up.
2025-09-16T01:04:40-0400 DDEBUG Plugins were unloaded.
2025-09-16T02:16:12-0400 INFO --- logging initialized ---
2025-09-16T02:16:12-0400 DDEBUG timer: config: 3 ms
2025-09-16T02: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-09-16T02:16:12-0400 DEBUG DNF version: 4.7.0
2025-09-16T02:16:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T02:16:12-0400 DDEBUG Installroot: /
2025-09-16T02:16:12-0400 DDEBUG Releasever: 8
2025-09-16T02:16:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T02:16:12-0400 DDEBUG Base command: makecache
2025-09-16T02:16:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T02:16:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T02:16:12-0400 DEBUG Making cache files for all metadata files.
2025-09-16T02:16:12-0400 INFO Metadata cache refreshed recently.
2025-09-16T02:16:12-0400 DDEBUG Cleaning up.
2025-09-16T02:16:12-0400 DDEBUG Plugins were unloaded.
2025-09-16T03:15:08-0400 INFO --- logging initialized ---
2025-09-16T03:15:08-0400 DDEBUG timer: config: 4 ms
2025-09-16T03:15:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T03:15:08-0400 DEBUG YUM version: 4.7.0
2025-09-16T03:15:08-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-16T03:15:08-0400 DDEBUG Installroot: /
2025-09-16T03:15:08-0400 DDEBUG Releasever: 8
2025-09-16T03:15:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T03:15:08-0400 DDEBUG Base command: check-update
2025-09-16T03:15:08-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-16T03:15:08-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-16T03:15:08-0400 DEBUG repo: using cache for: cwp
2025-09-16T03:15:08-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T03:15: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-09-16T03:15: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-09-16T03:15: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-09-16T03: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-09-16T03: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-09-16T03:15:09-0400 DDEBUG Cleaning up.
2025-09-16T03:15:09-0400 DDEBUG Plugins were unloaded.
2025-09-16T03: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: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-16T03:15:09-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-16T03:15:09-0400 INFO --- logging initialized ---
2025-09-16T03:15:09-0400 DDEBUG timer: config: 2 ms
2025-09-16T03:15:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T03:15:09-0400 DEBUG YUM version: 4.7.0
2025-09-16T03:15:09-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-16T03:15:09-0400 DDEBUG Installroot: /
2025-09-16T03:15:09-0400 DDEBUG Releasever: 8
2025-09-16T03:15:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T03:15:09-0400 DDEBUG Base command: update
2025-09-16T03:15:09-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-16T03:15:09-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-16T03:15:09-0400 DEBUG repo: using cache for: cwp
2025-09-16T03:15:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T03: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-09-16T03: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-09-16T03: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-09-16T03: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-09-16T03: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-09-16T03:15:09-0400 DDEBUG Cleaning up.
2025-09-16T03:15:09-0400 DDEBUG Plugins were unloaded.
2025-09-16T03: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: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-16T03:15:09-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-16T04:07:01-0400 INFO --- logging initialized ---
2025-09-16T04:07:01-0400 DDEBUG timer: config: 3 ms
2025-09-16T04:07:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T04:07:01-0400 DEBUG DNF version: 4.7.0
2025-09-16T04:07:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T04:07:01-0400 DDEBUG Installroot: /
2025-09-16T04:07:01-0400 DDEBUG Releasever: 8
2025-09-16T04:07:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T04:07:01-0400 DDEBUG Base command: makecache
2025-09-16T04:07:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T04:07:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T04:07:01-0400 DEBUG Making cache files for all metadata files.
2025-09-16T04:07:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-16T04:07:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-16T04:07:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-16T04:07:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-16T04:07:01-0400 DEBUG extras: has expired and will be refreshed.
2025-09-16T04:07:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-16T04:07:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-16T04:07:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-16T04:07:01-0400 DEBUG epel: has expired and will be refreshed.
2025-09-16T04:07:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-16T04:07:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-16T04:07:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T04:07: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-09-16T04:07: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-09-16T04:07:02-0400 DDEBUG Cleaning up.
2025-09-16T04:07:02-0400 DDEBUG Plugins were unloaded.
2025-09-16T04:07: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-09-16T04:07: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-09-16T05:38:25-0400 INFO --- logging initialized ---
2025-09-16T05:38:25-0400 DDEBUG timer: config: 35 ms
2025-09-16T05:38:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T05:38:25-0400 DEBUG DNF version: 4.7.0
2025-09-16T05:38:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T05:38:25-0400 DDEBUG Installroot: /
2025-09-16T05:38:25-0400 DDEBUG Releasever: 8
2025-09-16T05:38:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T05:38:25-0400 DDEBUG Base command: makecache
2025-09-16T05:38:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T05:38:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T05:38:25-0400 DEBUG Making cache files for all metadata files.
2025-09-16T05:38:25-0400 INFO Metadata cache refreshed recently.
2025-09-16T05:38:25-0400 DDEBUG Cleaning up.
2025-09-16T05:38:25-0400 DDEBUG Plugins were unloaded.
2025-09-16T07:02:00-0400 INFO --- logging initialized ---
2025-09-16T07:02:00-0400 DDEBUG timer: config: 18 ms
2025-09-16T07:02:00-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T07:02:00-0400 DEBUG DNF version: 4.7.0
2025-09-16T07:02:00-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T07:02:00-0400 DDEBUG Installroot: /
2025-09-16T07:02:00-0400 DDEBUG Releasever: 8
2025-09-16T07:02:00-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T07:02:00-0400 DDEBUG Base command: makecache
2025-09-16T07:02:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T07:02:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T07:02:00-0400 DEBUG Making cache files for all metadata files.
2025-09-16T07:02:00-0400 INFO Metadata cache refreshed recently.
2025-09-16T07:02:00-0400 DDEBUG Cleaning up.
2025-09-16T07:02:00-0400 DDEBUG Plugins were unloaded.
2025-09-16T08:20:57-0400 INFO --- logging initialized ---
2025-09-16T08:20:57-0400 DDEBUG timer: config: 4 ms
2025-09-16T08:20:57-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T08:20:57-0400 DEBUG DNF version: 4.7.0
2025-09-16T08:20:57-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T08:20:57-0400 DDEBUG Installroot: /
2025-09-16T08:20:57-0400 DDEBUG Releasever: 8
2025-09-16T08:20:57-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T08:20:57-0400 DDEBUG Base command: makecache
2025-09-16T08:20:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T08:20:57-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T08:20:57-0400 DEBUG Making cache files for all metadata files.
2025-09-16T08:20:57-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-16T08:20:57-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-16T08:20:57-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-16T08:20:57-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-16T08:20:57-0400 DEBUG extras: has expired and will be refreshed.
2025-09-16T08:20:57-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-16T08:20:57-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-16T08:20:57-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-16T08:20:57-0400 DEBUG epel: has expired and will be refreshed.
2025-09-16T08:20:57-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-16T08:20:57-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-16T08:20:57-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T08:20: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-09-16T08:20: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-09-16T08:20:58-0400 DDEBUG Cleaning up.
2025-09-16T08:20:58-0400 DDEBUG Plugins were unloaded.
2025-09-16T08:20: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-09-16T08:20: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-09-16T09:47:02-0400 INFO --- logging initialized ---
2025-09-16T09:47:02-0400 DDEBUG timer: config: 53 ms
2025-09-16T09: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-09-16T09:47:02-0400 DEBUG DNF version: 4.7.0
2025-09-16T09:47:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T09:47:02-0400 DDEBUG Installroot: /
2025-09-16T09:47:02-0400 DDEBUG Releasever: 8
2025-09-16T09:47:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T09:47:02-0400 DDEBUG Base command: makecache
2025-09-16T09:47:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T09:47:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T09:47:02-0400 DEBUG Making cache files for all metadata files.
2025-09-16T09:47:02-0400 INFO Metadata cache refreshed recently.
2025-09-16T09:47:02-0400 DDEBUG Cleaning up.
2025-09-16T09:47:02-0400 DDEBUG Plugins were unloaded.
2025-09-16T11:29:47-0400 INFO --- logging initialized ---
2025-09-16T11:29:47-0400 DDEBUG timer: config: 11 ms
2025-09-16T11:29:47-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T11:29:47-0400 DEBUG DNF version: 4.7.0
2025-09-16T11:29:47-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T11:29:47-0400 DDEBUG Installroot: /
2025-09-16T11:29:47-0400 DDEBUG Releasever: 8
2025-09-16T11:29:47-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T11:29:47-0400 DDEBUG Base command: makecache
2025-09-16T11:29:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T11:29:47-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T11:29:47-0400 DEBUG Making cache files for all metadata files.
2025-09-16T11:29:47-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-16T11:29:47-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-16T11:29:47-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-16T11:29:47-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-16T11:29:47-0400 DEBUG extras: has expired and will be refreshed.
2025-09-16T11:29:47-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-16T11:29:47-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-16T11:29:47-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-16T11:29:47-0400 DEBUG epel: has expired and will be refreshed.
2025-09-16T11:29:47-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-16T11:29:47-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-16T11:29:47-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T11:29: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-09-16T11:29: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-09-16T11:29:47-0400 DDEBUG Cleaning up.
2025-09-16T11:29:47-0400 DDEBUG Plugins were unloaded.
2025-09-16T11:29:47-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-16T11:29:47-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T12:59:12-0400 INFO --- logging initialized ---
2025-09-16T12:59:12-0400 DDEBUG timer: config: 51 ms
2025-09-16T12:59:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T12:59:12-0400 DEBUG DNF version: 4.7.0
2025-09-16T12:59:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T12:59:12-0400 DDEBUG Installroot: /
2025-09-16T12:59:12-0400 DDEBUG Releasever: 8
2025-09-16T12:59:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T12:59:12-0400 DDEBUG Base command: makecache
2025-09-16T12:59:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T12:59:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T12:59:12-0400 DEBUG Making cache files for all metadata files.
2025-09-16T12:59:12-0400 INFO Metadata cache refreshed recently.
2025-09-16T12:59:12-0400 DDEBUG Cleaning up.
2025-09-16T12:59:12-0400 DDEBUG Plugins were unloaded.
2025-09-16T14:53:00-0400 INFO --- logging initialized ---
2025-09-16T14:53:00-0400 DDEBUG timer: config: 27 ms
2025-09-16T14:53:00-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T14:53:00-0400 DEBUG DNF version: 4.7.0
2025-09-16T14:53:00-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T14:53:00-0400 DDEBUG Installroot: /
2025-09-16T14:53:00-0400 DDEBUG Releasever: 8
2025-09-16T14:53:00-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T14:53:00-0400 DDEBUG Base command: makecache
2025-09-16T14:53:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T14:53:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T14:53:00-0400 DEBUG Making cache files for all metadata files.
2025-09-16T14:53:00-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-16T14:53:00-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-16T14:53:00-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-16T14:53:00-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-16T14:53:00-0400 DEBUG extras: has expired and will be refreshed.
2025-09-16T14:53:00-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-16T14:53:00-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-16T14:53:00-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-16T14:53:00-0400 DEBUG epel: has expired and will be refreshed.
2025-09-16T14:53:00-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-16T14:53:00-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-16T14:53:00-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T14:53:00-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-16T14:53:00-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-09-16T14:53:00-0400 DDEBUG Cleaning up.
2025-09-16T14:53:00-0400 DDEBUG Plugins were unloaded.
2025-09-16T14:53:00-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-16T14:53:00-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-16T16:10:58-0400 INFO --- logging initialized ---
2025-09-16T16:10:58-0400 DDEBUG timer: config: 89 ms
2025-09-16T16:10:58-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T16:10:58-0400 DEBUG DNF version: 4.7.0
2025-09-16T16:10:58-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T16:10:58-0400 DDEBUG Installroot: /
2025-09-16T16:10:58-0400 DDEBUG Releasever: 8
2025-09-16T16:10:58-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T16:10:58-0400 DDEBUG Base command: makecache
2025-09-16T16:10:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T16:10:58-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T16:10:58-0400 DEBUG Making cache files for all metadata files.
2025-09-16T16:10:58-0400 INFO Metadata cache refreshed recently.
2025-09-16T16:10:58-0400 DDEBUG Cleaning up.
2025-09-16T16:10:58-0400 DDEBUG Plugins were unloaded.
2025-09-16T17:45:29-0400 INFO --- logging initialized ---
2025-09-16T17:45:29-0400 DDEBUG timer: config: 157 ms
2025-09-16T17:45:30-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T17:45:30-0400 DEBUG DNF version: 4.7.0
2025-09-16T17:45:30-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T17:45:30-0400 DDEBUG Installroot: /
2025-09-16T17:45:30-0400 DDEBUG Releasever: 8
2025-09-16T17:45:30-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T17:45:30-0400 DDEBUG Base command: makecache
2025-09-16T17:45:30-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T17:45:30-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T17:45:30-0400 DEBUG Making cache files for all metadata files.
2025-09-16T17:45:30-0400 INFO Metadata cache refreshed recently.
2025-09-16T17:45:30-0400 DDEBUG Cleaning up.
2025-09-16T17:45:30-0400 DDEBUG Plugins were unloaded.
2025-09-16T18:52:02-0400 INFO --- logging initialized ---
2025-09-16T18:52:02-0400 DDEBUG timer: config: 67 ms
2025-09-16T18:52:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T18:52:02-0400 DEBUG DNF version: 4.7.0
2025-09-16T18:52:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T18:52:02-0400 DDEBUG Installroot: /
2025-09-16T18:52:02-0400 DDEBUG Releasever: 8
2025-09-16T18:52:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T18:52:02-0400 DDEBUG Base command: makecache
2025-09-16T18:52:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T18:52:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T18:52:02-0400 DEBUG Making cache files for all metadata files.
2025-09-16T18:52:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-16T18:52:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-16T18:52:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-16T18:52:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-16T18:52:02-0400 DEBUG extras: has expired and will be refreshed.
2025-09-16T18:52:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-16T18:52:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-16T18:52:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-16T18:52:02-0400 DEBUG epel: has expired and will be refreshed.
2025-09-16T18:52:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-16T18:52:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-16T18:52:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T18:52: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-09-16T18:52: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-09-16T18:52:02-0400 DDEBUG Cleaning up.
2025-09-16T18:52:02-0400 DDEBUG Plugins were unloaded.
2025-09-16T18:52: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-09-16T18:52: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-09-16T20:07:02-0400 INFO --- logging initialized ---
2025-09-16T20:07:02-0400 DDEBUG timer: config: 90 ms
2025-09-16T20: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-09-16T20:07:02-0400 DEBUG DNF version: 4.7.0
2025-09-16T20:07:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T20:07:02-0400 DDEBUG Installroot: /
2025-09-16T20:07:02-0400 DDEBUG Releasever: 8
2025-09-16T20:07:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T20:07:02-0400 DDEBUG Base command: makecache
2025-09-16T20:07:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T20:07:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T20:07:02-0400 DEBUG Making cache files for all metadata files.
2025-09-16T20:07:02-0400 INFO Metadata cache refreshed recently.
2025-09-16T20:07:02-0400 DDEBUG Cleaning up.
2025-09-16T20:07:02-0400 DDEBUG Plugins were unloaded.
2025-09-16T21:42:57-0400 INFO --- logging initialized ---
2025-09-16T21:42:57-0400 DDEBUG timer: config: 91 ms
2025-09-16T21:42:57-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T21:42:57-0400 DEBUG DNF version: 4.7.0
2025-09-16T21:42:57-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T21:42:57-0400 DDEBUG Installroot: /
2025-09-16T21:42:57-0400 DDEBUG Releasever: 8
2025-09-16T21:42:57-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T21:42:57-0400 DDEBUG Base command: makecache
2025-09-16T21:42:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T21:42:57-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T21:42:57-0400 DEBUG Making cache files for all metadata files.
2025-09-16T21:42:57-0400 INFO Metadata cache refreshed recently.
2025-09-16T21:42:57-0400 DDEBUG Cleaning up.
2025-09-16T21:42:57-0400 DDEBUG Plugins were unloaded.
2025-09-16T23:24:49-0400 INFO --- logging initialized ---
2025-09-16T23:24:49-0400 DDEBUG timer: config: 81 ms
2025-09-16T23:24:49-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-16T23:24:49-0400 DEBUG DNF version: 4.7.0
2025-09-16T23:24:49-0400 DDEBUG Command: dnf makecache --timer 
2025-09-16T23:24:49-0400 DDEBUG Installroot: /
2025-09-16T23:24:49-0400 DDEBUG Releasever: 8
2025-09-16T23:24:49-0400 DEBUG cachedir: /var/cache/dnf
2025-09-16T23:24:49-0400 DDEBUG Base command: makecache
2025-09-16T23:24:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-16T23:24:49-0400 DEBUG Excludes in repo epel: nginx*
2025-09-16T23:24:49-0400 DEBUG Making cache files for all metadata files.
2025-09-16T23:24:49-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-16T23:24:49-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-16T23:24:49-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-16T23:24:49-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-16T23:24:49-0400 DEBUG extras: has expired and will be refreshed.
2025-09-16T23:24:49-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-16T23:24:49-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-16T23:24:49-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-16T23:24:49-0400 DEBUG epel: has expired and will be refreshed.
2025-09-16T23:24:49-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-16T23:24:49-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-16T23:24:49-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-16T23:24: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-09-16T23:24: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-09-16T23:24:49-0400 DDEBUG Cleaning up.
2025-09-16T23:24:49-0400 DDEBUG Plugins were unloaded.
2025-09-16T23:24: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-09-16T23:24: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-09-17T01:15:54-0400 INFO --- logging initialized ---
2025-09-17T01:15:54-0400 DDEBUG timer: config: 5 ms
2025-09-17T01:15:54-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T01:15:54-0400 DEBUG DNF version: 4.7.0
2025-09-17T01:15:54-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T01:15:54-0400 DDEBUG Installroot: /
2025-09-17T01:15:54-0400 DDEBUG Releasever: 8
2025-09-17T01:15:54-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T01:15:54-0400 DDEBUG Base command: makecache
2025-09-17T01:15:54-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T01:15:54-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T01:15:54-0400 DEBUG Making cache files for all metadata files.
2025-09-17T01:15:54-0400 INFO Metadata cache refreshed recently.
2025-09-17T01:15:54-0400 DDEBUG Cleaning up.
2025-09-17T01:15:54-0400 DDEBUG Plugins were unloaded.
2025-09-17T02:51:02-0400 INFO --- logging initialized ---
2025-09-17T02:51:02-0400 DDEBUG timer: config: 180 ms
2025-09-17T02:51:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T02:51:02-0400 DEBUG DNF version: 4.7.0
2025-09-17T02:51:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T02:51:02-0400 DDEBUG Installroot: /
2025-09-17T02:51:02-0400 DDEBUG Releasever: 8
2025-09-17T02:51:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T02:51:02-0400 DDEBUG Base command: makecache
2025-09-17T02:51:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T02:51:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T02:51:02-0400 DEBUG Making cache files for all metadata files.
2025-09-17T02:51:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-17T02:51:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-17T02:51:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-17T02:51:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-17T02:51:02-0400 DEBUG extras: has expired and will be refreshed.
2025-09-17T02:51:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-17T02:51:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-17T02:51:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-17T02:51:02-0400 DEBUG epel: has expired and will be refreshed.
2025-09-17T02:51:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-17T02:51:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-17T02:51:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T02:51: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-09-17T02:51: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-09-17T02:51:03-0400 DDEBUG Cleaning up.
2025-09-17T02:51:03-0400 DDEBUG Plugins were unloaded.
2025-09-17T02:51:03-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-17T02:51:03-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-17T03:13:06-0400 INFO --- logging initialized ---
2025-09-17T03:13:06-0400 DDEBUG timer: config: 21 ms
2025-09-17T03:13:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T03:13:06-0400 DEBUG YUM version: 4.7.0
2025-09-17T03:13:06-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-17T03:13:06-0400 DDEBUG Installroot: /
2025-09-17T03:13:06-0400 DDEBUG Releasever: 8
2025-09-17T03:13:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T03:13:06-0400 DDEBUG Base command: check-update
2025-09-17T03:13:06-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-17T03:13:06-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-17T03:13:07-0400 DEBUG repo: using cache for: cwp
2025-09-17T03:13:07-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T03:13: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-09-17T03:13: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-09-17T03:13: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-09-17T03:13: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-09-17T03:13: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-09-17T03:13:07-0400 DDEBUG Cleaning up.
2025-09-17T03:13:07-0400 DDEBUG Plugins were unloaded.
2025-09-17T03:13:07-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-17T03:13:07-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-17T03:13:07-0400 INFO --- logging initialized ---
2025-09-17T03:13:07-0400 DDEBUG timer: config: 2 ms
2025-09-17T03:13:07-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T03:13:07-0400 DEBUG YUM version: 4.7.0
2025-09-17T03:13:07-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-17T03:13:07-0400 DDEBUG Installroot: /
2025-09-17T03:13:07-0400 DDEBUG Releasever: 8
2025-09-17T03:13:07-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T03:13:07-0400 DDEBUG Base command: update
2025-09-17T03:13:07-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-17T03:13:07-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-17T03:13:07-0400 DEBUG repo: using cache for: cwp
2025-09-17T03:13:07-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T03:13: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-09-17T03:13: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-09-17T03:13: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-09-17T03:13: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-09-17T03:13: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-09-17T03:13:08-0400 DDEBUG Cleaning up.
2025-09-17T03:13:08-0400 DDEBUG Plugins were unloaded.
2025-09-17T03:13: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: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-17T03:13:08-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-17T03:58:09-0400 INFO --- logging initialized ---
2025-09-17T03:58:09-0400 DDEBUG timer: config: 61 ms
2025-09-17T03:58:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T03:58:09-0400 DEBUG DNF version: 4.7.0
2025-09-17T03:58:09-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T03:58:09-0400 DDEBUG Installroot: /
2025-09-17T03:58:09-0400 DDEBUG Releasever: 8
2025-09-17T03:58:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T03:58:09-0400 DDEBUG Base command: makecache
2025-09-17T03:58:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T03:58:09-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T03:58:09-0400 DEBUG Making cache files for all metadata files.
2025-09-17T03:58:09-0400 INFO Metadata cache refreshed recently.
2025-09-17T03:58:09-0400 DDEBUG Cleaning up.
2025-09-17T03:58:09-0400 DDEBUG Plugins were unloaded.
2025-09-17T05:40:13-0400 INFO --- logging initialized ---
2025-09-17T05:40:13-0400 DDEBUG timer: config: 89 ms
2025-09-17T05:40:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T05:40:13-0400 DEBUG DNF version: 4.7.0
2025-09-17T05:40:13-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T05:40:13-0400 DDEBUG Installroot: /
2025-09-17T05:40:13-0400 DDEBUG Releasever: 8
2025-09-17T05:40:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T05:40:13-0400 DDEBUG Base command: makecache
2025-09-17T05:40:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T05:40:13-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T05:40:13-0400 DEBUG Making cache files for all metadata files.
2025-09-17T05:40:13-0400 INFO Metadata cache refreshed recently.
2025-09-17T05:40:13-0400 DDEBUG Cleaning up.
2025-09-17T05:40:13-0400 DDEBUG Plugins were unloaded.
2025-09-17T06:47:12-0400 INFO --- logging initialized ---
2025-09-17T06:47:12-0400 DDEBUG timer: config: 60 ms
2025-09-17T06: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-09-17T06:47:12-0400 DEBUG DNF version: 4.7.0
2025-09-17T06:47:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T06:47:12-0400 DDEBUG Installroot: /
2025-09-17T06:47:12-0400 DDEBUG Releasever: 8
2025-09-17T06:47:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T06:47:12-0400 DDEBUG Base command: makecache
2025-09-17T06:47:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T06:47:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T06:47:12-0400 DEBUG Making cache files for all metadata files.
2025-09-17T06:47:12-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-17T06:47:12-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-17T06:47:12-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-17T06:47:12-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-17T06:47:12-0400 DEBUG extras: has expired and will be refreshed.
2025-09-17T06:47:12-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-17T06:47:12-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-17T06:47:12-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-17T06:47:12-0400 DEBUG epel: has expired and will be refreshed.
2025-09-17T06:47:12-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-17T06:47:12-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-17T06:47:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T06: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-09-17T06: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-09-17T06:47:13-0400 DDEBUG Cleaning up.
2025-09-17T06:47:13-0400 DDEBUG Plugins were unloaded.
2025-09-17T06: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: 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-09-17T06:47: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-09-17T08:09:45-0400 INFO --- logging initialized ---
2025-09-17T08:09:45-0400 DDEBUG timer: config: 63 ms
2025-09-17T08:09:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T08:09:45-0400 DEBUG DNF version: 4.7.0
2025-09-17T08:09:45-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T08:09:45-0400 DDEBUG Installroot: /
2025-09-17T08:09:45-0400 DDEBUG Releasever: 8
2025-09-17T08:09:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T08:09:45-0400 DDEBUG Base command: makecache
2025-09-17T08:09:45-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T08:09:45-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T08:09:45-0400 DEBUG Making cache files for all metadata files.
2025-09-17T08:09:45-0400 INFO Metadata cache refreshed recently.
2025-09-17T08:09:45-0400 DDEBUG Cleaning up.
2025-09-17T08:09:45-0400 DDEBUG Plugins were unloaded.
2025-09-17T10:08:09-0400 INFO --- logging initialized ---
2025-09-17T10:08:09-0400 DDEBUG timer: config: 69 ms
2025-09-17T10:08:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T10:08:09-0400 DEBUG DNF version: 4.7.0
2025-09-17T10:08:09-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T10:08:09-0400 DDEBUG Installroot: /
2025-09-17T10:08:09-0400 DDEBUG Releasever: 8
2025-09-17T10:08:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T10:08:09-0400 DDEBUG Base command: makecache
2025-09-17T10:08:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T10:08:09-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T10:08:09-0400 DEBUG Making cache files for all metadata files.
2025-09-17T10:08:09-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-17T10:08:09-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-17T10:08:09-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-17T10:08:09-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-17T10:08:09-0400 DEBUG extras: has expired and will be refreshed.
2025-09-17T10:08:09-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-17T10:08:09-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-17T10:08:09-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-17T10:08:09-0400 DEBUG epel: has expired and will be refreshed.
2025-09-17T10:08:09-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-17T10:08:09-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-17T10:08:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T10:08: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-09-17T10:08: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-09-17T10:08:10-0400 DDEBUG Cleaning up.
2025-09-17T10:08:10-0400 DDEBUG Plugins were unloaded.
2025-09-17T10:08: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-09-17T10:08: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-09-17T11:42:02-0400 INFO --- logging initialized ---
2025-09-17T11:42:02-0400 DDEBUG timer: config: 122 ms
2025-09-17T11: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-09-17T11:42:03-0400 DEBUG DNF version: 4.7.0
2025-09-17T11:42:03-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T11:42:03-0400 DDEBUG Installroot: /
2025-09-17T11:42:03-0400 DDEBUG Releasever: 8
2025-09-17T11:42:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T11:42:03-0400 DDEBUG Base command: makecache
2025-09-17T11:42:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T11:42:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T11:42:03-0400 DEBUG Making cache files for all metadata files.
2025-09-17T11:42:03-0400 INFO Metadata cache refreshed recently.
2025-09-17T11:42:03-0400 DDEBUG Cleaning up.
2025-09-17T11:42:03-0400 DDEBUG Plugins were unloaded.
2025-09-17T12:46:25-0400 INFO --- logging initialized ---
2025-09-17T12:46:25-0400 DDEBUG timer: config: 2 ms
2025-09-17T12:46:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T12:46:25-0400 DEBUG DNF version: 4.7.0
2025-09-17T12:46:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T12:46:25-0400 DDEBUG Installroot: /
2025-09-17T12:46:25-0400 DDEBUG Releasever: 8
2025-09-17T12:46:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T12:46:25-0400 DDEBUG Base command: makecache
2025-09-17T12:46:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T12:46:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T12:46:25-0400 DEBUG Making cache files for all metadata files.
2025-09-17T12:46:25-0400 INFO Metadata cache refreshed recently.
2025-09-17T12:46:25-0400 DDEBUG Cleaning up.
2025-09-17T12:46:25-0400 DDEBUG Plugins were unloaded.
2025-09-17T13:48:23-0400 INFO --- logging initialized ---
2025-09-17T13:48:23-0400 DDEBUG timer: config: 4 ms
2025-09-17T13:48:23-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T13:48:23-0400 DEBUG DNF version: 4.7.0
2025-09-17T13:48:23-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T13:48:23-0400 DDEBUG Installroot: /
2025-09-17T13:48:23-0400 DDEBUG Releasever: 8
2025-09-17T13:48:23-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T13:48:23-0400 DDEBUG Base command: makecache
2025-09-17T13:48:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T13:48:23-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T13:48:23-0400 DEBUG Making cache files for all metadata files.
2025-09-17T13:48:23-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-17T13:48:23-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-17T13:48:23-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-17T13:48:23-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-17T13:48:23-0400 DEBUG extras: has expired and will be refreshed.
2025-09-17T13:48:23-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-17T13:48:23-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-17T13:48:23-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-17T13:48:23-0400 DEBUG epel: has expired and will be refreshed.
2025-09-17T13:48:23-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-17T13:48:23-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-17T13:48:23-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T13:48: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-09-17T13:48: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-09-17T13:48:23-0400 DDEBUG Cleaning up.
2025-09-17T13:48:23-0400 DDEBUG Plugins were unloaded.
2025-09-17T13:48: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-09-17T13:48: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-09-17T14:55:02-0400 INFO --- logging initialized ---
2025-09-17T14:55:02-0400 DDEBUG timer: config: 3 ms
2025-09-17T14:55:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T14:55:02-0400 DEBUG DNF version: 4.7.0
2025-09-17T14:55:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T14:55:02-0400 DDEBUG Installroot: /
2025-09-17T14:55:02-0400 DDEBUG Releasever: 8
2025-09-17T14:55:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T14:55:02-0400 DDEBUG Base command: makecache
2025-09-17T14:55:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T14:55:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T14:55:02-0400 DEBUG Making cache files for all metadata files.
2025-09-17T14:55:02-0400 INFO Metadata cache refreshed recently.
2025-09-17T14:55:02-0400 DDEBUG Cleaning up.
2025-09-17T14:55:02-0400 DDEBUG Plugins were unloaded.
2025-09-17T16:52:01-0400 INFO --- logging initialized ---
2025-09-17T16:52:01-0400 DDEBUG timer: config: 3 ms
2025-09-17T16:52:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T16:52:01-0400 DEBUG DNF version: 4.7.0
2025-09-17T16:52:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T16:52:01-0400 DDEBUG Installroot: /
2025-09-17T16:52:01-0400 DDEBUG Releasever: 8
2025-09-17T16:52:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T16:52:01-0400 DDEBUG Base command: makecache
2025-09-17T16:52:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T16:52:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T16:52:01-0400 DEBUG Making cache files for all metadata files.
2025-09-17T16:52:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-17T16:52:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-17T16:52:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-17T16:52:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-17T16:52:01-0400 DEBUG extras: has expired and will be refreshed.
2025-09-17T16:52:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-17T16:52:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-17T16:52:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-17T16:52:01-0400 DEBUG epel: has expired and will be refreshed.
2025-09-17T16:52:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-17T16:52:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-17T16:52:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T16:52: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-09-17T16:52: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-09-17T16:52:02-0400 DDEBUG Cleaning up.
2025-09-17T16:52:02-0400 DDEBUG Plugins were unloaded.
2025-09-17T16:52: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-09-17T16:52: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-09-17T18:44:01-0400 INFO --- logging initialized ---
2025-09-17T18:44:01-0400 DDEBUG timer: config: 3 ms
2025-09-17T18:44:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T18:44:01-0400 DEBUG DNF version: 4.7.0
2025-09-17T18:44:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T18:44:01-0400 DDEBUG Installroot: /
2025-09-17T18:44:01-0400 DDEBUG Releasever: 8
2025-09-17T18:44:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T18:44:01-0400 DDEBUG Base command: makecache
2025-09-17T18:44:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T18:44:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T18:44:01-0400 DEBUG Making cache files for all metadata files.
2025-09-17T18:44:01-0400 INFO Metadata cache refreshed recently.
2025-09-17T18:44:01-0400 DDEBUG Cleaning up.
2025-09-17T18:44:01-0400 DDEBUG Plugins were unloaded.
2025-09-17T20:38:42-0400 INFO --- logging initialized ---
2025-09-17T20:38:42-0400 DDEBUG timer: config: 2 ms
2025-09-17T20:38:42-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T20:38:42-0400 DEBUG DNF version: 4.7.0
2025-09-17T20:38:42-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T20:38:42-0400 DDEBUG Installroot: /
2025-09-17T20:38:42-0400 DDEBUG Releasever: 8
2025-09-17T20:38:42-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T20:38:42-0400 DDEBUG Base command: makecache
2025-09-17T20:38:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T20:38:42-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T20:38:42-0400 DEBUG Making cache files for all metadata files.
2025-09-17T20:38:42-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-17T20:38:42-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-17T20:38:42-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-17T20:38:42-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-17T20:38:42-0400 DEBUG extras: has expired and will be refreshed.
2025-09-17T20:38:42-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-17T20:38:42-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-17T20:38:42-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-17T20:38:42-0400 DEBUG epel: has expired and will be refreshed.
2025-09-17T20:38:42-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-17T20:38:42-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-17T20:38:42-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-17T20:38: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-09-17T20:38: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-09-17T20:38:42-0400 DDEBUG Cleaning up.
2025-09-17T20:38:42-0400 DDEBUG Plugins were unloaded.
2025-09-17T20:38: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-09-17T20:38: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-09-17T21:53:10-0400 INFO --- logging initialized ---
2025-09-17T21:53:10-0400 DDEBUG timer: config: 2 ms
2025-09-17T21:53:11-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T21:53:11-0400 DEBUG DNF version: 4.7.0
2025-09-17T21:53:11-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T21:53:11-0400 DDEBUG Installroot: /
2025-09-17T21:53:11-0400 DDEBUG Releasever: 8
2025-09-17T21:53:11-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T21:53:11-0400 DDEBUG Base command: makecache
2025-09-17T21:53:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T21:53:11-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T21:53:11-0400 DEBUG Making cache files for all metadata files.
2025-09-17T21:53:11-0400 INFO Metadata cache refreshed recently.
2025-09-17T21:53:11-0400 DDEBUG Cleaning up.
2025-09-17T21:53:11-0400 DDEBUG Plugins were unloaded.
2025-09-17T23:36:54-0400 INFO --- logging initialized ---
2025-09-17T23:36:54-0400 DDEBUG timer: config: 3 ms
2025-09-17T23:36:54-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-17T23:36:54-0400 DEBUG DNF version: 4.7.0
2025-09-17T23:36:54-0400 DDEBUG Command: dnf makecache --timer 
2025-09-17T23:36:54-0400 DDEBUG Installroot: /
2025-09-17T23:36:54-0400 DDEBUG Releasever: 8
2025-09-17T23:36:54-0400 DEBUG cachedir: /var/cache/dnf
2025-09-17T23:36:54-0400 DDEBUG Base command: makecache
2025-09-17T23:36:54-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-17T23:36:54-0400 DEBUG Excludes in repo epel: nginx*
2025-09-17T23:36:54-0400 DEBUG Making cache files for all metadata files.
2025-09-17T23:36:54-0400 INFO Metadata cache refreshed recently.
2025-09-17T23:36:54-0400 DDEBUG Cleaning up.
2025-09-17T23:36:54-0400 DDEBUG Plugins were unloaded.
2025-09-18T00:40:05-0400 INFO --- logging initialized ---
2025-09-18T00:40:05-0400 DDEBUG timer: config: 4 ms
2025-09-18T00:40:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T00:40:05-0400 DEBUG DNF version: 4.7.0
2025-09-18T00:40:05-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T00:40:05-0400 DDEBUG Installroot: /
2025-09-18T00:40:05-0400 DDEBUG Releasever: 8
2025-09-18T00:40:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T00:40:05-0400 DDEBUG Base command: makecache
2025-09-18T00:40:05-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T00:40:05-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T00:40:05-0400 DEBUG Making cache files for all metadata files.
2025-09-18T00:40:05-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T00:40:05-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T00:40:05-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T00:40:05-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T00:40:05-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T00:40:05-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T00:40:05-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T00:40:05-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T00:40:05-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T00:40:05-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-18T00:40:05-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T00:40:05-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T00:40:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-18T00:40:06-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-09-18T00:40:06-0400 DDEBUG Cleaning up.
2025-09-18T00:40:06-0400 DDEBUG Plugins were unloaded.
2025-09-18T00:40:06-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-18T00:40:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-18T02:32:25-0400 INFO --- logging initialized ---
2025-09-18T02:32:25-0400 DDEBUG timer: config: 2 ms
2025-09-18T02:32:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T02:32:25-0400 DEBUG DNF version: 4.7.0
2025-09-18T02:32:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T02:32:25-0400 DDEBUG Installroot: /
2025-09-18T02:32:25-0400 DDEBUG Releasever: 8
2025-09-18T02:32:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T02:32:25-0400 DDEBUG Base command: makecache
2025-09-18T02:32:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T02:32:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T02:32:25-0400 DEBUG Making cache files for all metadata files.
2025-09-18T02:32:25-0400 INFO Metadata cache refreshed recently.
2025-09-18T02:32:25-0400 DDEBUG Cleaning up.
2025-09-18T02:32:25-0400 DDEBUG Plugins were unloaded.
2025-09-18T03:26:07-0400 INFO --- logging initialized ---
2025-09-18T03:26:07-0400 DDEBUG timer: config: 4 ms
2025-09-18T03:26:07-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T03:26:07-0400 DEBUG YUM version: 4.7.0
2025-09-18T03:26:07-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-18T03:26:07-0400 DDEBUG Installroot: /
2025-09-18T03:26:07-0400 DDEBUG Releasever: 8
2025-09-18T03:26:07-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T03:26:07-0400 DDEBUG Base command: check-update
2025-09-18T03:26:07-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-18T03:26:07-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-18T03:26:07-0400 DEBUG repo: using cache for: cwp
2025-09-18T03:26:07-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T03:26: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-09-18T03:26: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-09-18T03:26: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-09-18T03:26: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-09-18T03:26: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-09-18T03:26:08-0400 DDEBUG Cleaning up.
2025-09-18T03:26:08-0400 DDEBUG Plugins were unloaded.
2025-09-18T03:26: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: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-18T03:26:08-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-18T03:26:08-0400 INFO --- logging initialized ---
2025-09-18T03:26:08-0400 DDEBUG timer: config: 4 ms
2025-09-18T03:26:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T03:26:08-0400 DEBUG YUM version: 4.7.0
2025-09-18T03:26:08-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-18T03:26:08-0400 DDEBUG Installroot: /
2025-09-18T03:26:08-0400 DDEBUG Releasever: 8
2025-09-18T03:26:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T03:26:08-0400 DDEBUG Base command: update
2025-09-18T03:26:08-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-18T03:26:08-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-18T03:26:08-0400 DEBUG repo: using cache for: cwp
2025-09-18T03:26:08-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T03:26: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-09-18T03:26: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-09-18T03:26: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-09-18T03:26: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-09-18T03:26: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-09-18T03:26:08-0400 DDEBUG Cleaning up.
2025-09-18T03:26:08-0400 DDEBUG Plugins were unloaded.
2025-09-18T03:26: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: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-18T03:26:08-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-18T04:07:11-0400 INFO --- logging initialized ---
2025-09-18T04:07:11-0400 DDEBUG timer: config: 2 ms
2025-09-18T04: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-09-18T04:07:12-0400 DEBUG DNF version: 4.7.0
2025-09-18T04:07:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T04:07:12-0400 DDEBUG Installroot: /
2025-09-18T04:07:12-0400 DDEBUG Releasever: 8
2025-09-18T04:07:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T04:07:12-0400 DDEBUG Base command: makecache
2025-09-18T04:07:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T04:07:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T04:07:12-0400 DEBUG Making cache files for all metadata files.
2025-09-18T04:07:12-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T04:07:12-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T04:07:12-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T04:07:12-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T04:07:12-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T04:07:12-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T04:07:12-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T04:07:12-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T04:07:12-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T04:07:12-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-18T04:07:12-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T04:07:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T04:07: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-09-18T04:07: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-09-18T04:07:12-0400 DDEBUG Cleaning up.
2025-09-18T04:07:12-0400 DDEBUG Plugins were unloaded.
2025-09-18T04:07: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: 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-09-18T04:07:12-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-09-18T05:16:12-0400 INFO --- logging initialized ---
2025-09-18T05:16:12-0400 DDEBUG timer: config: 3 ms
2025-09-18T05: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-09-18T05:16:12-0400 DEBUG DNF version: 4.7.0
2025-09-18T05:16:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T05:16:12-0400 DDEBUG Installroot: /
2025-09-18T05:16:12-0400 DDEBUG Releasever: 8
2025-09-18T05:16:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T05:16:12-0400 DDEBUG Base command: makecache
2025-09-18T05:16:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T05:16:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T05:16:12-0400 DEBUG Making cache files for all metadata files.
2025-09-18T05:16:12-0400 INFO Metadata cache refreshed recently.
2025-09-18T05:16:12-0400 DDEBUG Cleaning up.
2025-09-18T05:16:12-0400 DDEBUG Plugins were unloaded.
2025-09-18T07:01:56-0400 INFO --- logging initialized ---
2025-09-18T07:01:56-0400 DDEBUG timer: config: 64 ms
2025-09-18T07:01:56-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T07:01:56-0400 DEBUG DNF version: 4.7.0
2025-09-18T07:01:56-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T07:01:56-0400 DDEBUG Installroot: /
2025-09-18T07:01:56-0400 DDEBUG Releasever: 8
2025-09-18T07:01:56-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T07:01:56-0400 DDEBUG Base command: makecache
2025-09-18T07:01:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T07:01:56-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T07:01:56-0400 DEBUG Making cache files for all metadata files.
2025-09-18T07:01:56-0400 INFO Metadata cache refreshed recently.
2025-09-18T07:01:56-0400 DDEBUG Cleaning up.
2025-09-18T07:01:56-0400 DDEBUG Plugins were unloaded.
2025-09-18T08:56:40-0400 INFO --- logging initialized ---
2025-09-18T08:56:40-0400 DDEBUG timer: config: 2 ms
2025-09-18T08:56:40-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T08:56:40-0400 DEBUG DNF version: 4.7.0
2025-09-18T08:56:40-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T08:56:40-0400 DDEBUG Installroot: /
2025-09-18T08:56:40-0400 DDEBUG Releasever: 8
2025-09-18T08:56:40-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T08:56:40-0400 DDEBUG Base command: makecache
2025-09-18T08:56:40-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T08:56:40-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T08:56:40-0400 DEBUG Making cache files for all metadata files.
2025-09-18T08:56:40-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T08:56:40-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T08:56:40-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T08:56:40-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T08:56:40-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T08:56:40-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T08:56:40-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T08:56:40-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T08:56:40-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T08:56:40-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-18T08:56:40-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T08:56:40-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T08:56: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-09-18T08:56: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-09-18T08:56:41-0400 DDEBUG Cleaning up.
2025-09-18T08:56:41-0400 DDEBUG Plugins were unloaded.
2025-09-18T08:56: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-09-18T08:56: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-09-18T10:43:01-0400 INFO --- logging initialized ---
2025-09-18T10:43:01-0400 DDEBUG timer: config: 3 ms
2025-09-18T10:43:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T10:43:01-0400 DEBUG DNF version: 4.7.0
2025-09-18T10:43:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T10:43:01-0400 DDEBUG Installroot: /
2025-09-18T10:43:01-0400 DDEBUG Releasever: 8
2025-09-18T10:43:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T10:43:01-0400 DDEBUG Base command: makecache
2025-09-18T10:43:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T10:43:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T10:43:01-0400 DEBUG Making cache files for all metadata files.
2025-09-18T10:43:01-0400 INFO Metadata cache refreshed recently.
2025-09-18T10:43:01-0400 DDEBUG Cleaning up.
2025-09-18T10:43:01-0400 DDEBUG Plugins were unloaded.
2025-09-18T11:44:33-0400 INFO --- logging initialized ---
2025-09-18T11:44:33-0400 DDEBUG timer: config: 4 ms
2025-09-18T11:44:33-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T11:44:33-0400 DEBUG DNF version: 4.7.0
2025-09-18T11:44:33-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T11:44:33-0400 DDEBUG Installroot: /
2025-09-18T11:44:33-0400 DDEBUG Releasever: 8
2025-09-18T11:44:33-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T11:44:33-0400 DDEBUG Base command: makecache
2025-09-18T11:44:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T11:44:33-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T11:44:33-0400 DEBUG Making cache files for all metadata files.
2025-09-18T11:44:33-0400 INFO Metadata cache refreshed recently.
2025-09-18T11:44:33-0400 DDEBUG Cleaning up.
2025-09-18T11:44:33-0400 DDEBUG Plugins were unloaded.
2025-09-18T13:22:35-0400 INFO --- logging initialized ---
2025-09-18T13:22:35-0400 DDEBUG timer: config: 4 ms
2025-09-18T13:22:35-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T13:22:35-0400 DEBUG DNF version: 4.7.0
2025-09-18T13:22:35-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T13:22:35-0400 DDEBUG Installroot: /
2025-09-18T13:22:35-0400 DDEBUG Releasever: 8
2025-09-18T13:22:35-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T13:22:35-0400 DDEBUG Base command: makecache
2025-09-18T13:22:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T13:22:35-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T13:22:35-0400 DEBUG Making cache files for all metadata files.
2025-09-18T13:22:35-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T13:22:35-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T13:22:35-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T13:22:35-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T13:22:35-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T13:22:35-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T13:22:35-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T13:22:35-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T13:22:35-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T13:22:35-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-18T13:22:35-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T13:22:35-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T13:22: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-09-18T13:22: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-09-18T13:22:35-0400 DDEBUG Cleaning up.
2025-09-18T13:22:35-0400 DDEBUG Plugins were unloaded.
2025-09-18T13:22: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-09-18T13:22: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-09-18T14:43:59-0400 INFO --- logging initialized ---
2025-09-18T14:43:59-0400 DDEBUG timer: config: 2 ms
2025-09-18T14:43:59-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T14:43:59-0400 DEBUG DNF version: 4.7.0
2025-09-18T14:43:59-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T14:43:59-0400 DDEBUG Installroot: /
2025-09-18T14:43:59-0400 DDEBUG Releasever: 8
2025-09-18T14:43:59-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T14:43:59-0400 DDEBUG Base command: makecache
2025-09-18T14:43:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T14:43:59-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T14:43:59-0400 DEBUG Making cache files for all metadata files.
2025-09-18T14:43:59-0400 INFO Metadata cache refreshed recently.
2025-09-18T14:43:59-0400 DDEBUG Cleaning up.
2025-09-18T14:43:59-0400 DDEBUG Plugins were unloaded.
2025-09-18T16:21:18-0400 INFO --- logging initialized ---
2025-09-18T16:21:18-0400 DDEBUG timer: config: 5 ms
2025-09-18T16:21:18-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T16:21:18-0400 DEBUG DNF version: 4.7.0
2025-09-18T16:21:18-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T16:21:18-0400 DDEBUG Installroot: /
2025-09-18T16:21:18-0400 DDEBUG Releasever: 8
2025-09-18T16:21:18-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T16:21:18-0400 DDEBUG Base command: makecache
2025-09-18T16:21:18-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T16:21:18-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T16:21:18-0400 DEBUG Making cache files for all metadata files.
2025-09-18T16:21:18-0400 INFO Metadata cache refreshed recently.
2025-09-18T16:21:18-0400 DDEBUG Cleaning up.
2025-09-18T16:21:18-0400 DDEBUG Plugins were unloaded.
2025-09-18T17:21:30-0400 INFO --- logging initialized ---
2025-09-18T17:21:30-0400 DDEBUG timer: config: 2 ms
2025-09-18T17:21:30-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T17:21:30-0400 DEBUG DNF version: 4.7.0
2025-09-18T17:21:30-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T17:21:30-0400 DDEBUG Installroot: /
2025-09-18T17:21:30-0400 DDEBUG Releasever: 8
2025-09-18T17:21:30-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T17:21:30-0400 DDEBUG Base command: makecache
2025-09-18T17:21:30-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T17:21:30-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T17:21:30-0400 DEBUG Making cache files for all metadata files.
2025-09-18T17:21:30-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T17:21:30-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T17:21:30-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T17:21:30-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T17:21:30-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T17:21:30-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T17:21:30-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T17:21:30-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T17:21:30-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T17:21:30-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-18T17:21:30-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T17:21:30-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T17:21: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-09-18T17:21: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-09-18T17:21:30-0400 DDEBUG Cleaning up.
2025-09-18T17:21:30-0400 DDEBUG Plugins were unloaded.
2025-09-18T17:21: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-09-18T17:21: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-09-18T19:14:32-0400 INFO --- logging initialized ---
2025-09-18T19:14:32-0400 DDEBUG timer: config: 3 ms
2025-09-18T19:14:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T19:14:32-0400 DEBUG DNF version: 4.7.0
2025-09-18T19:14:32-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T19:14:32-0400 DDEBUG Installroot: /
2025-09-18T19:14:32-0400 DDEBUG Releasever: 8
2025-09-18T19:14:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T19:14:32-0400 DDEBUG Base command: makecache
2025-09-18T19:14:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T19:14:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T19:14:32-0400 DEBUG Making cache files for all metadata files.
2025-09-18T19:14:32-0400 INFO Metadata cache refreshed recently.
2025-09-18T19:14:32-0400 DDEBUG Cleaning up.
2025-09-18T19:14:32-0400 DDEBUG Plugins were unloaded.
2025-09-18T20:39:40-0400 INFO --- logging initialized ---
2025-09-18T20:39:40-0400 DDEBUG timer: config: 2 ms
2025-09-18T20:39:40-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T20:39:40-0400 DEBUG DNF version: 4.7.0
2025-09-18T20:39:40-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T20:39:40-0400 DDEBUG Installroot: /
2025-09-18T20:39:40-0400 DDEBUG Releasever: 8
2025-09-18T20:39:40-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T20:39:40-0400 DDEBUG Base command: makecache
2025-09-18T20:39:40-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T20:39:40-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T20:39:40-0400 DEBUG Making cache files for all metadata files.
2025-09-18T20:39:40-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-18T20:39:40-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-18T20:39:40-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-18T20:39:40-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-18T20:39:40-0400 DEBUG extras: has expired and will be refreshed.
2025-09-18T20:39:40-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-18T20:39:40-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-18T20:39:40-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-18T20:39:40-0400 DEBUG epel: has expired and will be refreshed.
2025-09-18T20:39:40-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-18T20:39:40-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-18T20:39:40-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-18T20:39: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-09-18T20:39: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-09-18T20:39:40-0400 DDEBUG Cleaning up.
2025-09-18T20:39:40-0400 DDEBUG Plugins were unloaded.
2025-09-18T20:39: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-09-18T20:39: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-09-18T21:49:18-0400 INFO --- logging initialized ---
2025-09-18T21:49:18-0400 DDEBUG timer: config: 4 ms
2025-09-18T21:49:18-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T21:49:18-0400 DEBUG DNF version: 4.7.0
2025-09-18T21:49:18-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T21:49:18-0400 DDEBUG Installroot: /
2025-09-18T21:49:18-0400 DDEBUG Releasever: 8
2025-09-18T21:49:18-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T21:49:18-0400 DDEBUG Base command: makecache
2025-09-18T21:49:18-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T21:49:18-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T21:49:18-0400 DEBUG Making cache files for all metadata files.
2025-09-18T21:49:18-0400 INFO Metadata cache refreshed recently.
2025-09-18T21:49:18-0400 DDEBUG Cleaning up.
2025-09-18T21:49:18-0400 DDEBUG Plugins were unloaded.
2025-09-18T23:14:29-0400 INFO --- logging initialized ---
2025-09-18T23:14:29-0400 DDEBUG timer: config: 4 ms
2025-09-18T23:14:29-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-18T23:14:29-0400 DEBUG DNF version: 4.7.0
2025-09-18T23:14:29-0400 DDEBUG Command: dnf makecache --timer 
2025-09-18T23:14:29-0400 DDEBUG Installroot: /
2025-09-18T23:14:29-0400 DDEBUG Releasever: 8
2025-09-18T23:14:29-0400 DEBUG cachedir: /var/cache/dnf
2025-09-18T23:14:29-0400 DDEBUG Base command: makecache
2025-09-18T23:14:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-18T23:14:29-0400 DEBUG Excludes in repo epel: nginx*
2025-09-18T23:14:29-0400 DEBUG Making cache files for all metadata files.
2025-09-18T23:14:29-0400 INFO Metadata cache refreshed recently.
2025-09-18T23:14:29-0400 DDEBUG Cleaning up.
2025-09-18T23:14:29-0400 DDEBUG Plugins were unloaded.
2025-09-19T00:18:45-0400 INFO --- logging initialized ---
2025-09-19T00:18:45-0400 DDEBUG timer: config: 2 ms
2025-09-19T00:18:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T00:18:45-0400 DEBUG DNF version: 4.7.0
2025-09-19T00:18:45-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T00:18:45-0400 DDEBUG Installroot: /
2025-09-19T00:18:45-0400 DDEBUG Releasever: 8
2025-09-19T00:18:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T00:18:45-0400 DDEBUG Base command: makecache
2025-09-19T00:18:45-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T00:18:45-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T00:18:45-0400 DEBUG Making cache files for all metadata files.
2025-09-19T00:18:45-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T00:18:45-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T00:18:45-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T00:18:45-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T00:18:45-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T00:18:45-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T00:18:45-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T00:18:45-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T00:18:45-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T00:18:45-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-19T00:18:45-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T00:18:45-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T00:18: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-09-19T00:18: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-09-19T00:18:45-0400 DDEBUG Cleaning up.
2025-09-19T00:18:45-0400 DDEBUG Plugins were unloaded.
2025-09-19T00:18: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-09-19T00:18: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-09-19T01:41:25-0400 INFO --- logging initialized ---
2025-09-19T01:41:25-0400 DDEBUG timer: config: 4 ms
2025-09-19T01:41:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T01:41:25-0400 DEBUG DNF version: 4.7.0
2025-09-19T01:41:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T01:41:25-0400 DDEBUG Installroot: /
2025-09-19T01:41:25-0400 DDEBUG Releasever: 8
2025-09-19T01:41:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T01:41:25-0400 DDEBUG Base command: makecache
2025-09-19T01:41:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T01:41:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T01:41:25-0400 DEBUG Making cache files for all metadata files.
2025-09-19T01:41:25-0400 INFO Metadata cache refreshed recently.
2025-09-19T01:41:25-0400 DDEBUG Cleaning up.
2025-09-19T01:41:25-0400 DDEBUG Plugins were unloaded.
2025-09-19T03:16:05-0400 INFO --- logging initialized ---
2025-09-19T03:16:05-0400 DDEBUG timer: config: 2 ms
2025-09-19T03:16:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T03:16:05-0400 DEBUG YUM version: 4.7.0
2025-09-19T03:16:05-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-19T03:16:05-0400 DDEBUG Installroot: /
2025-09-19T03:16:05-0400 DDEBUG Releasever: 8
2025-09-19T03:16:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T03:16:05-0400 DDEBUG Base command: check-update
2025-09-19T03:16:05-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-19T03:16:05-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-19T03:16:06-0400 DEBUG repo: using cache for: cwp
2025-09-19T03:16:06-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T03:16:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-19T03:16:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-19T03:16:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-19T03:16:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-19T03:16:06-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-09-19T03:16:06-0400 DDEBUG Cleaning up.
2025-09-19T03:16:06-0400 DDEBUG Plugins were unloaded.
2025-09-19T03:16:06-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-19T03:16:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-19T03:16:06-0400 INFO --- logging initialized ---
2025-09-19T03:16:06-0400 DDEBUG timer: config: 3 ms
2025-09-19T03:16:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T03:16:06-0400 DEBUG YUM version: 4.7.0
2025-09-19T03:16:06-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-19T03:16:06-0400 DDEBUG Installroot: /
2025-09-19T03:16:06-0400 DDEBUG Releasever: 8
2025-09-19T03:16:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T03:16:06-0400 DDEBUG Base command: update
2025-09-19T03:16:06-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-19T03:16:06-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-19T03:16:06-0400 DEBUG repo: using cache for: cwp
2025-09-19T03:16:06-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T03:16:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-19T03:16:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-19T03:16:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-19T03:16:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-19T03:16:06-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-09-19T03:16:06-0400 DDEBUG Cleaning up.
2025-09-19T03:16:06-0400 DDEBUG Plugins were unloaded.
2025-09-19T03:16:06-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-19T03:16:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-19T03:29:46-0400 INFO --- logging initialized ---
2025-09-19T03:29:46-0400 DDEBUG timer: config: 4 ms
2025-09-19T03:29:46-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T03:29:46-0400 DEBUG DNF version: 4.7.0
2025-09-19T03:29:46-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T03:29:46-0400 DDEBUG Installroot: /
2025-09-19T03:29:46-0400 DDEBUG Releasever: 8
2025-09-19T03:29:46-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T03:29:46-0400 DDEBUG Base command: makecache
2025-09-19T03:29:46-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T03:29:46-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T03:29:46-0400 DEBUG Making cache files for all metadata files.
2025-09-19T03:29:46-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T03:29:46-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T03:29:46-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T03:29:46-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T03:29:46-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T03:29:46-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T03:29:46-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T03:29:46-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T03:29:46-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T03:29:46-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-19T03:29:46-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T03:29:46-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T03:29:46-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-19T03:29:46-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-09-19T03:29:46-0400 DDEBUG Cleaning up.
2025-09-19T03:29:46-0400 DDEBUG Plugins were unloaded.
2025-09-19T03:29:46-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-19T03:29:46-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-19T04:33:25-0400 INFO --- logging initialized ---
2025-09-19T04:33:25-0400 DDEBUG timer: config: 4 ms
2025-09-19T04:33:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T04:33:25-0400 DEBUG DNF version: 4.7.0
2025-09-19T04:33:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T04:33:25-0400 DDEBUG Installroot: /
2025-09-19T04:33:25-0400 DDEBUG Releasever: 8
2025-09-19T04:33:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T04:33:25-0400 DDEBUG Base command: makecache
2025-09-19T04:33:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T04:33:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T04:33:25-0400 DEBUG Making cache files for all metadata files.
2025-09-19T04:33:25-0400 INFO Metadata cache refreshed recently.
2025-09-19T04:33:25-0400 DDEBUG Cleaning up.
2025-09-19T04:33:25-0400 DDEBUG Plugins were unloaded.
2025-09-19T06:13:59-0400 INFO --- logging initialized ---
2025-09-19T06:13:59-0400 DDEBUG timer: config: 3 ms
2025-09-19T06:13:59-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T06:13:59-0400 DEBUG DNF version: 4.7.0
2025-09-19T06:13:59-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T06:13:59-0400 DDEBUG Installroot: /
2025-09-19T06:13:59-0400 DDEBUG Releasever: 8
2025-09-19T06:13:59-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T06:13:59-0400 DDEBUG Base command: makecache
2025-09-19T06:13:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T06:13:59-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T06:13:59-0400 DEBUG Making cache files for all metadata files.
2025-09-19T06:13:59-0400 INFO Metadata cache refreshed recently.
2025-09-19T06:13:59-0400 DDEBUG Cleaning up.
2025-09-19T06:13:59-0400 DDEBUG Plugins were unloaded.
2025-09-19T07:30:03-0400 INFO --- logging initialized ---
2025-09-19T07:30:03-0400 DDEBUG timer: config: 10 ms
2025-09-19T07:30:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T07:30:03-0400 DEBUG DNF version: 4.7.0
2025-09-19T07:30:03-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T07:30:03-0400 DDEBUG Installroot: /
2025-09-19T07:30:03-0400 DDEBUG Releasever: 8
2025-09-19T07:30:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T07:30:03-0400 DDEBUG Base command: makecache
2025-09-19T07:30:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T07:30:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T07:30:03-0400 DEBUG Making cache files for all metadata files.
2025-09-19T07:30:03-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T07:30:03-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T07:30:03-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T07:30:03-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T07:30:03-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T07:30:03-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T07:30:03-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T07:30:03-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T07:30:03-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T07:30:03-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-19T07:30:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T07:30:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T07:30: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-09-19T07:30: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-09-19T07:30:03-0400 DDEBUG Cleaning up.
2025-09-19T07:30:03-0400 DDEBUG Plugins were unloaded.
2025-09-19T07:30: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-09-19T07:30: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-09-19T08:53:11-0400 INFO --- logging initialized ---
2025-09-19T08:53:11-0400 DDEBUG timer: config: 2 ms
2025-09-19T08:53:11-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T08:53:11-0400 DEBUG DNF version: 4.7.0
2025-09-19T08:53:11-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T08:53:11-0400 DDEBUG Installroot: /
2025-09-19T08:53:11-0400 DDEBUG Releasever: 8
2025-09-19T08:53:11-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T08:53:11-0400 DDEBUG Base command: makecache
2025-09-19T08:53:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T08:53:11-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T08:53:12-0400 DEBUG Making cache files for all metadata files.
2025-09-19T08:53:12-0400 INFO Metadata cache refreshed recently.
2025-09-19T08:53:12-0400 DDEBUG Cleaning up.
2025-09-19T08:53:12-0400 DDEBUG Plugins were unloaded.
2025-09-19T10:41:06-0400 INFO --- logging initialized ---
2025-09-19T10:41:06-0400 DDEBUG timer: config: 2 ms
2025-09-19T10:41:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T10:41:06-0400 DEBUG DNF version: 4.7.0
2025-09-19T10:41:06-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T10:41:06-0400 DDEBUG Installroot: /
2025-09-19T10:41:06-0400 DDEBUG Releasever: 8
2025-09-19T10:41:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T10:41:06-0400 DDEBUG Base command: makecache
2025-09-19T10:41:06-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T10:41:06-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T10:41:06-0400 DEBUG Making cache files for all metadata files.
2025-09-19T10:41:06-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T10:41:06-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T10:41:06-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T10:41:06-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T10:41:06-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T10:41:06-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T10:41:06-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T10:41:06-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T10:41:06-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T10:41:06-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-19T10:41:06-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T10:41:06-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T10:41: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-09-19T10:41: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-09-19T10:41:07-0400 DDEBUG Cleaning up.
2025-09-19T10:41:07-0400 DDEBUG Plugins were unloaded.
2025-09-19T10:41:07-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: 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-09-19T10:41: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-09-19T12:39:50-0400 INFO --- logging initialized ---
2025-09-19T12:39:50-0400 DDEBUG timer: config: 2 ms
2025-09-19T12: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-09-19T12:39:50-0400 DEBUG DNF version: 4.7.0
2025-09-19T12:39:50-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T12:39:50-0400 DDEBUG Installroot: /
2025-09-19T12:39:50-0400 DDEBUG Releasever: 8
2025-09-19T12:39:50-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T12:39:50-0400 DDEBUG Base command: makecache
2025-09-19T12:39:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T12:39:50-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T12:39:50-0400 DEBUG Making cache files for all metadata files.
2025-09-19T12:39:50-0400 INFO Metadata cache refreshed recently.
2025-09-19T12:39:50-0400 DDEBUG Cleaning up.
2025-09-19T12:39:50-0400 DDEBUG Plugins were unloaded.
2025-09-19T14:01:45-0400 INFO --- logging initialized ---
2025-09-19T14:01:45-0400 DDEBUG timer: config: 4 ms
2025-09-19T14:01:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T14:01:45-0400 DEBUG DNF version: 4.7.0
2025-09-19T14:01:45-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T14:01:45-0400 DDEBUG Installroot: /
2025-09-19T14:01:45-0400 DDEBUG Releasever: 8
2025-09-19T14:01:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T14:01:45-0400 DDEBUG Base command: makecache
2025-09-19T14:01:45-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T14:01:45-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T14:01:45-0400 DEBUG Making cache files for all metadata files.
2025-09-19T14:01:45-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T14:01:45-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T14:01:45-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T14:01:45-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T14:01:45-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T14:01:45-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T14:01:45-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T14:01:45-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T14:01:45-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T14:01:45-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-19T14:01:45-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T14:01:45-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T14:01: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-09-19T14:01: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-09-19T14:01:45-0400 DDEBUG Cleaning up.
2025-09-19T14:01:45-0400 DDEBUG Plugins were unloaded.
2025-09-19T14:01: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-09-19T14:01: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-09-19T15:54:02-0400 INFO --- logging initialized ---
2025-09-19T15:54:02-0400 DDEBUG timer: config: 59 ms
2025-09-19T15:54:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T15:54:02-0400 DEBUG DNF version: 4.7.0
2025-09-19T15:54:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T15:54:02-0400 DDEBUG Installroot: /
2025-09-19T15:54:02-0400 DDEBUG Releasever: 8
2025-09-19T15:54:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T15:54:02-0400 DDEBUG Base command: makecache
2025-09-19T15:54:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T15:54:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T15:54:02-0400 DEBUG Making cache files for all metadata files.
2025-09-19T15:54:02-0400 INFO Metadata cache refreshed recently.
2025-09-19T15:54:02-0400 DDEBUG Cleaning up.
2025-09-19T15:54:02-0400 DDEBUG Plugins were unloaded.
2025-09-19T17:12:08-0400 INFO --- logging initialized ---
2025-09-19T17:12:08-0400 DDEBUG timer: config: 3 ms
2025-09-19T17:12:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T17:12:08-0400 DEBUG DNF version: 4.7.0
2025-09-19T17:12:08-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T17:12:08-0400 DDEBUG Installroot: /
2025-09-19T17:12:08-0400 DDEBUG Releasever: 8
2025-09-19T17:12:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T17:12:08-0400 DDEBUG Base command: makecache
2025-09-19T17:12:08-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T17:12:08-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T17:12:08-0400 DEBUG Making cache files for all metadata files.
2025-09-19T17:12:08-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T17:12:08-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T17:12:08-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T17:12:08-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T17:12:08-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T17:12:08-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T17:12:08-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T17:12:08-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T17:12:08-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T17:12:08-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-19T17:12:08-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T17:12:08-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T17:12: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-09-19T17:12: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-09-19T17:12:08-0400 DDEBUG Cleaning up.
2025-09-19T17:12:08-0400 DDEBUG Plugins were unloaded.
2025-09-19T17:12: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-09-19T17:12: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-09-19T18:16:01-0400 INFO --- logging initialized ---
2025-09-19T18:16:01-0400 DDEBUG timer: config: 5 ms
2025-09-19T18:16:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T18:16:01-0400 DEBUG DNF version: 4.7.0
2025-09-19T18:16:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T18:16:01-0400 DDEBUG Installroot: /
2025-09-19T18:16:01-0400 DDEBUG Releasever: 8
2025-09-19T18:16:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T18:16:01-0400 DDEBUG Base command: makecache
2025-09-19T18:16:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T18:16:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T18:16:01-0400 DEBUG Making cache files for all metadata files.
2025-09-19T18:16:01-0400 INFO Metadata cache refreshed recently.
2025-09-19T18:16:01-0400 DDEBUG Cleaning up.
2025-09-19T18:16:01-0400 DDEBUG Plugins were unloaded.
2025-09-19T19:47:43-0400 INFO --- logging initialized ---
2025-09-19T19:47:43-0400 DDEBUG timer: config: 3 ms
2025-09-19T19:47:43-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T19:47:43-0400 DEBUG DNF version: 4.7.0
2025-09-19T19:47:43-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T19:47:43-0400 DDEBUG Installroot: /
2025-09-19T19:47:43-0400 DDEBUG Releasever: 8
2025-09-19T19:47:43-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T19:47:43-0400 DDEBUG Base command: makecache
2025-09-19T19:47:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T19:47:43-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T19:47:43-0400 DEBUG Making cache files for all metadata files.
2025-09-19T19:47:43-0400 INFO Metadata cache refreshed recently.
2025-09-19T19:47:43-0400 DDEBUG Cleaning up.
2025-09-19T19:47:43-0400 DDEBUG Plugins were unloaded.
2025-09-19T21:03:30-0400 INFO --- logging initialized ---
2025-09-19T21:03:30-0400 DDEBUG timer: config: 3 ms
2025-09-19T21:03:30-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T21:03:30-0400 DEBUG DNF version: 4.7.0
2025-09-19T21:03:30-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T21:03:30-0400 DDEBUG Installroot: /
2025-09-19T21:03:30-0400 DDEBUG Releasever: 8
2025-09-19T21:03:30-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T21:03:30-0400 DDEBUG Base command: makecache
2025-09-19T21:03:30-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T21:03:30-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T21:03:30-0400 DEBUG Making cache files for all metadata files.
2025-09-19T21:03:30-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-19T21:03:30-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-19T21:03:30-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-19T21:03:30-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-19T21:03:30-0400 DEBUG extras: has expired and will be refreshed.
2025-09-19T21:03:30-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-19T21:03:30-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-19T21:03:30-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-19T21:03:30-0400 DEBUG epel: has expired and will be refreshed.
2025-09-19T21:03:30-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-19T21:03:30-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-19T21:03:30-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-19T21:03: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-09-19T21:03: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-09-19T21:03:30-0400 DDEBUG Cleaning up.
2025-09-19T21:03:30-0400 DDEBUG Plugins were unloaded.
2025-09-19T21:03: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-09-19T21:03: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-09-19T22:49:29-0400 INFO --- logging initialized ---
2025-09-19T22:49:29-0400 DDEBUG timer: config: 3 ms
2025-09-19T22:49:29-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-19T22:49:29-0400 DEBUG DNF version: 4.7.0
2025-09-19T22:49:29-0400 DDEBUG Command: dnf makecache --timer 
2025-09-19T22:49:29-0400 DDEBUG Installroot: /
2025-09-19T22:49:29-0400 DDEBUG Releasever: 8
2025-09-19T22:49:29-0400 DEBUG cachedir: /var/cache/dnf
2025-09-19T22:49:29-0400 DDEBUG Base command: makecache
2025-09-19T22:49:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-19T22:49:29-0400 DEBUG Excludes in repo epel: nginx*
2025-09-19T22:49:29-0400 DEBUG Making cache files for all metadata files.
2025-09-19T22:49:29-0400 INFO Metadata cache refreshed recently.
2025-09-19T22:49:29-0400 DDEBUG Cleaning up.
2025-09-19T22:49:29-0400 DDEBUG Plugins were unloaded.
2025-09-20T00:33:51-0400 INFO --- logging initialized ---
2025-09-20T00:33:51-0400 DDEBUG timer: config: 3 ms
2025-09-20T00:33:51-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T00:33:51-0400 DEBUG DNF version: 4.7.0
2025-09-20T00:33:51-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T00:33:51-0400 DDEBUG Installroot: /
2025-09-20T00:33:51-0400 DDEBUG Releasever: 8
2025-09-20T00:33:51-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T00:33:51-0400 DDEBUG Base command: makecache
2025-09-20T00:33:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T00:33:51-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T00:33:51-0400 DEBUG Making cache files for all metadata files.
2025-09-20T00:33:51-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T00:33:51-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T00:33:51-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T00:33:51-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T00:33:51-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T00:33:51-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T00:33:51-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T00:33:51-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T00:33:51-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T00:33:51-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-20T00:33:51-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T00:33:51-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T00:33: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-09-20T00:33: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-09-20T00:33:52-0400 DDEBUG Cleaning up.
2025-09-20T00:33:52-0400 DDEBUG Plugins were unloaded.
2025-09-20T00:33: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-09-20T00:33: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-09-20T02:05:36-0400 INFO --- logging initialized ---
2025-09-20T02:05:36-0400 DDEBUG timer: config: 2 ms
2025-09-20T02: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-09-20T02:05:36-0400 DEBUG DNF version: 4.7.0
2025-09-20T02:05:36-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T02:05:36-0400 DDEBUG Installroot: /
2025-09-20T02:05:36-0400 DDEBUG Releasever: 8
2025-09-20T02:05:36-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T02:05:36-0400 DDEBUG Base command: makecache
2025-09-20T02:05:36-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T02:05:36-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T02:05:36-0400 DEBUG Making cache files for all metadata files.
2025-09-20T02:05:36-0400 INFO Metadata cache refreshed recently.
2025-09-20T02:05:36-0400 DDEBUG Cleaning up.
2025-09-20T02:05:36-0400 DDEBUG Plugins were unloaded.
2025-09-20T03:43:01-0400 INFO --- logging initialized ---
2025-09-20T03:43:01-0400 DDEBUG timer: config: 4 ms
2025-09-20T03:43:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T03:43:01-0400 DEBUG DNF version: 4.7.0
2025-09-20T03:43:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T03:43:01-0400 DDEBUG Installroot: /
2025-09-20T03:43:01-0400 DDEBUG Releasever: 8
2025-09-20T03:43:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T03:43:01-0400 DDEBUG Base command: makecache
2025-09-20T03:43:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T03:43:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T03:43:01-0400 DEBUG Making cache files for all metadata files.
2025-09-20T03:43:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T03:43:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T03:43:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T03:43:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T03:43:01-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T03:43:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T03:43:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T03:43:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T03:43:01-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T03:43:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-20T03:43:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T03:43:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T03: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-09-20T03: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-09-20T03:43:01-0400 DDEBUG Cleaning up.
2025-09-20T03:43:01-0400 DDEBUG Plugins were unloaded.
2025-09-20T03: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-09-20T03: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-09-20T03:44:13-0400 INFO --- logging initialized ---
2025-09-20T03:44:13-0400 DDEBUG timer: config: 2 ms
2025-09-20T03:44:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T03:44:13-0400 DEBUG YUM version: 4.7.0
2025-09-20T03:44:13-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-20T03:44:13-0400 DDEBUG Installroot: /
2025-09-20T03:44:13-0400 DDEBUG Releasever: 8
2025-09-20T03:44:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T03:44:13-0400 DDEBUG Base command: check-update
2025-09-20T03:44:13-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-20T03:44:13-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-20T03:44:13-0400 DEBUG repo: using cache for: cwp
2025-09-20T03:44:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T03:44: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-09-20T03:44: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-09-20T03:44: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-09-20T03:44: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-09-20T03:44: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-09-20T03:44:13-0400 DDEBUG Cleaning up.
2025-09-20T03:44:13-0400 DDEBUG Plugins were unloaded.
2025-09-20T03:44: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-09-20T03:44: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-09-20T03:44:13-0400 INFO --- logging initialized ---
2025-09-20T03:44:13-0400 DDEBUG timer: config: 2 ms
2025-09-20T03:44:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T03:44:13-0400 DEBUG YUM version: 4.7.0
2025-09-20T03:44:13-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-20T03:44:13-0400 DDEBUG Installroot: /
2025-09-20T03:44:13-0400 DDEBUG Releasever: 8
2025-09-20T03:44:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T03:44:13-0400 DDEBUG Base command: update
2025-09-20T03:44:13-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-20T03:44:13-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-20T03:44:14-0400 DEBUG repo: using cache for: cwp
2025-09-20T03:44:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T03:44: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-09-20T03:44: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-09-20T03:44: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-09-20T03:44: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-09-20T03:44: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-09-20T03:44:14-0400 DDEBUG Cleaning up.
2025-09-20T03:44:14-0400 DDEBUG Plugins were unloaded.
2025-09-20T03:44: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-09-20T03:44: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-09-20T04:58:54-0400 INFO --- logging initialized ---
2025-09-20T04:58:54-0400 DDEBUG timer: config: 5 ms
2025-09-20T04:58:55-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T04:58:55-0400 DEBUG DNF version: 4.7.0
2025-09-20T04:58:55-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T04:58:55-0400 DDEBUG Installroot: /
2025-09-20T04:58:55-0400 DDEBUG Releasever: 8
2025-09-20T04:58:55-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T04:58:55-0400 DDEBUG Base command: makecache
2025-09-20T04:58:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T04:58:55-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T04:58:55-0400 DEBUG Making cache files for all metadata files.
2025-09-20T04:58:55-0400 INFO Metadata cache refreshed recently.
2025-09-20T04:58:55-0400 DDEBUG Cleaning up.
2025-09-20T04:58:55-0400 DDEBUG Plugins were unloaded.
2025-09-20T06:23:33-0400 INFO --- logging initialized ---
2025-09-20T06:23:33-0400 DDEBUG timer: config: 7 ms
2025-09-20T06:23:33-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T06:23:33-0400 DEBUG DNF version: 4.7.0
2025-09-20T06:23:33-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T06:23:33-0400 DDEBUG Installroot: /
2025-09-20T06:23:33-0400 DDEBUG Releasever: 8
2025-09-20T06:23:33-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T06:23:33-0400 DDEBUG Base command: makecache
2025-09-20T06:23:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T06:23:33-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T06:23:33-0400 DEBUG Making cache files for all metadata files.
2025-09-20T06:23:33-0400 INFO Metadata cache refreshed recently.
2025-09-20T06:23:33-0400 DDEBUG Cleaning up.
2025-09-20T06:23:33-0400 DDEBUG Plugins were unloaded.
2025-09-20T07:27:57-0400 INFO --- logging initialized ---
2025-09-20T07:27:57-0400 DDEBUG timer: config: 4 ms
2025-09-20T07:27:57-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T07:27:57-0400 DEBUG DNF version: 4.7.0
2025-09-20T07:27:57-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T07:27:57-0400 DDEBUG Installroot: /
2025-09-20T07:27:57-0400 DDEBUG Releasever: 8
2025-09-20T07:27:57-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T07:27:57-0400 DDEBUG Base command: makecache
2025-09-20T07:27:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T07:27:57-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T07:27:57-0400 DEBUG Making cache files for all metadata files.
2025-09-20T07:27:57-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T07:27:57-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T07:27:57-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T07:27:57-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T07:27:57-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T07:27:57-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T07:27:57-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T07:27:57-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T07:27:57-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T07:27:57-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-20T07:27:57-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T07:27:57-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T07:27: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-09-20T07:27: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-09-20T07:27:57-0400 DDEBUG Cleaning up.
2025-09-20T07:27:57-0400 DDEBUG Plugins were unloaded.
2025-09-20T07:27: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-09-20T07:27: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-09-20T08:53:18-0400 INFO --- logging initialized ---
2025-09-20T08:53:18-0400 DDEBUG timer: config: 4 ms
2025-09-20T08:53:18-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T08:53:18-0400 DEBUG DNF version: 4.7.0
2025-09-20T08:53:18-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T08:53:18-0400 DDEBUG Installroot: /
2025-09-20T08:53:18-0400 DDEBUG Releasever: 8
2025-09-20T08:53:18-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T08:53:18-0400 DDEBUG Base command: makecache
2025-09-20T08:53:18-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T08:53:18-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T08:53:18-0400 DEBUG Making cache files for all metadata files.
2025-09-20T08:53:18-0400 INFO Metadata cache refreshed recently.
2025-09-20T08:53:18-0400 DDEBUG Cleaning up.
2025-09-20T08:53:18-0400 DDEBUG Plugins were unloaded.
2025-09-20T10:35:42-0400 INFO --- logging initialized ---
2025-09-20T10:35:42-0400 DDEBUG timer: config: 4 ms
2025-09-20T10:35:42-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T10:35:42-0400 DEBUG DNF version: 4.7.0
2025-09-20T10:35:42-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T10:35:42-0400 DDEBUG Installroot: /
2025-09-20T10:35:42-0400 DDEBUG Releasever: 8
2025-09-20T10:35:42-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T10:35:42-0400 DDEBUG Base command: makecache
2025-09-20T10:35:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T10:35:42-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T10:35:42-0400 DEBUG Making cache files for all metadata files.
2025-09-20T10:35:42-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T10:35:42-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T10:35:42-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T10:35:42-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T10:35:42-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T10:35:42-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T10:35:42-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T10:35:42-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T10:35:42-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T10:35:42-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-20T10:35:42-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T10:35:42-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T10:35: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-09-20T10:35: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-09-20T10:35:42-0400 DDEBUG Cleaning up.
2025-09-20T10:35:42-0400 DDEBUG Plugins were unloaded.
2025-09-20T10:35: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-09-20T10:35: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-09-20T12:04:47-0400 INFO --- logging initialized ---
2025-09-20T12:04:47-0400 DDEBUG timer: config: 4 ms
2025-09-20T12:04:47-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T12:04:47-0400 DEBUG DNF version: 4.7.0
2025-09-20T12:04:47-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T12:04:47-0400 DDEBUG Installroot: /
2025-09-20T12:04:47-0400 DDEBUG Releasever: 8
2025-09-20T12:04:47-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T12:04:47-0400 DDEBUG Base command: makecache
2025-09-20T12:04:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T12:04:47-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T12:04:47-0400 DEBUG Making cache files for all metadata files.
2025-09-20T12:04:47-0400 INFO Metadata cache refreshed recently.
2025-09-20T12:04:47-0400 DDEBUG Cleaning up.
2025-09-20T12:04:47-0400 DDEBUG Plugins were unloaded.
2025-09-20T13:31:01-0400 INFO --- logging initialized ---
2025-09-20T13:31:01-0400 DDEBUG timer: config: 4 ms
2025-09-20T13: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-09-20T13:31:02-0400 DEBUG DNF version: 4.7.0
2025-09-20T13:31:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T13:31:02-0400 DDEBUG Installroot: /
2025-09-20T13:31:02-0400 DDEBUG Releasever: 8
2025-09-20T13:31:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T13:31:02-0400 DDEBUG Base command: makecache
2025-09-20T13:31:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T13:31:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T13:31:02-0400 DEBUG Making cache files for all metadata files.
2025-09-20T13:31:02-0400 INFO Metadata cache refreshed recently.
2025-09-20T13:31:02-0400 DDEBUG Cleaning up.
2025-09-20T13:31:02-0400 DDEBUG Plugins were unloaded.
2025-09-20T15:21:00-0400 INFO --- logging initialized ---
2025-09-20T15:21:00-0400 DDEBUG timer: config: 4 ms
2025-09-20T15:21:00-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T15:21:00-0400 DEBUG DNF version: 4.7.0
2025-09-20T15:21:00-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T15:21:00-0400 DDEBUG Installroot: /
2025-09-20T15:21:00-0400 DDEBUG Releasever: 8
2025-09-20T15:21:00-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T15:21:00-0400 DDEBUG Base command: makecache
2025-09-20T15:21:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T15:21:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T15:21:00-0400 DEBUG Making cache files for all metadata files.
2025-09-20T15:21:00-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T15:21:00-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T15:21:00-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T15:21:00-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T15:21:00-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T15:21:00-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T15:21:00-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T15:21:00-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T15:21:00-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T15:21:00-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-20T15:21:00-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T15:21:00-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T15:21:00-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-20T15:21:00-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-09-20T15:21:00-0400 DDEBUG Cleaning up.
2025-09-20T15:21:00-0400 DDEBUG Plugins were unloaded.
2025-09-20T15:21:00-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-20T15:21:00-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-20T16:49:37-0400 INFO --- logging initialized ---
2025-09-20T16:49:37-0400 DDEBUG timer: config: 4 ms
2025-09-20T16:49:37-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T16:49:37-0400 DEBUG DNF version: 4.7.0
2025-09-20T16:49:37-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T16:49:37-0400 DDEBUG Installroot: /
2025-09-20T16:49:37-0400 DDEBUG Releasever: 8
2025-09-20T16:49:37-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T16:49:37-0400 DDEBUG Base command: makecache
2025-09-20T16:49:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T16:49:37-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T16:49:37-0400 DEBUG Making cache files for all metadata files.
2025-09-20T16:49:37-0400 INFO Metadata cache refreshed recently.
2025-09-20T16:49:37-0400 DDEBUG Cleaning up.
2025-09-20T16:49:37-0400 DDEBUG Plugins were unloaded.
2025-09-20T18:36:01-0400 INFO --- logging initialized ---
2025-09-20T18:36:01-0400 DDEBUG timer: config: 4 ms
2025-09-20T18:36:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T18:36:01-0400 DEBUG DNF version: 4.7.0
2025-09-20T18:36:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T18:36:01-0400 DDEBUG Installroot: /
2025-09-20T18:36:01-0400 DDEBUG Releasever: 8
2025-09-20T18:36:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T18:36:01-0400 DDEBUG Base command: makecache
2025-09-20T18:36:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T18:36:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T18:36:01-0400 DEBUG Making cache files for all metadata files.
2025-09-20T18:36:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T18:36:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T18:36:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T18:36:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T18:36:01-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T18:36:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T18:36:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T18:36:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T18:36:01-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T18:36:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-20T18:36:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T18:36:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T18:36: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-09-20T18:36: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-09-20T18:36:01-0400 DDEBUG Cleaning up.
2025-09-20T18:36:01-0400 DDEBUG Plugins were unloaded.
2025-09-20T18:36: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-09-20T18:36: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-09-20T19:43:02-0400 INFO --- logging initialized ---
2025-09-20T19:43:02-0400 DDEBUG timer: config: 5 ms
2025-09-20T19:43:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T19:43:02-0400 DEBUG DNF version: 4.7.0
2025-09-20T19:43:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T19:43:02-0400 DDEBUG Installroot: /
2025-09-20T19:43:02-0400 DDEBUG Releasever: 8
2025-09-20T19:43:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T19:43:02-0400 DDEBUG Base command: makecache
2025-09-20T19:43:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T19:43:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T19:43:02-0400 DEBUG Making cache files for all metadata files.
2025-09-20T19:43:02-0400 INFO Metadata cache refreshed recently.
2025-09-20T19:43:02-0400 DDEBUG Cleaning up.
2025-09-20T19:43:02-0400 DDEBUG Plugins were unloaded.
2025-09-20T21:06:22-0400 INFO --- logging initialized ---
2025-09-20T21:06:22-0400 DDEBUG timer: config: 4 ms
2025-09-20T21:06:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T21:06:22-0400 DEBUG DNF version: 4.7.0
2025-09-20T21:06:22-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T21:06:22-0400 DDEBUG Installroot: /
2025-09-20T21:06:22-0400 DDEBUG Releasever: 8
2025-09-20T21:06:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T21:06:22-0400 DDEBUG Base command: makecache
2025-09-20T21:06:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T21:06:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T21:06:22-0400 DEBUG Making cache files for all metadata files.
2025-09-20T21:06:22-0400 INFO Metadata cache refreshed recently.
2025-09-20T21:06:22-0400 DDEBUG Cleaning up.
2025-09-20T21:06:22-0400 DDEBUG Plugins were unloaded.
2025-09-20T22:12:02-0400 INFO --- logging initialized ---
2025-09-20T22:12:02-0400 DDEBUG timer: config: 13 ms
2025-09-20T22:12:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T22:12:02-0400 DEBUG DNF version: 4.7.0
2025-09-20T22:12:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T22:12:02-0400 DDEBUG Installroot: /
2025-09-20T22:12:02-0400 DDEBUG Releasever: 8
2025-09-20T22:12:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T22:12:02-0400 DDEBUG Base command: makecache
2025-09-20T22:12:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T22:12:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T22:12:02-0400 DEBUG Making cache files for all metadata files.
2025-09-20T22:12:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-20T22:12:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-20T22:12:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-20T22:12:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-20T22:12:02-0400 DEBUG extras: has expired and will be refreshed.
2025-09-20T22:12:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-20T22:12:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-20T22:12:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-20T22:12:02-0400 DEBUG epel: has expired and will be refreshed.
2025-09-20T22:12:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-20T22:12:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-20T22:12:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-20T22:12: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-09-20T22:12: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-09-20T22:12:02-0400 DDEBUG Cleaning up.
2025-09-20T22:12:02-0400 DDEBUG Plugins were unloaded.
2025-09-20T22:12: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-09-20T22:12: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-09-20T23:31:01-0400 INFO --- logging initialized ---
2025-09-20T23:31:01-0400 DDEBUG timer: config: 4 ms
2025-09-20T23:31:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-20T23:31:01-0400 DEBUG DNF version: 4.7.0
2025-09-20T23:31:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-20T23:31:01-0400 DDEBUG Installroot: /
2025-09-20T23:31:01-0400 DDEBUG Releasever: 8
2025-09-20T23:31:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-20T23:31:01-0400 DDEBUG Base command: makecache
2025-09-20T23:31:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-20T23:31:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-20T23:31:01-0400 DEBUG Making cache files for all metadata files.
2025-09-20T23:31:01-0400 INFO Metadata cache refreshed recently.
2025-09-20T23:31:01-0400 DDEBUG Cleaning up.
2025-09-20T23:31:01-0400 DDEBUG Plugins were unloaded.
2025-09-21T00:53:20-0400 INFO --- logging initialized ---
2025-09-21T00:53:20-0400 DDEBUG timer: config: 4 ms
2025-09-21T00:53:20-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T00:53:20-0400 DEBUG DNF version: 4.7.0
2025-09-21T00:53:20-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T00:53:20-0400 DDEBUG Installroot: /
2025-09-21T00:53:20-0400 DDEBUG Releasever: 8
2025-09-21T00:53:20-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T00:53:20-0400 DDEBUG Base command: makecache
2025-09-21T00:53:20-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T00:53:20-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T00:53:20-0400 DEBUG Making cache files for all metadata files.
2025-09-21T00:53:20-0400 INFO Metadata cache refreshed recently.
2025-09-21T00:53:20-0400 DDEBUG Cleaning up.
2025-09-21T00:53:20-0400 DDEBUG Plugins were unloaded.
2025-09-21T02:33:53-0400 INFO --- logging initialized ---
2025-09-21T02:33:53-0400 DDEBUG timer: config: 62 ms
2025-09-21T02:33:53-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T02:33:53-0400 DEBUG DNF version: 4.7.0
2025-09-21T02:33:53-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T02:33:53-0400 DDEBUG Installroot: /
2025-09-21T02:33:53-0400 DDEBUG Releasever: 8
2025-09-21T02:33:53-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T02:33:53-0400 DDEBUG Base command: makecache
2025-09-21T02:33:53-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T02:33:53-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T02:33:53-0400 DEBUG Making cache files for all metadata files.
2025-09-21T02:33:53-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T02:33:53-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T02:33:53-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T02:33:53-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T02:33:53-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T02:33:53-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T02:33:53-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T02:33:53-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T02:33:53-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T02:33:53-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-21T02:33:53-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T02:33:53-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T02:33: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-09-21T02:33: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-09-21T02:33:53-0400 DDEBUG Cleaning up.
2025-09-21T02:33:53-0400 DDEBUG Plugins were unloaded.
2025-09-21T02:33: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-09-21T02:33: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-09-21T03:27:08-0400 INFO --- logging initialized ---
2025-09-21T03:27:08-0400 DDEBUG timer: config: 3 ms
2025-09-21T03:27:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T03:27:08-0400 DEBUG YUM version: 4.7.0
2025-09-21T03:27:08-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-21T03:27:08-0400 DDEBUG Installroot: /
2025-09-21T03:27:08-0400 DDEBUG Releasever: 8
2025-09-21T03:27:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T03:27:08-0400 DDEBUG Base command: check-update
2025-09-21T03:27:08-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-21T03:27:08-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-21T03:27:08-0400 DEBUG repo: using cache for: cwp
2025-09-21T03:27:08-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T03:27: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-09-21T03:27: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-09-21T03:27: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-09-21T03:27: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-09-21T03:27: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-09-21T03:27:08-0400 DDEBUG Cleaning up.
2025-09-21T03:27:08-0400 DDEBUG Plugins were unloaded.
2025-09-21T03:27: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: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-21T03:27:08-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-21T03:27:08-0400 INFO --- logging initialized ---
2025-09-21T03:27:08-0400 DDEBUG timer: config: 2 ms
2025-09-21T03:27:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T03:27:08-0400 DEBUG YUM version: 4.7.0
2025-09-21T03:27:08-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-21T03:27:08-0400 DDEBUG Installroot: /
2025-09-21T03:27:08-0400 DDEBUG Releasever: 8
2025-09-21T03:27:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T03:27:08-0400 DDEBUG Base command: update
2025-09-21T03:27:08-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-21T03:27:08-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-21T03:27:09-0400 DEBUG repo: using cache for: cwp
2025-09-21T03:27:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T03:27: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-09-21T03:27: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-09-21T03:27: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-09-21T03:27: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-09-21T03:27: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-09-21T03:27:09-0400 DDEBUG Cleaning up.
2025-09-21T03:27:09-0400 DDEBUG Plugins were unloaded.
2025-09-21T03:27:09-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-21T03:27:09-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-21T04:18:29-0400 INFO --- logging initialized ---
2025-09-21T04:18:29-0400 DDEBUG timer: config: 2 ms
2025-09-21T04:18:29-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T04:18:29-0400 DEBUG DNF version: 4.7.0
2025-09-21T04:18:29-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T04:18:29-0400 DDEBUG Installroot: /
2025-09-21T04:18:29-0400 DDEBUG Releasever: 8
2025-09-21T04:18:29-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T04:18:29-0400 DDEBUG Base command: makecache
2025-09-21T04:18:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T04:18:29-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T04:18:29-0400 DEBUG Making cache files for all metadata files.
2025-09-21T04:18:29-0400 INFO Metadata cache refreshed recently.
2025-09-21T04:18:29-0400 DDEBUG Cleaning up.
2025-09-21T04:18:29-0400 DDEBUG Plugins were unloaded.
2025-09-21T05:31:25-0400 INFO --- logging initialized ---
2025-09-21T05:31:25-0400 DDEBUG timer: config: 2 ms
2025-09-21T05:31:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T05:31:25-0400 DEBUG DNF version: 4.7.0
2025-09-21T05:31:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T05:31:25-0400 DDEBUG Installroot: /
2025-09-21T05:31:25-0400 DDEBUG Releasever: 8
2025-09-21T05:31:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T05:31:25-0400 DDEBUG Base command: makecache
2025-09-21T05:31:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T05:31:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T05:31:25-0400 DEBUG Making cache files for all metadata files.
2025-09-21T05:31:25-0400 INFO Metadata cache refreshed recently.
2025-09-21T05:31:25-0400 DDEBUG Cleaning up.
2025-09-21T05:31:25-0400 DDEBUG Plugins were unloaded.
2025-09-21T06:49:25-0400 INFO --- logging initialized ---
2025-09-21T06:49:25-0400 DDEBUG timer: config: 2 ms
2025-09-21T06:49:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T06:49:25-0400 DEBUG DNF version: 4.7.0
2025-09-21T06:49:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T06:49:25-0400 DDEBUG Installroot: /
2025-09-21T06:49:25-0400 DDEBUG Releasever: 8
2025-09-21T06:49:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T06:49:25-0400 DDEBUG Base command: makecache
2025-09-21T06:49:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T06:49:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T06:49:25-0400 DEBUG Making cache files for all metadata files.
2025-09-21T06:49:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T06:49:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T06:49:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T06:49:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T06:49:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T06:49:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T06:49:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T06:49:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T06:49:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T06:49:25-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-21T06:49:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T06:49:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T06:49: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-09-21T06:49: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-09-21T06:49:25-0400 DDEBUG Cleaning up.
2025-09-21T06:49:25-0400 DDEBUG Plugins were unloaded.
2025-09-21T06:49: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-09-21T06:49: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-09-21T08:30:25-0400 INFO --- logging initialized ---
2025-09-21T08:30:25-0400 DDEBUG timer: config: 2 ms
2025-09-21T08:30:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T08:30:25-0400 DEBUG DNF version: 4.7.0
2025-09-21T08:30:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T08:30:25-0400 DDEBUG Installroot: /
2025-09-21T08:30:25-0400 DDEBUG Releasever: 8
2025-09-21T08:30:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T08:30:25-0400 DDEBUG Base command: makecache
2025-09-21T08:30:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T08:30:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T08:30:25-0400 DEBUG Making cache files for all metadata files.
2025-09-21T08:30:25-0400 INFO Metadata cache refreshed recently.
2025-09-21T08:30:25-0400 DDEBUG Cleaning up.
2025-09-21T08:30:25-0400 DDEBUG Plugins were unloaded.
2025-09-21T09:43:25-0400 INFO --- logging initialized ---
2025-09-21T09:43:25-0400 DDEBUG timer: config: 2 ms
2025-09-21T09:43:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T09:43:25-0400 DEBUG DNF version: 4.7.0
2025-09-21T09:43:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T09:43:25-0400 DDEBUG Installroot: /
2025-09-21T09:43:25-0400 DDEBUG Releasever: 8
2025-09-21T09:43:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T09:43:25-0400 DDEBUG Base command: makecache
2025-09-21T09:43:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T09:43:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T09:43:25-0400 DEBUG Making cache files for all metadata files.
2025-09-21T09:43:25-0400 INFO Metadata cache refreshed recently.
2025-09-21T09:43:25-0400 DDEBUG Cleaning up.
2025-09-21T09:43:25-0400 DDEBUG Plugins were unloaded.
2025-09-21T11:42:30-0400 INFO --- logging initialized ---
2025-09-21T11:42:30-0400 DDEBUG timer: config: 4 ms
2025-09-21T11:42:30-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T11:42:30-0400 DEBUG DNF version: 4.7.0
2025-09-21T11:42:30-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T11:42:30-0400 DDEBUG Installroot: /
2025-09-21T11:42:30-0400 DDEBUG Releasever: 8
2025-09-21T11:42:30-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T11:42:30-0400 DDEBUG Base command: makecache
2025-09-21T11:42:30-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T11:42:30-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T11:42:30-0400 DEBUG Making cache files for all metadata files.
2025-09-21T11:42:30-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T11:42:30-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T11:42:30-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T11:42:30-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T11:42:30-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T11:42:30-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T11:42:30-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T11:42:30-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T11:42:30-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T11:42:30-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-21T11:42:31-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T11:42:31-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T11:42: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-09-21T11:42: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-09-21T11:42:31-0400 DDEBUG Cleaning up.
2025-09-21T11:42:31-0400 DDEBUG Plugins were unloaded.
2025-09-21T11:42: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-09-21T11:42: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-09-21T13:38:48-0400 INFO --- logging initialized ---
2025-09-21T13:38:48-0400 DDEBUG timer: config: 51 ms
2025-09-21T13:38:48-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T13:38:48-0400 DEBUG DNF version: 4.7.0
2025-09-21T13:38:48-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T13:38:48-0400 DDEBUG Installroot: /
2025-09-21T13:38:48-0400 DDEBUG Releasever: 8
2025-09-21T13:38:48-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T13:38:48-0400 DDEBUG Base command: makecache
2025-09-21T13:38:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T13:38:48-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T13:38:48-0400 DEBUG Making cache files for all metadata files.
2025-09-21T13:38:48-0400 INFO Metadata cache refreshed recently.
2025-09-21T13:38:48-0400 DDEBUG Cleaning up.
2025-09-21T13:38:48-0400 DDEBUG Plugins were unloaded.
2025-09-21T15:21:42-0400 INFO --- logging initialized ---
2025-09-21T15:21:42-0400 DDEBUG timer: config: 2 ms
2025-09-21T15:21:42-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T15:21:42-0400 DEBUG DNF version: 4.7.0
2025-09-21T15:21:42-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T15:21:42-0400 DDEBUG Installroot: /
2025-09-21T15:21:42-0400 DDEBUG Releasever: 8
2025-09-21T15:21:42-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T15:21:42-0400 DDEBUG Base command: makecache
2025-09-21T15:21:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T15:21:42-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T15:21:42-0400 DEBUG Making cache files for all metadata files.
2025-09-21T15:21:42-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T15:21:42-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T15:21:42-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T15:21:42-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T15:21:42-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T15:21:42-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T15:21:42-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T15:21:42-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T15:21:42-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T15:21:42-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-21T15:21:42-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T15:21:42-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T15:21: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-09-21T15:21: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-09-21T15:21:43-0400 DDEBUG Cleaning up.
2025-09-21T15:21:43-0400 DDEBUG Plugins were unloaded.
2025-09-21T15:21: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-09-21T15:21: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-09-21T17:11:02-0400 INFO --- logging initialized ---
2025-09-21T17:11:02-0400 DDEBUG timer: config: 2 ms
2025-09-21T17:11:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T17:11:02-0400 DEBUG DNF version: 4.7.0
2025-09-21T17:11:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T17:11:02-0400 DDEBUG Installroot: /
2025-09-21T17:11:02-0400 DDEBUG Releasever: 8
2025-09-21T17:11:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T17:11:02-0400 DDEBUG Base command: makecache
2025-09-21T17:11:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T17:11:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T17:11:02-0400 DEBUG Making cache files for all metadata files.
2025-09-21T17:11:02-0400 INFO Metadata cache refreshed recently.
2025-09-21T17:11:02-0400 DDEBUG Cleaning up.
2025-09-21T17:11:02-0400 DDEBUG Plugins were unloaded.
2025-09-21T18:17:06-0400 INFO --- logging initialized ---
2025-09-21T18:17:06-0400 DDEBUG timer: config: 2 ms
2025-09-21T18:17:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T18:17:06-0400 DEBUG DNF version: 4.7.0
2025-09-21T18:17:06-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T18:17:06-0400 DDEBUG Installroot: /
2025-09-21T18:17:06-0400 DDEBUG Releasever: 8
2025-09-21T18:17:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T18:17:06-0400 DDEBUG Base command: makecache
2025-09-21T18:17:06-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T18:17:06-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T18:17:06-0400 DEBUG Making cache files for all metadata files.
2025-09-21T18:17:06-0400 INFO Metadata cache refreshed recently.
2025-09-21T18:17:06-0400 DDEBUG Cleaning up.
2025-09-21T18:17:06-0400 DDEBUG Plugins were unloaded.
2025-09-21T19:56:51-0400 INFO --- logging initialized ---
2025-09-21T19:56:51-0400 DDEBUG timer: config: 3 ms
2025-09-21T19:56:51-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T19:56:51-0400 DEBUG DNF version: 4.7.0
2025-09-21T19:56:51-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T19:56:51-0400 DDEBUG Installroot: /
2025-09-21T19:56:51-0400 DDEBUG Releasever: 8
2025-09-21T19:56:51-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T19:56:51-0400 DDEBUG Base command: makecache
2025-09-21T19:56:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T19:56:51-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T19:56:51-0400 DEBUG Making cache files for all metadata files.
2025-09-21T19:56:51-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T19:56:51-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T19:56:51-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T19:56:51-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T19:56:51-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T19:56:51-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T19:56:51-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T19:56:51-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T19:56:51-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T19:56:51-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-21T19:56:51-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T19:56:51-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T19:56: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-09-21T19:56: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-09-21T19:56:51-0400 DDEBUG Cleaning up.
2025-09-21T19:56:51-0400 DDEBUG Plugins were unloaded.
2025-09-21T19:56: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-09-21T19:56: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-09-21T21:17:21-0400 INFO --- logging initialized ---
2025-09-21T21:17:21-0400 DDEBUG timer: config: 2 ms
2025-09-21T21:17:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T21:17:22-0400 DEBUG DNF version: 4.7.0
2025-09-21T21:17:22-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T21:17:22-0400 DDEBUG Installroot: /
2025-09-21T21:17:22-0400 DDEBUG Releasever: 8
2025-09-21T21:17:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T21:17:22-0400 DDEBUG Base command: makecache
2025-09-21T21:17:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T21:17:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T21:17:22-0400 DEBUG Making cache files for all metadata files.
2025-09-21T21:17:22-0400 INFO Metadata cache refreshed recently.
2025-09-21T21:17:22-0400 DDEBUG Cleaning up.
2025-09-21T21:17:22-0400 DDEBUG Plugins were unloaded.
2025-09-21T22:57:19-0400 INFO --- logging initialized ---
2025-09-21T22:57:19-0400 DDEBUG timer: config: 2 ms
2025-09-21T22:57:19-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-21T22:57:19-0400 DEBUG DNF version: 4.7.0
2025-09-21T22:57:19-0400 DDEBUG Command: dnf makecache --timer 
2025-09-21T22:57:19-0400 DDEBUG Installroot: /
2025-09-21T22:57:19-0400 DDEBUG Releasever: 8
2025-09-21T22:57:19-0400 DEBUG cachedir: /var/cache/dnf
2025-09-21T22:57:19-0400 DDEBUG Base command: makecache
2025-09-21T22:57:19-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-21T22:57:19-0400 DEBUG Excludes in repo epel: nginx*
2025-09-21T22:57:19-0400 DEBUG Making cache files for all metadata files.
2025-09-21T22:57:19-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-21T22:57:19-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-21T22:57:19-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-21T22:57:19-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-21T22:57:19-0400 DEBUG extras: has expired and will be refreshed.
2025-09-21T22:57:19-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-21T22:57:19-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-21T22:57:19-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-21T22:57:19-0400 DEBUG epel: has expired and will be refreshed.
2025-09-21T22:57:19-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-21T22:57:19-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-21T22:57:19-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-21T22:57:19-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-21T22:57:19-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-09-21T22:57:19-0400 DDEBUG Cleaning up.
2025-09-21T22:57:19-0400 DDEBUG Plugins were unloaded.
2025-09-21T22:57:19-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-21T22:57:19-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T00:37:24-0400 INFO --- logging initialized ---
2025-09-22T00:37:24-0400 DDEBUG timer: config: 2 ms
2025-09-22T00:37:24-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T00:37:24-0400 DEBUG DNF version: 4.7.0
2025-09-22T00:37:24-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T00:37:24-0400 DDEBUG Installroot: /
2025-09-22T00:37:24-0400 DDEBUG Releasever: 8
2025-09-22T00:37:24-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T00:37:24-0400 DDEBUG Base command: makecache
2025-09-22T00:37:24-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T00:37:24-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T00:37:24-0400 DEBUG Making cache files for all metadata files.
2025-09-22T00:37:24-0400 INFO Metadata cache refreshed recently.
2025-09-22T00:37:24-0400 DDEBUG Cleaning up.
2025-09-22T00:37:24-0400 DDEBUG Plugins were unloaded.
2025-09-22T02:04:32-0400 INFO --- logging initialized ---
2025-09-22T02:04:32-0400 DDEBUG timer: config: 2 ms
2025-09-22T02:04:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T02:04:32-0400 DEBUG DNF version: 4.7.0
2025-09-22T02:04:32-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T02:04:32-0400 DDEBUG Installroot: /
2025-09-22T02:04:32-0400 DDEBUG Releasever: 8
2025-09-22T02:04:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T02:04:32-0400 DDEBUG Base command: makecache
2025-09-22T02:04:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T02:04:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T02:04:32-0400 DEBUG Making cache files for all metadata files.
2025-09-22T02:04:32-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-22T02:04:32-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-22T02:04:32-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-22T02:04:32-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-22T02:04:32-0400 DEBUG extras: has expired and will be refreshed.
2025-09-22T02:04:32-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-22T02:04:32-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-22T02:04:32-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-22T02:04:32-0400 DEBUG epel: has expired and will be refreshed.
2025-09-22T02:04:32-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-22T02:04:32-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-22T02:04:32-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T02:04: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-09-22T02:04: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-09-22T02:04:32-0400 DDEBUG Cleaning up.
2025-09-22T02:04:32-0400 DDEBUG Plugins were unloaded.
2025-09-22T02:04:32-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-22T02:04:32-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T03:43:08-0400 INFO --- logging initialized ---
2025-09-22T03:43:08-0400 DDEBUG timer: config: 6 ms
2025-09-22T03:43:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T03:43:08-0400 DEBUG DNF version: 4.7.0
2025-09-22T03:43:08-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T03:43:08-0400 DDEBUG Installroot: /
2025-09-22T03:43:08-0400 DDEBUG Releasever: 8
2025-09-22T03:43:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T03:43:08-0400 DDEBUG Base command: makecache
2025-09-22T03:43:08-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T03:43:08-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T03:43:08-0400 DEBUG Making cache files for all metadata files.
2025-09-22T03:43:08-0400 INFO Metadata cache refreshed recently.
2025-09-22T03:43:08-0400 DDEBUG Cleaning up.
2025-09-22T03:43:08-0400 DDEBUG Plugins were unloaded.
2025-09-22T03:47:19-0400 INFO --- logging initialized ---
2025-09-22T03:47:19-0400 DDEBUG timer: config: 2 ms
2025-09-22T03:47:19-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T03:47:19-0400 DEBUG YUM version: 4.7.0
2025-09-22T03:47:19-0400 DDEBUG Command: yum -y install bash-completion 
2025-09-22T03:47:19-0400 DDEBUG Installroot: /
2025-09-22T03:47:19-0400 DDEBUG Releasever: 8
2025-09-22T03:47:19-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T03:47:19-0400 DDEBUG Base command: install
2025-09-22T03:47:19-0400 DDEBUG Extra commands: ['-y', 'install', 'bash-completion']
2025-09-22T03:47:19-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-22T03:47:20-0400 DEBUG repo: using cache for: cwp
2025-09-22T03:47:20-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T03:47: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-09-22T03:47: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-09-22T03:47: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-09-22T03:47: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-09-22T03:47: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-09-22T03:47:20-0400 DDEBUG Cleaning up.
2025-09-22T03:47:20-0400 DDEBUG Plugins were unloaded.
2025-09-22T03:47: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: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-22T03:47:20-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-22T03:47:24-0400 INFO --- logging initialized ---
2025-09-22T03:47:24-0400 DDEBUG timer: config: 2 ms
2025-09-22T03:47:24-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T03:47:24-0400 DEBUG YUM version: 4.7.0
2025-09-22T03:47:24-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-22T03:47:24-0400 DDEBUG Installroot: /
2025-09-22T03:47:24-0400 DDEBUG Releasever: 8
2025-09-22T03:47:24-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T03:47:24-0400 DDEBUG Base command: check-update
2025-09-22T03:47:24-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-22T03:47:25-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-22T03:47:25-0400 DEBUG repo: using cache for: cwp
2025-09-22T03:47:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T03:47: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-09-22T03:47: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-09-22T03:47: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-09-22T03:47: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-09-22T03:47: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-09-22T03:47:25-0400 DDEBUG Cleaning up.
2025-09-22T03:47:25-0400 DDEBUG Plugins were unloaded.
2025-09-22T03:47:25-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-22T03:47:25-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-22T03:47:25-0400 INFO --- logging initialized ---
2025-09-22T03:47:25-0400 DDEBUG timer: config: 2 ms
2025-09-22T03: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-09-22T03:47:25-0400 DEBUG YUM version: 4.7.0
2025-09-22T03:47:25-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-22T03:47:25-0400 DDEBUG Installroot: /
2025-09-22T03:47:25-0400 DDEBUG Releasever: 8
2025-09-22T03:47:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T03:47:25-0400 DDEBUG Base command: update
2025-09-22T03:47:25-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-22T03:47:25-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-22T03:47:25-0400 DEBUG repo: using cache for: cwp
2025-09-22T03:47:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T03:47: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-09-22T03:47: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-09-22T03:47: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-09-22T03:47: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-09-22T03:47: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-09-22T03:47:26-0400 DDEBUG Cleaning up.
2025-09-22T03:47:26-0400 DDEBUG Plugins were unloaded.
2025-09-22T03:47: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: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-22T03:47:26-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-22T05:17:58-0400 INFO --- logging initialized ---
2025-09-22T05:17:58-0400 DDEBUG timer: config: 3 ms
2025-09-22T05:17:58-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T05:17:58-0400 DEBUG DNF version: 4.7.0
2025-09-22T05:17:58-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T05:17:58-0400 DDEBUG Installroot: /
2025-09-22T05:17:58-0400 DDEBUG Releasever: 8
2025-09-22T05:17:58-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T05:17:58-0400 DDEBUG Base command: makecache
2025-09-22T05:17:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T05:17:58-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T05:17:58-0400 DEBUG Making cache files for all metadata files.
2025-09-22T05:17:58-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-22T05:17:58-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-22T05:17:58-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-22T05:17:58-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-22T05:17:58-0400 DEBUG extras: has expired and will be refreshed.
2025-09-22T05:17:58-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-22T05:17:58-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-22T05:17:58-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-22T05:17:58-0400 DEBUG epel: has expired and will be refreshed.
2025-09-22T05:17:58-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-22T05:17:58-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-22T05:17:58-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T05:17: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-09-22T05:17: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-09-22T05:17:59-0400 DDEBUG Cleaning up.
2025-09-22T05:17:59-0400 DDEBUG Plugins were unloaded.
2025-09-22T05:17: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-09-22T05:17: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-09-22T06:47:53-0400 INFO --- logging initialized ---
2025-09-22T06:47:53-0400 DDEBUG timer: config: 3 ms
2025-09-22T06:47:53-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T06:47:53-0400 DEBUG DNF version: 4.7.0
2025-09-22T06:47:53-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T06:47:53-0400 DDEBUG Installroot: /
2025-09-22T06:47:53-0400 DDEBUG Releasever: 8
2025-09-22T06:47:53-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T06:47:53-0400 DDEBUG Base command: makecache
2025-09-22T06:47:53-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T06:47:53-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T06:47:53-0400 DEBUG Making cache files for all metadata files.
2025-09-22T06:47:53-0400 INFO Metadata cache refreshed recently.
2025-09-22T06:47:53-0400 DDEBUG Cleaning up.
2025-09-22T06:47:53-0400 DDEBUG Plugins were unloaded.
2025-09-22T08:37:59-0400 INFO --- logging initialized ---
2025-09-22T08:37:59-0400 DDEBUG timer: config: 4 ms
2025-09-22T08:37:59-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T08:37:59-0400 DEBUG DNF version: 4.7.0
2025-09-22T08:37:59-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T08:37:59-0400 DDEBUG Installroot: /
2025-09-22T08:37:59-0400 DDEBUG Releasever: 8
2025-09-22T08:37:59-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T08:37:59-0400 DDEBUG Base command: makecache
2025-09-22T08:37:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T08:37:59-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T08:37:59-0400 DEBUG Making cache files for all metadata files.
2025-09-22T08:37:59-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-22T08:37:59-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-22T08:37:59-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-22T08:37:59-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-22T08:37:59-0400 DEBUG extras: has expired and will be refreshed.
2025-09-22T08:37:59-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-22T08:37:59-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-22T08:37:59-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-22T08:37:59-0400 DEBUG epel: has expired and will be refreshed.
2025-09-22T08:37:59-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-22T08:37:59-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-22T08:37:59-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T08:38:00-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-22T08:38:00-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-09-22T08:38:00-0400 DDEBUG Cleaning up.
2025-09-22T08:38:00-0400 DDEBUG Plugins were unloaded.
2025-09-22T08:38:00-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-22T08:38:00-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-22T10:14:37-0400 INFO --- logging initialized ---
2025-09-22T10:14:37-0400 DDEBUG timer: config: 3 ms
2025-09-22T10:14:38-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T10:14:38-0400 DEBUG DNF version: 4.7.0
2025-09-22T10:14:38-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T10:14:38-0400 DDEBUG Installroot: /
2025-09-22T10:14:38-0400 DDEBUG Releasever: 8
2025-09-22T10:14:38-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T10:14:38-0400 DDEBUG Base command: makecache
2025-09-22T10:14:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T10:14:38-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T10:14:38-0400 DEBUG Making cache files for all metadata files.
2025-09-22T10:14:38-0400 INFO Metadata cache refreshed recently.
2025-09-22T10:14:38-0400 DDEBUG Cleaning up.
2025-09-22T10:14:38-0400 DDEBUG Plugins were unloaded.
2025-09-22T11:26:25-0400 INFO --- logging initialized ---
2025-09-22T11:26:25-0400 DDEBUG timer: config: 2 ms
2025-09-22T11:26:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T11:26:25-0400 DEBUG DNF version: 4.7.0
2025-09-22T11:26:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T11:26:25-0400 DDEBUG Installroot: /
2025-09-22T11:26:25-0400 DDEBUG Releasever: 8
2025-09-22T11:26:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T11:26:25-0400 DDEBUG Base command: makecache
2025-09-22T11:26:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T11:26:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T11:26:25-0400 DEBUG Making cache files for all metadata files.
2025-09-22T11:26:25-0400 INFO Metadata cache refreshed recently.
2025-09-22T11:26:25-0400 DDEBUG Cleaning up.
2025-09-22T11:26:25-0400 DDEBUG Plugins were unloaded.
2025-09-22T13:20:02-0400 INFO --- logging initialized ---
2025-09-22T13:20:02-0400 DDEBUG timer: config: 62 ms
2025-09-22T13: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-09-22T13:20:02-0400 DEBUG DNF version: 4.7.0
2025-09-22T13:20:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T13:20:02-0400 DDEBUG Installroot: /
2025-09-22T13:20:02-0400 DDEBUG Releasever: 8
2025-09-22T13:20:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T13:20:02-0400 DDEBUG Base command: makecache
2025-09-22T13:20:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T13:20:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T13:20:02-0400 DEBUG Making cache files for all metadata files.
2025-09-22T13:20:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-22T13:20:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-22T13:20:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-22T13:20:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-22T13:20:02-0400 DEBUG extras: has expired and will be refreshed.
2025-09-22T13:20:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-22T13:20:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-22T13:20:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-22T13:20:02-0400 DEBUG epel: has expired and will be refreshed.
2025-09-22T13:20:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-22T13:20:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-22T13:20:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T13: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-09-22T13: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-09-22T13:20:03-0400 DDEBUG Cleaning up.
2025-09-22T13:20:03-0400 DDEBUG Plugins were unloaded.
2025-09-22T13: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-09-22T13: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-09-22T14:20:05-0400 INFO --- logging initialized ---
2025-09-22T14:20:05-0400 DDEBUG timer: config: 3 ms
2025-09-22T14:20:05-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T14:20:05-0400 DEBUG DNF version: 4.7.0
2025-09-22T14:20:05-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T14:20:05-0400 DDEBUG Installroot: /
2025-09-22T14:20:05-0400 DDEBUG Releasever: 8
2025-09-22T14:20:05-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T14:20:05-0400 DDEBUG Base command: makecache
2025-09-22T14:20:05-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T14:20:05-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T14:20:05-0400 DEBUG Making cache files for all metadata files.
2025-09-22T14:20:05-0400 INFO Metadata cache refreshed recently.
2025-09-22T14:20:05-0400 DDEBUG Cleaning up.
2025-09-22T14:20:05-0400 DDEBUG Plugins were unloaded.
2025-09-22T15:27:38-0400 INFO --- logging initialized ---
2025-09-22T15:27:38-0400 DDEBUG timer: config: 3 ms
2025-09-22T15: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-09-22T15:27:38-0400 DEBUG DNF version: 4.7.0
2025-09-22T15:27:38-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T15:27:38-0400 DDEBUG Installroot: /
2025-09-22T15:27:38-0400 DDEBUG Releasever: 8
2025-09-22T15:27:38-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T15:27:38-0400 DDEBUG Base command: makecache
2025-09-22T15:27:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T15:27:38-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T15:27:38-0400 DEBUG Making cache files for all metadata files.
2025-09-22T15:27:38-0400 INFO Metadata cache refreshed recently.
2025-09-22T15:27:38-0400 DDEBUG Cleaning up.
2025-09-22T15:27:38-0400 DDEBUG Plugins were unloaded.
2025-09-22T16:36:01-0400 INFO --- logging initialized ---
2025-09-22T16:36:01-0400 DDEBUG timer: config: 5 ms
2025-09-22T16:36:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T16:36:01-0400 DEBUG DNF version: 4.7.0
2025-09-22T16:36:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T16:36:01-0400 DDEBUG Installroot: /
2025-09-22T16:36:01-0400 DDEBUG Releasever: 8
2025-09-22T16:36:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T16:36:01-0400 DDEBUG Base command: makecache
2025-09-22T16:36:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T16:36:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T16:36:01-0400 DEBUG Making cache files for all metadata files.
2025-09-22T16:36:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-22T16:36:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-22T16:36:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-22T16:36:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-22T16:36:01-0400 DEBUG extras: has expired and will be refreshed.
2025-09-22T16:36:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-22T16:36:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-22T16:36:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-22T16:36:01-0400 DEBUG epel: has expired and will be refreshed.
2025-09-22T16:36:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-22T16:36:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-22T16:36:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T16:36: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-09-22T16:36: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-09-22T16:36:01-0400 DDEBUG Cleaning up.
2025-09-22T16:36:01-0400 DDEBUG Plugins were unloaded.
2025-09-22T16:36: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-09-22T16:36: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-09-22T18:24:08-0400 INFO --- logging initialized ---
2025-09-22T18:24:08-0400 DDEBUG timer: config: 3 ms
2025-09-22T18:24:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T18:24:08-0400 DEBUG DNF version: 4.7.0
2025-09-22T18:24:08-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T18:24:08-0400 DDEBUG Installroot: /
2025-09-22T18:24:08-0400 DDEBUG Releasever: 8
2025-09-22T18:24:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T18:24:08-0400 DDEBUG Base command: makecache
2025-09-22T18:24:08-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T18:24:08-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T18:24:08-0400 DEBUG Making cache files for all metadata files.
2025-09-22T18:24:08-0400 INFO Metadata cache refreshed recently.
2025-09-22T18:24:08-0400 DDEBUG Cleaning up.
2025-09-22T18:24:08-0400 DDEBUG Plugins were unloaded.
2025-09-22T20:12:55-0400 INFO --- logging initialized ---
2025-09-22T20:12:55-0400 DDEBUG timer: config: 3 ms
2025-09-22T20:12:55-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T20:12:55-0400 DEBUG DNF version: 4.7.0
2025-09-22T20:12:55-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T20:12:55-0400 DDEBUG Installroot: /
2025-09-22T20:12:55-0400 DDEBUG Releasever: 8
2025-09-22T20:12:55-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T20:12:55-0400 DDEBUG Base command: makecache
2025-09-22T20:12:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T20:12:55-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T20:12:55-0400 DEBUG Making cache files for all metadata files.
2025-09-22T20:12:55-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-22T20:12:55-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-22T20:12:55-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-22T20:12:55-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-22T20:12:55-0400 DEBUG extras: has expired and will be refreshed.
2025-09-22T20:12:55-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-22T20:12:55-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-22T20:12:55-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-22T20:12:55-0400 DEBUG epel: has expired and will be refreshed.
2025-09-22T20:12:55-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-22T20:12:55-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-22T20:12:55-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-22T20:12: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-09-22T20:12: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-09-22T20:12:55-0400 DDEBUG Cleaning up.
2025-09-22T20:12:55-0400 DDEBUG Plugins were unloaded.
2025-09-22T20:12: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-09-22T20:12: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-09-22T21:32:01-0400 INFO --- logging initialized ---
2025-09-22T21:32:01-0400 DDEBUG timer: config: 4 ms
2025-09-22T21:32:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T21:32:01-0400 DEBUG DNF version: 4.7.0
2025-09-22T21:32:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T21:32:01-0400 DDEBUG Installroot: /
2025-09-22T21:32:01-0400 DDEBUG Releasever: 8
2025-09-22T21:32:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T21:32:01-0400 DDEBUG Base command: makecache
2025-09-22T21:32:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T21:32:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T21:32:01-0400 DEBUG Making cache files for all metadata files.
2025-09-22T21:32:01-0400 INFO Metadata cache refreshed recently.
2025-09-22T21:32:01-0400 DDEBUG Cleaning up.
2025-09-22T21:32:01-0400 DDEBUG Plugins were unloaded.
2025-09-22T23:02:33-0400 INFO --- logging initialized ---
2025-09-22T23:02:33-0400 DDEBUG timer: config: 3 ms
2025-09-22T23:02:33-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-22T23:02:33-0400 DEBUG DNF version: 4.7.0
2025-09-22T23:02:33-0400 DDEBUG Command: dnf makecache --timer 
2025-09-22T23:02:33-0400 DDEBUG Installroot: /
2025-09-22T23:02:33-0400 DDEBUG Releasever: 8
2025-09-22T23:02:33-0400 DEBUG cachedir: /var/cache/dnf
2025-09-22T23:02:33-0400 DDEBUG Base command: makecache
2025-09-22T23:02:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-22T23:02:33-0400 DEBUG Excludes in repo epel: nginx*
2025-09-22T23:02:33-0400 DEBUG Making cache files for all metadata files.
2025-09-22T23:02:33-0400 INFO Metadata cache refreshed recently.
2025-09-22T23:02:33-0400 DDEBUG Cleaning up.
2025-09-22T23:02:33-0400 DDEBUG Plugins were unloaded.
2025-09-23T00:59:55-0400 INFO --- logging initialized ---
2025-09-23T00:59:55-0400 DDEBUG timer: config: 4 ms
2025-09-23T00:59:55-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T00:59:55-0400 DEBUG DNF version: 4.7.0
2025-09-23T00:59:55-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T00:59:55-0400 DDEBUG Installroot: /
2025-09-23T00:59:55-0400 DDEBUG Releasever: 8
2025-09-23T00:59:55-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T00:59:55-0400 DDEBUG Base command: makecache
2025-09-23T00:59:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T00:59:55-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T00:59:55-0400 DEBUG Making cache files for all metadata files.
2025-09-23T00:59:55-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T00:59:55-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T00:59:55-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T00:59:55-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T00:59:55-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T00:59:55-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T00:59:55-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T00:59:55-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T00:59:55-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T00:59:55-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-23T00:59:55-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T00:59:55-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T00:59: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-09-23T00:59: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-09-23T00:59:55-0400 DDEBUG Cleaning up.
2025-09-23T00:59:55-0400 DDEBUG Plugins were unloaded.
2025-09-23T00:59: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-09-23T00:59: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-09-23T02:23:16-0400 INFO --- logging initialized ---
2025-09-23T02:23:16-0400 DDEBUG timer: config: 4 ms
2025-09-23T02:23:16-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T02:23:16-0400 DEBUG DNF version: 4.7.0
2025-09-23T02:23:16-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T02:23:16-0400 DDEBUG Installroot: /
2025-09-23T02:23:16-0400 DDEBUG Releasever: 8
2025-09-23T02:23:16-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T02:23:16-0400 DDEBUG Base command: makecache
2025-09-23T02:23:16-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T02:23:16-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T02:23:16-0400 DEBUG Making cache files for all metadata files.
2025-09-23T02:23:16-0400 INFO Metadata cache refreshed recently.
2025-09-23T02:23:16-0400 DDEBUG Cleaning up.
2025-09-23T02:23:16-0400 DDEBUG Plugins were unloaded.
2025-09-23T03:26:10-0400 INFO --- logging initialized ---
2025-09-23T03:26:10-0400 DDEBUG timer: config: 4 ms
2025-09-23T03:26:10-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T03:26:10-0400 DEBUG YUM version: 4.7.0
2025-09-23T03:26:10-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-23T03:26:10-0400 DDEBUG Installroot: /
2025-09-23T03:26:10-0400 DDEBUG Releasever: 8
2025-09-23T03:26:10-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T03:26:10-0400 DDEBUG Base command: check-update
2025-09-23T03:26:10-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-23T03:26:10-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-23T03:26:10-0400 DEBUG repo: using cache for: cwp
2025-09-23T03:26:10-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T03:26: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-09-23T03:26: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-09-23T03:26: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-09-23T03:26: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-09-23T03:26: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-09-23T03:26:10-0400 DDEBUG Cleaning up.
2025-09-23T03:26:10-0400 DDEBUG Plugins were unloaded.
2025-09-23T03:26:10-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-23T03:26:10-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-23T03:26:10-0400 INFO --- logging initialized ---
2025-09-23T03:26:10-0400 DDEBUG timer: config: 2 ms
2025-09-23T03:26:10-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T03:26:10-0400 DEBUG YUM version: 4.7.0
2025-09-23T03:26:10-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-23T03:26:10-0400 DDEBUG Installroot: /
2025-09-23T03:26:10-0400 DDEBUG Releasever: 8
2025-09-23T03:26:10-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T03:26:10-0400 DDEBUG Base command: update
2025-09-23T03:26:10-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-23T03:26:10-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-23T03:26:11-0400 DEBUG repo: using cache for: cwp
2025-09-23T03:26:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T03:26: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-09-23T03:26: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-09-23T03:26: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-09-23T03:26: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-09-23T03:26: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-09-23T03:26:11-0400 DDEBUG Cleaning up.
2025-09-23T03:26:11-0400 DDEBUG Plugins were unloaded.
2025-09-23T03:26: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-09-23T03:26: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-09-23T04:22:55-0400 INFO --- logging initialized ---
2025-09-23T04:22:55-0400 DDEBUG timer: config: 4 ms
2025-09-23T04:22:55-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T04:22:55-0400 DEBUG DNF version: 4.7.0
2025-09-23T04:22:55-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T04:22:55-0400 DDEBUG Installroot: /
2025-09-23T04:22:55-0400 DDEBUG Releasever: 8
2025-09-23T04:22:55-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T04:22:55-0400 DDEBUG Base command: makecache
2025-09-23T04:22:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T04:22:55-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T04:22:55-0400 DEBUG Making cache files for all metadata files.
2025-09-23T04:22:55-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T04:22:55-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T04:22:55-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T04:22:55-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T04:22:55-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T04:22:55-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T04:22:55-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T04:22:55-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T04:22:55-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T04:22:55-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-23T04:22:56-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T04:22:56-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T04:22: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-09-23T04:22: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-09-23T04:22:56-0400 DDEBUG Cleaning up.
2025-09-23T04:22:56-0400 DDEBUG Plugins were unloaded.
2025-09-23T04:22: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-09-23T04:22: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-09-23T05:28:19-0400 INFO --- logging initialized ---
2025-09-23T05:28:19-0400 DDEBUG timer: config: 2 ms
2025-09-23T05:28:19-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T05:28:19-0400 DEBUG DNF version: 4.7.0
2025-09-23T05:28:19-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T05:28:19-0400 DDEBUG Installroot: /
2025-09-23T05:28:19-0400 DDEBUG Releasever: 8
2025-09-23T05:28:19-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T05:28:19-0400 DDEBUG Base command: makecache
2025-09-23T05:28:19-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T05:28:19-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T05:28:19-0400 DEBUG Making cache files for all metadata files.
2025-09-23T05:28:19-0400 INFO Metadata cache refreshed recently.
2025-09-23T05:28:19-0400 DDEBUG Cleaning up.
2025-09-23T05:28:19-0400 DDEBUG Plugins were unloaded.
2025-09-23T06:44:33-0400 INFO --- logging initialized ---
2025-09-23T06:44:33-0400 DDEBUG timer: config: 2 ms
2025-09-23T06:44:33-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T06:44:33-0400 DEBUG DNF version: 4.7.0
2025-09-23T06:44:33-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T06:44:33-0400 DDEBUG Installroot: /
2025-09-23T06:44:33-0400 DDEBUG Releasever: 8
2025-09-23T06:44:33-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T06:44:33-0400 DDEBUG Base command: makecache
2025-09-23T06:44:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T06:44:33-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T06:44:33-0400 DEBUG Making cache files for all metadata files.
2025-09-23T06:44:33-0400 INFO Metadata cache refreshed recently.
2025-09-23T06:44:33-0400 DDEBUG Cleaning up.
2025-09-23T06:44:33-0400 DDEBUG Plugins were unloaded.
2025-09-23T08:43:25-0400 INFO --- logging initialized ---
2025-09-23T08:43:25-0400 DDEBUG timer: config: 2 ms
2025-09-23T08:43:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T08:43:25-0400 DEBUG DNF version: 4.7.0
2025-09-23T08:43:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T08:43:25-0400 DDEBUG Installroot: /
2025-09-23T08:43:25-0400 DDEBUG Releasever: 8
2025-09-23T08:43:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T08:43:25-0400 DDEBUG Base command: makecache
2025-09-23T08:43:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T08:43:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T08:43:25-0400 DEBUG Making cache files for all metadata files.
2025-09-23T08:43:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T08:43:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T08:43:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T08:43:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T08:43:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T08:43:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T08:43:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T08:43:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T08:43:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T08:43:25-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-23T08:43:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T08:43:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T08:43: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-09-23T08:43: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-09-23T08:43:25-0400 DDEBUG Cleaning up.
2025-09-23T08:43:25-0400 DDEBUG Plugins were unloaded.
2025-09-23T08:43: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-09-23T08:43: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-09-23T10:04:39-0400 INFO --- logging initialized ---
2025-09-23T10:04:39-0400 DDEBUG timer: config: 2 ms
2025-09-23T10:04:39-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T10:04:39-0400 DEBUG DNF version: 4.7.0
2025-09-23T10:04:39-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T10:04:39-0400 DDEBUG Installroot: /
2025-09-23T10:04:39-0400 DDEBUG Releasever: 8
2025-09-23T10:04:39-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T10:04:39-0400 DDEBUG Base command: makecache
2025-09-23T10:04:39-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T10:04:39-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T10:04:39-0400 DEBUG Making cache files for all metadata files.
2025-09-23T10:04:39-0400 INFO Metadata cache refreshed recently.
2025-09-23T10:04:39-0400 DDEBUG Cleaning up.
2025-09-23T10:04:39-0400 DDEBUG Plugins were unloaded.
2025-09-23T11:38:25-0400 INFO --- logging initialized ---
2025-09-23T11:38:25-0400 DDEBUG timer: config: 2 ms
2025-09-23T11:38:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T11:38:25-0400 DEBUG DNF version: 4.7.0
2025-09-23T11:38:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T11:38:25-0400 DDEBUG Installroot: /
2025-09-23T11:38:25-0400 DDEBUG Releasever: 8
2025-09-23T11:38:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T11:38:25-0400 DDEBUG Base command: makecache
2025-09-23T11:38:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T11:38:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T11:38:25-0400 DEBUG Making cache files for all metadata files.
2025-09-23T11:38:25-0400 INFO Metadata cache refreshed recently.
2025-09-23T11:38:25-0400 DDEBUG Cleaning up.
2025-09-23T11:38:25-0400 DDEBUG Plugins were unloaded.
2025-09-23T13:38:11-0400 INFO --- logging initialized ---
2025-09-23T13:38:11-0400 DDEBUG timer: config: 3 ms
2025-09-23T13:38:11-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T13:38:11-0400 DEBUG DNF version: 4.7.0
2025-09-23T13:38:11-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T13:38:11-0400 DDEBUG Installroot: /
2025-09-23T13:38:11-0400 DDEBUG Releasever: 8
2025-09-23T13:38:11-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T13:38:11-0400 DDEBUG Base command: makecache
2025-09-23T13:38:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T13:38:11-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T13:38:11-0400 DEBUG Making cache files for all metadata files.
2025-09-23T13:38:11-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T13:38:11-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T13:38:11-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T13:38:11-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T13:38:11-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T13:38:11-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T13:38:11-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T13:38:11-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T13:38:11-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T13:38:11-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-23T13:38:11-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T13:38:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T13:38: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-09-23T13:38: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-09-23T13:38:11-0400 DDEBUG Cleaning up.
2025-09-23T13:38:11-0400 DDEBUG Plugins were unloaded.
2025-09-23T13:38: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-09-23T13:38: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-09-23T14:43:32-0400 INFO --- logging initialized ---
2025-09-23T14:43:32-0400 DDEBUG timer: config: 2 ms
2025-09-23T14:43:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T14:43:32-0400 DEBUG DNF version: 4.7.0
2025-09-23T14:43:32-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T14:43:32-0400 DDEBUG Installroot: /
2025-09-23T14:43:32-0400 DDEBUG Releasever: 8
2025-09-23T14:43:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T14:43:32-0400 DDEBUG Base command: makecache
2025-09-23T14:43:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T14:43:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T14:43:32-0400 DEBUG Making cache files for all metadata files.
2025-09-23T14:43:32-0400 INFO Metadata cache refreshed recently.
2025-09-23T14:43:32-0400 DDEBUG Cleaning up.
2025-09-23T14:43:32-0400 DDEBUG Plugins were unloaded.
2025-09-23T15:46:43-0400 INFO --- logging initialized ---
2025-09-23T15:46:43-0400 DDEBUG timer: config: 2 ms
2025-09-23T15:46:43-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T15:46:43-0400 DEBUG DNF version: 4.7.0
2025-09-23T15:46:43-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T15:46:43-0400 DDEBUG Installroot: /
2025-09-23T15:46:43-0400 DDEBUG Releasever: 8
2025-09-23T15:46:43-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T15:46:43-0400 DDEBUG Base command: makecache
2025-09-23T15:46:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T15:46:43-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T15:46:43-0400 DEBUG Making cache files for all metadata files.
2025-09-23T15:46:43-0400 INFO Metadata cache refreshed recently.
2025-09-23T15:46:43-0400 DDEBUG Cleaning up.
2025-09-23T15:46:43-0400 DDEBUG Plugins were unloaded.
2025-09-23T17:18:25-0400 INFO --- logging initialized ---
2025-09-23T17:18:25-0400 DDEBUG timer: config: 2 ms
2025-09-23T17:18:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T17:18:25-0400 DEBUG DNF version: 4.7.0
2025-09-23T17:18:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T17:18:25-0400 DDEBUG Installroot: /
2025-09-23T17:18:25-0400 DDEBUG Releasever: 8
2025-09-23T17:18:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T17:18:25-0400 DDEBUG Base command: makecache
2025-09-23T17:18:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T17:18:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T17:18:25-0400 DEBUG Making cache files for all metadata files.
2025-09-23T17:18:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T17:18:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T17:18:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T17:18:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T17:18:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T17:18:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T17:18:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T17:18:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T17:18:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T17:18:25-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-23T17:18:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T17:18:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T17:18: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-09-23T17:18: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-09-23T17:18:25-0400 DDEBUG Cleaning up.
2025-09-23T17:18:25-0400 DDEBUG Plugins were unloaded.
2025-09-23T17:18: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-09-23T17:18: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-09-23T19:06:56-0400 INFO --- logging initialized ---
2025-09-23T19:06:56-0400 DDEBUG timer: config: 2 ms
2025-09-23T19:06:56-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T19:06:56-0400 DEBUG DNF version: 4.7.0
2025-09-23T19:06:56-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T19:06:56-0400 DDEBUG Installroot: /
2025-09-23T19:06:56-0400 DDEBUG Releasever: 8
2025-09-23T19:06:56-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T19:06:56-0400 DDEBUG Base command: makecache
2025-09-23T19:06:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T19:06:56-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T19:06:56-0400 DEBUG Making cache files for all metadata files.
2025-09-23T19:06:56-0400 INFO Metadata cache refreshed recently.
2025-09-23T19:06:56-0400 DDEBUG Cleaning up.
2025-09-23T19:06:56-0400 DDEBUG Plugins were unloaded.
2025-09-23T20:13:25-0400 INFO --- logging initialized ---
2025-09-23T20:13:25-0400 DDEBUG timer: config: 2 ms
2025-09-23T20:13:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T20:13:25-0400 DEBUG DNF version: 4.7.0
2025-09-23T20:13:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T20:13:25-0400 DDEBUG Installroot: /
2025-09-23T20:13:25-0400 DDEBUG Releasever: 8
2025-09-23T20:13:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T20:13:25-0400 DDEBUG Base command: makecache
2025-09-23T20:13:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T20:13:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T20:13:25-0400 DEBUG Making cache files for all metadata files.
2025-09-23T20:13:25-0400 INFO Metadata cache refreshed recently.
2025-09-23T20:13:25-0400 DDEBUG Cleaning up.
2025-09-23T20:13:25-0400 DDEBUG Plugins were unloaded.
2025-09-23T21:31:25-0400 INFO --- logging initialized ---
2025-09-23T21:31:25-0400 DDEBUG timer: config: 3 ms
2025-09-23T21:31:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T21:31:25-0400 DEBUG DNF version: 4.7.0
2025-09-23T21:31:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T21:31:25-0400 DDEBUG Installroot: /
2025-09-23T21:31:25-0400 DDEBUG Releasever: 8
2025-09-23T21:31:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T21:31:25-0400 DDEBUG Base command: makecache
2025-09-23T21:31:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T21:31:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T21:31:25-0400 DEBUG Making cache files for all metadata files.
2025-09-23T21:31:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-23T21:31:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-23T21:31:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-23T21:31:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-23T21:31:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-23T21:31:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-23T21:31:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-23T21:31:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-23T21:31:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-23T21:31:25-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-23T21:31:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-23T21:31:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-23T21: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-09-23T21: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-09-23T21:31:25-0400 DDEBUG Cleaning up.
2025-09-23T21:31:25-0400 DDEBUG Plugins were unloaded.
2025-09-23T21: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-09-23T21: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-09-23T23:30:39-0400 INFO --- logging initialized ---
2025-09-23T23:30:39-0400 DDEBUG timer: config: 40 ms
2025-09-23T23:30:39-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-23T23:30:39-0400 DEBUG DNF version: 4.7.0
2025-09-23T23:30:39-0400 DDEBUG Command: dnf makecache --timer 
2025-09-23T23:30:39-0400 DDEBUG Installroot: /
2025-09-23T23:30:39-0400 DDEBUG Releasever: 8
2025-09-23T23:30:39-0400 DEBUG cachedir: /var/cache/dnf
2025-09-23T23:30:39-0400 DDEBUG Base command: makecache
2025-09-23T23:30:39-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-23T23:30:39-0400 DEBUG Excludes in repo epel: nginx*
2025-09-23T23:30:39-0400 DEBUG Making cache files for all metadata files.
2025-09-23T23:30:39-0400 INFO Metadata cache refreshed recently.
2025-09-23T23:30:39-0400 DDEBUG Cleaning up.
2025-09-23T23:30:39-0400 DDEBUG Plugins were unloaded.
2025-09-24T00:32:53-0400 INFO --- logging initialized ---
2025-09-24T00:32:53-0400 DDEBUG timer: config: 2 ms
2025-09-24T00:32:53-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T00:32:53-0400 DEBUG DNF version: 4.7.0
2025-09-24T00:32:53-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T00:32:53-0400 DDEBUG Installroot: /
2025-09-24T00:32:53-0400 DDEBUG Releasever: 8
2025-09-24T00:32:53-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T00:32:53-0400 DDEBUG Base command: makecache
2025-09-24T00:32:53-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T00:32:53-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T00:32:53-0400 DEBUG Making cache files for all metadata files.
2025-09-24T00:32:53-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T00:32:53-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T00:32:53-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T00:32:53-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T00:32:53-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T00:32:53-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T00:32:53-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T00:32:53-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T00:32:53-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T00:32:53-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-24T00:32:53-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T00:32:53-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T00:32: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-09-24T00:32: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-09-24T00:32:53-0400 DDEBUG Cleaning up.
2025-09-24T00:32:53-0400 DDEBUG Plugins were unloaded.
2025-09-24T00:32: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-09-24T00:32: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-09-24T02:05:31-0400 INFO --- logging initialized ---
2025-09-24T02:05:31-0400 DDEBUG timer: config: 2 ms
2025-09-24T02:05:31-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T02:05:31-0400 DEBUG DNF version: 4.7.0
2025-09-24T02:05:31-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T02:05:31-0400 DDEBUG Installroot: /
2025-09-24T02:05:31-0400 DDEBUG Releasever: 8
2025-09-24T02:05:31-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T02:05:31-0400 DDEBUG Base command: makecache
2025-09-24T02:05:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T02:05:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T02:05:32-0400 DEBUG Making cache files for all metadata files.
2025-09-24T02:05:32-0400 INFO Metadata cache refreshed recently.
2025-09-24T02:05:32-0400 DDEBUG Cleaning up.
2025-09-24T02:05:32-0400 DDEBUG Plugins were unloaded.
2025-09-24T03:32:25-0400 INFO --- logging initialized ---
2025-09-24T03:32:25-0400 DDEBUG timer: config: 3 ms
2025-09-24T03:32:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T03:32:25-0400 DEBUG DNF version: 4.7.0
2025-09-24T03:32:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T03:32:25-0400 DDEBUG Installroot: /
2025-09-24T03:32:25-0400 DDEBUG Releasever: 8
2025-09-24T03:32:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T03:32:25-0400 DDEBUG Base command: makecache
2025-09-24T03:32:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T03:32:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T03:32:25-0400 DEBUG Making cache files for all metadata files.
2025-09-24T03:32:25-0400 INFO Metadata cache refreshed recently.
2025-09-24T03:32:25-0400 DDEBUG Cleaning up.
2025-09-24T03:32:25-0400 DDEBUG Plugins were unloaded.
2025-09-24T03:36:13-0400 INFO --- logging initialized ---
2025-09-24T03:36:13-0400 DDEBUG timer: config: 3 ms
2025-09-24T03:36:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T03:36:13-0400 DEBUG YUM version: 4.7.0
2025-09-24T03:36:13-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-24T03:36:13-0400 DDEBUG Installroot: /
2025-09-24T03:36:13-0400 DDEBUG Releasever: 8
2025-09-24T03:36:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T03:36:13-0400 DDEBUG Base command: check-update
2025-09-24T03:36:13-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-24T03:36:13-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-24T03:36:13-0400 DEBUG repo: using cache for: cwp
2025-09-24T03:36:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T03:36: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-09-24T03:36: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-09-24T03:36: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-09-24T03:36: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-09-24T03:36: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-09-24T03:36:13-0400 DDEBUG Cleaning up.
2025-09-24T03:36:13-0400 DDEBUG Plugins were unloaded.
2025-09-24T03:36: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-09-24T03:36: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-09-24T03:36:13-0400 INFO --- logging initialized ---
2025-09-24T03:36:13-0400 DDEBUG timer: config: 2 ms
2025-09-24T03:36:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T03:36:13-0400 DEBUG YUM version: 4.7.0
2025-09-24T03:36:13-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-24T03:36:13-0400 DDEBUG Installroot: /
2025-09-24T03:36:13-0400 DDEBUG Releasever: 8
2025-09-24T03:36:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T03:36:13-0400 DDEBUG Base command: update
2025-09-24T03:36:13-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-24T03:36:13-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-24T03:36:14-0400 DEBUG repo: using cache for: cwp
2025-09-24T03:36:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T03:36: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-09-24T03:36: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-09-24T03:36: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-09-24T03:36: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-09-24T03:36: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-09-24T03:36:14-0400 DDEBUG Cleaning up.
2025-09-24T03:36:14-0400 DDEBUG Plugins were unloaded.
2025-09-24T03:36: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-09-24T03:36: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-09-24T05:18:42-0400 INFO --- logging initialized ---
2025-09-24T05:18:42-0400 DDEBUG timer: config: 3 ms
2025-09-24T05:18:42-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T05:18:42-0400 DEBUG DNF version: 4.7.0
2025-09-24T05:18:42-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T05:18:42-0400 DDEBUG Installroot: /
2025-09-24T05:18:42-0400 DDEBUG Releasever: 8
2025-09-24T05:18:42-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T05:18:42-0400 DDEBUG Base command: makecache
2025-09-24T05:18:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T05:18:42-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T05:18:42-0400 DEBUG Making cache files for all metadata files.
2025-09-24T05:18:42-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T05:18:42-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T05:18:42-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T05:18:42-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T05:18:42-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T05:18:42-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T05:18:42-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T05:18:42-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T05:18:42-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T05:18:42-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-24T05:18:42-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T05:18:42-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T05:18: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-09-24T05:18: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-09-24T05:18:42-0400 DDEBUG Cleaning up.
2025-09-24T05:18:42-0400 DDEBUG Plugins were unloaded.
2025-09-24T05:18: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-09-24T05:18: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-09-24T07:12:39-0400 INFO --- logging initialized ---
2025-09-24T07:12:39-0400 DDEBUG timer: config: 4 ms
2025-09-24T07:12:39-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T07:12:39-0400 DEBUG DNF version: 4.7.0
2025-09-24T07:12:39-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T07:12:39-0400 DDEBUG Installroot: /
2025-09-24T07:12:39-0400 DDEBUG Releasever: 8
2025-09-24T07:12:39-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T07:12:39-0400 DDEBUG Base command: makecache
2025-09-24T07:12:39-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T07:12:39-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T07:12:39-0400 DEBUG Making cache files for all metadata files.
2025-09-24T07:12:39-0400 INFO Metadata cache refreshed recently.
2025-09-24T07:12:39-0400 DDEBUG Cleaning up.
2025-09-24T07:12:39-0400 DDEBUG Plugins were unloaded.
2025-09-24T08:34:12-0400 INFO --- logging initialized ---
2025-09-24T08:34:12-0400 DDEBUG timer: config: 4 ms
2025-09-24T08:34:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T08:34:12-0400 DEBUG DNF version: 4.7.0
2025-09-24T08:34:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T08:34:12-0400 DDEBUG Installroot: /
2025-09-24T08:34:12-0400 DDEBUG Releasever: 8
2025-09-24T08:34:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T08:34:12-0400 DDEBUG Base command: makecache
2025-09-24T08:34:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T08:34:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T08:34:12-0400 DEBUG Making cache files for all metadata files.
2025-09-24T08:34:12-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T08:34:12-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T08:34:12-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T08:34:12-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T08:34:12-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T08:34:12-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T08:34:12-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T08:34:12-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T08:34:12-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T08:34:12-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-24T08:34:12-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T08:34:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T08:34: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-09-24T08:34: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-09-24T08:34:12-0400 DDEBUG Cleaning up.
2025-09-24T08:34:12-0400 DDEBUG Plugins were unloaded.
2025-09-24T08:34: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: 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-09-24T08:34:12-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-09-24T09:35:02-0400 INFO --- logging initialized ---
2025-09-24T09:35:02-0400 DDEBUG timer: config: 24 ms
2025-09-24T09:35:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T09:35:02-0400 DEBUG DNF version: 4.7.0
2025-09-24T09:35:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T09:35:02-0400 DDEBUG Installroot: /
2025-09-24T09:35:02-0400 DDEBUG Releasever: 8
2025-09-24T09:35:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T09:35:02-0400 DDEBUG Base command: makecache
2025-09-24T09:35:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T09:35:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T09:35:02-0400 DEBUG Making cache files for all metadata files.
2025-09-24T09:35:02-0400 INFO Metadata cache refreshed recently.
2025-09-24T09:35:02-0400 DDEBUG Cleaning up.
2025-09-24T09:35:02-0400 DDEBUG Plugins were unloaded.
2025-09-24T11:13:42-0400 INFO --- logging initialized ---
2025-09-24T11:13:42-0400 DDEBUG timer: config: 3 ms
2025-09-24T11:13:42-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T11:13:42-0400 DEBUG DNF version: 4.7.0
2025-09-24T11:13:42-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T11:13:42-0400 DDEBUG Installroot: /
2025-09-24T11:13:42-0400 DDEBUG Releasever: 8
2025-09-24T11:13:42-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T11:13:42-0400 DDEBUG Base command: makecache
2025-09-24T11:13:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T11:13:42-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T11:13:42-0400 DEBUG Making cache files for all metadata files.
2025-09-24T11:13:42-0400 INFO Metadata cache refreshed recently.
2025-09-24T11:13:42-0400 DDEBUG Cleaning up.
2025-09-24T11:13:42-0400 DDEBUG Plugins were unloaded.
2025-09-24T12:25:25-0400 INFO --- logging initialized ---
2025-09-24T12:25:25-0400 DDEBUG timer: config: 4 ms
2025-09-24T12:25:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T12:25:25-0400 DEBUG DNF version: 4.7.0
2025-09-24T12:25:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T12:25:25-0400 DDEBUG Installroot: /
2025-09-24T12:25:25-0400 DDEBUG Releasever: 8
2025-09-24T12:25:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T12:25:25-0400 DDEBUG Base command: makecache
2025-09-24T12:25:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T12:25:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T12:25:25-0400 DEBUG Making cache files for all metadata files.
2025-09-24T12:25:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T12:25:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T12:25:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T12:25:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T12:25:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T12:25:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T12:25:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T12:25:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T12:25:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T12:25:25-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-24T12:25:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T12:25:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T12:25: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-09-24T12:25: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-09-24T12:25:26-0400 DDEBUG Cleaning up.
2025-09-24T12:25:26-0400 DDEBUG Plugins were unloaded.
2025-09-24T12:25: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-09-24T12:25: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-09-24T13:39:52-0400 INFO --- logging initialized ---
2025-09-24T13:39:52-0400 DDEBUG timer: config: 4 ms
2025-09-24T13:39:52-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T13:39:52-0400 DEBUG DNF version: 4.7.0
2025-09-24T13:39:52-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T13:39:52-0400 DDEBUG Installroot: /
2025-09-24T13:39:52-0400 DDEBUG Releasever: 8
2025-09-24T13:39:52-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T13:39:52-0400 DDEBUG Base command: makecache
2025-09-24T13:39:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T13:39:52-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T13:39:52-0400 DEBUG Making cache files for all metadata files.
2025-09-24T13:39:52-0400 INFO Metadata cache refreshed recently.
2025-09-24T13:39:52-0400 DDEBUG Cleaning up.
2025-09-24T13:39:52-0400 DDEBUG Plugins were unloaded.
2025-09-24T14:48:01-0400 INFO --- logging initialized ---
2025-09-24T14:48:01-0400 DDEBUG timer: config: 5 ms
2025-09-24T14:48:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T14:48:01-0400 DEBUG DNF version: 4.7.0
2025-09-24T14:48:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T14:48:01-0400 DDEBUG Installroot: /
2025-09-24T14:48:01-0400 DDEBUG Releasever: 8
2025-09-24T14:48:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T14:48:01-0400 DDEBUG Base command: makecache
2025-09-24T14:48:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T14:48:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T14:48:01-0400 DEBUG Making cache files for all metadata files.
2025-09-24T14:48:01-0400 INFO Metadata cache refreshed recently.
2025-09-24T14:48:01-0400 DDEBUG Cleaning up.
2025-09-24T14:48:01-0400 DDEBUG Plugins were unloaded.
2025-09-24T15:50:00-0400 INFO --- logging initialized ---
2025-09-24T15:50:00-0400 DDEBUG timer: config: 4 ms
2025-09-24T15:50:00-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T15:50:00-0400 DEBUG DNF version: 4.7.0
2025-09-24T15:50:00-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T15:50:00-0400 DDEBUG Installroot: /
2025-09-24T15:50:00-0400 DDEBUG Releasever: 8
2025-09-24T15:50:00-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T15:50:00-0400 DDEBUG Base command: makecache
2025-09-24T15:50:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T15:50:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T15:50:00-0400 DEBUG Making cache files for all metadata files.
2025-09-24T15:50:00-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T15:50:00-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T15:50:00-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T15:50:00-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T15:50:00-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T15:50:00-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T15:50:00-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T15:50:00-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T15:50:00-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T15:50:00-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-24T15:50:00-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T15:50:00-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T15:50:00-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-24T15:50:00-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-09-24T15:50:00-0400 DDEBUG Cleaning up.
2025-09-24T15:50:00-0400 DDEBUG Plugins were unloaded.
2025-09-24T15:50:00-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-24T15:50:00-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T17:35:41-0400 INFO --- logging initialized ---
2025-09-24T17:35:41-0400 DDEBUG timer: config: 3 ms
2025-09-24T17:35:41-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T17:35:41-0400 DEBUG DNF version: 4.7.0
2025-09-24T17:35:41-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T17:35:41-0400 DDEBUG Installroot: /
2025-09-24T17:35:41-0400 DDEBUG Releasever: 8
2025-09-24T17:35:41-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T17:35:41-0400 DDEBUG Base command: makecache
2025-09-24T17:35:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T17:35:41-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T17:35:41-0400 DEBUG Making cache files for all metadata files.
2025-09-24T17:35:41-0400 INFO Metadata cache refreshed recently.
2025-09-24T17:35:41-0400 DDEBUG Cleaning up.
2025-09-24T17:35:41-0400 DDEBUG Plugins were unloaded.
2025-09-24T18:59:05-0400 INFO --- logging initialized ---
2025-09-24T18:59:05-0400 DDEBUG timer: config: 4 ms
2025-09-24T18:59:06-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T18:59:06-0400 DEBUG DNF version: 4.7.0
2025-09-24T18:59:06-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T18:59:06-0400 DDEBUG Installroot: /
2025-09-24T18:59:06-0400 DDEBUG Releasever: 8
2025-09-24T18:59:06-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T18:59:06-0400 DDEBUG Base command: makecache
2025-09-24T18:59:06-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T18:59:06-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T18:59:06-0400 DEBUG Making cache files for all metadata files.
2025-09-24T18:59:06-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T18:59:06-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T18:59:06-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T18:59:06-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T18:59:06-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T18:59:06-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T18:59:06-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T18:59:06-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T18:59:06-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T18:59:06-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-24T18:59:06-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T18:59:06-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T18:59:06-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-24T18:59:06-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-09-24T18:59:06-0400 DDEBUG Cleaning up.
2025-09-24T18:59:06-0400 DDEBUG Plugins were unloaded.
2025-09-24T18:59:06-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-24T18:59:06-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-24T20:03:25-0400 INFO --- logging initialized ---
2025-09-24T20:03:25-0400 DDEBUG timer: config: 4 ms
2025-09-24T20:03:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T20:03:25-0400 DEBUG DNF version: 4.7.0
2025-09-24T20:03:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T20:03:25-0400 DDEBUG Installroot: /
2025-09-24T20:03:25-0400 DDEBUG Releasever: 8
2025-09-24T20:03:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T20:03:25-0400 DDEBUG Base command: makecache
2025-09-24T20:03:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T20:03:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T20:03:25-0400 DEBUG Making cache files for all metadata files.
2025-09-24T20:03:25-0400 INFO Metadata cache refreshed recently.
2025-09-24T20:03:25-0400 DDEBUG Cleaning up.
2025-09-24T20:03:25-0400 DDEBUG Plugins were unloaded.
2025-09-24T21:49:12-0400 INFO --- logging initialized ---
2025-09-24T21:49:12-0400 DDEBUG timer: config: 14 ms
2025-09-24T21:49:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T21:49:12-0400 DEBUG DNF version: 4.7.0
2025-09-24T21:49:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T21:49:12-0400 DDEBUG Installroot: /
2025-09-24T21:49:12-0400 DDEBUG Releasever: 8
2025-09-24T21:49:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T21:49:12-0400 DDEBUG Base command: makecache
2025-09-24T21:49:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T21:49:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T21:49:12-0400 DEBUG Making cache files for all metadata files.
2025-09-24T21:49:12-0400 INFO Metadata cache refreshed recently.
2025-09-24T21:49:12-0400 DDEBUG Cleaning up.
2025-09-24T21:49:12-0400 DDEBUG Plugins were unloaded.
2025-09-24T23:41:56-0400 INFO --- logging initialized ---
2025-09-24T23:41:56-0400 DDEBUG timer: config: 2 ms
2025-09-24T23:41:56-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-24T23:41:56-0400 DEBUG DNF version: 4.7.0
2025-09-24T23:41:56-0400 DDEBUG Command: dnf makecache --timer 
2025-09-24T23:41:56-0400 DDEBUG Installroot: /
2025-09-24T23:41:56-0400 DDEBUG Releasever: 8
2025-09-24T23:41:56-0400 DEBUG cachedir: /var/cache/dnf
2025-09-24T23:41:56-0400 DDEBUG Base command: makecache
2025-09-24T23:41:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-24T23:41:56-0400 DEBUG Excludes in repo epel: nginx*
2025-09-24T23:41:56-0400 DEBUG Making cache files for all metadata files.
2025-09-24T23:41:56-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-24T23:41:56-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-24T23:41:56-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-24T23:41:56-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-24T23:41:56-0400 DEBUG extras: has expired and will be refreshed.
2025-09-24T23:41:56-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-24T23:41:56-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-24T23:41:56-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-24T23:41:56-0400 DEBUG epel: has expired and will be refreshed.
2025-09-24T23:41:56-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-24T23:41:56-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-24T23:41:56-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-24T23:41: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-09-24T23:41: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-09-24T23:41:56-0400 DDEBUG Cleaning up.
2025-09-24T23:41:56-0400 DDEBUG Plugins were unloaded.
2025-09-24T23:41: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-09-24T23:41: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-09-25T00:47:01-0400 INFO --- logging initialized ---
2025-09-25T00:47:01-0400 DDEBUG timer: config: 55 ms
2025-09-25T00:47:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T00:47:01-0400 DEBUG DNF version: 4.7.0
2025-09-25T00:47:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T00:47:01-0400 DDEBUG Installroot: /
2025-09-25T00:47:01-0400 DDEBUG Releasever: 8
2025-09-25T00:47:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T00:47:01-0400 DDEBUG Base command: makecache
2025-09-25T00:47:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T00:47:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T00:47:01-0400 DEBUG Making cache files for all metadata files.
2025-09-25T00:47:01-0400 INFO Metadata cache refreshed recently.
2025-09-25T00:47:01-0400 DDEBUG Cleaning up.
2025-09-25T00:47:02-0400 DDEBUG Plugins were unloaded.
2025-09-25T02:17:12-0400 INFO --- logging initialized ---
2025-09-25T02:17:12-0400 DDEBUG timer: config: 4 ms
2025-09-25T02:17:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T02:17:12-0400 DEBUG DNF version: 4.7.0
2025-09-25T02:17:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T02:17:12-0400 DDEBUG Installroot: /
2025-09-25T02:17:12-0400 DDEBUG Releasever: 8
2025-09-25T02:17:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T02:17:12-0400 DDEBUG Base command: makecache
2025-09-25T02:17:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T02:17:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T02:17:12-0400 DEBUG Making cache files for all metadata files.
2025-09-25T02:17:12-0400 INFO Metadata cache refreshed recently.
2025-09-25T02:17:12-0400 DDEBUG Cleaning up.
2025-09-25T02:17:12-0400 DDEBUG Plugins were unloaded.
2025-09-25T03:10:07-0400 INFO --- logging initialized ---
2025-09-25T03:10:07-0400 DDEBUG timer: config: 31 ms
2025-09-25T03:10:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T03:10:08-0400 DEBUG YUM version: 4.7.0
2025-09-25T03:10:08-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-25T03:10:08-0400 DDEBUG Installroot: /
2025-09-25T03:10:08-0400 DDEBUG Releasever: 8
2025-09-25T03:10:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T03:10:08-0400 DDEBUG Base command: check-update
2025-09-25T03:10:08-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-25T03:10:08-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-25T03:10:08-0400 DEBUG repo: using cache for: cwp
2025-09-25T03:10:08-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T03:10: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-09-25T03:10: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-09-25T03:10: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-09-25T03:10: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-09-25T03:10: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-09-25T03:10:08-0400 DDEBUG Cleaning up.
2025-09-25T03:10:08-0400 DDEBUG Plugins were unloaded.
2025-09-25T03:10: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: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-25T03:10:08-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-25T03:10:08-0400 INFO --- logging initialized ---
2025-09-25T03:10:08-0400 DDEBUG timer: config: 2 ms
2025-09-25T03:10:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T03:10:08-0400 DEBUG YUM version: 4.7.0
2025-09-25T03:10:08-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-25T03:10:08-0400 DDEBUG Installroot: /
2025-09-25T03:10:08-0400 DDEBUG Releasever: 8
2025-09-25T03:10:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T03:10:08-0400 DDEBUG Base command: update
2025-09-25T03:10:08-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-25T03:10:08-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-25T03:10:09-0400 DEBUG repo: using cache for: cwp
2025-09-25T03:10:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T03:10: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-09-25T03:10: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-09-25T03:10: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-09-25T03:10: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-09-25T03:10: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-09-25T03:10:09-0400 DDEBUG Cleaning up.
2025-09-25T03:10:09-0400 DDEBUG Plugins were unloaded.
2025-09-25T03:10:09-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-25T03:10:09-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-25T03:35:03-0400 INFO --- logging initialized ---
2025-09-25T03:35:03-0400 DDEBUG timer: config: 28 ms
2025-09-25T03:35:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T03:35:03-0400 DEBUG DNF version: 4.7.0
2025-09-25T03:35:03-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T03:35:03-0400 DDEBUG Installroot: /
2025-09-25T03:35:03-0400 DDEBUG Releasever: 8
2025-09-25T03:35:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T03:35:03-0400 DDEBUG Base command: makecache
2025-09-25T03:35:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T03:35:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T03:35:03-0400 DEBUG Making cache files for all metadata files.
2025-09-25T03:35:03-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T03:35:03-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T03:35:03-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T03:35:03-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T03:35:03-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T03:35:03-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T03:35:03-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T03:35:03-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T03:35:03-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T03:35:03-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-25T03:35:03-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T03:35:03-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T03: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-09-25T03: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-09-25T03:35:03-0400 DDEBUG Cleaning up.
2025-09-25T03:35:03-0400 DDEBUG Plugins were unloaded.
2025-09-25T03: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-09-25T03: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-09-25T05:34:56-0400 INFO --- logging initialized ---
2025-09-25T05:34:56-0400 DDEBUG timer: config: 2 ms
2025-09-25T05:34:56-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T05:34:56-0400 DEBUG DNF version: 4.7.0
2025-09-25T05:34:56-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T05:34:56-0400 DDEBUG Installroot: /
2025-09-25T05:34:56-0400 DDEBUG Releasever: 8
2025-09-25T05:34:56-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T05:34:56-0400 DDEBUG Base command: makecache
2025-09-25T05:34:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T05:34:56-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T05:34:56-0400 DEBUG Making cache files for all metadata files.
2025-09-25T05:34:56-0400 INFO Metadata cache refreshed recently.
2025-09-25T05:34:56-0400 DDEBUG Cleaning up.
2025-09-25T05:34:57-0400 DDEBUG Plugins were unloaded.
2025-09-25T07:08:25-0400 INFO --- logging initialized ---
2025-09-25T07:08:25-0400 DDEBUG timer: config: 2 ms
2025-09-25T07:08:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T07:08:25-0400 DEBUG DNF version: 4.7.0
2025-09-25T07:08:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T07:08:25-0400 DDEBUG Installroot: /
2025-09-25T07:08:25-0400 DDEBUG Releasever: 8
2025-09-25T07:08:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T07:08:25-0400 DDEBUG Base command: makecache
2025-09-25T07:08:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T07:08:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T07:08:25-0400 DEBUG Making cache files for all metadata files.
2025-09-25T07:08:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T07:08:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T07:08:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T07:08:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T07:08:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T07:08:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T07:08:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T07:08:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T07:08:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T07:08:25-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-25T07:08:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T07:08:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T07:08: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-09-25T07:08: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-09-25T07:08:25-0400 DDEBUG Cleaning up.
2025-09-25T07:08:25-0400 DDEBUG Plugins were unloaded.
2025-09-25T07:08: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-09-25T07:08: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-09-25T08:24:33-0400 INFO --- logging initialized ---
2025-09-25T08:24:33-0400 DDEBUG timer: config: 3 ms
2025-09-25T08:24:33-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T08:24:33-0400 DEBUG DNF version: 4.7.0
2025-09-25T08:24:33-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T08:24:33-0400 DDEBUG Installroot: /
2025-09-25T08:24:33-0400 DDEBUG Releasever: 8
2025-09-25T08:24:33-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T08:24:33-0400 DDEBUG Base command: makecache
2025-09-25T08:24:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T08:24:33-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T08:24:33-0400 DEBUG Making cache files for all metadata files.
2025-09-25T08:24:33-0400 INFO Metadata cache refreshed recently.
2025-09-25T08:24:33-0400 DDEBUG Cleaning up.
2025-09-25T08:24:33-0400 DDEBUG Plugins were unloaded.
2025-09-25T09:43:45-0400 INFO --- logging initialized ---
2025-09-25T09:43:45-0400 DDEBUG timer: config: 4 ms
2025-09-25T09:43:45-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T09:43:45-0400 DEBUG DNF version: 4.7.0
2025-09-25T09:43:45-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T09:43:45-0400 DDEBUG Installroot: /
2025-09-25T09:43:45-0400 DDEBUG Releasever: 8
2025-09-25T09:43:45-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T09:43:45-0400 DDEBUG Base command: makecache
2025-09-25T09:43:45-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T09:43:45-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T09:43:45-0400 DEBUG Making cache files for all metadata files.
2025-09-25T09:43:45-0400 INFO Metadata cache refreshed recently.
2025-09-25T09:43:45-0400 DDEBUG Cleaning up.
2025-09-25T09:43:45-0400 DDEBUG Plugins were unloaded.
2025-09-25T11:51:22-0400 INFO --- logging initialized ---
2025-09-25T11:51:22-0400 DDEBUG timer: config: 32 ms
2025-09-25T11:51:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T11:51:22-0400 DEBUG DNF version: 4.7.0
2025-09-25T11:51:22-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T11:51:22-0400 DDEBUG Installroot: /
2025-09-25T11:51:22-0400 DDEBUG Releasever: 8
2025-09-25T11:51:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T11:51:22-0400 DDEBUG Base command: makecache
2025-09-25T11:51:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T11:51:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T11:51:22-0400 DEBUG Making cache files for all metadata files.
2025-09-25T11:51:22-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T11:51:22-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T11:51:22-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T11:51:22-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T11:51:22-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T11:51:22-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T11:51:22-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T11:51:22-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T11:51:22-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T11:51:22-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-25T11:51:22-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T11:51:22-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T11:51: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-09-25T11:51: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-09-25T11:51:22-0400 DDEBUG Cleaning up.
2025-09-25T11:51:22-0400 DDEBUG Plugins were unloaded.
2025-09-25T11:51: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-09-25T11:51: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-09-25T13:25:01-0400 INFO --- logging initialized ---
2025-09-25T13:25:01-0400 DDEBUG timer: config: 9 ms
2025-09-25T13:25:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T13:25:01-0400 DEBUG DNF version: 4.7.0
2025-09-25T13:25:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T13:25:01-0400 DDEBUG Installroot: /
2025-09-25T13:25:01-0400 DDEBUG Releasever: 8
2025-09-25T13:25:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T13:25:01-0400 DDEBUG Base command: makecache
2025-09-25T13:25:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T13:25:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T13:25:01-0400 DEBUG Making cache files for all metadata files.
2025-09-25T13:25:01-0400 INFO Metadata cache refreshed recently.
2025-09-25T13:25:01-0400 DDEBUG Cleaning up.
2025-09-25T13:25:01-0400 DDEBUG Plugins were unloaded.
2025-09-25T15:09:47-0400 INFO --- logging initialized ---
2025-09-25T15:09:47-0400 DDEBUG timer: config: 5 ms
2025-09-25T15:09:47-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T15:09:47-0400 DEBUG DNF version: 4.7.0
2025-09-25T15:09:47-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T15:09:47-0400 DDEBUG Installroot: /
2025-09-25T15:09:47-0400 DDEBUG Releasever: 8
2025-09-25T15:09:47-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T15:09:47-0400 DDEBUG Base command: makecache
2025-09-25T15:09:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T15:09:47-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T15:09:47-0400 DEBUG Making cache files for all metadata files.
2025-09-25T15:09:47-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T15:09:47-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T15:09:47-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T15:09:47-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T15:09:47-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T15:09:47-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T15:09:47-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T15:09:47-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T15:09:47-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T15:09:47-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-25T15:09:47-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T15:09:47-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T15:09: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-09-25T15:09: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-09-25T15:09:47-0400 DDEBUG Cleaning up.
2025-09-25T15:09:47-0400 DDEBUG Plugins were unloaded.
2025-09-25T15:09: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-09-25T15:09: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-09-25T16:15:51-0400 INFO --- logging initialized ---
2025-09-25T16:15:51-0400 DDEBUG timer: config: 6 ms
2025-09-25T16:15:51-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T16:15:51-0400 DEBUG DNF version: 4.7.0
2025-09-25T16:15:51-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T16:15:51-0400 DDEBUG Installroot: /
2025-09-25T16:15:51-0400 DDEBUG Releasever: 8
2025-09-25T16:15:51-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T16:15:51-0400 DDEBUG Base command: makecache
2025-09-25T16:15:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T16:15:51-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T16:15:51-0400 DEBUG Making cache files for all metadata files.
2025-09-25T16:15:51-0400 INFO Metadata cache refreshed recently.
2025-09-25T16:15:51-0400 DDEBUG Cleaning up.
2025-09-25T16:15:51-0400 DDEBUG Plugins were unloaded.
2025-09-25T17:24:11-0400 INFO --- logging initialized ---
2025-09-25T17:24:11-0400 DDEBUG timer: config: 6 ms
2025-09-25T17: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-09-25T17:24:11-0400 DEBUG DNF version: 4.7.0
2025-09-25T17:24:11-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T17:24:11-0400 DDEBUG Installroot: /
2025-09-25T17:24:11-0400 DDEBUG Releasever: 8
2025-09-25T17:24:11-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T17:24:11-0400 DDEBUG Base command: makecache
2025-09-25T17:24:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T17:24:11-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T17:24:11-0400 DEBUG Making cache files for all metadata files.
2025-09-25T17:24:11-0400 INFO Metadata cache refreshed recently.
2025-09-25T17:24:11-0400 DDEBUG Cleaning up.
2025-09-25T17:24:11-0400 DDEBUG Plugins were unloaded.
2025-09-25T18:51:25-0400 INFO --- logging initialized ---
2025-09-25T18:51:25-0400 DDEBUG timer: config: 31 ms
2025-09-25T18:51:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T18:51:25-0400 DEBUG DNF version: 4.7.0
2025-09-25T18:51:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T18:51:25-0400 DDEBUG Installroot: /
2025-09-25T18:51:25-0400 DDEBUG Releasever: 8
2025-09-25T18:51:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T18:51:25-0400 DDEBUG Base command: makecache
2025-09-25T18:51:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T18:51:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T18:51:25-0400 DEBUG Making cache files for all metadata files.
2025-09-25T18:51:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T18:51:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T18:51:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T18:51:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T18:51:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T18:51:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T18:51:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T18:51:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T18:51:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T18:51:25-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-25T18:51:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T18:51:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T18:51: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-09-25T18:51: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-09-25T18:51:25-0400 DDEBUG Cleaning up.
2025-09-25T18:51:26-0400 DDEBUG Plugins were unloaded.
2025-09-25T18:51: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-09-25T18:51: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-09-25T20:14:13-0400 INFO --- logging initialized ---
2025-09-25T20:14:13-0400 DDEBUG timer: config: 6 ms
2025-09-25T20: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-09-25T20:14:13-0400 DEBUG DNF version: 4.7.0
2025-09-25T20:14:13-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T20:14:13-0400 DDEBUG Installroot: /
2025-09-25T20:14:13-0400 DDEBUG Releasever: 8
2025-09-25T20:14:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T20:14:13-0400 DDEBUG Base command: makecache
2025-09-25T20:14:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T20:14:13-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T20:14:13-0400 DEBUG Making cache files for all metadata files.
2025-09-25T20:14:13-0400 INFO Metadata cache refreshed recently.
2025-09-25T20:14:13-0400 DDEBUG Cleaning up.
2025-09-25T20:14:13-0400 DDEBUG Plugins were unloaded.
2025-09-25T21:22:09-0400 INFO --- logging initialized ---
2025-09-25T21:22:09-0400 DDEBUG timer: config: 7 ms
2025-09-25T21:22:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T21:22:09-0400 DEBUG DNF version: 4.7.0
2025-09-25T21:22:09-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T21:22:09-0400 DDEBUG Installroot: /
2025-09-25T21:22:09-0400 DDEBUG Releasever: 8
2025-09-25T21:22:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T21:22:09-0400 DDEBUG Base command: makecache
2025-09-25T21:22:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T21:22:09-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T21:22:09-0400 DEBUG Making cache files for all metadata files.
2025-09-25T21:22:09-0400 INFO Metadata cache refreshed recently.
2025-09-25T21:22:09-0400 DDEBUG Cleaning up.
2025-09-25T21:22:09-0400 DDEBUG Plugins were unloaded.
2025-09-25T22:55:47-0400 INFO --- logging initialized ---
2025-09-25T22:55:47-0400 DDEBUG timer: config: 6 ms
2025-09-25T22:55:47-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-25T22:55:47-0400 DEBUG DNF version: 4.7.0
2025-09-25T22:55:47-0400 DDEBUG Command: dnf makecache --timer 
2025-09-25T22:55:47-0400 DDEBUG Installroot: /
2025-09-25T22:55:47-0400 DDEBUG Releasever: 8
2025-09-25T22:55:47-0400 DEBUG cachedir: /var/cache/dnf
2025-09-25T22:55:47-0400 DDEBUG Base command: makecache
2025-09-25T22:55:47-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-25T22:55:47-0400 DEBUG Excludes in repo epel: nginx*
2025-09-25T22:55:47-0400 DEBUG Making cache files for all metadata files.
2025-09-25T22:55:47-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-25T22:55:47-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-25T22:55:47-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-25T22:55:47-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-25T22:55:47-0400 DEBUG extras: has expired and will be refreshed.
2025-09-25T22:55:47-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-25T22:55:47-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-25T22:55:47-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-25T22:55:47-0400 DEBUG epel: has expired and will be refreshed.
2025-09-25T22:55:47-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-25T22:55:47-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-25T22:55:47-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-25T22:55: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-09-25T22:55: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-09-25T22:55:47-0400 DDEBUG Cleaning up.
2025-09-25T22:55:47-0400 DDEBUG Plugins were unloaded.
2025-09-25T22:55: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-09-25T22:55: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-09-26T00:08:12-0400 INFO --- logging initialized ---
2025-09-26T00:08:12-0400 DDEBUG timer: config: 7 ms
2025-09-26T00:08:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T00:08:12-0400 DEBUG DNF version: 4.7.0
2025-09-26T00:08:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T00:08:12-0400 DDEBUG Installroot: /
2025-09-26T00:08:12-0400 DDEBUG Releasever: 8
2025-09-26T00:08:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T00:08:12-0400 DDEBUG Base command: makecache
2025-09-26T00:08:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T00:08:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T00:08:12-0400 DEBUG Making cache files for all metadata files.
2025-09-26T00:08:12-0400 INFO Metadata cache refreshed recently.
2025-09-26T00:08:12-0400 DDEBUG Cleaning up.
2025-09-26T00:08:12-0400 DDEBUG Plugins were unloaded.
2025-09-26T01:08:46-0400 INFO --- logging initialized ---
2025-09-26T01:08:46-0400 DDEBUG timer: config: 7 ms
2025-09-26T01:08:46-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T01:08:46-0400 DEBUG DNF version: 4.7.0
2025-09-26T01:08:46-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T01:08:46-0400 DDEBUG Installroot: /
2025-09-26T01:08:46-0400 DDEBUG Releasever: 8
2025-09-26T01:08:46-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T01:08:46-0400 DDEBUG Base command: makecache
2025-09-26T01:08:46-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T01:08:46-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T01:08:46-0400 DEBUG Making cache files for all metadata files.
2025-09-26T01:08:46-0400 INFO Metadata cache refreshed recently.
2025-09-26T01:08:46-0400 DDEBUG Cleaning up.
2025-09-26T01:08:46-0400 DDEBUG Plugins were unloaded.
2025-09-26T02:56:41-0400 INFO --- logging initialized ---
2025-09-26T02:56:41-0400 DDEBUG timer: config: 28 ms
2025-09-26T02:56:42-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T02:56:42-0400 DEBUG DNF version: 4.7.0
2025-09-26T02:56:42-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T02:56:42-0400 DDEBUG Installroot: /
2025-09-26T02:56:42-0400 DDEBUG Releasever: 8
2025-09-26T02:56:42-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T02:56:42-0400 DDEBUG Base command: makecache
2025-09-26T02:56:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T02:56:42-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T02:56:42-0400 DEBUG Making cache files for all metadata files.
2025-09-26T02:56:42-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-26T02:56:42-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-26T02:56:42-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-26T02:56:42-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-26T02:56:42-0400 DEBUG extras: has expired and will be refreshed.
2025-09-26T02:56:42-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-26T02:56:42-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-26T02:56:42-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-26T02:56:42-0400 DEBUG epel: has expired and will be refreshed.
2025-09-26T02:56:42-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-26T02:56:42-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-26T02:56:42-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T02:56: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-09-26T02:56: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-09-26T02:56:42-0400 DDEBUG Cleaning up.
2025-09-26T02:56:42-0400 DDEBUG Plugins were unloaded.
2025-09-26T02:56: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-09-26T02:56: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-09-26T03:13:14-0400 INFO --- logging initialized ---
2025-09-26T03:13:14-0400 DDEBUG timer: config: 7 ms
2025-09-26T03:13:14-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T03:13:14-0400 DEBUG YUM version: 4.7.0
2025-09-26T03:13:14-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-26T03:13:14-0400 DDEBUG Installroot: /
2025-09-26T03:13:14-0400 DDEBUG Releasever: 8
2025-09-26T03:13:14-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T03:13:14-0400 DDEBUG Base command: check-update
2025-09-26T03:13:14-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-26T03:13:14-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-26T03:13:15-0400 DEBUG repo: using cache for: cwp
2025-09-26T03:13:15-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T03:13: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-09-26T03:13: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-09-26T03:13: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-09-26T03:13: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-09-26T03:13: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-09-26T03:13:15-0400 DDEBUG Cleaning up.
2025-09-26T03:13:15-0400 DDEBUG Plugins were unloaded.
2025-09-26T03:13:15-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-26T03:13:15-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-26T03:13:15-0400 INFO --- logging initialized ---
2025-09-26T03:13:15-0400 DDEBUG timer: config: 5 ms
2025-09-26T03:13:15-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T03:13:15-0400 DEBUG YUM version: 4.7.0
2025-09-26T03:13:15-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-26T03:13:15-0400 DDEBUG Installroot: /
2025-09-26T03:13:15-0400 DDEBUG Releasever: 8
2025-09-26T03:13:15-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T03:13:15-0400 DDEBUG Base command: update
2025-09-26T03:13:15-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-26T03:13:15-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-26T03:13:16-0400 DEBUG repo: using cache for: cwp
2025-09-26T03:13:16-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T03:13: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-09-26T03:13: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-09-26T03:13: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-09-26T03:13: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-09-26T03:13: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-09-26T03:13:16-0400 DDEBUG Cleaning up.
2025-09-26T03:13:16-0400 DDEBUG Plugins were unloaded.
2025-09-26T03:13: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-09-26T03:13: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-09-26T04:23:52-0400 INFO --- logging initialized ---
2025-09-26T04:23:52-0400 DDEBUG timer: config: 42 ms
2025-09-26T04:23:52-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T04:23:52-0400 DEBUG DNF version: 4.7.0
2025-09-26T04:23:52-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T04:23:52-0400 DDEBUG Installroot: /
2025-09-26T04:23:52-0400 DDEBUG Releasever: 8
2025-09-26T04:23:52-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T04:23:52-0400 DDEBUG Base command: makecache
2025-09-26T04:23:52-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T04:23:52-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T04:23:52-0400 DEBUG Making cache files for all metadata files.
2025-09-26T04:23:52-0400 INFO Metadata cache refreshed recently.
2025-09-26T04:23:52-0400 DDEBUG Cleaning up.
2025-09-26T04:23:52-0400 DDEBUG Plugins were unloaded.
2025-09-26T06:15:34-0400 INFO --- logging initialized ---
2025-09-26T06:15:34-0400 DDEBUG timer: config: 6 ms
2025-09-26T06:15:34-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T06:15:34-0400 DEBUG DNF version: 4.7.0
2025-09-26T06:15:34-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T06:15:34-0400 DDEBUG Installroot: /
2025-09-26T06:15:34-0400 DDEBUG Releasever: 8
2025-09-26T06:15:34-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T06:15:34-0400 DDEBUG Base command: makecache
2025-09-26T06:15:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T06:15:34-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T06:15:34-0400 DEBUG Making cache files for all metadata files.
2025-09-26T06:15:34-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-26T06:15:34-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-26T06:15:34-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-26T06:15:34-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-26T06:15:34-0400 DEBUG extras: has expired and will be refreshed.
2025-09-26T06:15:34-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-26T06:15:34-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-26T06:15:34-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-26T06:15:34-0400 DEBUG epel: has expired and will be refreshed.
2025-09-26T06:15:34-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-26T06:15:34-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-26T06:15:34-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T06:15: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-09-26T06:15: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-09-26T06:15:34-0400 DDEBUG Cleaning up.
2025-09-26T06:15:34-0400 DDEBUG Plugins were unloaded.
2025-09-26T06:15: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-09-26T06:15: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-09-26T07:26:59-0400 INFO --- logging initialized ---
2025-09-26T07:26:59-0400 DDEBUG timer: config: 6 ms
2025-09-26T07:26:59-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T07:26:59-0400 DEBUG DNF version: 4.7.0
2025-09-26T07:26:59-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T07:26:59-0400 DDEBUG Installroot: /
2025-09-26T07:26:59-0400 DDEBUG Releasever: 8
2025-09-26T07:26:59-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T07:26:59-0400 DDEBUG Base command: makecache
2025-09-26T07:26:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T07:26:59-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T07:26:59-0400 DEBUG Making cache files for all metadata files.
2025-09-26T07:26:59-0400 INFO Metadata cache refreshed recently.
2025-09-26T07:26:59-0400 DDEBUG Cleaning up.
2025-09-26T07:26:59-0400 DDEBUG Plugins were unloaded.
2025-09-26T08:40:29-0400 INFO --- logging initialized ---
2025-09-26T08:40:29-0400 DDEBUG timer: config: 6 ms
2025-09-26T08:40:30-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T08:40:30-0400 DEBUG DNF version: 4.7.0
2025-09-26T08:40:30-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T08:40:30-0400 DDEBUG Installroot: /
2025-09-26T08:40:30-0400 DDEBUG Releasever: 8
2025-09-26T08:40:30-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T08:40:30-0400 DDEBUG Base command: makecache
2025-09-26T08:40:30-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T08:40:30-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T08:40:30-0400 DEBUG Making cache files for all metadata files.
2025-09-26T08:40:30-0400 INFO Metadata cache refreshed recently.
2025-09-26T08:40:30-0400 DDEBUG Cleaning up.
2025-09-26T08:40:30-0400 DDEBUG Plugins were unloaded.
2025-09-26T10:04:12-0400 INFO --- logging initialized ---
2025-09-26T10:04:12-0400 DDEBUG timer: config: 7 ms
2025-09-26T10:04:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T10:04:12-0400 DEBUG DNF version: 4.7.0
2025-09-26T10:04:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T10:04:12-0400 DDEBUG Installroot: /
2025-09-26T10:04:12-0400 DDEBUG Releasever: 8
2025-09-26T10:04:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T10:04:12-0400 DDEBUG Base command: makecache
2025-09-26T10:04:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T10:04:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T10:04:12-0400 DEBUG Making cache files for all metadata files.
2025-09-26T10:04:12-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-26T10:04:12-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-26T10:04:12-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-26T10:04:12-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-26T10:04:12-0400 DEBUG extras: has expired and will be refreshed.
2025-09-26T10:04:12-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-26T10:04:12-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-26T10:04:12-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-26T10:04:12-0400 DEBUG epel: has expired and will be refreshed.
2025-09-26T10:04:12-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-26T10:04:12-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-26T10:04:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T10:04: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-09-26T10:04: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-09-26T10:04:12-0400 DDEBUG Cleaning up.
2025-09-26T10:04:12-0400 DDEBUG Plugins were unloaded.
2025-09-26T10:04: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: 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-09-26T10:04:12-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-09-26T11:44:57-0400 INFO --- logging initialized ---
2025-09-26T11:44:57-0400 DDEBUG timer: config: 9 ms
2025-09-26T11:44:57-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T11:44:57-0400 DEBUG DNF version: 4.7.0
2025-09-26T11:44:57-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T11:44:57-0400 DDEBUG Installroot: /
2025-09-26T11:44:57-0400 DDEBUG Releasever: 8
2025-09-26T11:44:57-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T11:44:57-0400 DDEBUG Base command: makecache
2025-09-26T11:44:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T11:44:57-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T11:44:57-0400 DEBUG Making cache files for all metadata files.
2025-09-26T11:44:57-0400 INFO Metadata cache refreshed recently.
2025-09-26T11:44:57-0400 DDEBUG Cleaning up.
2025-09-26T11:44:57-0400 DDEBUG Plugins were unloaded.
2025-09-26T13:22:51-0400 INFO --- logging initialized ---
2025-09-26T13:22:51-0400 DDEBUG timer: config: 7 ms
2025-09-26T13:22:51-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T13:22:51-0400 DEBUG DNF version: 4.7.0
2025-09-26T13:22:51-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T13:22:51-0400 DDEBUG Installroot: /
2025-09-26T13:22:51-0400 DDEBUG Releasever: 8
2025-09-26T13:22:51-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T13:22:51-0400 DDEBUG Base command: makecache
2025-09-26T13:22:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T13:22:51-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T13:22:51-0400 DEBUG Making cache files for all metadata files.
2025-09-26T13:22:51-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-26T13:22:51-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-26T13:22:51-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-26T13:22:51-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-26T13:22:51-0400 DEBUG extras: has expired and will be refreshed.
2025-09-26T13:22:51-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-26T13:22:51-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-26T13:22:51-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-26T13:22:51-0400 DEBUG epel: has expired and will be refreshed.
2025-09-26T13:22:51-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-26T13:22:51-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-26T13:22:51-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T13:22: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-09-26T13:22: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-09-26T13:22:51-0400 DDEBUG Cleaning up.
2025-09-26T13:22:51-0400 DDEBUG Plugins were unloaded.
2025-09-26T13:22: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-09-26T13:22: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-09-26T14:56:56-0400 INFO --- logging initialized ---
2025-09-26T14:56:56-0400 DDEBUG timer: config: 50 ms
2025-09-26T14:56:56-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T14:56:56-0400 DEBUG DNF version: 4.7.0
2025-09-26T14:56:56-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T14:56:56-0400 DDEBUG Installroot: /
2025-09-26T14:56:56-0400 DDEBUG Releasever: 8
2025-09-26T14:56:56-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T14:56:56-0400 DDEBUG Base command: makecache
2025-09-26T14:56:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T14:56:57-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T14:56:57-0400 DEBUG Making cache files for all metadata files.
2025-09-26T14:56:57-0400 INFO Metadata cache refreshed recently.
2025-09-26T14:56:57-0400 DDEBUG Cleaning up.
2025-09-26T14:56:57-0400 DDEBUG Plugins were unloaded.
2025-09-26T15:59:55-0400 INFO --- logging initialized ---
2025-09-26T15:59:55-0400 DDEBUG timer: config: 6 ms
2025-09-26T15:59:55-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T15:59:55-0400 DEBUG DNF version: 4.7.0
2025-09-26T15:59:55-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T15:59:55-0400 DDEBUG Installroot: /
2025-09-26T15:59:55-0400 DDEBUG Releasever: 8
2025-09-26T15:59:55-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T15:59:55-0400 DDEBUG Base command: makecache
2025-09-26T15:59:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T15:59:55-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T15:59:55-0400 DEBUG Making cache files for all metadata files.
2025-09-26T15:59:55-0400 INFO Metadata cache refreshed recently.
2025-09-26T15:59:55-0400 DDEBUG Cleaning up.
2025-09-26T15:59:55-0400 DDEBUG Plugins were unloaded.
2025-09-26T17:09:09-0400 INFO --- logging initialized ---
2025-09-26T17:09:09-0400 DDEBUG timer: config: 8 ms
2025-09-26T17:09:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T17:09:09-0400 DEBUG DNF version: 4.7.0
2025-09-26T17:09:09-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T17:09:09-0400 DDEBUG Installroot: /
2025-09-26T17:09:09-0400 DDEBUG Releasever: 8
2025-09-26T17:09:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T17:09:09-0400 DDEBUG Base command: makecache
2025-09-26T17:09:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T17:09:09-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T17:09:09-0400 DEBUG Making cache files for all metadata files.
2025-09-26T17:09:09-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-26T17:09:09-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-26T17:09:09-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-26T17:09:09-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-26T17:09:09-0400 DEBUG extras: has expired and will be refreshed.
2025-09-26T17:09:09-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-26T17:09:09-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-26T17:09:09-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-26T17:09:09-0400 DEBUG epel: has expired and will be refreshed.
2025-09-26T17:09:09-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-26T17:09:09-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-26T17:09:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T17:09: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-09-26T17:09: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-09-26T17:09:09-0400 DDEBUG Cleaning up.
2025-09-26T17:09:09-0400 DDEBUG Plugins were unloaded.
2025-09-26T17:09: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-09-26T17:09: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-09-26T18:34:10-0400 INFO --- logging initialized ---
2025-09-26T18:34:10-0400 DDEBUG timer: config: 67 ms
2025-09-26T18: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-09-26T18:34:10-0400 DEBUG DNF version: 4.7.0
2025-09-26T18:34:10-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T18:34:10-0400 DDEBUG Installroot: /
2025-09-26T18:34:10-0400 DDEBUG Releasever: 8
2025-09-26T18:34:10-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T18:34:10-0400 DDEBUG Base command: makecache
2025-09-26T18:34:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T18:34:10-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T18:34:10-0400 DEBUG Making cache files for all metadata files.
2025-09-26T18:34:10-0400 INFO Metadata cache refreshed recently.
2025-09-26T18:34:10-0400 DDEBUG Cleaning up.
2025-09-26T18:34:10-0400 DDEBUG Plugins were unloaded.
2025-09-26T20:01:51-0400 INFO --- logging initialized ---
2025-09-26T20:01:51-0400 DDEBUG timer: config: 7 ms
2025-09-26T20:01:51-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T20:01:51-0400 DEBUG DNF version: 4.7.0
2025-09-26T20:01:51-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T20:01:51-0400 DDEBUG Installroot: /
2025-09-26T20:01:51-0400 DDEBUG Releasever: 8
2025-09-26T20:01:51-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T20:01:51-0400 DDEBUG Base command: makecache
2025-09-26T20:01:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T20:01:51-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T20:01:51-0400 DEBUG Making cache files for all metadata files.
2025-09-26T20:01:51-0400 INFO Metadata cache refreshed recently.
2025-09-26T20:01:51-0400 DDEBUG Cleaning up.
2025-09-26T20:01:51-0400 DDEBUG Plugins were unloaded.
2025-09-26T21:58:07-0400 INFO --- logging initialized ---
2025-09-26T21:58:07-0400 DDEBUG timer: config: 7 ms
2025-09-26T21:58:07-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-26T21:58:07-0400 DEBUG DNF version: 4.7.0
2025-09-26T21:58:07-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T21:58:07-0400 DDEBUG Installroot: /
2025-09-26T21:58:07-0400 DDEBUG Releasever: 8
2025-09-26T21:58:07-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T21:58:07-0400 DDEBUG Base command: makecache
2025-09-26T21:58:07-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T21:58:07-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T21:58:07-0400 DEBUG Making cache files for all metadata files.
2025-09-26T21:58:07-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-26T21:58:07-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-26T21:58:07-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-26T21:58:07-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-26T21:58:07-0400 DEBUG extras: has expired and will be refreshed.
2025-09-26T21:58:07-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-26T21:58:07-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-26T21:58:07-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-26T21:58:07-0400 DEBUG epel: has expired and will be refreshed.
2025-09-26T21:58:07-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-26T21:58:07-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-26T21:58:07-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-26T21:58: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-09-26T21:58: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-09-26T21:58:07-0400 DDEBUG Cleaning up.
2025-09-26T21:58:07-0400 DDEBUG Plugins were unloaded.
2025-09-26T21:58: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-09-26T21:58: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-09-26T23:42:59-0400 INFO --- logging initialized ---
2025-09-26T23:42:59-0400 DDEBUG timer: config: 7 ms
2025-09-26T23: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-09-26T23:43:00-0400 DEBUG DNF version: 4.7.0
2025-09-26T23:43:00-0400 DDEBUG Command: dnf makecache --timer 
2025-09-26T23:43:00-0400 DDEBUG Installroot: /
2025-09-26T23:43:00-0400 DDEBUG Releasever: 8
2025-09-26T23:43:00-0400 DEBUG cachedir: /var/cache/dnf
2025-09-26T23:43:00-0400 DDEBUG Base command: makecache
2025-09-26T23:43:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-26T23:43:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-26T23:43:00-0400 DEBUG Making cache files for all metadata files.
2025-09-26T23:43:00-0400 INFO Metadata cache refreshed recently.
2025-09-26T23:43:00-0400 DDEBUG Cleaning up.
2025-09-26T23:43:00-0400 DDEBUG Plugins were unloaded.
2025-09-27T01:02:26-0400 INFO --- logging initialized ---
2025-09-27T01:02:26-0400 DDEBUG timer: config: 8 ms
2025-09-27T01:02:26-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T01:02:26-0400 DEBUG DNF version: 4.7.0
2025-09-27T01:02:26-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T01:02:26-0400 DDEBUG Installroot: /
2025-09-27T01:02:26-0400 DDEBUG Releasever: 8
2025-09-27T01:02:26-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T01:02:26-0400 DDEBUG Base command: makecache
2025-09-27T01:02:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T01:02:26-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T01:02:26-0400 DEBUG Making cache files for all metadata files.
2025-09-27T01:02:26-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T01:02:26-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T01:02:26-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T01:02:26-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T01:02:26-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T01:02:26-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T01:02:26-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T01:02:26-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T01:02:26-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T01:02:26-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-27T01:02:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T01:02:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T01:02: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-09-27T01:02: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-09-27T01:02:26-0400 DDEBUG Cleaning up.
2025-09-27T01:02:26-0400 DDEBUG Plugins were unloaded.
2025-09-27T01:02: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-09-27T01:02: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-09-27T02:12:01-0400 INFO --- logging initialized ---
2025-09-27T02:12:01-0400 DDEBUG timer: config: 9 ms
2025-09-27T02:12:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T02:12:02-0400 DEBUG DNF version: 4.7.0
2025-09-27T02:12:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T02:12:02-0400 DDEBUG Installroot: /
2025-09-27T02:12:02-0400 DDEBUG Releasever: 8
2025-09-27T02:12:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T02:12:02-0400 DDEBUG Base command: makecache
2025-09-27T02:12:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T02:12:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T02:12:02-0400 DEBUG Making cache files for all metadata files.
2025-09-27T02:12:02-0400 INFO Metadata cache refreshed recently.
2025-09-27T02:12:02-0400 DDEBUG Cleaning up.
2025-09-27T02:12:02-0400 DDEBUG Plugins were unloaded.
2025-09-27T03:14:03-0400 INFO --- logging initialized ---
2025-09-27T03:14:03-0400 DDEBUG timer: config: 8 ms
2025-09-27T03:14:03-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T03:14:03-0400 DEBUG DNF version: 4.7.0
2025-09-27T03:14:03-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T03:14:03-0400 DDEBUG Installroot: /
2025-09-27T03:14:03-0400 DDEBUG Releasever: 8
2025-09-27T03:14:03-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T03:14:03-0400 DDEBUG Base command: makecache
2025-09-27T03:14:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T03:14:03-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T03:14:03-0400 DEBUG Making cache files for all metadata files.
2025-09-27T03:14:03-0400 INFO Metadata cache refreshed recently.
2025-09-27T03:14:03-0400 DDEBUG Cleaning up.
2025-09-27T03:14:03-0400 DDEBUG Plugins were unloaded.
2025-09-27T03:25:10-0400 INFO --- logging initialized ---
2025-09-27T03:25:10-0400 DDEBUG timer: config: 8 ms
2025-09-27T03:25:10-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T03:25:10-0400 DEBUG YUM version: 4.7.0
2025-09-27T03:25:10-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-27T03:25:10-0400 DDEBUG Installroot: /
2025-09-27T03:25:10-0400 DDEBUG Releasever: 8
2025-09-27T03:25:10-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T03:25:10-0400 DDEBUG Base command: check-update
2025-09-27T03:25:10-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-27T03:25:10-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-27T03:25:11-0400 DEBUG repo: using cache for: cwp
2025-09-27T03:25:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T03:25: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-09-27T03:25: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-09-27T03:25: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-09-27T03:25: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-09-27T03:25: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-09-27T03:25:11-0400 DDEBUG Cleaning up.
2025-09-27T03:25:11-0400 DDEBUG Plugins were unloaded.
2025-09-27T03:25: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-09-27T03:25: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-09-27T03:25:11-0400 INFO --- logging initialized ---
2025-09-27T03:25:11-0400 DDEBUG timer: config: 5 ms
2025-09-27T03:25:11-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T03:25:11-0400 DEBUG YUM version: 4.7.0
2025-09-27T03:25:11-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-27T03:25:11-0400 DDEBUG Installroot: /
2025-09-27T03:25:11-0400 DDEBUG Releasever: 8
2025-09-27T03:25:11-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T03:25:11-0400 DDEBUG Base command: update
2025-09-27T03:25:11-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-27T03:25:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-27T03:25:12-0400 DEBUG repo: using cache for: cwp
2025-09-27T03:25:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T03:25: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-09-27T03:25: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-09-27T03:25: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-09-27T03:25: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-09-27T03:25: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-09-27T03:25:12-0400 DDEBUG Cleaning up.
2025-09-27T03:25:12-0400 DDEBUG Plugins were unloaded.
2025-09-27T03:25: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-09-27T03:25: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-09-27T05:05:20-0400 INFO --- logging initialized ---
2025-09-27T05:05:20-0400 DDEBUG timer: config: 677 ms
2025-09-27T05:05:21-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T05:05:21-0400 DEBUG DNF version: 4.7.0
2025-09-27T05:05:21-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T05:05:21-0400 DDEBUG Installroot: /
2025-09-27T05:05:21-0400 DDEBUG Releasever: 8
2025-09-27T05:05:21-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T05:05:21-0400 DDEBUG Base command: makecache
2025-09-27T05:05:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T05:05:21-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T05:05:21-0400 DEBUG Making cache files for all metadata files.
2025-09-27T05:05:21-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T05:05:21-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T05:05:21-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T05:05:21-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T05:05:21-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T05:05:21-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T05:05:21-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T05:05:21-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T05:05:21-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T05:05:21-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-27T05:05:21-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T05:05:21-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T05:05:21-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-09-27T05:05:21-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-09-27T05:05:21-0400 DDEBUG Cleaning up.
2025-09-27T05:05:21-0400 DDEBUG Plugins were unloaded.
2025-09-27T05:05:21-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-27T05:05:21-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-27T07:04:35-0400 INFO --- logging initialized ---
2025-09-27T07:04:35-0400 DDEBUG timer: config: 7 ms
2025-09-27T07:04:35-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T07:04:35-0400 DEBUG DNF version: 4.7.0
2025-09-27T07:04:35-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T07:04:35-0400 DDEBUG Installroot: /
2025-09-27T07:04:35-0400 DDEBUG Releasever: 8
2025-09-27T07:04:35-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T07:04:35-0400 DDEBUG Base command: makecache
2025-09-27T07:04:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T07:04:35-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T07:04:35-0400 DEBUG Making cache files for all metadata files.
2025-09-27T07:04:35-0400 INFO Metadata cache refreshed recently.
2025-09-27T07:04:35-0400 DDEBUG Cleaning up.
2025-09-27T07:04:35-0400 DDEBUG Plugins were unloaded.
2025-09-27T08:21:49-0400 INFO --- logging initialized ---
2025-09-27T08:21:49-0400 DDEBUG timer: config: 6 ms
2025-09-27T08:21:49-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T08:21:49-0400 DEBUG DNF version: 4.7.0
2025-09-27T08:21:49-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T08:21:49-0400 DDEBUG Installroot: /
2025-09-27T08:21:49-0400 DDEBUG Releasever: 8
2025-09-27T08:21:49-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T08:21:49-0400 DDEBUG Base command: makecache
2025-09-27T08:21:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T08:21:49-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T08:21:49-0400 DEBUG Making cache files for all metadata files.
2025-09-27T08:21:49-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T08:21:49-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T08:21:49-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T08:21:49-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T08:21:49-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T08:21:49-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T08:21:49-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T08:21:49-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T08:21:49-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T08:21:49-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-27T08:21:49-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T08:21:49-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T08:21: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-09-27T08:21: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-09-27T08:21:49-0400 DDEBUG Cleaning up.
2025-09-27T08:21:49-0400 DDEBUG Plugins were unloaded.
2025-09-27T08:21: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-09-27T08:21: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-09-27T09:44:31-0400 INFO --- logging initialized ---
2025-09-27T09:44:31-0400 DDEBUG timer: config: 6 ms
2025-09-27T09:44:31-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T09:44:31-0400 DEBUG DNF version: 4.7.0
2025-09-27T09:44:31-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T09:44:31-0400 DDEBUG Installroot: /
2025-09-27T09:44:31-0400 DDEBUG Releasever: 8
2025-09-27T09:44:31-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T09:44:31-0400 DDEBUG Base command: makecache
2025-09-27T09:44:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T09:44:31-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T09:44:31-0400 DEBUG Making cache files for all metadata files.
2025-09-27T09:44:31-0400 INFO Metadata cache refreshed recently.
2025-09-27T09:44:31-0400 DDEBUG Cleaning up.
2025-09-27T09:44:31-0400 DDEBUG Plugins were unloaded.
2025-09-27T11:16:20-0400 INFO --- logging initialized ---
2025-09-27T11:16:20-0400 DDEBUG timer: config: 7 ms
2025-09-27T11:16:20-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T11:16:20-0400 DEBUG DNF version: 4.7.0
2025-09-27T11:16:20-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T11:16:20-0400 DDEBUG Installroot: /
2025-09-27T11:16:20-0400 DDEBUG Releasever: 8
2025-09-27T11:16:20-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T11:16:20-0400 DDEBUG Base command: makecache
2025-09-27T11:16:20-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T11:16:20-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T11:16:20-0400 DEBUG Making cache files for all metadata files.
2025-09-27T11:16:20-0400 INFO Metadata cache refreshed recently.
2025-09-27T11:16:20-0400 DDEBUG Cleaning up.
2025-09-27T11:16:20-0400 DDEBUG Plugins were unloaded.
2025-09-27T13:12:12-0400 INFO --- logging initialized ---
2025-09-27T13:12:12-0400 DDEBUG timer: config: 8 ms
2025-09-27T13: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-09-27T13:12:12-0400 DEBUG DNF version: 4.7.0
2025-09-27T13:12:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T13:12:12-0400 DDEBUG Installroot: /
2025-09-27T13:12:12-0400 DDEBUG Releasever: 8
2025-09-27T13:12:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T13:12:12-0400 DDEBUG Base command: makecache
2025-09-27T13:12:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T13:12:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T13:12:12-0400 DEBUG Making cache files for all metadata files.
2025-09-27T13:12:12-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T13:12:12-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T13:12:12-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T13:12:12-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T13:12:12-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T13:12:12-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T13:12:12-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T13:12:12-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T13:12:12-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T13:12:12-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-27T13:12:12-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T13:12:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T13: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-09-27T13: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-09-27T13:12:12-0400 DDEBUG Cleaning up.
2025-09-27T13:12:12-0400 DDEBUG Plugins were unloaded.
2025-09-27T13: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: 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-09-27T13:12:12-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-09-27T14:28:09-0400 INFO --- logging initialized ---
2025-09-27T14:28:09-0400 DDEBUG timer: config: 8 ms
2025-09-27T14:28:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T14:28:09-0400 DEBUG DNF version: 4.7.0
2025-09-27T14:28:09-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T14:28:09-0400 DDEBUG Installroot: /
2025-09-27T14:28:09-0400 DDEBUG Releasever: 8
2025-09-27T14:28:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T14:28:09-0400 DDEBUG Base command: makecache
2025-09-27T14:28:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T14:28:09-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T14:28:09-0400 DEBUG Making cache files for all metadata files.
2025-09-27T14:28:09-0400 INFO Metadata cache refreshed recently.
2025-09-27T14:28:09-0400 DDEBUG Cleaning up.
2025-09-27T14:28:09-0400 DDEBUG Plugins were unloaded.
2025-09-27T15:28:54-0400 INFO --- logging initialized ---
2025-09-27T15:28:54-0400 DDEBUG timer: config: 8 ms
2025-09-27T15:28:54-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T15:28:54-0400 DEBUG DNF version: 4.7.0
2025-09-27T15:28:54-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T15:28:54-0400 DDEBUG Installroot: /
2025-09-27T15:28:54-0400 DDEBUG Releasever: 8
2025-09-27T15:28:54-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T15:28:54-0400 DDEBUG Base command: makecache
2025-09-27T15:28:54-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T15:28:54-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T15:28:54-0400 DEBUG Making cache files for all metadata files.
2025-09-27T15:28:54-0400 INFO Metadata cache refreshed recently.
2025-09-27T15:28:54-0400 DDEBUG Cleaning up.
2025-09-27T15:28:54-0400 DDEBUG Plugins were unloaded.
2025-09-27T16:33:12-0400 INFO --- logging initialized ---
2025-09-27T16:33:12-0400 DDEBUG timer: config: 8 ms
2025-09-27T16:33:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T16:33:12-0400 DEBUG DNF version: 4.7.0
2025-09-27T16:33:12-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T16:33:12-0400 DDEBUG Installroot: /
2025-09-27T16:33:12-0400 DDEBUG Releasever: 8
2025-09-27T16:33:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T16:33:12-0400 DDEBUG Base command: makecache
2025-09-27T16:33:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T16:33:12-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T16:33:12-0400 DEBUG Making cache files for all metadata files.
2025-09-27T16:33:12-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T16:33:12-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T16:33:12-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T16:33:12-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T16:33:12-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T16:33:12-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T16:33:12-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T16:33:12-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T16:33:12-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T16:33:12-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-27T16:33:12-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T16:33:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T16: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-09-27T16: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-09-27T16:33:12-0400 DDEBUG Cleaning up.
2025-09-27T16:33:12-0400 DDEBUG Plugins were unloaded.
2025-09-27T16: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: 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-09-27T16:33:12-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-09-27T17:56:07-0400 INFO --- logging initialized ---
2025-09-27T17:56:07-0400 DDEBUG timer: config: 74 ms
2025-09-27T17:56:08-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T17:56:08-0400 DEBUG DNF version: 4.7.0
2025-09-27T17:56:08-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T17:56:08-0400 DDEBUG Installroot: /
2025-09-27T17:56:08-0400 DDEBUG Releasever: 8
2025-09-27T17:56:08-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T17:56:08-0400 DDEBUG Base command: makecache
2025-09-27T17:56:08-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T17:56:08-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T17:56:08-0400 DEBUG Making cache files for all metadata files.
2025-09-27T17:56:08-0400 INFO Metadata cache refreshed recently.
2025-09-27T17:56:08-0400 DDEBUG Cleaning up.
2025-09-27T17:56:08-0400 DDEBUG Plugins were unloaded.
2025-09-27T19:27:09-0400 INFO --- logging initialized ---
2025-09-27T19:27:09-0400 DDEBUG timer: config: 8 ms
2025-09-27T19:27:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T19:27:09-0400 DEBUG DNF version: 4.7.0
2025-09-27T19:27:09-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T19:27:09-0400 DDEBUG Installroot: /
2025-09-27T19:27:09-0400 DDEBUG Releasever: 8
2025-09-27T19:27:09-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T19:27:09-0400 DDEBUG Base command: makecache
2025-09-27T19:27:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T19:27:09-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T19:27:09-0400 DEBUG Making cache files for all metadata files.
2025-09-27T19:27:09-0400 INFO Metadata cache refreshed recently.
2025-09-27T19:27:09-0400 DDEBUG Cleaning up.
2025-09-27T19:27:09-0400 DDEBUG Plugins were unloaded.
2025-09-27T20:33:24-0400 INFO --- logging initialized ---
2025-09-27T20:33:24-0400 DDEBUG timer: config: 10 ms
2025-09-27T20:33:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T20:33:25-0400 DEBUG DNF version: 4.7.0
2025-09-27T20:33:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T20:33:25-0400 DDEBUG Installroot: /
2025-09-27T20:33:25-0400 DDEBUG Releasever: 8
2025-09-27T20:33:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T20:33:25-0400 DDEBUG Base command: makecache
2025-09-27T20:33:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T20:33:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T20:33:25-0400 DEBUG Making cache files for all metadata files.
2025-09-27T20:33:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T20:33:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T20:33:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T20:33:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T20:33:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T20:33:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T20:33:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T20:33:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T20:33:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T20:33:25-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-27T20:33:25-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T20:33:25-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T20:33: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-09-27T20:33: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-09-27T20:33:25-0400 DDEBUG Cleaning up.
2025-09-27T20:33:25-0400 DDEBUG Plugins were unloaded.
2025-09-27T20:33: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-09-27T20:33: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-09-27T22:23:02-0400 INFO --- logging initialized ---
2025-09-27T22:23:02-0400 DDEBUG timer: config: 7 ms
2025-09-27T22:23:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-27T22:23:02-0400 DEBUG DNF version: 4.7.0
2025-09-27T22:23:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T22:23:02-0400 DDEBUG Installroot: /
2025-09-27T22:23:02-0400 DDEBUG Releasever: 8
2025-09-27T22:23:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T22:23:02-0400 DDEBUG Base command: makecache
2025-09-27T22:23:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T22:23:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T22:23:02-0400 DEBUG Making cache files for all metadata files.
2025-09-27T22:23:02-0400 INFO Metadata cache refreshed recently.
2025-09-27T22:23:02-0400 DDEBUG Cleaning up.
2025-09-27T22:23:02-0400 DDEBUG Plugins were unloaded.
2025-09-27T23:33:38-0400 INFO --- logging initialized ---
2025-09-27T23:33:38-0400 DDEBUG timer: config: 7 ms
2025-09-27T23: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-09-27T23:33:38-0400 DEBUG DNF version: 4.7.0
2025-09-27T23:33:38-0400 DDEBUG Command: dnf makecache --timer 
2025-09-27T23:33:38-0400 DDEBUG Installroot: /
2025-09-27T23:33:38-0400 DDEBUG Releasever: 8
2025-09-27T23:33:38-0400 DEBUG cachedir: /var/cache/dnf
2025-09-27T23:33:38-0400 DDEBUG Base command: makecache
2025-09-27T23:33:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-27T23:33:38-0400 DEBUG Excludes in repo epel: nginx*
2025-09-27T23:33:38-0400 DEBUG Making cache files for all metadata files.
2025-09-27T23:33:38-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-27T23:33:38-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-27T23:33:38-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-27T23:33:38-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-27T23:33:38-0400 DEBUG extras: has expired and will be refreshed.
2025-09-27T23:33:38-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-27T23:33:38-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-27T23:33:38-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-27T23:33:38-0400 DEBUG epel: has expired and will be refreshed.
2025-09-27T23:33:38-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-27T23:33:38-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-27T23:33:38-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-27T23: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-09-27T23: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-09-27T23:33:38-0400 DDEBUG Cleaning up.
2025-09-27T23:33:38-0400 DDEBUG Plugins were unloaded.
2025-09-27T23: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-09-27T23: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-09-28T01:21:16-0400 INFO --- logging initialized ---
2025-09-28T01:21:16-0400 DDEBUG timer: config: 72 ms
2025-09-28T01: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-09-28T01:21:16-0400 DEBUG DNF version: 4.7.0
2025-09-28T01:21:16-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T01:21:16-0400 DDEBUG Installroot: /
2025-09-28T01:21:16-0400 DDEBUG Releasever: 8
2025-09-28T01:21:16-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T01:21:16-0400 DDEBUG Base command: makecache
2025-09-28T01:21:16-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T01:21:16-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T01:21:16-0400 DEBUG Making cache files for all metadata files.
2025-09-28T01:21:16-0400 INFO Metadata cache refreshed recently.
2025-09-28T01:21:16-0400 DDEBUG Cleaning up.
2025-09-28T01:21:16-0400 DDEBUG Plugins were unloaded.
2025-09-28T02:59:41-0400 INFO --- logging initialized ---
2025-09-28T02:59:41-0400 DDEBUG timer: config: 10 ms
2025-09-28T02:59:41-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T02:59:41-0400 DEBUG DNF version: 4.7.0
2025-09-28T02:59:41-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T02:59:41-0400 DDEBUG Installroot: /
2025-09-28T02:59:41-0400 DDEBUG Releasever: 8
2025-09-28T02:59:41-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T02:59:41-0400 DDEBUG Base command: makecache
2025-09-28T02:59:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T02:59:41-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T02:59:41-0400 DEBUG Making cache files for all metadata files.
2025-09-28T02:59:41-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-28T02:59:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-28T02:59:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-28T02:59:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-28T02:59:41-0400 DEBUG extras: has expired and will be refreshed.
2025-09-28T02:59:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-28T02:59:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-28T02:59:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-28T02:59:41-0400 DEBUG epel: has expired and will be refreshed.
2025-09-28T02:59:41-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-28T02:59:41-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-28T02:59:41-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T02:59: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-09-28T02:59: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-09-28T02:59:41-0400 DDEBUG Cleaning up.
2025-09-28T02:59:42-0400 DDEBUG Plugins were unloaded.
2025-09-28T02:59: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-09-28T02:59: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-09-28T03:39:10-0400 INFO --- logging initialized ---
2025-09-28T03:39:10-0400 DDEBUG timer: config: 7 ms
2025-09-28T03:39:10-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T03:39:10-0400 DEBUG YUM version: 4.7.0
2025-09-28T03:39:10-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-28T03:39:10-0400 DDEBUG Installroot: /
2025-09-28T03:39:10-0400 DDEBUG Releasever: 8
2025-09-28T03:39:10-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T03:39:10-0400 DDEBUG Base command: check-update
2025-09-28T03:39:10-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-28T03:39:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-28T03:39:11-0400 DEBUG repo: using cache for: cwp
2025-09-28T03:39:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T03:39: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-09-28T03:39: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-09-28T03:39: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-09-28T03:39: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-09-28T03:39: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-09-28T03:39:11-0400 DDEBUG Cleaning up.
2025-09-28T03:39:11-0400 DDEBUG Plugins were unloaded.
2025-09-28T03:39: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-09-28T03:39: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-09-28T03:39:12-0400 INFO --- logging initialized ---
2025-09-28T03:39:12-0400 DDEBUG timer: config: 4 ms
2025-09-28T03:39:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T03:39:12-0400 DEBUG YUM version: 4.7.0
2025-09-28T03:39:12-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-28T03:39:12-0400 DDEBUG Installroot: /
2025-09-28T03:39:12-0400 DDEBUG Releasever: 8
2025-09-28T03:39:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T03:39:12-0400 DDEBUG Base command: update
2025-09-28T03:39:12-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-28T03:39:12-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-28T03:39:12-0400 DEBUG repo: using cache for: cwp
2025-09-28T03:39:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T03:39: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-09-28T03:39: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-09-28T03:39: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-09-28T03:39: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-09-28T03:39: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-09-28T03:39:12-0400 DDEBUG Cleaning up.
2025-09-28T03:39:12-0400 DDEBUG Plugins were unloaded.
2025-09-28T03:39: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-09-28T03:39: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-09-28T04:30:33-0400 INFO --- logging initialized ---
2025-09-28T04:30:33-0400 DDEBUG timer: config: 57 ms
2025-09-28T04:30:33-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T04:30:33-0400 DEBUG DNF version: 4.7.0
2025-09-28T04:30:33-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T04:30:33-0400 DDEBUG Installroot: /
2025-09-28T04:30:33-0400 DDEBUG Releasever: 8
2025-09-28T04:30:33-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T04:30:33-0400 DDEBUG Base command: makecache
2025-09-28T04:30:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T04:30:33-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T04:30:33-0400 DEBUG Making cache files for all metadata files.
2025-09-28T04:30:33-0400 INFO Metadata cache refreshed recently.
2025-09-28T04:30:33-0400 DDEBUG Cleaning up.
2025-09-28T04:30:33-0400 DDEBUG Plugins were unloaded.
2025-09-28T06:24:25-0400 INFO --- logging initialized ---
2025-09-28T06:24:25-0400 DDEBUG timer: config: 7 ms
2025-09-28T06:24:25-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T06:24:25-0400 DEBUG DNF version: 4.7.0
2025-09-28T06:24:25-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T06:24:25-0400 DDEBUG Installroot: /
2025-09-28T06:24:25-0400 DDEBUG Releasever: 8
2025-09-28T06:24:25-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T06:24:25-0400 DDEBUG Base command: makecache
2025-09-28T06:24:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T06:24:25-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T06:24:25-0400 DEBUG Making cache files for all metadata files.
2025-09-28T06:24:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-28T06:24:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-28T06:24:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-28T06:24:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-28T06:24:25-0400 DEBUG extras: has expired and will be refreshed.
2025-09-28T06:24:25-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-28T06:24:25-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-28T06:24:25-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-28T06:24:25-0400 DEBUG epel: has expired and will be refreshed.
2025-09-28T06:24:26-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-28T06:24:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-28T06:24:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T06:24: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-09-28T06:24: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-09-28T06:24:26-0400 DDEBUG Cleaning up.
2025-09-28T06:24:26-0400 DDEBUG Plugins were unloaded.
2025-09-28T06:24: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-09-28T06:24: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-09-28T08:08:43-0400 INFO --- logging initialized ---
2025-09-28T08:08:43-0400 DDEBUG timer: config: 6 ms
2025-09-28T08:08:43-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T08:08:43-0400 DEBUG DNF version: 4.7.0
2025-09-28T08:08:43-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T08:08:43-0400 DDEBUG Installroot: /
2025-09-28T08:08:43-0400 DDEBUG Releasever: 8
2025-09-28T08:08:43-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T08:08:43-0400 DDEBUG Base command: makecache
2025-09-28T08:08:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T08:08:43-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T08:08:43-0400 DEBUG Making cache files for all metadata files.
2025-09-28T08:08:43-0400 INFO Metadata cache refreshed recently.
2025-09-28T08:08:43-0400 DDEBUG Cleaning up.
2025-09-28T08:08:43-0400 DDEBUG Plugins were unloaded.
2025-09-28T09:49:56-0400 INFO --- logging initialized ---
2025-09-28T09:49:56-0400 DDEBUG timer: config: 6 ms
2025-09-28T09:49:56-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T09:49:56-0400 DEBUG DNF version: 4.7.0
2025-09-28T09:49:56-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T09:49:56-0400 DDEBUG Installroot: /
2025-09-28T09:49:56-0400 DDEBUG Releasever: 8
2025-09-28T09:49:56-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T09:49:56-0400 DDEBUG Base command: makecache
2025-09-28T09:49:56-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T09:49:56-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T09:49:56-0400 DEBUG Making cache files for all metadata files.
2025-09-28T09:49:56-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-28T09:49:56-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-28T09:49:56-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-28T09:49:56-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-28T09:49:56-0400 DEBUG extras: has expired and will be refreshed.
2025-09-28T09:49:56-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-28T09:49:56-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-28T09:49:56-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-28T09:49:56-0400 DEBUG epel: has expired and will be refreshed.
2025-09-28T09:49:56-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-28T09:49:56-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-28T09:49:56-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T09:49: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-09-28T09:49: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-09-28T09:49:56-0400 DDEBUG Cleaning up.
2025-09-28T09:49:56-0400 DDEBUG Plugins were unloaded.
2025-09-28T09:49: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-09-28T09:49: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-09-28T11:34:23-0400 INFO --- logging initialized ---
2025-09-28T11:34:23-0400 DDEBUG timer: config: 9 ms
2025-09-28T11:34:23-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T11:34:23-0400 DEBUG DNF version: 4.7.0
2025-09-28T11:34:23-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T11:34:23-0400 DDEBUG Installroot: /
2025-09-28T11:34:23-0400 DDEBUG Releasever: 8
2025-09-28T11:34:23-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T11:34:23-0400 DDEBUG Base command: makecache
2025-09-28T11:34:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T11:34:23-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T11:34:23-0400 DEBUG Making cache files for all metadata files.
2025-09-28T11:34:23-0400 INFO Metadata cache refreshed recently.
2025-09-28T11:34:23-0400 DDEBUG Cleaning up.
2025-09-28T11:34:23-0400 DDEBUG Plugins were unloaded.
2025-09-28T13:31:50-0400 INFO --- logging initialized ---
2025-09-28T13:31:50-0400 DDEBUG timer: config: 9 ms
2025-09-28T13:31:50-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T13:31:50-0400 DEBUG DNF version: 4.7.0
2025-09-28T13:31:50-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T13:31:50-0400 DDEBUG Installroot: /
2025-09-28T13:31:50-0400 DDEBUG Releasever: 8
2025-09-28T13:31:50-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T13:31:50-0400 DDEBUG Base command: makecache
2025-09-28T13:31:50-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T13:31:50-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T13:31:50-0400 DEBUG Making cache files for all metadata files.
2025-09-28T13:31:50-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-28T13:31:50-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-28T13:31:50-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-28T13:31:50-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-28T13:31:50-0400 DEBUG extras: has expired and will be refreshed.
2025-09-28T13:31:50-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-28T13:31:50-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-28T13:31:50-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-28T13:31:50-0400 DEBUG epel: has expired and will be refreshed.
2025-09-28T13:31:50-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-28T13:31:50-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-28T13:31:50-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T13:31: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-09-28T13:31: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-09-28T13:31:50-0400 DDEBUG Cleaning up.
2025-09-28T13:31:50-0400 DDEBUG Plugins were unloaded.
2025-09-28T13:31: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-09-28T13:31: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-09-28T15:05:43-0400 INFO --- logging initialized ---
2025-09-28T15:05:43-0400 DDEBUG timer: config: 8 ms
2025-09-28T15:05:43-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T15:05:43-0400 DEBUG DNF version: 4.7.0
2025-09-28T15:05:43-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T15:05:43-0400 DDEBUG Installroot: /
2025-09-28T15:05:43-0400 DDEBUG Releasever: 8
2025-09-28T15:05:43-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T15:05:43-0400 DDEBUG Base command: makecache
2025-09-28T15:05:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T15:05:43-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T15:05:43-0400 DEBUG Making cache files for all metadata files.
2025-09-28T15:05:43-0400 INFO Metadata cache refreshed recently.
2025-09-28T15:05:43-0400 DDEBUG Cleaning up.
2025-09-28T15:05:43-0400 DDEBUG Plugins were unloaded.
2025-09-28T16:46:51-0400 INFO --- logging initialized ---
2025-09-28T16:46:51-0400 DDEBUG timer: config: 13 ms
2025-09-28T16:46:51-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T16:46:51-0400 DEBUG DNF version: 4.7.0
2025-09-28T16:46:51-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T16:46:51-0400 DDEBUG Installroot: /
2025-09-28T16:46:51-0400 DDEBUG Releasever: 8
2025-09-28T16:46:51-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T16:46:51-0400 DDEBUG Base command: makecache
2025-09-28T16:46:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T16:46:51-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T16:46:51-0400 DEBUG Making cache files for all metadata files.
2025-09-28T16:46:51-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-28T16:46:51-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-28T16:46:51-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-28T16:46:51-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-28T16:46:51-0400 DEBUG extras: has expired and will be refreshed.
2025-09-28T16:46:51-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-28T16:46:51-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-28T16:46:51-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-28T16:46:51-0400 DEBUG epel: has expired and will be refreshed.
2025-09-28T16:46:51-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-28T16:46:51-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-28T16:46:51-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T16:46: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-09-28T16:46: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-09-28T16:46:51-0400 DDEBUG Cleaning up.
2025-09-28T16:46:51-0400 DDEBUG Plugins were unloaded.
2025-09-28T16:46: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-09-28T16:46: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-09-28T18:45:29-0400 INFO --- logging initialized ---
2025-09-28T18:45:29-0400 DDEBUG timer: config: 6 ms
2025-09-28T18:45:29-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T18:45:29-0400 DEBUG DNF version: 4.7.0
2025-09-28T18:45:29-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T18:45:29-0400 DDEBUG Installroot: /
2025-09-28T18:45:29-0400 DDEBUG Releasever: 8
2025-09-28T18:45:29-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T18:45:29-0400 DDEBUG Base command: makecache
2025-09-28T18:45:29-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T18:45:29-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T18:45:29-0400 DEBUG Making cache files for all metadata files.
2025-09-28T18:45:29-0400 INFO Metadata cache refreshed recently.
2025-09-28T18:45:29-0400 DDEBUG Cleaning up.
2025-09-28T18:45:29-0400 DDEBUG Plugins were unloaded.
2025-09-28T20:20:41-0400 INFO --- logging initialized ---
2025-09-28T20:20:41-0400 DDEBUG timer: config: 23 ms
2025-09-28T20:20:41-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T20:20:41-0400 DEBUG DNF version: 4.7.0
2025-09-28T20:20:41-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T20:20:41-0400 DDEBUG Installroot: /
2025-09-28T20:20:41-0400 DDEBUG Releasever: 8
2025-09-28T20:20:41-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T20:20:41-0400 DDEBUG Base command: makecache
2025-09-28T20:20:41-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T20:20:41-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T20:20:41-0400 DEBUG Making cache files for all metadata files.
2025-09-28T20:20:41-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-28T20:20:41-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-28T20:20:41-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-28T20:20:41-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-28T20:20:41-0400 DEBUG extras: has expired and will be refreshed.
2025-09-28T20:20:41-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-28T20:20:41-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-28T20:20:41-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-28T20:20:41-0400 DEBUG epel: has expired and will be refreshed.
2025-09-28T20:20:41-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-28T20:20:41-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-28T20:20:41-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-28T20:20: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-09-28T20:20: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-09-28T20:20:41-0400 DDEBUG Cleaning up.
2025-09-28T20:20:41-0400 DDEBUG Plugins were unloaded.
2025-09-28T20:20: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-09-28T20:20: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-09-28T21:46:44-0400 INFO --- logging initialized ---
2025-09-28T21:46:44-0400 DDEBUG timer: config: 220 ms
2025-09-28T21:46:44-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T21:46:44-0400 DEBUG DNF version: 4.7.0
2025-09-28T21:46:44-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T21:46:44-0400 DDEBUG Installroot: /
2025-09-28T21:46:44-0400 DDEBUG Releasever: 8
2025-09-28T21:46:44-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T21:46:44-0400 DDEBUG Base command: makecache
2025-09-28T21:46:44-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T21:46:44-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T21:46:44-0400 DEBUG Making cache files for all metadata files.
2025-09-28T21:46:44-0400 INFO Metadata cache refreshed recently.
2025-09-28T21:46:44-0400 DDEBUG Cleaning up.
2025-09-28T21:46:44-0400 DDEBUG Plugins were unloaded.
2025-09-28T23:20:14-0400 INFO --- logging initialized ---
2025-09-28T23:20:14-0400 DDEBUG timer: config: 6 ms
2025-09-28T23:20:14-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-28T23:20:14-0400 DEBUG DNF version: 4.7.0
2025-09-28T23:20:14-0400 DDEBUG Command: dnf makecache --timer 
2025-09-28T23:20:14-0400 DDEBUG Installroot: /
2025-09-28T23:20:14-0400 DDEBUG Releasever: 8
2025-09-28T23:20:14-0400 DEBUG cachedir: /var/cache/dnf
2025-09-28T23:20:14-0400 DDEBUG Base command: makecache
2025-09-28T23:20:14-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-28T23:20:14-0400 DEBUG Excludes in repo epel: nginx*
2025-09-28T23:20:14-0400 DEBUG Making cache files for all metadata files.
2025-09-28T23:20:14-0400 INFO Metadata cache refreshed recently.
2025-09-28T23:20:14-0400 DDEBUG Cleaning up.
2025-09-28T23:20:14-0400 DDEBUG Plugins were unloaded.
2025-09-29T01:17:02-0400 INFO --- logging initialized ---
2025-09-29T01:17:02-0400 DDEBUG timer: config: 8 ms
2025-09-29T01:17:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T01:17:02-0400 DEBUG DNF version: 4.7.0
2025-09-29T01:17:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T01:17:02-0400 DDEBUG Installroot: /
2025-09-29T01:17:02-0400 DDEBUG Releasever: 8
2025-09-29T01:17:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T01:17:02-0400 DDEBUG Base command: makecache
2025-09-29T01:17:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T01:17:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T01:17:02-0400 DEBUG Making cache files for all metadata files.
2025-09-29T01:17:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-29T01:17:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-29T01:17:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-29T01:17:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-29T01:17:02-0400 DEBUG extras: has expired and will be refreshed.
2025-09-29T01:17:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-29T01:17:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-29T01:17:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-29T01:17:02-0400 DEBUG epel: has expired and will be refreshed.
2025-09-29T01:17:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-29T01:17:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-29T01:17:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-29T01:17: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-09-29T01:17: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-09-29T01:17:02-0400 DDEBUG Cleaning up.
2025-09-29T01:17:02-0400 DDEBUG Plugins were unloaded.
2025-09-29T01:17: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-09-29T01:17: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-09-29T03:05:02-0400 INFO --- logging initialized ---
2025-09-29T03:05:02-0400 DDEBUG timer: config: 10 ms
2025-09-29T03:05:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T03:05:02-0400 DEBUG DNF version: 4.7.0
2025-09-29T03:05:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T03:05:02-0400 DDEBUG Installroot: /
2025-09-29T03:05:02-0400 DDEBUG Releasever: 8
2025-09-29T03:05:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T03:05:02-0400 DDEBUG Base command: makecache
2025-09-29T03:05:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T03:05:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T03:05:02-0400 DEBUG Making cache files for all metadata files.
2025-09-29T03:05:02-0400 INFO Metadata cache refreshed recently.
2025-09-29T03:05:02-0400 DDEBUG Cleaning up.
2025-09-29T03:05:02-0400 DDEBUG Plugins were unloaded.
2025-09-29T03:31:13-0400 INFO --- logging initialized ---
2025-09-29T03:31:13-0400 DDEBUG timer: config: 6 ms
2025-09-29T03:31:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T03:31:13-0400 DEBUG YUM version: 4.7.0
2025-09-29T03:31:13-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-29T03:31:13-0400 DDEBUG Installroot: /
2025-09-29T03:31:13-0400 DDEBUG Releasever: 8
2025-09-29T03:31:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T03:31:13-0400 DDEBUG Base command: check-update
2025-09-29T03:31:13-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-29T03:31:14-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-29T03:31:14-0400 DEBUG repo: using cache for: cwp
2025-09-29T03:31:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-29T03:31: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-09-29T03:31: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-09-29T03:31: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-09-29T03:31: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-09-29T03:31: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-09-29T03:31:14-0400 DDEBUG Cleaning up.
2025-09-29T03:31:14-0400 DDEBUG Plugins were unloaded.
2025-09-29T03:31: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-09-29T03:31: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-09-29T03:31:15-0400 INFO --- logging initialized ---
2025-09-29T03:31:15-0400 DDEBUG timer: config: 5 ms
2025-09-29T03:31:15-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T03:31:15-0400 DEBUG YUM version: 4.7.0
2025-09-29T03:31:15-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-29T03:31:15-0400 DDEBUG Installroot: /
2025-09-29T03:31:15-0400 DDEBUG Releasever: 8
2025-09-29T03:31:15-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T03:31:15-0400 DDEBUG Base command: update
2025-09-29T03:31:15-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-29T03:31:15-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-29T03:31:15-0400 DEBUG repo: using cache for: cwp
2025-09-29T03:31:15-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-29T03:31: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-09-29T03:31: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-09-29T03:31: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-09-29T03:31: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-09-29T03:31: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-09-29T03:31:15-0400 DDEBUG Cleaning up.
2025-09-29T03:31:15-0400 DDEBUG Plugins were unloaded.
2025-09-29T03:31:15-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-29T03:31:15-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-09-29T04:08:49-0400 INFO --- logging initialized ---
2025-09-29T04:08:49-0400 DDEBUG timer: config: 68 ms
2025-09-29T04:08:49-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T04:08:49-0400 DEBUG DNF version: 4.7.0
2025-09-29T04:08:49-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T04:08:49-0400 DDEBUG Installroot: /
2025-09-29T04:08:49-0400 DDEBUG Releasever: 8
2025-09-29T04:08:49-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T04:08:49-0400 DDEBUG Base command: makecache
2025-09-29T04:08:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T04:08:49-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T04:08:49-0400 DEBUG Making cache files for all metadata files.
2025-09-29T04:08:49-0400 INFO Metadata cache refreshed recently.
2025-09-29T04:08:49-0400 DDEBUG Cleaning up.
2025-09-29T04:08:49-0400 DDEBUG Plugins were unloaded.
2025-09-29T05:21:38-0400 INFO --- logging initialized ---
2025-09-29T05:21:38-0400 DDEBUG timer: config: 12 ms
2025-09-29T05:21:38-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T05:21:38-0400 DEBUG DNF version: 4.7.0
2025-09-29T05:21:38-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T05:21:38-0400 DDEBUG Installroot: /
2025-09-29T05:21:38-0400 DDEBUG Releasever: 8
2025-09-29T05:21:38-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T05:21:38-0400 DDEBUG Base command: makecache
2025-09-29T05:21:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T05:21:38-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T05:21:38-0400 DEBUG Making cache files for all metadata files.
2025-09-29T05:21:38-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-29T05:21:38-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-29T05:21:38-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-29T05:21:38-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-29T05:21:38-0400 DEBUG extras: has expired and will be refreshed.
2025-09-29T05:21:38-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-29T05:21:38-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-29T05:21:38-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-29T05:21:38-0400 DEBUG epel: has expired and will be refreshed.
2025-09-29T05:21:38-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-29T05:21:38-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-29T05:21:38-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-29T05:21: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-09-29T05:21: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-09-29T05:21:38-0400 DDEBUG Cleaning up.
2025-09-29T05:21:38-0400 DDEBUG Plugins were unloaded.
2025-09-29T05:21: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-09-29T05:21: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-09-29T06:25:54-0400 INFO --- logging initialized ---
2025-09-29T06:25:54-0400 DDEBUG timer: config: 7 ms
2025-09-29T06:25:54-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T06:25:54-0400 DEBUG DNF version: 4.7.0
2025-09-29T06:25:54-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T06:25:54-0400 DDEBUG Installroot: /
2025-09-29T06:25:54-0400 DDEBUG Releasever: 8
2025-09-29T06:25:54-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T06:25:54-0400 DDEBUG Base command: makecache
2025-09-29T06:25:54-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T06:25:54-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T06:25:54-0400 DEBUG Making cache files for all metadata files.
2025-09-29T06:25:54-0400 INFO Metadata cache refreshed recently.
2025-09-29T06:25:54-0400 DDEBUG Cleaning up.
2025-09-29T06:25:54-0400 DDEBUG Plugins were unloaded.
2025-09-29T07:37:57-0400 INFO --- logging initialized ---
2025-09-29T07:37:57-0400 DDEBUG timer: config: 7 ms
2025-09-29T07:37:57-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T07:37:57-0400 DEBUG DNF version: 4.7.0
2025-09-29T07:37:57-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T07:37:57-0400 DDEBUG Installroot: /
2025-09-29T07:37:57-0400 DDEBUG Releasever: 8
2025-09-29T07:37:57-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T07:37:57-0400 DDEBUG Base command: makecache
2025-09-29T07:37:57-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T07:37:57-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T07:37:57-0400 DEBUG Making cache files for all metadata files.
2025-09-29T07:37:57-0400 INFO Metadata cache refreshed recently.
2025-09-29T07:37:57-0400 DDEBUG Cleaning up.
2025-09-29T07:37:57-0400 DDEBUG Plugins were unloaded.
2025-09-29T08:52:31-0400 INFO --- logging initialized ---
2025-09-29T08:52:31-0400 DDEBUG timer: config: 8 ms
2025-09-29T08:52:31-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T08:52:31-0400 DEBUG DNF version: 4.7.0
2025-09-29T08:52:31-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T08:52:31-0400 DDEBUG Installroot: /
2025-09-29T08:52:31-0400 DDEBUG Releasever: 8
2025-09-29T08:52:31-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T08:52:31-0400 DDEBUG Base command: makecache
2025-09-29T08:52:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T08:52:31-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T08:52:31-0400 DEBUG Making cache files for all metadata files.
2025-09-29T08:52:31-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-29T08:52:31-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-29T08:52:31-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-29T08:52:31-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-29T08:52:31-0400 DEBUG extras: has expired and will be refreshed.
2025-09-29T08:52:31-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-29T08:52:31-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-29T08:52:31-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-29T08:52:31-0400 DEBUG epel: has expired and will be refreshed.
2025-09-29T08:52:31-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-29T08:52:31-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-29T08:52:31-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-29T08:52: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-09-29T08:52: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-09-29T08:52:31-0400 DDEBUG Cleaning up.
2025-09-29T08:52:31-0400 DDEBUG Plugins were unloaded.
2025-09-29T08:52: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-09-29T08:52: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-09-29T10:52:01-0400 INFO --- logging initialized ---
2025-09-29T10:52:01-0400 DDEBUG timer: config: 11 ms
2025-09-29T10:52:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T10:52:01-0400 DEBUG DNF version: 4.7.0
2025-09-29T10:52:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T10:52:01-0400 DDEBUG Installroot: /
2025-09-29T10:52:01-0400 DDEBUG Releasever: 8
2025-09-29T10:52:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T10:52:01-0400 DDEBUG Base command: makecache
2025-09-29T10:52:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T10:52:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T10:52:01-0400 DEBUG Making cache files for all metadata files.
2025-09-29T10:52:01-0400 INFO Metadata cache refreshed recently.
2025-09-29T10:52:01-0400 DDEBUG Cleaning up.
2025-09-29T10:52:01-0400 DDEBUG Plugins were unloaded.
2025-09-29T12:26:42-0400 INFO --- logging initialized ---
2025-09-29T12:26:42-0400 DDEBUG timer: config: 45 ms
2025-09-29T12: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-09-29T12:26:42-0400 DEBUG DNF version: 4.7.0
2025-09-29T12:26:42-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T12:26:42-0400 DDEBUG Installroot: /
2025-09-29T12:26:42-0400 DDEBUG Releasever: 8
2025-09-29T12:26:42-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T12:26:42-0400 DDEBUG Base command: makecache
2025-09-29T12:26:42-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T12:26:43-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T12:26:43-0400 DEBUG Making cache files for all metadata files.
2025-09-29T12:26:43-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-29T12:26:43-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-29T12:26:43-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-29T12:26:43-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-29T12:26:43-0400 DEBUG extras: has expired and will be refreshed.
2025-09-29T12:26:43-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-29T12:26:43-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-29T12:26:43-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-29T12:26:43-0400 DEBUG epel: has expired and will be refreshed.
2025-09-29T12:26:43-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-29T12:26:43-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-29T12:26:43-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-29T12:26: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-09-29T12:26: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-09-29T12:26:43-0400 DDEBUG Cleaning up.
2025-09-29T12:26:43-0400 DDEBUG Plugins were unloaded.
2025-09-29T12:26: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-09-29T12:26: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-09-29T14:24:53-0400 INFO --- logging initialized ---
2025-09-29T14:24:53-0400 DDEBUG timer: config: 6 ms
2025-09-29T14: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-09-29T14:24:53-0400 DEBUG DNF version: 4.7.0
2025-09-29T14:24:53-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T14:24:53-0400 DDEBUG Installroot: /
2025-09-29T14:24:53-0400 DDEBUG Releasever: 8
2025-09-29T14:24:53-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T14:24:53-0400 DDEBUG Base command: makecache
2025-09-29T14:24:53-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T14:24:53-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T14:24:53-0400 DEBUG Making cache files for all metadata files.
2025-09-29T14:24:53-0400 INFO Metadata cache refreshed recently.
2025-09-29T14:24:53-0400 DDEBUG Cleaning up.
2025-09-29T14:24:53-0400 DDEBUG Plugins were unloaded.
2025-09-29T15:32:57-0400 INFO --- logging initialized ---
2025-09-29T15:32:57-0400 DDEBUG timer: config: 6 ms
2025-09-29T15:32:58-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T15:32:58-0400 DEBUG DNF version: 4.7.0
2025-09-29T15:32:58-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T15:32:58-0400 DDEBUG Installroot: /
2025-09-29T15:32:58-0400 DDEBUG Releasever: 8
2025-09-29T15:32:58-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T15:32:58-0400 DDEBUG Base command: makecache
2025-09-29T15:32:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T15:32:58-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T15:32:58-0400 DEBUG Making cache files for all metadata files.
2025-09-29T15:32:58-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-29T15:32:58-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-29T15:32:58-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-29T15:32:58-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-29T15:32:58-0400 DEBUG extras: has expired and will be refreshed.
2025-09-29T15:32:58-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-29T15:32:58-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-29T15:32:58-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-29T15:32:58-0400 DEBUG epel: has expired and will be refreshed.
2025-09-29T15:32:58-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-29T15:32:58-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-29T15:32:58-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-29T15:32: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-09-29T15:32: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-09-29T15:32:58-0400 DDEBUG Cleaning up.
2025-09-29T15:32:58-0400 DDEBUG Plugins were unloaded.
2025-09-29T15:32: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-09-29T15:32: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-09-29T17:31:01-0400 INFO --- logging initialized ---
2025-09-29T17:31:01-0400 DDEBUG timer: config: 7 ms
2025-09-29T17:31:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T17:31:01-0400 DEBUG DNF version: 4.7.0
2025-09-29T17:31:01-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T17:31:01-0400 DDEBUG Installroot: /
2025-09-29T17:31:01-0400 DDEBUG Releasever: 8
2025-09-29T17:31:01-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T17:31:01-0400 DDEBUG Base command: makecache
2025-09-29T17:31:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T17:31:01-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T17:31:01-0400 DEBUG Making cache files for all metadata files.
2025-09-29T17:31:01-0400 INFO Metadata cache refreshed recently.
2025-09-29T17:31:01-0400 DDEBUG Cleaning up.
2025-09-29T17:31:01-0400 DDEBUG Plugins were unloaded.
2025-09-29T18:44:18-0400 INFO --- logging initialized ---
2025-09-29T18:44:18-0400 DDEBUG timer: config: 7 ms
2025-09-29T18: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-09-29T18:44:18-0400 DEBUG DNF version: 4.7.0
2025-09-29T18:44:18-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T18:44:18-0400 DDEBUG Installroot: /
2025-09-29T18:44:18-0400 DDEBUG Releasever: 8
2025-09-29T18:44:18-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T18:44:18-0400 DDEBUG Base command: makecache
2025-09-29T18:44:18-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T18:44:18-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T18:44:18-0400 DEBUG Making cache files for all metadata files.
2025-09-29T18:44:18-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-29T18:44:18-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-29T18:44:18-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-29T18:44:18-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-29T18:44:18-0400 DEBUG extras: has expired and will be refreshed.
2025-09-29T18:44:18-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-29T18:44:18-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-29T18:44:18-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-29T18:44:18-0400 DEBUG epel: has expired and will be refreshed.
2025-09-29T18:44:18-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-29T18:44:18-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-29T18:44:18-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-29T18:44: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-09-29T18:44: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-09-29T18:44:18-0400 DDEBUG Cleaning up.
2025-09-29T18:44:18-0400 DDEBUG Plugins were unloaded.
2025-09-29T18:44: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-09-29T18:44: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-09-29T20:23:02-0400 INFO --- logging initialized ---
2025-09-29T20:23:02-0400 DDEBUG timer: config: 55 ms
2025-09-29T20:23:02-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T20:23:02-0400 DEBUG DNF version: 4.7.0
2025-09-29T20:23:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T20:23:02-0400 DDEBUG Installroot: /
2025-09-29T20:23:02-0400 DDEBUG Releasever: 8
2025-09-29T20:23:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T20:23:02-0400 DDEBUG Base command: makecache
2025-09-29T20:23:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T20:23:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T20:23:02-0400 DEBUG Making cache files for all metadata files.
2025-09-29T20:23:02-0400 INFO Metadata cache refreshed recently.
2025-09-29T20:23:02-0400 DDEBUG Cleaning up.
2025-09-29T20:23:02-0400 DDEBUG Plugins were unloaded.
2025-09-29T21:32:26-0400 INFO --- logging initialized ---
2025-09-29T21:32:26-0400 DDEBUG timer: config: 6 ms
2025-09-29T21:32:26-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T21:32:26-0400 DEBUG DNF version: 4.7.0
2025-09-29T21:32:26-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T21:32:26-0400 DDEBUG Installroot: /
2025-09-29T21:32:26-0400 DDEBUG Releasever: 8
2025-09-29T21:32:26-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T21:32:26-0400 DDEBUG Base command: makecache
2025-09-29T21:32:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T21:32:26-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T21:32:26-0400 DEBUG Making cache files for all metadata files.
2025-09-29T21:32:26-0400 INFO Metadata cache refreshed recently.
2025-09-29T21:32:26-0400 DDEBUG Cleaning up.
2025-09-29T21:32:26-0400 DDEBUG Plugins were unloaded.
2025-09-29T22:47:22-0400 INFO --- logging initialized ---
2025-09-29T22:47:22-0400 DDEBUG timer: config: 7 ms
2025-09-29T22:47:22-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-29T22:47:22-0400 DEBUG DNF version: 4.7.0
2025-09-29T22:47:22-0400 DDEBUG Command: dnf makecache --timer 
2025-09-29T22:47:22-0400 DDEBUG Installroot: /
2025-09-29T22:47:22-0400 DDEBUG Releasever: 8
2025-09-29T22:47:22-0400 DEBUG cachedir: /var/cache/dnf
2025-09-29T22:47:22-0400 DDEBUG Base command: makecache
2025-09-29T22:47:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-29T22:47:22-0400 DEBUG Excludes in repo epel: nginx*
2025-09-29T22:47:22-0400 DEBUG Making cache files for all metadata files.
2025-09-29T22:47:22-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-29T22:47:22-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-29T22:47:22-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-29T22:47:22-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-29T22:47:22-0400 DEBUG extras: has expired and will be refreshed.
2025-09-29T22:47:22-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-29T22:47:22-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-29T22:47:22-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-29T22:47:22-0400 DEBUG epel: has expired and will be refreshed.
2025-09-29T22:47:22-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-29T22:47:22-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-29T22:47:22-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-29T22:47: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-09-29T22:47: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-09-29T22:47:22-0400 DDEBUG Cleaning up.
2025-09-29T22:47:22-0400 DDEBUG Plugins were unloaded.
2025-09-29T22:47: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-09-29T22:47: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-09-30T00:01:32-0400 INFO --- logging initialized ---
2025-09-30T00:01:32-0400 DDEBUG timer: config: 6 ms
2025-09-30T00:01:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T00:01:32-0400 DEBUG DNF version: 4.7.0
2025-09-30T00:01:32-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T00:01:32-0400 DDEBUG Installroot: /
2025-09-30T00:01:32-0400 DDEBUG Releasever: 8
2025-09-30T00:01:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T00:01:32-0400 DDEBUG Base command: makecache
2025-09-30T00:01:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T00:01:33-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T00:01:33-0400 DEBUG Making cache files for all metadata files.
2025-09-30T00:01:33-0400 INFO Metadata cache refreshed recently.
2025-09-30T00:01:33-0400 DDEBUG Cleaning up.
2025-09-30T00:01:33-0400 DDEBUG Plugins were unloaded.
2025-09-30T01:31:15-0400 INFO --- logging initialized ---
2025-09-30T01:31:15-0400 DDEBUG timer: config: 7 ms
2025-09-30T01:31:15-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T01:31:15-0400 DEBUG DNF version: 4.7.0
2025-09-30T01:31:15-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T01:31:15-0400 DDEBUG Installroot: /
2025-09-30T01:31:15-0400 DDEBUG Releasever: 8
2025-09-30T01:31:15-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T01:31:15-0400 DDEBUG Base command: makecache
2025-09-30T01:31:15-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T01:31:15-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T01:31:15-0400 DEBUG Making cache files for all metadata files.
2025-09-30T01:31:15-0400 INFO Metadata cache refreshed recently.
2025-09-30T01:31:15-0400 DDEBUG Cleaning up.
2025-09-30T01:31:15-0400 DDEBUG Plugins were unloaded.
2025-09-30T02:38:48-0400 INFO --- logging initialized ---
2025-09-30T02:38:48-0400 DDEBUG timer: config: 6 ms
2025-09-30T02:38:48-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T02:38:48-0400 DEBUG DNF version: 4.7.0
2025-09-30T02:38:48-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T02:38:48-0400 DDEBUG Installroot: /
2025-09-30T02:38:48-0400 DDEBUG Releasever: 8
2025-09-30T02:38:48-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T02:38:48-0400 DDEBUG Base command: makecache
2025-09-30T02:38:48-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T02:38:48-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T02:38:48-0400 DEBUG Making cache files for all metadata files.
2025-09-30T02:38:48-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-30T02:38:48-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-30T02:38:48-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-30T02:38:48-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-30T02:38:48-0400 DEBUG extras: has expired and will be refreshed.
2025-09-30T02:38:48-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-30T02:38:48-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-30T02:38:48-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-30T02:38:48-0400 DEBUG epel: has expired and will be refreshed.
2025-09-30T02:38:48-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-30T02:38:48-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-30T02:38:48-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-30T02:38: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-09-30T02:38: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-09-30T02:38:48-0400 DDEBUG Cleaning up.
2025-09-30T02:38:48-0400 DDEBUG Plugins were unloaded.
2025-09-30T02:38:48-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-09-30T02:38:48-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-09-30T03:34:12-0400 INFO --- logging initialized ---
2025-09-30T03:34:12-0400 DDEBUG timer: config: 8 ms
2025-09-30T03:34:12-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T03:34:12-0400 DEBUG YUM version: 4.7.0
2025-09-30T03:34:12-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-09-30T03:34:12-0400 DDEBUG Installroot: /
2025-09-30T03:34:12-0400 DDEBUG Releasever: 8
2025-09-30T03:34:12-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T03:34:12-0400 DDEBUG Base command: check-update
2025-09-30T03:34:12-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-09-30T03:34:12-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-30T03:34:13-0400 DEBUG repo: using cache for: cwp
2025-09-30T03:34:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-30T03:34: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-09-30T03:34: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-09-30T03:34: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-09-30T03:34: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-09-30T03:34: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-09-30T03:34:13-0400 DDEBUG Cleaning up.
2025-09-30T03:34:13-0400 DDEBUG Plugins were unloaded.
2025-09-30T03:34: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-09-30T03:34: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-09-30T03:34:14-0400 INFO --- logging initialized ---
2025-09-30T03:34:14-0400 DDEBUG timer: config: 5 ms
2025-09-30T03:34:14-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T03:34:14-0400 DEBUG YUM version: 4.7.0
2025-09-30T03:34:14-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-09-30T03:34:14-0400 DDEBUG Installroot: /
2025-09-30T03:34:14-0400 DDEBUG Releasever: 8
2025-09-30T03:34:14-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T03:34:14-0400 DDEBUG Base command: update
2025-09-30T03:34:14-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-09-30T03:34:14-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-09-30T03:34:14-0400 DEBUG repo: using cache for: cwp
2025-09-30T03:34:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-30T03:34: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-09-30T03:34: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-09-30T03:34: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-09-30T03:34: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-09-30T03:34: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-09-30T03:34:14-0400 DDEBUG Cleaning up.
2025-09-30T03:34:14-0400 DDEBUG Plugins were unloaded.
2025-09-30T03:34: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-09-30T03:34: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-09-30T04:02:59-0400 INFO --- logging initialized ---
2025-09-30T04:02:59-0400 DDEBUG timer: config: 64 ms
2025-09-30T04:02:59-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T04:02:59-0400 DEBUG DNF version: 4.7.0
2025-09-30T04:02:59-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T04:02:59-0400 DDEBUG Installroot: /
2025-09-30T04:02:59-0400 DDEBUG Releasever: 8
2025-09-30T04:02:59-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T04:02:59-0400 DDEBUG Base command: makecache
2025-09-30T04:02:59-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T04:03:00-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T04:03:00-0400 DEBUG Making cache files for all metadata files.
2025-09-30T04:03:00-0400 INFO Metadata cache refreshed recently.
2025-09-30T04:03:00-0400 DDEBUG Cleaning up.
2025-09-30T04:03:00-0400 DDEBUG Plugins were unloaded.
2025-09-30T05:58:02-0400 INFO --- logging initialized ---
2025-09-30T05:58:02-0400 DDEBUG timer: config: 54 ms
2025-09-30T05: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-09-30T05:58:02-0400 DEBUG DNF version: 4.7.0
2025-09-30T05:58:02-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T05:58:02-0400 DDEBUG Installroot: /
2025-09-30T05:58:02-0400 DDEBUG Releasever: 8
2025-09-30T05:58:02-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T05:58:02-0400 DDEBUG Base command: makecache
2025-09-30T05:58:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T05:58:02-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T05:58:02-0400 DEBUG Making cache files for all metadata files.
2025-09-30T05:58:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-30T05:58:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-30T05:58:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-30T05:58:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-30T05:58:02-0400 DEBUG extras: has expired and will be refreshed.
2025-09-30T05:58:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-30T05:58:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-30T05:58:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-30T05:58:02-0400 DEBUG epel: has expired and will be refreshed.
2025-09-30T05:58:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-30T05:58:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-30T05:58:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-30T05:58: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-09-30T05:58: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-09-30T05:58:02-0400 DDEBUG Cleaning up.
2025-09-30T05:58:02-0400 DDEBUG Plugins were unloaded.
2025-09-30T05:58: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-09-30T05:58: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-09-30T07:49:54-0400 INFO --- logging initialized ---
2025-09-30T07:49:54-0400 DDEBUG timer: config: 7 ms
2025-09-30T07:49:54-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T07:49:54-0400 DEBUG DNF version: 4.7.0
2025-09-30T07:49:54-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T07:49:54-0400 DDEBUG Installroot: /
2025-09-30T07:49:54-0400 DDEBUG Releasever: 8
2025-09-30T07:49:54-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T07:49:54-0400 DDEBUG Base command: makecache
2025-09-30T07:49:54-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T07:49:54-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T07:49:54-0400 DEBUG Making cache files for all metadata files.
2025-09-30T07:49:54-0400 INFO Metadata cache refreshed recently.
2025-09-30T07:49:54-0400 DDEBUG Cleaning up.
2025-09-30T07:49:54-0400 DDEBUG Plugins were unloaded.
2025-09-30T09:49:28-0400 INFO --- logging initialized ---
2025-09-30T09:49:28-0400 DDEBUG timer: config: 6 ms
2025-09-30T09:49:28-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T09:49:28-0400 DEBUG DNF version: 4.7.0
2025-09-30T09:49:28-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T09:49:28-0400 DDEBUG Installroot: /
2025-09-30T09:49:28-0400 DDEBUG Releasever: 8
2025-09-30T09:49:28-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T09:49:28-0400 DDEBUG Base command: makecache
2025-09-30T09:49:28-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T09:49:28-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T09:49:28-0400 DEBUG Making cache files for all metadata files.
2025-09-30T09:49:28-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-30T09:49:28-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-30T09:49:28-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-30T09:49:28-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-30T09:49:28-0400 DEBUG extras: has expired and will be refreshed.
2025-09-30T09:49:28-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-30T09:49:28-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-30T09:49:28-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-30T09:49:28-0400 DEBUG epel: has expired and will be refreshed.
2025-09-30T09:49:28-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-30T09:49:28-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-30T09:49:28-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-30T09:49: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-09-30T09:49: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-09-30T09:49:28-0400 DDEBUG Cleaning up.
2025-09-30T09:49:28-0400 DDEBUG Plugins were unloaded.
2025-09-30T09:49: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-09-30T09:49: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-09-30T11:17:33-0400 INFO --- logging initialized ---
2025-09-30T11:17:33-0400 DDEBUG timer: config: 551 ms
2025-09-30T11:17:36-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T11:17:36-0400 DEBUG DNF version: 4.7.0
2025-09-30T11:17:36-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T11:17:36-0400 DDEBUG Installroot: /
2025-09-30T11:17:36-0400 DDEBUG Releasever: 8
2025-09-30T11:17:36-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T11:17:36-0400 DDEBUG Base command: makecache
2025-09-30T11:17:36-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T11:17:36-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T11:17:36-0400 DEBUG Making cache files for all metadata files.
2025-09-30T11:17:36-0400 INFO Metadata cache refreshed recently.
2025-09-30T11:17:36-0400 DDEBUG Cleaning up.
2025-09-30T11:17:36-0400 DDEBUG Plugins were unloaded.
2025-09-30T12:37:32-0400 INFO --- logging initialized ---
2025-09-30T12:37:32-0400 DDEBUG timer: config: 6 ms
2025-09-30T12:37:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T12:37:32-0400 DEBUG DNF version: 4.7.0
2025-09-30T12:37:32-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T12:37:32-0400 DDEBUG Installroot: /
2025-09-30T12:37:32-0400 DDEBUG Releasever: 8
2025-09-30T12:37:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T12:37:32-0400 DDEBUG Base command: makecache
2025-09-30T12:37:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T12:37:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T12:37:32-0400 DEBUG Making cache files for all metadata files.
2025-09-30T12:37:32-0400 INFO Metadata cache refreshed recently.
2025-09-30T12:37:32-0400 DDEBUG Cleaning up.
2025-09-30T12:37:32-0400 DDEBUG Plugins were unloaded.
2025-09-30T14:23:38-0400 INFO --- logging initialized ---
2025-09-30T14:23:38-0400 DDEBUG timer: config: 7 ms
2025-09-30T14:23:38-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T14:23:38-0400 DEBUG DNF version: 4.7.0
2025-09-30T14:23:38-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T14:23:38-0400 DDEBUG Installroot: /
2025-09-30T14:23:38-0400 DDEBUG Releasever: 8
2025-09-30T14:23:38-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T14:23:38-0400 DDEBUG Base command: makecache
2025-09-30T14:23:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T14:23:38-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T14:23:38-0400 DEBUG Making cache files for all metadata files.
2025-09-30T14:23:38-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-30T14:23:38-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-30T14:23:38-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-30T14:23:38-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-30T14:23:38-0400 DEBUG extras: has expired and will be refreshed.
2025-09-30T14:23:38-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-30T14:23:38-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-30T14:23:38-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-30T14:23:38-0400 DEBUG epel: has expired and will be refreshed.
2025-09-30T14:23:38-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-30T14:23:38-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-30T14:23:38-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-30T14:23: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-09-30T14:23: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-09-30T14:23:39-0400 DDEBUG Cleaning up.
2025-09-30T14:23:39-0400 DDEBUG Plugins were unloaded.
2025-09-30T14:23: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-09-30T14:23: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-09-30T16:18:13-0400 INFO --- logging initialized ---
2025-09-30T16:18:13-0400 DDEBUG timer: config: 8 ms
2025-09-30T16:18:13-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T16:18:13-0400 DEBUG DNF version: 4.7.0
2025-09-30T16:18:13-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T16:18:13-0400 DDEBUG Installroot: /
2025-09-30T16:18:13-0400 DDEBUG Releasever: 8
2025-09-30T16:18:13-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T16:18:13-0400 DDEBUG Base command: makecache
2025-09-30T16:18:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T16:18:13-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T16:18:13-0400 DEBUG Making cache files for all metadata files.
2025-09-30T16:18:13-0400 INFO Metadata cache refreshed recently.
2025-09-30T16:18:13-0400 DDEBUG Cleaning up.
2025-09-30T16:18:13-0400 DDEBUG Plugins were unloaded.
2025-09-30T17:41:26-0400 INFO --- logging initialized ---
2025-09-30T17:41:26-0400 DDEBUG timer: config: 8 ms
2025-09-30T17:41:26-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T17:41:26-0400 DEBUG DNF version: 4.7.0
2025-09-30T17:41:26-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T17:41:26-0400 DDEBUG Installroot: /
2025-09-30T17:41:26-0400 DDEBUG Releasever: 8
2025-09-30T17:41:26-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T17:41:26-0400 DDEBUG Base command: makecache
2025-09-30T17:41:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T17:41:26-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T17:41:26-0400 DEBUG Making cache files for all metadata files.
2025-09-30T17:41:26-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-30T17:41:26-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-30T17:41:26-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-30T17:41:26-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-30T17:41:26-0400 DEBUG extras: has expired and will be refreshed.
2025-09-30T17:41:26-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-30T17:41:26-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-30T17:41:26-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-30T17:41:26-0400 DEBUG epel: has expired and will be refreshed.
2025-09-30T17:41:26-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-30T17:41:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-30T17:41:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-30T17: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-09-30T17: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-09-30T17:41:27-0400 DDEBUG Cleaning up.
2025-09-30T17:41:27-0400 DDEBUG Plugins were unloaded.
2025-09-30T17: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-09-30T17: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-09-30T19:36:19-0400 INFO --- logging initialized ---
2025-09-30T19:36:19-0400 DDEBUG timer: config: 7 ms
2025-09-30T19:36:19-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T19:36:19-0400 DEBUG DNF version: 4.7.0
2025-09-30T19:36:19-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T19:36:19-0400 DDEBUG Installroot: /
2025-09-30T19:36:19-0400 DDEBUG Releasever: 8
2025-09-30T19:36:19-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T19:36:19-0400 DDEBUG Base command: makecache
2025-09-30T19:36:19-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T19:36:19-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T19:36:19-0400 DEBUG Making cache files for all metadata files.
2025-09-30T19:36:19-0400 INFO Metadata cache refreshed recently.
2025-09-30T19:36:19-0400 DDEBUG Cleaning up.
2025-09-30T19:36:19-0400 DDEBUG Plugins were unloaded.
2025-09-30T21:21:32-0400 INFO --- logging initialized ---
2025-09-30T21:21:32-0400 DDEBUG timer: config: 8 ms
2025-09-30T21:21:32-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T21:21:32-0400 DEBUG DNF version: 4.7.0
2025-09-30T21:21:32-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T21:21:32-0400 DDEBUG Installroot: /
2025-09-30T21:21:32-0400 DDEBUG Releasever: 8
2025-09-30T21:21:32-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T21:21:32-0400 DDEBUG Base command: makecache
2025-09-30T21:21:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T21:21:32-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T21:21:32-0400 DEBUG Making cache files for all metadata files.
2025-09-30T21:21:32-0400 DEBUG cwp: has expired and will be refreshed.
2025-09-30T21:21:32-0400 DEBUG mariadb: has expired and will be refreshed.
2025-09-30T21:21:32-0400 DEBUG baseos: has expired and will be refreshed.
2025-09-30T21:21:33-0400 DEBUG appstream: has expired and will be refreshed.
2025-09-30T21:21:33-0400 DEBUG extras: has expired and will be refreshed.
2025-09-30T21:21:33-0400 DEBUG powertools: has expired and will be refreshed.
2025-09-30T21:21:33-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-09-30T21:21:33-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-09-30T21:21:33-0400 DEBUG epel: has expired and will be refreshed.
2025-09-30T21:21:33-0400 DEBUG nginx: has expired and will be refreshed.
2025-09-30T21:21:33-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-09-30T21:21:33-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-09-30T21:21: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-09-30T21:21: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-09-30T21:21:33-0400 DDEBUG Cleaning up.
2025-09-30T21:21:33-0400 DDEBUG Plugins were unloaded.
2025-09-30T21:21: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-09-30T21:21: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-09-30T22:52:23-0400 INFO --- logging initialized ---
2025-09-30T22:52:23-0400 DDEBUG timer: config: 7 ms
2025-09-30T22:52:23-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-09-30T22:52:23-0400 DEBUG DNF version: 4.7.0
2025-09-30T22:52:23-0400 DDEBUG Command: dnf makecache --timer 
2025-09-30T22:52:23-0400 DDEBUG Installroot: /
2025-09-30T22:52:23-0400 DDEBUG Releasever: 8
2025-09-30T22:52:23-0400 DEBUG cachedir: /var/cache/dnf
2025-09-30T22:52:23-0400 DDEBUG Base command: makecache
2025-09-30T22:52:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-09-30T22:52:23-0400 DEBUG Excludes in repo epel: nginx*
2025-09-30T22:52:23-0400 DEBUG Making cache files for all metadata files.
2025-09-30T22:52:23-0400 INFO Metadata cache refreshed recently.
2025-09-30T22:52:23-0400 DDEBUG Cleaning up.
2025-09-30T22:52:23-0400 DDEBUG Plugins were unloaded.
2025-10-01T00:44:31-0400 INFO --- logging initialized ---
2025-10-01T00:44:31-0400 DDEBUG timer: config: 10 ms
2025-10-01T00:44: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-01T00:44:31-0400 DEBUG DNF version: 4.7.0
2025-10-01T00:44:31-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T00:44:31-0400 DDEBUG Installroot: /
2025-10-01T00:44:31-0400 DDEBUG Releasever: 8
2025-10-01T00:44:31-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T00:44:31-0400 DDEBUG Base command: makecache
2025-10-01T00:44:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T00:44:31-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T00:44:31-0400 DEBUG Making cache files for all metadata files.
2025-10-01T00:44:31-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-01T00:44:31-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-01T00:44:31-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-01T00:44:31-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-01T00:44:31-0400 DEBUG extras: has expired and will be refreshed.
2025-10-01T00:44:31-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-01T00:44:31-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-01T00:44:31-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-01T00:44:31-0400 DEBUG epel: has expired and will be refreshed.
2025-10-01T00:44:31-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-01T00:44:31-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-01T00:44:31-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-01T00:44: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-01T00:44: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-01T00:44:32-0400 DDEBUG Cleaning up.
2025-10-01T00:44:32-0400 DDEBUG Plugins were unloaded.
2025-10-01T00:44: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-01T00:44: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-01T02:31:34-0400 INFO --- logging initialized ---
2025-10-01T02:31:34-0400 DDEBUG timer: config: 11 ms
2025-10-01T02:31: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-01T02:31:35-0400 DEBUG DNF version: 4.7.0
2025-10-01T02:31:35-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T02:31:35-0400 DDEBUG Installroot: /
2025-10-01T02:31:35-0400 DDEBUG Releasever: 8
2025-10-01T02:31:35-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T02:31:35-0400 DDEBUG Base command: makecache
2025-10-01T02:31:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T02:31:35-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T02:31:35-0400 DEBUG Making cache files for all metadata files.
2025-10-01T02:31:35-0400 INFO Metadata cache refreshed recently.
2025-10-01T02:31:35-0400 DDEBUG Cleaning up.
2025-10-01T02:31:35-0400 DDEBUG Plugins were unloaded.
2025-10-01T03:13:38-0400 INFO --- logging initialized ---
2025-10-01T03:13:38-0400 DDEBUG timer: config: 34 ms
2025-10-01T03:13: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-01T03:13:38-0400 DEBUG YUM version: 4.7.0
2025-10-01T03:13:38-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-01T03:13:38-0400 DDEBUG Installroot: /
2025-10-01T03:13:38-0400 DDEBUG Releasever: 8
2025-10-01T03:13:38-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T03:13:38-0400 DDEBUG Base command: check-update
2025-10-01T03:13:38-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-01T03:13:38-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-01T03:13:38-0400 DEBUG repo: using cache for: cwp
2025-10-01T03:13:38-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-01T03:13: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-01T03:13: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-01T03:13: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-01T03:13: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-01T03:13: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-01T03:13:38-0400 DDEBUG Cleaning up.
2025-10-01T03:13:38-0400 DDEBUG Plugins were unloaded.
2025-10-01T03:13: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: 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-01T03:13:38-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-01T03:13:39-0400 INFO --- logging initialized ---
2025-10-01T03:13:39-0400 DDEBUG timer: config: 6 ms
2025-10-01T03:13: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-01T03:13:39-0400 DEBUG YUM version: 4.7.0
2025-10-01T03:13:39-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-01T03:13:39-0400 DDEBUG Installroot: /
2025-10-01T03:13:39-0400 DDEBUG Releasever: 8
2025-10-01T03:13:39-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T03:13:39-0400 DDEBUG Base command: update
2025-10-01T03:13:39-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-01T03:13:39-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-01T03:13:40-0400 DEBUG repo: using cache for: cwp
2025-10-01T03:13:40-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-01T03:13: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-01T03:13: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-01T03:13: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-01T03:13: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-01T03:13: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-01T03:13:40-0400 DDEBUG Cleaning up.
2025-10-01T03:13:40-0400 DDEBUG Plugins were unloaded.
2025-10-01T03:13: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: 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-01T03:13:40-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-01T04:27:34-0400 INFO --- logging initialized ---
2025-10-01T04:27:34-0400 DDEBUG timer: config: 45 ms
2025-10-01T04:27: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-01T04:27:34-0400 DEBUG DNF version: 4.7.0
2025-10-01T04:27:34-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T04:27:34-0400 DDEBUG Installroot: /
2025-10-01T04:27:34-0400 DDEBUG Releasever: 8
2025-10-01T04:27:34-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T04:27:34-0400 DDEBUG Base command: makecache
2025-10-01T04:27:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T04:27:34-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T04:27:34-0400 DEBUG Making cache files for all metadata files.
2025-10-01T04:27:34-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-01T04:27:35-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-01T04:27:35-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-01T04:27:35-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-01T04:27:35-0400 DEBUG extras: has expired and will be refreshed.
2025-10-01T04:27:35-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-01T04:27:35-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-01T04:27:35-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-01T04:27:35-0400 DEBUG epel: has expired and will be refreshed.
2025-10-01T04:27:35-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-01T04:27:35-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-01T04:27:35-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-01T04:27: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-01T04:27: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-01T04:27:35-0400 DDEBUG Cleaning up.
2025-10-01T04:27:35-0400 DDEBUG Plugins were unloaded.
2025-10-01T04:27: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-01T04:27: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-01T06:21:01-0400 INFO --- logging initialized ---
2025-10-01T06:21:01-0400 DDEBUG timer: config: 7 ms
2025-10-01T06:21: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-01T06:21:01-0400 DEBUG DNF version: 4.7.0
2025-10-01T06:21:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T06:21:01-0400 DDEBUG Installroot: /
2025-10-01T06:21:01-0400 DDEBUG Releasever: 8
2025-10-01T06:21:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T06:21:01-0400 DDEBUG Base command: makecache
2025-10-01T06:21:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T06:21:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T06:21:01-0400 DEBUG Making cache files for all metadata files.
2025-10-01T06:21:01-0400 INFO Metadata cache refreshed recently.
2025-10-01T06:21:01-0400 DDEBUG Cleaning up.
2025-10-01T06:21:01-0400 DDEBUG Plugins were unloaded.
2025-10-01T08:15:01-0400 INFO --- logging initialized ---
2025-10-01T08:15:01-0400 DDEBUG timer: config: 8 ms
2025-10-01T08:15: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-01T08:15:01-0400 DEBUG DNF version: 4.7.0
2025-10-01T08:15:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T08:15:01-0400 DDEBUG Installroot: /
2025-10-01T08:15:01-0400 DDEBUG Releasever: 8
2025-10-01T08:15:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T08:15:01-0400 DDEBUG Base command: makecache
2025-10-01T08:15:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T08:15:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T08:15:01-0400 DEBUG Making cache files for all metadata files.
2025-10-01T08:15:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-01T08:15:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-01T08:15:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-01T08:15:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-01T08:15:01-0400 DEBUG extras: has expired and will be refreshed.
2025-10-01T08:15:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-01T08:15:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-01T08:15:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-01T08:15:01-0400 DEBUG epel: has expired and will be refreshed.
2025-10-01T08:15:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-01T08:15:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-01T08:15:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-01T08:15: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-01T08:15: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-01T08:15:01-0400 DDEBUG Cleaning up.
2025-10-01T08:15:01-0400 DDEBUG Plugins were unloaded.
2025-10-01T08:15: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-01T08:15: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-01T09:45:55-0400 INFO --- logging initialized ---
2025-10-01T09:45:55-0400 DDEBUG timer: config: 7 ms
2025-10-01T09: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-01T09:45:55-0400 DEBUG DNF version: 4.7.0
2025-10-01T09:45:55-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T09:45:55-0400 DDEBUG Installroot: /
2025-10-01T09:45:55-0400 DDEBUG Releasever: 8
2025-10-01T09:45:55-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T09:45:55-0400 DDEBUG Base command: makecache
2025-10-01T09:45:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T09:45:55-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T09:45:55-0400 DEBUG Making cache files for all metadata files.
2025-10-01T09:45:55-0400 INFO Metadata cache refreshed recently.
2025-10-01T09:45:55-0400 DDEBUG Cleaning up.
2025-10-01T09:45:55-0400 DDEBUG Plugins were unloaded.
2025-10-01T10:52:55-0400 INFO --- logging initialized ---
2025-10-01T10:52:55-0400 DDEBUG timer: config: 7 ms
2025-10-01T10:52: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-01T10:52:55-0400 DEBUG DNF version: 4.7.0
2025-10-01T10:52:55-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T10:52:55-0400 DDEBUG Installroot: /
2025-10-01T10:52:55-0400 DDEBUG Releasever: 8
2025-10-01T10:52:55-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T10:52:55-0400 DDEBUG Base command: makecache
2025-10-01T10:52:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T10:52:55-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T10:52:55-0400 DEBUG Making cache files for all metadata files.
2025-10-01T10:52:55-0400 INFO Metadata cache refreshed recently.
2025-10-01T10:52:55-0400 DDEBUG Cleaning up.
2025-10-01T10:52:55-0400 DDEBUG Plugins were unloaded.
2025-10-01T12:24:54-0400 INFO --- logging initialized ---
2025-10-01T12:24:54-0400 DDEBUG timer: config: 6 ms
2025-10-01T12:24: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-01T12:24:54-0400 DEBUG DNF version: 4.7.0
2025-10-01T12:24:54-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T12:24:54-0400 DDEBUG Installroot: /
2025-10-01T12:24:54-0400 DDEBUG Releasever: 8
2025-10-01T12:24:54-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T12:24:54-0400 DDEBUG Base command: makecache
2025-10-01T12:24:54-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T12:24:54-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T12:24:54-0400 DEBUG Making cache files for all metadata files.
2025-10-01T12:24:54-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-01T12:24:54-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-01T12:24:54-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-01T12:24:54-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-01T12:24:54-0400 DEBUG extras: has expired and will be refreshed.
2025-10-01T12:24:54-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-01T12:24:54-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-01T12:24:54-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-01T12:24:54-0400 DEBUG epel: has expired and will be refreshed.
2025-10-01T12:24:54-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-01T12:24:54-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-01T12:24:54-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-01T12:24: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-01T12:24: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-01T12:24:54-0400 DDEBUG Cleaning up.
2025-10-01T12:24:54-0400 DDEBUG Plugins were unloaded.
2025-10-01T12:24: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-01T12:24: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-01T14:22:44-0400 INFO --- logging initialized ---
2025-10-01T14:22:44-0400 DDEBUG timer: config: 40 ms
2025-10-01T14:22: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-01T14:22:44-0400 DEBUG DNF version: 4.7.0
2025-10-01T14:22:44-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T14:22:44-0400 DDEBUG Installroot: /
2025-10-01T14:22:44-0400 DDEBUG Releasever: 8
2025-10-01T14:22:44-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T14:22:44-0400 DDEBUG Base command: makecache
2025-10-01T14:22:44-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T14:22:44-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T14:22:44-0400 DEBUG Making cache files for all metadata files.
2025-10-01T14:22:44-0400 INFO Metadata cache refreshed recently.
2025-10-01T14:22:44-0400 DDEBUG Cleaning up.
2025-10-01T14:22:44-0400 DDEBUG Plugins were unloaded.
2025-10-01T16:13:48-0400 INFO --- logging initialized ---
2025-10-01T16:13:48-0400 DDEBUG timer: config: 6 ms
2025-10-01T16:13: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-01T16:13:49-0400 DEBUG DNF version: 4.7.0
2025-10-01T16:13:49-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T16:13:49-0400 DDEBUG Installroot: /
2025-10-01T16:13:49-0400 DDEBUG Releasever: 8
2025-10-01T16:13:49-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T16:13:49-0400 DDEBUG Base command: makecache
2025-10-01T16:13:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T16:13:49-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T16:13:49-0400 DEBUG Making cache files for all metadata files.
2025-10-01T16:13:49-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-01T16:13:49-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-01T16:13:49-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-01T16:13:49-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-01T16:13:49-0400 DEBUG extras: has expired and will be refreshed.
2025-10-01T16:13:49-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-01T16:13:49-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-01T16:13:49-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-01T16:13:49-0400 DEBUG epel: has expired and will be refreshed.
2025-10-01T16:13:49-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-01T16:13:49-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-01T16:13:49-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-01T16:13: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-01T16:13: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-01T16:13:49-0400 DDEBUG Cleaning up.
2025-10-01T16:13:49-0400 DDEBUG Plugins were unloaded.
2025-10-01T16:13: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-01T16:13: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-01T17:39:02-0400 INFO --- logging initialized ---
2025-10-01T17:39:02-0400 DDEBUG timer: config: 10 ms
2025-10-01T17: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-01T17:39:02-0400 DEBUG DNF version: 4.7.0
2025-10-01T17:39:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T17:39:02-0400 DDEBUG Installroot: /
2025-10-01T17:39:02-0400 DDEBUG Releasever: 8
2025-10-01T17:39:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T17:39:02-0400 DDEBUG Base command: makecache
2025-10-01T17:39:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T17:39:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T17:39:02-0400 DEBUG Making cache files for all metadata files.
2025-10-01T17:39:02-0400 INFO Metadata cache refreshed recently.
2025-10-01T17:39:02-0400 DDEBUG Cleaning up.
2025-10-01T17:39:02-0400 DDEBUG Plugins were unloaded.
2025-10-01T19:33:23-0400 INFO --- logging initialized ---
2025-10-01T19:33:23-0400 DDEBUG timer: config: 9 ms
2025-10-01T19:33: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-01T19:33:23-0400 DEBUG DNF version: 4.7.0
2025-10-01T19:33:23-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T19:33:23-0400 DDEBUG Installroot: /
2025-10-01T19:33:23-0400 DDEBUG Releasever: 8
2025-10-01T19:33:23-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T19:33:23-0400 DDEBUG Base command: makecache
2025-10-01T19:33:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T19:33:24-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T19:33:24-0400 DEBUG Making cache files for all metadata files.
2025-10-01T19:33:24-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-01T19:33:24-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-01T19:33:24-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-01T19:33:24-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-01T19:33:24-0400 DEBUG extras: has expired and will be refreshed.
2025-10-01T19:33:24-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-01T19:33:24-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-01T19:33:24-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-01T19:33:24-0400 DEBUG epel: has expired and will be refreshed.
2025-10-01T19:33:24-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-01T19:33:24-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-01T19:33:24-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-01T19:33: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-01T19:33: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-01T19:33:24-0400 DDEBUG Cleaning up.
2025-10-01T19:33:24-0400 DDEBUG Plugins were unloaded.
2025-10-01T19:33:24-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-01T19:33:24-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-01T21:17:35-0400 INFO --- logging initialized ---
2025-10-01T21:17:35-0400 DDEBUG timer: config: 9 ms
2025-10-01T21:17: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-01T21:17:35-0400 DEBUG DNF version: 4.7.0
2025-10-01T21:17:35-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T21:17:35-0400 DDEBUG Installroot: /
2025-10-01T21:17:35-0400 DDEBUG Releasever: 8
2025-10-01T21:17:35-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T21:17:35-0400 DDEBUG Base command: makecache
2025-10-01T21:17:35-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T21:17:35-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T21:17:35-0400 DEBUG Making cache files for all metadata files.
2025-10-01T21:17:35-0400 INFO Metadata cache refreshed recently.
2025-10-01T21:17:35-0400 DDEBUG Cleaning up.
2025-10-01T21:17:35-0400 DDEBUG Plugins were unloaded.
2025-10-01T23:00:43-0400 INFO --- logging initialized ---
2025-10-01T23:00:43-0400 DDEBUG timer: config: 8 ms
2025-10-01T23:00: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-01T23:00:44-0400 DEBUG DNF version: 4.7.0
2025-10-01T23:00:44-0400 DDEBUG Command: dnf makecache --timer 
2025-10-01T23:00:44-0400 DDEBUG Installroot: /
2025-10-01T23:00:44-0400 DDEBUG Releasever: 8
2025-10-01T23:00:44-0400 DEBUG cachedir: /var/cache/dnf
2025-10-01T23:00:44-0400 DDEBUG Base command: makecache
2025-10-01T23:00:44-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-01T23:00:44-0400 DEBUG Excludes in repo epel: nginx*
2025-10-01T23:00:44-0400 DEBUG Making cache files for all metadata files.
2025-10-01T23:00:44-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-01T23:00:44-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-01T23:00:44-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-01T23:00:44-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-01T23:00:44-0400 DEBUG extras: has expired and will be refreshed.
2025-10-01T23:00:44-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-01T23:00:44-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-01T23:00:44-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-01T23:00:44-0400 DEBUG epel: has expired and will be refreshed.
2025-10-01T23:00:44-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-01T23:00:44-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-01T23:00:44-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-01T23:00: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-01T23:00: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-01T23:00:44-0400 DDEBUG Cleaning up.
2025-10-01T23:00:44-0400 DDEBUG Plugins were unloaded.
2025-10-01T23:00:44-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-01T23:00:44-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-02T00:36:02-0400 INFO --- logging initialized ---
2025-10-02T00:36:02-0400 DDEBUG timer: config: 12 ms
2025-10-02T00:36: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-02T00:36:02-0400 DEBUG DNF version: 4.7.0
2025-10-02T00:36:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T00:36:02-0400 DDEBUG Installroot: /
2025-10-02T00:36:02-0400 DDEBUG Releasever: 8
2025-10-02T00:36:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T00:36:02-0400 DDEBUG Base command: makecache
2025-10-02T00:36:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T00:36:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T00:36:02-0400 DEBUG Making cache files for all metadata files.
2025-10-02T00:36:02-0400 INFO Metadata cache refreshed recently.
2025-10-02T00:36:02-0400 DDEBUG Cleaning up.
2025-10-02T00:36:02-0400 DDEBUG Plugins were unloaded.
2025-10-02T01:46:00-0400 INFO --- logging initialized ---
2025-10-02T01:46:00-0400 DDEBUG timer: config: 26 ms
2025-10-02T01:46: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-02T01:46:00-0400 DEBUG DNF version: 4.7.0
2025-10-02T01:46:00-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T01:46:00-0400 DDEBUG Installroot: /
2025-10-02T01:46:00-0400 DDEBUG Releasever: 8
2025-10-02T01:46:00-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T01:46:00-0400 DDEBUG Base command: makecache
2025-10-02T01:46:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T01:46:00-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T01:46:00-0400 DEBUG Making cache files for all metadata files.
2025-10-02T01:46:00-0400 INFO Metadata cache refreshed recently.
2025-10-02T01:46:00-0400 DDEBUG Cleaning up.
2025-10-02T01:46:00-0400 DDEBUG Plugins were unloaded.
2025-10-02T02:48:24-0400 INFO --- logging initialized ---
2025-10-02T02:48:24-0400 DDEBUG timer: config: 8 ms
2025-10-02T02:48: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-02T02:48:24-0400 DEBUG DNF version: 4.7.0
2025-10-02T02:48:24-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T02:48:24-0400 DDEBUG Installroot: /
2025-10-02T02:48:24-0400 DDEBUG Releasever: 8
2025-10-02T02:48:24-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T02:48:24-0400 DDEBUG Base command: makecache
2025-10-02T02:48:24-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T02:48:24-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T02:48:24-0400 DEBUG Making cache files for all metadata files.
2025-10-02T02:48:24-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-02T02:48:24-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-02T02:48:24-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-02T02:48:24-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-02T02:48:24-0400 DEBUG extras: has expired and will be refreshed.
2025-10-02T02:48:24-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-02T02:48:24-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-02T02:48:24-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-02T02:48:24-0400 DEBUG epel: has expired and will be refreshed.
2025-10-02T02:48:24-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-02T02:48:24-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-02T02:48:24-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-02T02:48: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-02T02:48: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-02T02:48:25-0400 DDEBUG Cleaning up.
2025-10-02T02:48:25-0400 DDEBUG Plugins were unloaded.
2025-10-02T02:48: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-02T02:48: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-02T03:16:10-0400 INFO --- logging initialized ---
2025-10-02T03:16:10-0400 DDEBUG timer: config: 7 ms
2025-10-02T03:16: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-02T03:16:10-0400 DEBUG YUM version: 4.7.0
2025-10-02T03:16:10-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-02T03:16:10-0400 DDEBUG Installroot: /
2025-10-02T03:16:10-0400 DDEBUG Releasever: 8
2025-10-02T03:16:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T03:16:10-0400 DDEBUG Base command: check-update
2025-10-02T03:16:10-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-02T03:16:10-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-02T03:16:11-0400 DEBUG repo: using cache for: cwp
2025-10-02T03:16:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-02T03:16: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-02T03:16: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-02T03:16: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-02T03:16: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-02T03:16: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-02T03:16:11-0400 DDEBUG Cleaning up.
2025-10-02T03:16:11-0400 DDEBUG Plugins were unloaded.
2025-10-02T03:16: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-02T03:16: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-02T03:16:12-0400 INFO --- logging initialized ---
2025-10-02T03:16:12-0400 DDEBUG timer: config: 7 ms
2025-10-02T03: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-02T03:16:12-0400 DEBUG YUM version: 4.7.0
2025-10-02T03:16:12-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-02T03:16:12-0400 DDEBUG Installroot: /
2025-10-02T03:16:12-0400 DDEBUG Releasever: 8
2025-10-02T03:16:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T03:16:12-0400 DDEBUG Base command: update
2025-10-02T03:16:12-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-02T03:16:12-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-02T03:16:12-0400 DEBUG repo: using cache for: cwp
2025-10-02T03:16:12-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-02T03:16: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-02T03:16: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-02T03:16: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-02T03:16: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-02T03:16: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-02T03:16:12-0400 DDEBUG Cleaning up.
2025-10-02T03:16:12-0400 DDEBUG Plugins were unloaded.
2025-10-02T03:16: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-02T03:16: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-02T04:31:51-0400 INFO --- logging initialized ---
2025-10-02T04:31:51-0400 DDEBUG timer: config: 50 ms
2025-10-02T04:31: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-02T04:31:51-0400 DEBUG DNF version: 4.7.0
2025-10-02T04:31:51-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T04:31:51-0400 DDEBUG Installroot: /
2025-10-02T04:31:51-0400 DDEBUG Releasever: 8
2025-10-02T04:31:51-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T04:31:51-0400 DDEBUG Base command: makecache
2025-10-02T04:31:51-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T04:31:51-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T04:31:51-0400 DEBUG Making cache files for all metadata files.
2025-10-02T04:31:51-0400 INFO Metadata cache refreshed recently.
2025-10-02T04:31:51-0400 DDEBUG Cleaning up.
2025-10-02T04:31:51-0400 DDEBUG Plugins were unloaded.
2025-10-02T05:37:59-0400 INFO --- logging initialized ---
2025-10-02T05:37:59-0400 DDEBUG timer: config: 7 ms
2025-10-02T05:38: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-02T05:38:00-0400 DEBUG DNF version: 4.7.0
2025-10-02T05:38:00-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T05:38:00-0400 DDEBUG Installroot: /
2025-10-02T05:38:00-0400 DDEBUG Releasever: 8
2025-10-02T05:38:00-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T05:38:00-0400 DDEBUG Base command: makecache
2025-10-02T05:38:00-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T05:38:00-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T05:38:00-0400 DEBUG Making cache files for all metadata files.
2025-10-02T05:38:00-0400 INFO Metadata cache refreshed recently.
2025-10-02T05:38:00-0400 DDEBUG Cleaning up.
2025-10-02T05:38:00-0400 DDEBUG Plugins were unloaded.
2025-10-02T07:14:16-0400 INFO --- logging initialized ---
2025-10-02T07:14:16-0400 DDEBUG timer: config: 6 ms
2025-10-02T07:14: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-02T07:14:16-0400 DEBUG DNF version: 4.7.0
2025-10-02T07:14:16-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T07:14:16-0400 DDEBUG Installroot: /
2025-10-02T07:14:16-0400 DDEBUG Releasever: 8
2025-10-02T07:14:16-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T07:14:16-0400 DDEBUG Base command: makecache
2025-10-02T07:14:16-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T07:14:16-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T07:14:16-0400 DEBUG Making cache files for all metadata files.
2025-10-02T07:14:16-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-02T07:14:16-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-02T07:14:16-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-02T07:14:16-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-02T07:14:16-0400 DEBUG extras: has expired and will be refreshed.
2025-10-02T07:14:16-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-02T07:14:16-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-02T07:14:16-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-02T07:14:16-0400 DEBUG epel: has expired and will be refreshed.
2025-10-02T07:14:16-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-02T07:14:16-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-02T07:14:16-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-02T07:14: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-02T07:14: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-02T07:14:16-0400 DDEBUG Cleaning up.
2025-10-02T07:14:16-0400 DDEBUG Plugins were unloaded.
2025-10-02T07:14:16-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-02T07:14:16-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-02T08:39:02-0400 INFO --- logging initialized ---
2025-10-02T08:39:02-0400 DDEBUG timer: config: 10 ms
2025-10-02T08: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-02T08:39:02-0400 DEBUG DNF version: 4.7.0
2025-10-02T08:39:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T08:39:02-0400 DDEBUG Installroot: /
2025-10-02T08:39:02-0400 DDEBUG Releasever: 8
2025-10-02T08:39:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T08:39:02-0400 DDEBUG Base command: makecache
2025-10-02T08:39:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T08:39:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T08:39:02-0400 DEBUG Making cache files for all metadata files.
2025-10-02T08:39:02-0400 INFO Metadata cache refreshed recently.
2025-10-02T08:39:02-0400 DDEBUG Cleaning up.
2025-10-02T08:39:02-0400 DDEBUG Plugins were unloaded.
2025-10-02T10:15:13-0400 INFO --- logging initialized ---
2025-10-02T10:15:13-0400 DDEBUG timer: config: 7 ms
2025-10-02T10:15: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-02T10:15:13-0400 DEBUG DNF version: 4.7.0
2025-10-02T10:15:13-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T10:15:13-0400 DDEBUG Installroot: /
2025-10-02T10:15:13-0400 DDEBUG Releasever: 8
2025-10-02T10:15:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T10:15:13-0400 DDEBUG Base command: makecache
2025-10-02T10:15:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T10:15:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T10:15:13-0400 DEBUG Making cache files for all metadata files.
2025-10-02T10:15:13-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-02T10:15:13-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-02T10:15:13-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-02T10:15:13-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-02T10:15:13-0400 DEBUG extras: has expired and will be refreshed.
2025-10-02T10:15:13-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-02T10:15:13-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-02T10:15:13-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-02T10:15:13-0400 DEBUG epel: has expired and will be refreshed.
2025-10-02T10:15:13-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-02T10:15:13-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-02T10:15:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-02T10:15: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-02T10:15: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-02T10:15:13-0400 DDEBUG Cleaning up.
2025-10-02T10:15:13-0400 DDEBUG Plugins were unloaded.
2025-10-02T10:15: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-02T10:15: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-02T11:58:02-0400 INFO --- logging initialized ---
2025-10-02T11:58:02-0400 DDEBUG timer: config: 11 ms
2025-10-02T11: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-02T11:58:02-0400 DEBUG DNF version: 4.7.0
2025-10-02T11:58:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T11:58:02-0400 DDEBUG Installroot: /
2025-10-02T11:58:02-0400 DDEBUG Releasever: 8
2025-10-02T11:58:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T11:58:02-0400 DDEBUG Base command: makecache
2025-10-02T11:58:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T11:58:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T11:58:02-0400 DEBUG Making cache files for all metadata files.
2025-10-02T11:58:02-0400 INFO Metadata cache refreshed recently.
2025-10-02T11:58:02-0400 DDEBUG Cleaning up.
2025-10-02T11:58:02-0400 DDEBUG Plugins were unloaded.
2025-10-02T13:27:02-0400 INFO --- logging initialized ---
2025-10-02T13:27:02-0400 DDEBUG timer: config: 6 ms
2025-10-02T13:27: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-02T13:27:02-0400 DEBUG DNF version: 4.7.0
2025-10-02T13:27:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T13:27:02-0400 DDEBUG Installroot: /
2025-10-02T13:27:02-0400 DDEBUG Releasever: 8
2025-10-02T13:27:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T13:27:02-0400 DDEBUG Base command: makecache
2025-10-02T13:27:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T13:27:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T13:27:02-0400 DEBUG Making cache files for all metadata files.
2025-10-02T13:27:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-02T13:27:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-02T13:27:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-02T13:27:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-02T13:27:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-02T13:27:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-02T13:27:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-02T13:27:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-02T13:27:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-02T13:27:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-02T13:27:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-02T13:27:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-02T13:27: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-02T13:27: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-02T13:27:02-0400 DDEBUG Cleaning up.
2025-10-02T13:27:02-0400 DDEBUG Plugins were unloaded.
2025-10-02T13:27: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-02T13:27: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-02T15:22:02-0400 INFO --- logging initialized ---
2025-10-02T15:22:02-0400 DDEBUG timer: config: 11 ms
2025-10-02T15: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-02T15:22:02-0400 DEBUG DNF version: 4.7.0
2025-10-02T15:22:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T15:22:02-0400 DDEBUG Installroot: /
2025-10-02T15:22:02-0400 DDEBUG Releasever: 8
2025-10-02T15:22:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T15:22:02-0400 DDEBUG Base command: makecache
2025-10-02T15:22:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T15:22:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T15:22:02-0400 DEBUG Making cache files for all metadata files.
2025-10-02T15:22:02-0400 INFO Metadata cache refreshed recently.
2025-10-02T15:22:02-0400 DDEBUG Cleaning up.
2025-10-02T15:22:02-0400 DDEBUG Plugins were unloaded.
2025-10-02T16:37:25-0400 INFO --- logging initialized ---
2025-10-02T16:37:25-0400 DDEBUG timer: config: 12 ms
2025-10-02T16:37: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-02T16:37:25-0400 DEBUG DNF version: 4.7.0
2025-10-02T16:37:25-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T16:37:25-0400 DDEBUG Installroot: /
2025-10-02T16:37:25-0400 DDEBUG Releasever: 8
2025-10-02T16:37:25-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T16:37:25-0400 DDEBUG Base command: makecache
2025-10-02T16:37:25-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T16:37:25-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T16:37:25-0400 DEBUG Making cache files for all metadata files.
2025-10-02T16:37:25-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-02T16:37:25-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-02T16:37:25-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-02T16:37:25-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-02T16:37:26-0400 DEBUG extras: has expired and will be refreshed.
2025-10-02T16:37:26-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-02T16:37:26-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-02T16:37:26-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-02T16:37:26-0400 DEBUG epel: has expired and will be refreshed.
2025-10-02T16:37:26-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-02T16:37:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-02T16:37:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-02T16:37: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-02T16:37: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-02T16:37:26-0400 DDEBUG Cleaning up.
2025-10-02T16:37:26-0400 DDEBUG Plugins were unloaded.
2025-10-02T16:37: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-02T16:37: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-02T18:06:11-0400 INFO --- logging initialized ---
2025-10-02T18:06:11-0400 DDEBUG timer: config: 8 ms
2025-10-02T18:06: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-02T18:06:11-0400 DEBUG DNF version: 4.7.0
2025-10-02T18:06:11-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T18:06:11-0400 DDEBUG Installroot: /
2025-10-02T18:06:11-0400 DDEBUG Releasever: 8
2025-10-02T18:06:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T18:06:11-0400 DDEBUG Base command: makecache
2025-10-02T18:06:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T18:06:11-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T18:06:11-0400 DEBUG Making cache files for all metadata files.
2025-10-02T18:06:11-0400 INFO Metadata cache refreshed recently.
2025-10-02T18:06:11-0400 DDEBUG Cleaning up.
2025-10-02T18:06:11-0400 DDEBUG Plugins were unloaded.
2025-10-02T19:07:20-0400 INFO --- logging initialized ---
2025-10-02T19:07:20-0400 DDEBUG timer: config: 8 ms
2025-10-02T19:07: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-02T19:07:21-0400 DEBUG DNF version: 4.7.0
2025-10-02T19:07:21-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T19:07:21-0400 DDEBUG Installroot: /
2025-10-02T19:07:21-0400 DDEBUG Releasever: 8
2025-10-02T19:07:21-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T19:07:21-0400 DDEBUG Base command: makecache
2025-10-02T19:07:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T19:07:21-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T19:07:21-0400 DEBUG Making cache files for all metadata files.
2025-10-02T19:07:21-0400 INFO Metadata cache refreshed recently.
2025-10-02T19:07:21-0400 DDEBUG Cleaning up.
2025-10-02T19:07:21-0400 DDEBUG Plugins were unloaded.
2025-10-02T20:40:01-0400 INFO --- logging initialized ---
2025-10-02T20:40:01-0400 DDEBUG timer: config: 12 ms
2025-10-02T20:40: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-02T20:40:01-0400 DEBUG DNF version: 4.7.0
2025-10-02T20:40:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T20:40:01-0400 DDEBUG Installroot: /
2025-10-02T20:40:01-0400 DDEBUG Releasever: 8
2025-10-02T20:40:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T20:40:01-0400 DDEBUG Base command: makecache
2025-10-02T20:40:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T20:40:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T20:40:01-0400 DEBUG Making cache files for all metadata files.
2025-10-02T20:40:02-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-02T20:40:02-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-02T20:40:02-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-02T20:40:02-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-02T20:40:02-0400 DEBUG extras: has expired and will be refreshed.
2025-10-02T20:40:02-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-02T20:40:02-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-02T20:40:02-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-02T20:40:02-0400 DEBUG epel: has expired and will be refreshed.
2025-10-02T20:40:02-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-02T20:40:02-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-02T20:40:02-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-02T20:40: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-02T20:40: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-02T20:40:02-0400 DDEBUG Cleaning up.
2025-10-02T20:40:02-0400 DDEBUG Plugins were unloaded.
2025-10-02T20:40: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-02T20:40: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-02T22:36:31-0400 INFO --- logging initialized ---
2025-10-02T22:36:31-0400 DDEBUG timer: config: 12 ms
2025-10-02T22:36: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-02T22:36:31-0400 DEBUG DNF version: 4.7.0
2025-10-02T22:36:31-0400 DDEBUG Command: dnf makecache --timer 
2025-10-02T22:36:31-0400 DDEBUG Installroot: /
2025-10-02T22:36:31-0400 DDEBUG Releasever: 8
2025-10-02T22:36:31-0400 DEBUG cachedir: /var/cache/dnf
2025-10-02T22:36:31-0400 DDEBUG Base command: makecache
2025-10-02T22:36:31-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-02T22:36:31-0400 DEBUG Excludes in repo epel: nginx*
2025-10-02T22:36:31-0400 DEBUG Making cache files for all metadata files.
2025-10-02T22:36:31-0400 INFO Metadata cache refreshed recently.
2025-10-02T22:36:31-0400 DDEBUG Cleaning up.
2025-10-02T22:36:31-0400 DDEBUG Plugins were unloaded.
2025-10-03T00:10:55-0400 INFO --- logging initialized ---
2025-10-03T00:10:55-0400 DDEBUG timer: config: 58 ms
2025-10-03T00:10: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-03T00:10:55-0400 DEBUG DNF version: 4.7.0
2025-10-03T00:10:55-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T00:10:55-0400 DDEBUG Installroot: /
2025-10-03T00:10:55-0400 DDEBUG Releasever: 8
2025-10-03T00:10:55-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T00:10:55-0400 DDEBUG Base command: makecache
2025-10-03T00:10:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T00:10:55-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T00:10:55-0400 DEBUG Making cache files for all metadata files.
2025-10-03T00:10:55-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-03T00:10:55-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-03T00:10:55-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-03T00:10:55-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-03T00:10:55-0400 DEBUG extras: has expired and will be refreshed.
2025-10-03T00:10:55-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-03T00:10:55-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-03T00:10:55-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-03T00:10:55-0400 DEBUG epel: has expired and will be refreshed.
2025-10-03T00:10:55-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-03T00:10:55-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-03T00:10:55-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-03T00:10: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-03T00:10: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-03T00:10:55-0400 DDEBUG Cleaning up.
2025-10-03T00:10:55-0400 DDEBUG Plugins were unloaded.
2025-10-03T00:10: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-03T00:10: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-03T01:22:09-0400 INFO --- logging initialized ---
2025-10-03T01:22:09-0400 DDEBUG timer: config: 54 ms
2025-10-03T01:22: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-03T01:22:09-0400 DEBUG DNF version: 4.7.0
2025-10-03T01:22:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T01:22:09-0400 DDEBUG Installroot: /
2025-10-03T01:22:09-0400 DDEBUG Releasever: 8
2025-10-03T01:22:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T01:22:09-0400 DDEBUG Base command: makecache
2025-10-03T01:22:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T01:22:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T01:22:09-0400 DEBUG Making cache files for all metadata files.
2025-10-03T01:22:09-0400 INFO Metadata cache refreshed recently.
2025-10-03T01:22:09-0400 DDEBUG Cleaning up.
2025-10-03T01:22:09-0400 DDEBUG Plugins were unloaded.
2025-10-03T02:47:10-0400 INFO --- logging initialized ---
2025-10-03T02:47:10-0400 DDEBUG timer: config: 6 ms
2025-10-03T02:47: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-03T02:47:10-0400 DEBUG DNF version: 4.7.0
2025-10-03T02:47:10-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T02:47:10-0400 DDEBUG Installroot: /
2025-10-03T02:47:10-0400 DDEBUG Releasever: 8
2025-10-03T02:47:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T02:47:10-0400 DDEBUG Base command: makecache
2025-10-03T02:47:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T02:47:10-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T02:47:10-0400 DEBUG Making cache files for all metadata files.
2025-10-03T02:47:10-0400 INFO Metadata cache refreshed recently.
2025-10-03T02:47:10-0400 DDEBUG Cleaning up.
2025-10-03T02:47:10-0400 DDEBUG Plugins were unloaded.
2025-10-03T03:11:09-0400 INFO --- logging initialized ---
2025-10-03T03:11:09-0400 DDEBUG timer: config: 6 ms
2025-10-03T03:11:09-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-10-03T03:11:09-0400 DEBUG YUM version: 4.7.0
2025-10-03T03:11:09-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-03T03:11:09-0400 DDEBUG Installroot: /
2025-10-03T03:11:09-0400 DDEBUG Releasever: 8
2025-10-03T03:11:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T03:11:09-0400 DDEBUG Base command: check-update
2025-10-03T03:11:09-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-03T03:11:10-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-03T03:11:10-0400 DEBUG repo: using cache for: cwp
2025-10-03T03:11:10-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-03T03:11: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-03T03:11: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-03T03:11: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-03T03:11: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-03T03:11: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-03T03:11:10-0400 DDEBUG Cleaning up.
2025-10-03T03:11:10-0400 DDEBUG Plugins were unloaded.
2025-10-03T03:11:10-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 67, in main
    return _main(base, args, cli_class, option_parser_class)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 106, in _main
    return cli_run(cli, base)
  File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 122, in cli_run
    cli.run()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 1038, in run
    self._process_demands()
  File "/usr/lib/python3.6/site-packages/dnf/cli/cli.py", line 741, in _process_demands
    load_available_repos=self.demands.available_repos)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 405, in fill_sack
    self._add_repo_to_sack(r)
  File "/usr/lib/python3.6/site-packages/dnf/base.py", line 140, in _add_repo_to_sack
    repo.load()
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 580, in load
    raise dnf.exceptions.RepoError(str(e))
dnf.exceptions.RepoError: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-03T03:11:10-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
2025-10-03T03:11:11-0400 INFO --- logging initialized ---
2025-10-03T03:11:11-0400 DDEBUG timer: config: 4 ms
2025-10-03T03: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-03T03:11:11-0400 DEBUG YUM version: 4.7.0
2025-10-03T03:11:11-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-03T03:11:11-0400 DDEBUG Installroot: /
2025-10-03T03:11:11-0400 DDEBUG Releasever: 8
2025-10-03T03:11:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T03:11:11-0400 DDEBUG Base command: update
2025-10-03T03:11:11-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-03T03:11:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-03T03:11:11-0400 DEBUG repo: using cache for: cwp
2025-10-03T03:11:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-03T03: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-03T03: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-03T03: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-03T03: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-03T03: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-03T03:11:11-0400 DDEBUG Cleaning up.
2025-10-03T03:11:11-0400 DDEBUG Plugins were unloaded.
2025-10-03T03:11: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-03T03:11: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-03T03:50:43-0400 INFO --- logging initialized ---
2025-10-03T03:50:43-0400 DDEBUG timer: config: 56 ms
2025-10-03T03:50: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-03T03:50:44-0400 DEBUG DNF version: 4.7.0
2025-10-03T03:50:44-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T03:50:44-0400 DDEBUG Installroot: /
2025-10-03T03:50:44-0400 DDEBUG Releasever: 8
2025-10-03T03:50:44-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T03:50:44-0400 DDEBUG Base command: makecache
2025-10-03T03:50:44-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T03:50:44-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T03:50:44-0400 DEBUG Making cache files for all metadata files.
2025-10-03T03:50:44-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-03T03:50:44-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-03T03:50:44-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-03T03:50:44-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-03T03:50:44-0400 DEBUG extras: has expired and will be refreshed.
2025-10-03T03:50:44-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-03T03:50:44-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-03T03:50:44-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-03T03:50:44-0400 DEBUG epel: has expired and will be refreshed.
2025-10-03T03:50:44-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-03T03:50:44-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-03T03:50:44-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-03T03:50: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-03T03:50: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-03T03:50:44-0400 DDEBUG Cleaning up.
2025-10-03T03:50:44-0400 DDEBUG Plugins were unloaded.
2025-10-03T03:50:44-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-03T03:50:44-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-03T05:33:33-0400 INFO --- logging initialized ---
2025-10-03T05:33:33-0400 DDEBUG timer: config: 6 ms
2025-10-03T05:33:33-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-10-03T05:33:33-0400 DEBUG DNF version: 4.7.0
2025-10-03T05:33:33-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T05:33:33-0400 DDEBUG Installroot: /
2025-10-03T05:33:33-0400 DDEBUG Releasever: 8
2025-10-03T05:33:33-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T05:33:33-0400 DDEBUG Base command: makecache
2025-10-03T05:33:33-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T05:33:33-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T05:33:33-0400 DEBUG Making cache files for all metadata files.
2025-10-03T05:33:33-0400 INFO Metadata cache refreshed recently.
2025-10-03T05:33:33-0400 DDEBUG Cleaning up.
2025-10-03T05:33:33-0400 DDEBUG Plugins were unloaded.
2025-10-03T06:48:12-0400 INFO --- logging initialized ---
2025-10-03T06:48:12-0400 DDEBUG timer: config: 6 ms
2025-10-03T06:48: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-03T06:48:12-0400 DEBUG DNF version: 4.7.0
2025-10-03T06:48:12-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T06:48:12-0400 DDEBUG Installroot: /
2025-10-03T06:48:12-0400 DDEBUG Releasever: 8
2025-10-03T06:48:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T06:48:12-0400 DDEBUG Base command: makecache
2025-10-03T06:48:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T06:48:12-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T06:48:12-0400 DEBUG Making cache files for all metadata files.
2025-10-03T06:48:12-0400 INFO Metadata cache refreshed recently.
2025-10-03T06:48:12-0400 DDEBUG Cleaning up.
2025-10-03T06:48:12-0400 DDEBUG Plugins were unloaded.
2025-10-03T08:31:49-0400 INFO --- logging initialized ---
2025-10-03T08:31:49-0400 DDEBUG timer: config: 6 ms
2025-10-03T08:31: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-03T08:31:49-0400 DEBUG DNF version: 4.7.0
2025-10-03T08:31:49-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T08:31:49-0400 DDEBUG Installroot: /
2025-10-03T08:31:49-0400 DDEBUG Releasever: 8
2025-10-03T08:31:49-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T08:31:49-0400 DDEBUG Base command: makecache
2025-10-03T08:31:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T08:31:49-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T08:31:49-0400 DEBUG Making cache files for all metadata files.
2025-10-03T08:31:49-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-03T08:31:49-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-03T08:31:49-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-03T08:31:49-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-03T08:31:49-0400 DEBUG extras: has expired and will be refreshed.
2025-10-03T08:31:49-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-03T08:31:49-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-03T08:31:49-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-03T08:31:49-0400 DEBUG epel: has expired and will be refreshed.
2025-10-03T08:31:49-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-03T08:31:49-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-03T08:31:49-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-03T08:31: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-03T08:31: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-03T08:31:49-0400 DDEBUG Cleaning up.
2025-10-03T08:31:49-0400 DDEBUG Plugins were unloaded.
2025-10-03T08:31: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-03T08:31: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-03T10:23:22-0400 INFO --- logging initialized ---
2025-10-03T10:23:22-0400 DDEBUG timer: config: 71 ms
2025-10-03T10:23: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-03T10:23:22-0400 DEBUG DNF version: 4.7.0
2025-10-03T10:23:22-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T10:23:22-0400 DDEBUG Installroot: /
2025-10-03T10:23:22-0400 DDEBUG Releasever: 8
2025-10-03T10:23:22-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T10:23:22-0400 DDEBUG Base command: makecache
2025-10-03T10:23:22-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T10:23:22-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T10:23:22-0400 DEBUG Making cache files for all metadata files.
2025-10-03T10:23:22-0400 INFO Metadata cache refreshed recently.
2025-10-03T10:23:22-0400 DDEBUG Cleaning up.
2025-10-03T10:23:22-0400 DDEBUG Plugins were unloaded.
2025-10-03T12:21:37-0400 INFO --- logging initialized ---
2025-10-03T12:21:37-0400 DDEBUG timer: config: 59 ms
2025-10-03T12:21: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-03T12:21:38-0400 DEBUG DNF version: 4.7.0
2025-10-03T12:21:38-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T12:21:38-0400 DDEBUG Installroot: /
2025-10-03T12:21:38-0400 DDEBUG Releasever: 8
2025-10-03T12:21:38-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T12:21:38-0400 DDEBUG Base command: makecache
2025-10-03T12:21:38-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T12:21:38-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T12:21:38-0400 DEBUG Making cache files for all metadata files.
2025-10-03T12:21:38-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-03T12:21:38-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-03T12:21:38-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-03T12:21:38-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-03T12:21:38-0400 DEBUG extras: has expired and will be refreshed.
2025-10-03T12:21:38-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-03T12:21:38-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-03T12:21:38-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-03T12:21:38-0400 DEBUG epel: has expired and will be refreshed.
2025-10-03T12:21:38-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-03T12:21:38-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-03T12:21:38-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-03T12:21: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-03T12:21: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-03T12:21:38-0400 DDEBUG Cleaning up.
2025-10-03T12:21:38-0400 DDEBUG Plugins were unloaded.
2025-10-03T12:21: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-03T12:21: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-03T13:54:43-0400 INFO --- logging initialized ---
2025-10-03T13:54:43-0400 DDEBUG timer: config: 6 ms
2025-10-03T13:54: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-03T13:54:43-0400 DEBUG DNF version: 4.7.0
2025-10-03T13:54:43-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T13:54:43-0400 DDEBUG Installroot: /
2025-10-03T13:54:43-0400 DDEBUG Releasever: 8
2025-10-03T13:54:43-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T13:54:43-0400 DDEBUG Base command: makecache
2025-10-03T13:54:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T13:54:43-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T13:54:43-0400 DEBUG Making cache files for all metadata files.
2025-10-03T13:54:43-0400 INFO Metadata cache refreshed recently.
2025-10-03T13:54:43-0400 DDEBUG Cleaning up.
2025-10-03T13:54:43-0400 DDEBUG Plugins were unloaded.
2025-10-03T15:28:26-0400 INFO --- logging initialized ---
2025-10-03T15:28:26-0400 DDEBUG timer: config: 6 ms
2025-10-03T15:28: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-03T15:28:26-0400 DEBUG DNF version: 4.7.0
2025-10-03T15:28:26-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T15:28:26-0400 DDEBUG Installroot: /
2025-10-03T15:28:26-0400 DDEBUG Releasever: 8
2025-10-03T15:28:26-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T15:28:26-0400 DDEBUG Base command: makecache
2025-10-03T15:28:26-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T15:28:26-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T15:28:26-0400 DEBUG Making cache files for all metadata files.
2025-10-03T15:28:26-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-03T15:28:26-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-03T15:28:26-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-03T15:28:26-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-03T15:28:26-0400 DEBUG extras: has expired and will be refreshed.
2025-10-03T15:28:26-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-03T15:28:26-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-03T15:28:26-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-03T15:28:26-0400 DEBUG epel: has expired and will be refreshed.
2025-10-03T15:28:26-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-03T15:28:26-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-03T15:28:26-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-03T15:28: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-03T15:28: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-03T15:28:27-0400 DDEBUG Cleaning up.
2025-10-03T15:28:27-0400 DDEBUG Plugins were unloaded.
2025-10-03T15:28: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-03T15:28: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-03T16:51:21-0400 INFO --- logging initialized ---
2025-10-03T16:51:21-0400 DDEBUG timer: config: 7 ms
2025-10-03T16:51: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-03T16:51:21-0400 DEBUG DNF version: 4.7.0
2025-10-03T16:51:21-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T16:51:21-0400 DDEBUG Installroot: /
2025-10-03T16:51:21-0400 DDEBUG Releasever: 8
2025-10-03T16:51:21-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T16:51:21-0400 DDEBUG Base command: makecache
2025-10-03T16:51:21-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T16:51:21-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T16:51:21-0400 DEBUG Making cache files for all metadata files.
2025-10-03T16:51:21-0400 INFO Metadata cache refreshed recently.
2025-10-03T16:51:21-0400 DDEBUG Cleaning up.
2025-10-03T16:51:21-0400 DDEBUG Plugins were unloaded.
2025-10-03T18:23:01-0400 INFO --- logging initialized ---
2025-10-03T18:23:01-0400 DDEBUG timer: config: 9 ms
2025-10-03T18:23: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-03T18:23:02-0400 DEBUG DNF version: 4.7.0
2025-10-03T18:23:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T18:23:02-0400 DDEBUG Installroot: /
2025-10-03T18:23:02-0400 DDEBUG Releasever: 8
2025-10-03T18:23:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T18:23:02-0400 DDEBUG Base command: makecache
2025-10-03T18:23:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T18:23:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T18:23:02-0400 DEBUG Making cache files for all metadata files.
2025-10-03T18:23:02-0400 INFO Metadata cache refreshed recently.
2025-10-03T18:23:02-0400 DDEBUG Cleaning up.
2025-10-03T18:23:02-0400 DDEBUG Plugins were unloaded.
2025-10-03T19:44:14-0400 INFO --- logging initialized ---
2025-10-03T19:44:14-0400 DDEBUG timer: config: 7 ms
2025-10-03T19:44: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-03T19:44:14-0400 DEBUG DNF version: 4.7.0
2025-10-03T19:44:14-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T19:44:14-0400 DDEBUG Installroot: /
2025-10-03T19:44:14-0400 DDEBUG Releasever: 8
2025-10-03T19:44:14-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T19:44:14-0400 DDEBUG Base command: makecache
2025-10-03T19:44:14-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T19:44:14-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T19:44:14-0400 DEBUG Making cache files for all metadata files.
2025-10-03T19:44:14-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-03T19:44:14-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-03T19:44:14-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-03T19:44:14-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-03T19:44:14-0400 DEBUG extras: has expired and will be refreshed.
2025-10-03T19:44:14-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-03T19:44:14-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-03T19:44:14-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-03T19:44:14-0400 DEBUG epel: has expired and will be refreshed.
2025-10-03T19:44:14-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-03T19:44:14-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-03T19:44:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-03T19:44: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-03T19:44: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-03T19:44:14-0400 DDEBUG Cleaning up.
2025-10-03T19:44:14-0400 DDEBUG Plugins were unloaded.
2025-10-03T19:44: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-03T19:44: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-03T21:10:09-0400 INFO --- logging initialized ---
2025-10-03T21:10:09-0400 DDEBUG timer: config: 7 ms
2025-10-03T21: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-03T21:10:09-0400 DEBUG DNF version: 4.7.0
2025-10-03T21:10:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T21:10:09-0400 DDEBUG Installroot: /
2025-10-03T21:10:09-0400 DDEBUG Releasever: 8
2025-10-03T21:10:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T21:10:09-0400 DDEBUG Base command: makecache
2025-10-03T21:10:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T21:10:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T21:10:09-0400 DEBUG Making cache files for all metadata files.
2025-10-03T21:10:09-0400 INFO Metadata cache refreshed recently.
2025-10-03T21:10:09-0400 DDEBUG Cleaning up.
2025-10-03T21:10:09-0400 DDEBUG Plugins were unloaded.
2025-10-03T22:45:58-0400 INFO --- logging initialized ---
2025-10-03T22:45:58-0400 DDEBUG timer: config: 6 ms
2025-10-03T22:45: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-03T22:45:58-0400 DEBUG DNF version: 4.7.0
2025-10-03T22:45:58-0400 DDEBUG Command: dnf makecache --timer 
2025-10-03T22:45:58-0400 DDEBUG Installroot: /
2025-10-03T22:45:58-0400 DDEBUG Releasever: 8
2025-10-03T22:45:58-0400 DEBUG cachedir: /var/cache/dnf
2025-10-03T22:45:58-0400 DDEBUG Base command: makecache
2025-10-03T22:45:58-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-03T22:45:58-0400 DEBUG Excludes in repo epel: nginx*
2025-10-03T22:45:58-0400 DEBUG Making cache files for all metadata files.
2025-10-03T22:45:58-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-03T22:45:58-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-03T22:45:58-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-03T22:45:58-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-03T22:45:58-0400 DEBUG extras: has expired and will be refreshed.
2025-10-03T22:45:58-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-03T22:45:58-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-03T22:45:58-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-03T22:45:58-0400 DEBUG epel: has expired and will be refreshed.
2025-10-03T22:45:58-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-03T22:45:58-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-03T22:45:58-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-03T22:45: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-03T22:45: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-03T22:45:58-0400 DDEBUG Cleaning up.
2025-10-03T22:45:58-0400 DDEBUG Plugins were unloaded.
2025-10-03T22:45: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-03T22:45: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-04T00:12:04-0400 INFO --- logging initialized ---
2025-10-04T00:12:04-0400 DDEBUG timer: config: 11 ms
2025-10-04T00:12: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-04T00:12:04-0400 DEBUG DNF version: 4.7.0
2025-10-04T00:12:04-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T00:12:04-0400 DDEBUG Installroot: /
2025-10-04T00:12:04-0400 DDEBUG Releasever: 8
2025-10-04T00:12:04-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T00:12:04-0400 DDEBUG Base command: makecache
2025-10-04T00:12:04-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T00:12:04-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T00:12:04-0400 DEBUG Making cache files for all metadata files.
2025-10-04T00:12:04-0400 INFO Metadata cache refreshed recently.
2025-10-04T00:12:04-0400 DDEBUG Cleaning up.
2025-10-04T00:12:04-0400 DDEBUG Plugins were unloaded.
2025-10-04T01:15:09-0400 INFO --- logging initialized ---
2025-10-04T01:15:09-0400 DDEBUG timer: config: 13 ms
2025-10-04T01: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-04T01:15:09-0400 DEBUG DNF version: 4.7.0
2025-10-04T01:15:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T01:15:09-0400 DDEBUG Installroot: /
2025-10-04T01:15:09-0400 DDEBUG Releasever: 8
2025-10-04T01:15:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T01:15:09-0400 DDEBUG Base command: makecache
2025-10-04T01:15:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T01:15:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T01:15:09-0400 DEBUG Making cache files for all metadata files.
2025-10-04T01:15:09-0400 INFO Metadata cache refreshed recently.
2025-10-04T01:15:09-0400 DDEBUG Cleaning up.
2025-10-04T01:15:09-0400 DDEBUG Plugins were unloaded.
2025-10-04T02:58:09-0400 INFO --- logging initialized ---
2025-10-04T02:58:09-0400 DDEBUG timer: config: 6 ms
2025-10-04T02:58: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-04T02:58:09-0400 DEBUG DNF version: 4.7.0
2025-10-04T02:58:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T02:58:09-0400 DDEBUG Installroot: /
2025-10-04T02:58:09-0400 DDEBUG Releasever: 8
2025-10-04T02:58:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T02:58:09-0400 DDEBUG Base command: makecache
2025-10-04T02:58:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T02:58:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T02:58:09-0400 DEBUG Making cache files for all metadata files.
2025-10-04T02:58:09-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-04T02:58:09-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-04T02:58:09-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-04T02:58:09-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-04T02:58:09-0400 DEBUG extras: has expired and will be refreshed.
2025-10-04T02:58:09-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-04T02:58:09-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-04T02:58:09-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-04T02:58:09-0400 DEBUG epel: has expired and will be refreshed.
2025-10-04T02:58:09-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-04T02:58:09-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-04T02:58:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-04T02:58: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-04T02:58: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-04T02:58:09-0400 DDEBUG Cleaning up.
2025-10-04T02:58:09-0400 DDEBUG Plugins were unloaded.
2025-10-04T02:58: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-04T02:58: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-04T03:42:10-0400 INFO --- logging initialized ---
2025-10-04T03:42:10-0400 DDEBUG timer: config: 5 ms
2025-10-04T03: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-04T03:42:10-0400 DEBUG YUM version: 4.7.0
2025-10-04T03:42:10-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-04T03:42:10-0400 DDEBUG Installroot: /
2025-10-04T03:42:10-0400 DDEBUG Releasever: 8
2025-10-04T03:42:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T03:42:10-0400 DDEBUG Base command: check-update
2025-10-04T03:42:10-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-04T03:42:10-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-04T03:42:10-0400 DEBUG repo: using cache for: cwp
2025-10-04T03:42:10-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-04T03: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-04T03: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-04T03: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-04T03: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-04T03: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-04T03:42:10-0400 DDEBUG Cleaning up.
2025-10-04T03:42:10-0400 DDEBUG Plugins were unloaded.
2025-10-04T03: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: 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-04T03:42: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-04T03:42:11-0400 INFO --- logging initialized ---
2025-10-04T03:42:11-0400 DDEBUG timer: config: 4 ms
2025-10-04T03:42: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-04T03:42:11-0400 DEBUG YUM version: 4.7.0
2025-10-04T03:42:11-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-04T03:42:11-0400 DDEBUG Installroot: /
2025-10-04T03:42:11-0400 DDEBUG Releasever: 8
2025-10-04T03:42:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T03:42:11-0400 DDEBUG Base command: update
2025-10-04T03:42:11-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-04T03:42:11-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-04T03:42:11-0400 DEBUG repo: using cache for: cwp
2025-10-04T03:42:11-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-04T03:42: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-04T03:42: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-04T03:42: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-04T03:42: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-04T03:42: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-04T03:42:12-0400 DDEBUG Cleaning up.
2025-10-04T03:42:12-0400 DDEBUG Plugins were unloaded.
2025-10-04T03:42: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-04T03:42: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-04T04:16:34-0400 INFO --- logging initialized ---
2025-10-04T04:16:34-0400 DDEBUG timer: config: 99 ms
2025-10-04T04: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-04T04:16:34-0400 DEBUG DNF version: 4.7.0
2025-10-04T04:16:34-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T04:16:34-0400 DDEBUG Installroot: /
2025-10-04T04:16:34-0400 DDEBUG Releasever: 8
2025-10-04T04:16:34-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T04:16:34-0400 DDEBUG Base command: makecache
2025-10-04T04:16:34-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T04:16:34-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T04:16:34-0400 DEBUG Making cache files for all metadata files.
2025-10-04T04:16:34-0400 INFO Metadata cache refreshed recently.
2025-10-04T04:16:34-0400 DDEBUG Cleaning up.
2025-10-04T04:16:34-0400 DDEBUG Plugins were unloaded.
2025-10-04T05:22:12-0400 INFO --- logging initialized ---
2025-10-04T05:22:12-0400 DDEBUG timer: config: 8 ms
2025-10-04T05:22: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-04T05:22:12-0400 DEBUG DNF version: 4.7.0
2025-10-04T05:22:12-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T05:22:12-0400 DDEBUG Installroot: /
2025-10-04T05:22:12-0400 DDEBUG Releasever: 8
2025-10-04T05:22:12-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T05:22:12-0400 DDEBUG Base command: makecache
2025-10-04T05:22:12-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T05:22:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T05:22:13-0400 DEBUG Making cache files for all metadata files.
2025-10-04T05:22:13-0400 INFO Metadata cache refreshed recently.
2025-10-04T05:22:13-0400 DDEBUG Cleaning up.
2025-10-04T05:22:13-0400 DDEBUG Plugins were unloaded.
2025-10-04T06:55:03-0400 INFO --- logging initialized ---
2025-10-04T06:55:03-0400 DDEBUG timer: config: 7 ms
2025-10-04T06: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-04T06:55:03-0400 DEBUG DNF version: 4.7.0
2025-10-04T06:55:03-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T06:55:03-0400 DDEBUG Installroot: /
2025-10-04T06:55:03-0400 DDEBUG Releasever: 8
2025-10-04T06:55:03-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T06:55:03-0400 DDEBUG Base command: makecache
2025-10-04T06:55:03-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T06:55:03-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T06:55:03-0400 DEBUG Making cache files for all metadata files.
2025-10-04T06:55:03-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-04T06:55:03-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-04T06:55:03-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-04T06:55:03-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-04T06:55:03-0400 DEBUG extras: has expired and will be refreshed.
2025-10-04T06:55:03-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-04T06:55:03-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-04T06:55:03-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-04T06:55:03-0400 DEBUG epel: has expired and will be refreshed.
2025-10-04T06:55:03-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-04T06:55:04-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-04T06:55:04-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-04T06: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-04T06: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-04T06:55:04-0400 DDEBUG Cleaning up.
2025-10-04T06:55:04-0400 DDEBUG Plugins were unloaded.
2025-10-04T06: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-04T06: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-04T08:36:01-0400 INFO --- logging initialized ---
2025-10-04T08:36:01-0400 DDEBUG timer: config: 8 ms
2025-10-04T08:36:01-0400 DEBUG Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
2025-10-04T08:36:01-0400 DEBUG DNF version: 4.7.0
2025-10-04T08:36:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T08:36:01-0400 DDEBUG Installroot: /
2025-10-04T08:36:01-0400 DDEBUG Releasever: 8
2025-10-04T08:36:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T08:36:01-0400 DDEBUG Base command: makecache
2025-10-04T08:36:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T08:36:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T08:36:01-0400 DEBUG Making cache files for all metadata files.
2025-10-04T08:36:01-0400 INFO Metadata cache refreshed recently.
2025-10-04T08:36:01-0400 DDEBUG Cleaning up.
2025-10-04T08:36:01-0400 DDEBUG Plugins were unloaded.
2025-10-04T10:16:13-0400 INFO --- logging initialized ---
2025-10-04T10:16:13-0400 DDEBUG timer: config: 60 ms
2025-10-04T10:16: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-04T10:16:13-0400 DEBUG DNF version: 4.7.0
2025-10-04T10:16:13-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T10:16:13-0400 DDEBUG Installroot: /
2025-10-04T10:16:13-0400 DDEBUG Releasever: 8
2025-10-04T10:16:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T10:16:13-0400 DDEBUG Base command: makecache
2025-10-04T10:16:13-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T10:16:13-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T10:16:13-0400 DEBUG Making cache files for all metadata files.
2025-10-04T10:16:13-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-04T10:16:13-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-04T10:16:13-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-04T10:16:13-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-04T10:16:13-0400 DEBUG extras: has expired and will be refreshed.
2025-10-04T10:16:13-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-04T10:16:13-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-04T10:16:13-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-04T10:16:13-0400 DEBUG epel: has expired and will be refreshed.
2025-10-04T10:16:13-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-04T10:16:13-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-04T10:16:13-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-04T10:16: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-04T10:16: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-04T10:16:13-0400 DDEBUG Cleaning up.
2025-10-04T10:16:13-0400 DDEBUG Plugins were unloaded.
2025-10-04T10:16: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-04T10:16: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-04T11:57:02-0400 INFO --- logging initialized ---
2025-10-04T11:57:02-0400 DDEBUG timer: config: 7 ms
2025-10-04T11: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-04T11:57:02-0400 DEBUG DNF version: 4.7.0
2025-10-04T11:57:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T11:57:02-0400 DDEBUG Installroot: /
2025-10-04T11:57:02-0400 DDEBUG Releasever: 8
2025-10-04T11:57:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T11:57:02-0400 DDEBUG Base command: makecache
2025-10-04T11:57:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T11:57:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T11:57:02-0400 DEBUG Making cache files for all metadata files.
2025-10-04T11:57:02-0400 INFO Metadata cache refreshed recently.
2025-10-04T11:57:02-0400 DDEBUG Cleaning up.
2025-10-04T11:57:02-0400 DDEBUG Plugins were unloaded.
2025-10-04T13:14:24-0400 INFO --- logging initialized ---
2025-10-04T13:14:24-0400 DDEBUG timer: config: 8 ms
2025-10-04T13:14: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-04T13:14:24-0400 DEBUG DNF version: 4.7.0
2025-10-04T13:14:24-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T13:14:24-0400 DDEBUG Installroot: /
2025-10-04T13:14:24-0400 DDEBUG Releasever: 8
2025-10-04T13:14:24-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T13:14:24-0400 DDEBUG Base command: makecache
2025-10-04T13:14:24-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T13:14:24-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T13:14:24-0400 DEBUG Making cache files for all metadata files.
2025-10-04T13:14:24-0400 INFO Metadata cache refreshed recently.
2025-10-04T13:14:24-0400 DDEBUG Cleaning up.
2025-10-04T13:14:24-0400 DDEBUG Plugins were unloaded.
2025-10-04T15:06:09-0400 INFO --- logging initialized ---
2025-10-04T15:06:09-0400 DDEBUG timer: config: 8 ms
2025-10-04T15:06: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-04T15:06:09-0400 DEBUG DNF version: 4.7.0
2025-10-04T15:06:09-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T15:06:09-0400 DDEBUG Installroot: /
2025-10-04T15:06:09-0400 DDEBUG Releasever: 8
2025-10-04T15:06:09-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T15:06:09-0400 DDEBUG Base command: makecache
2025-10-04T15:06:09-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T15:06:09-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T15:06:09-0400 DEBUG Making cache files for all metadata files.
2025-10-04T15:06:09-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-04T15:06:09-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-04T15:06:09-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-04T15:06:09-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-04T15:06:09-0400 DEBUG extras: has expired and will be refreshed.
2025-10-04T15:06:09-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-04T15:06:09-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-04T15:06:09-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-04T15:06:09-0400 DEBUG epel: has expired and will be refreshed.
2025-10-04T15:06:09-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-04T15:06:09-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-04T15:06:09-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-04T15:06: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-04T15:06: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-04T15:06:09-0400 DDEBUG Cleaning up.
2025-10-04T15:06:09-0400 DDEBUG Plugins were unloaded.
2025-10-04T15:06: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-04T15:06: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-04T16:14:23-0400 INFO --- logging initialized ---
2025-10-04T16:14:23-0400 DDEBUG timer: config: 8 ms
2025-10-04T16:14: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-04T16:14:23-0400 DEBUG DNF version: 4.7.0
2025-10-04T16:14:23-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T16:14:23-0400 DDEBUG Installroot: /
2025-10-04T16:14:23-0400 DDEBUG Releasever: 8
2025-10-04T16:14:23-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T16:14:23-0400 DDEBUG Base command: makecache
2025-10-04T16:14:23-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T16:14:24-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T16:14:24-0400 DEBUG Making cache files for all metadata files.
2025-10-04T16:14:24-0400 INFO Metadata cache refreshed recently.
2025-10-04T16:14:24-0400 DDEBUG Cleaning up.
2025-10-04T16:14:24-0400 DDEBUG Plugins were unloaded.
2025-10-04T18:10:01-0400 INFO --- logging initialized ---
2025-10-04T18:10:01-0400 DDEBUG timer: config: 9 ms
2025-10-04T18:10: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-04T18:10:01-0400 DEBUG DNF version: 4.7.0
2025-10-04T18:10:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T18:10:01-0400 DDEBUG Installroot: /
2025-10-04T18:10:01-0400 DDEBUG Releasever: 8
2025-10-04T18:10:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T18:10:01-0400 DDEBUG Base command: makecache
2025-10-04T18:10:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T18:10:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T18:10:01-0400 DEBUG Making cache files for all metadata files.
2025-10-04T18:10:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-04T18:10:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-04T18:10:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-04T18:10:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-04T18:10:01-0400 DEBUG extras: has expired and will be refreshed.
2025-10-04T18:10:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-04T18:10:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-04T18:10:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-04T18:10:01-0400 DEBUG epel: has expired and will be refreshed.
2025-10-04T18:10:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-04T18:10:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-04T18:10:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-04T18:10: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-04T18:10: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-04T18:10:01-0400 DDEBUG Cleaning up.
2025-10-04T18:10:01-0400 DDEBUG Plugins were unloaded.
2025-10-04T18:10: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-04T18:10: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-04T19:24:02-0400 INFO --- logging initialized ---
2025-10-04T19:24:02-0400 DDEBUG timer: config: 10 ms
2025-10-04T19:24: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-04T19:24:02-0400 DEBUG DNF version: 4.7.0
2025-10-04T19:24:02-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T19:24:02-0400 DDEBUG Installroot: /
2025-10-04T19:24:02-0400 DDEBUG Releasever: 8
2025-10-04T19:24:02-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T19:24:02-0400 DDEBUG Base command: makecache
2025-10-04T19:24:02-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T19:24:02-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T19:24:02-0400 DEBUG Making cache files for all metadata files.
2025-10-04T19:24:02-0400 INFO Metadata cache refreshed recently.
2025-10-04T19:24:02-0400 DDEBUG Cleaning up.
2025-10-04T19:24:02-0400 DDEBUG Plugins were unloaded.
2025-10-04T20:54:30-0400 INFO --- logging initialized ---
2025-10-04T20:54:30-0400 DDEBUG timer: config: 7 ms
2025-10-04T20:54: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-04T20:54:30-0400 DEBUG DNF version: 4.7.0
2025-10-04T20:54:30-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T20:54:30-0400 DDEBUG Installroot: /
2025-10-04T20:54:30-0400 DDEBUG Releasever: 8
2025-10-04T20:54:30-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T20:54:30-0400 DDEBUG Base command: makecache
2025-10-04T20:54:30-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T20:54:30-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T20:54:30-0400 DEBUG Making cache files for all metadata files.
2025-10-04T20:54:30-0400 INFO Metadata cache refreshed recently.
2025-10-04T20:54:30-0400 DDEBUG Cleaning up.
2025-10-04T20:54:30-0400 DDEBUG Plugins were unloaded.
2025-10-04T22:53:01-0400 INFO --- logging initialized ---
2025-10-04T22:53:01-0400 DDEBUG timer: config: 8 ms
2025-10-04T22:53: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-04T22:53:01-0400 DEBUG DNF version: 4.7.0
2025-10-04T22:53:01-0400 DDEBUG Command: dnf makecache --timer 
2025-10-04T22:53:01-0400 DDEBUG Installroot: /
2025-10-04T22:53:01-0400 DDEBUG Releasever: 8
2025-10-04T22:53:01-0400 DEBUG cachedir: /var/cache/dnf
2025-10-04T22:53:01-0400 DDEBUG Base command: makecache
2025-10-04T22:53:01-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-04T22:53:01-0400 DEBUG Excludes in repo epel: nginx*
2025-10-04T22:53:01-0400 DEBUG Making cache files for all metadata files.
2025-10-04T22:53:01-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-04T22:53:01-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-04T22:53:01-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-04T22:53:01-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-04T22:53:01-0400 DEBUG extras: has expired and will be refreshed.
2025-10-04T22:53:01-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-04T22:53:01-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-04T22:53:01-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-04T22:53:01-0400 DEBUG epel: has expired and will be refreshed.
2025-10-04T22:53:01-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-04T22:53:01-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-04T22:53:01-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-04T22:53: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-04T22:53: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-04T22:53:01-0400 DDEBUG Cleaning up.
2025-10-04T22:53:01-0400 DDEBUG Plugins were unloaded.
2025-10-04T22:53:01-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-04T22:53:01-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-05T00:28:55-0400 INFO --- logging initialized ---
2025-10-05T00:28:55-0400 DDEBUG timer: config: 8 ms
2025-10-05T00:28: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-05T00:28:55-0400 DEBUG DNF version: 4.7.0
2025-10-05T00:28:55-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T00:28:55-0400 DDEBUG Installroot: /
2025-10-05T00:28:55-0400 DDEBUG Releasever: 8
2025-10-05T00:28:55-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T00:28:55-0400 DDEBUG Base command: makecache
2025-10-05T00:28:55-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T00:28:55-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T00:28:55-0400 DEBUG Making cache files for all metadata files.
2025-10-05T00:28:55-0400 INFO Metadata cache refreshed recently.
2025-10-05T00:28:55-0400 DDEBUG Cleaning up.
2025-10-05T00:28:55-0400 DDEBUG Plugins were unloaded.
2025-10-05T02:18:20-0400 INFO --- logging initialized ---
2025-10-05T02:18:20-0400 DDEBUG timer: config: 8 ms
2025-10-05T02:18: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-05T02:18:20-0400 DEBUG DNF version: 4.7.0
2025-10-05T02:18:20-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T02:18:20-0400 DDEBUG Installroot: /
2025-10-05T02:18:20-0400 DDEBUG Releasever: 8
2025-10-05T02:18:20-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T02:18:20-0400 DDEBUG Base command: makecache
2025-10-05T02:18:20-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T02:18:20-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T02:18:20-0400 DEBUG Making cache files for all metadata files.
2025-10-05T02:18:20-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-05T02:18:20-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-05T02:18:20-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-05T02:18:20-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-05T02:18:20-0400 DEBUG extras: has expired and will be refreshed.
2025-10-05T02:18:20-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-05T02:18:20-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-05T02:18:20-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-05T02:18:20-0400 DEBUG epel: has expired and will be refreshed.
2025-10-05T02:18:20-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-05T02:18:20-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-05T02:18:20-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-05T02:18:21-0400 DEBUG error: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214) (http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml).
2025-10-05T02:18:21-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-05T02:18:21-0400 DDEBUG Cleaning up.
2025-10-05T02:18:21-0400 DDEBUG Plugins were unloaded.
2025-10-05T02:18:21-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-05T02:18:21-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-05T03:31:32-0400 INFO --- logging initialized ---
2025-10-05T03:31:32-0400 DDEBUG timer: config: 9 ms
2025-10-05T03:31: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-05T03:31:32-0400 DEBUG DNF version: 4.7.0
2025-10-05T03:31:32-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T03:31:32-0400 DDEBUG Installroot: /
2025-10-05T03:31:32-0400 DDEBUG Releasever: 8
2025-10-05T03:31:32-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T03:31:32-0400 DDEBUG Base command: makecache
2025-10-05T03:31:32-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T03:31:32-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T03:31:32-0400 DEBUG Making cache files for all metadata files.
2025-10-05T03:31:32-0400 INFO Metadata cache refreshed recently.
2025-10-05T03:31:32-0400 DDEBUG Cleaning up.
2025-10-05T03:31:32-0400 DDEBUG Plugins were unloaded.
2025-10-05T03:48:13-0400 INFO --- logging initialized ---
2025-10-05T03:48:13-0400 DDEBUG timer: config: 9 ms
2025-10-05T03:48: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-05T03:48:13-0400 DEBUG YUM version: 4.7.0
2025-10-05T03:48:13-0400 DDEBUG Command: yum check-update --enablerepo=cwp 
2025-10-05T03:48:13-0400 DDEBUG Installroot: /
2025-10-05T03:48:13-0400 DDEBUG Releasever: 8
2025-10-05T03:48:13-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T03:48:13-0400 DDEBUG Base command: check-update
2025-10-05T03:48:13-0400 DDEBUG Extra commands: ['check-update', '--enablerepo=cwp']
2025-10-05T03:48:13-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-05T03:48:14-0400 DEBUG repo: using cache for: cwp
2025-10-05T03:48:14-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-05T03:48: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-05T03:48: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-05T03:48: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-05T03:48: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-05T03:48: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-05T03:48:14-0400 DDEBUG Cleaning up.
2025-10-05T03:48:14-0400 DDEBUG Plugins were unloaded.
2025-10-05T03:48: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-05T03:48: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-05T03:48:14-0400 INFO --- logging initialized ---
2025-10-05T03:48:14-0400 DDEBUG timer: config: 5 ms
2025-10-05T03:48: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-05T03:48:15-0400 DEBUG YUM version: 4.7.0
2025-10-05T03:48:15-0400 DDEBUG Command: yum -y update cwpsrv cwpphp 
2025-10-05T03:48:15-0400 DDEBUG Installroot: /
2025-10-05T03:48:15-0400 DDEBUG Releasever: 8
2025-10-05T03:48:15-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T03:48:15-0400 DDEBUG Base command: update
2025-10-05T03:48:15-0400 DDEBUG Extra commands: ['-y', 'update', 'cwpsrv', 'cwpphp']
2025-10-05T03:48:15-0400 DEBUG User-Agent: constructed: 'libdnf (AlmaLinux 8.10; generic; Linux.x86_64)'
2025-10-05T03:48:15-0400 DEBUG repo: using cache for: cwp
2025-10-05T03:48:15-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-05T03:48: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-05T03:48: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-05T03:48: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-05T03:48: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-05T03:48: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-05T03:48:15-0400 DDEBUG Cleaning up.
2025-10-05T03:48:15-0400 DDEBUG Plugins were unloaded.
2025-10-05T03:48: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-05T03:48: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-05T05:13:37-0400 INFO --- logging initialized ---
2025-10-05T05:13:37-0400 DDEBUG timer: config: 52 ms
2025-10-05T05: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-05T05:13:37-0400 DEBUG DNF version: 4.7.0
2025-10-05T05:13:37-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T05:13:37-0400 DDEBUG Installroot: /
2025-10-05T05:13:37-0400 DDEBUG Releasever: 8
2025-10-05T05:13:37-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T05:13:37-0400 DDEBUG Base command: makecache
2025-10-05T05:13:37-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T05:13:37-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T05:13:37-0400 DEBUG Making cache files for all metadata files.
2025-10-05T05:13:37-0400 INFO Metadata cache refreshed recently.
2025-10-05T05:13:37-0400 DDEBUG Cleaning up.
2025-10-05T05:13:37-0400 DDEBUG Plugins were unloaded.
2025-10-05T06:23:44-0400 INFO --- logging initialized ---
2025-10-05T06:23:44-0400 DDEBUG timer: config: 6 ms
2025-10-05T06:23: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-05T06:23:44-0400 DEBUG DNF version: 4.7.0
2025-10-05T06:23:44-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T06:23:44-0400 DDEBUG Installroot: /
2025-10-05T06:23:44-0400 DDEBUG Releasever: 8
2025-10-05T06:23:44-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T06:23:44-0400 DDEBUG Base command: makecache
2025-10-05T06:23:44-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T06:23:44-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T06:23:44-0400 DEBUG Making cache files for all metadata files.
2025-10-05T06:23:44-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-05T06:23:44-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-05T06:23:44-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-05T06:23:44-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-05T06:23:44-0400 DEBUG extras: has expired and will be refreshed.
2025-10-05T06:23:44-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-05T06:23:44-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-05T06:23:44-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-05T06:23:44-0400 DEBUG epel: has expired and will be refreshed.
2025-10-05T06:23:44-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-05T06:23:44-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-05T06:23:44-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-05T06:23: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-05T06:23: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-05T06:23:45-0400 DDEBUG Cleaning up.
2025-10-05T06:23:45-0400 DDEBUG Plugins were unloaded.
2025-10-05T06:23: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-05T06:23: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-05T08:11:15-0400 INFO --- logging initialized ---
2025-10-05T08:11:15-0400 DDEBUG timer: config: 8 ms
2025-10-05T08:11: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-05T08:11:15-0400 DEBUG DNF version: 4.7.0
2025-10-05T08:11:15-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T08:11:15-0400 DDEBUG Installroot: /
2025-10-05T08:11:15-0400 DDEBUG Releasever: 8
2025-10-05T08:11:15-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T08:11:15-0400 DDEBUG Base command: makecache
2025-10-05T08:11:15-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T08:11:15-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T08:11:15-0400 DEBUG Making cache files for all metadata files.
2025-10-05T08:11:15-0400 INFO Metadata cache refreshed recently.
2025-10-05T08:11:15-0400 DDEBUG Cleaning up.
2025-10-05T08:11:15-0400 DDEBUG Plugins were unloaded.
2025-10-05T09:53:43-0400 INFO --- logging initialized ---
2025-10-05T09:53:43-0400 DDEBUG timer: config: 8 ms
2025-10-05T09:53: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-05T09:53:43-0400 DEBUG DNF version: 4.7.0
2025-10-05T09:53:43-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T09:53:43-0400 DDEBUG Installroot: /
2025-10-05T09:53:43-0400 DDEBUG Releasever: 8
2025-10-05T09:53:43-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T09:53:43-0400 DDEBUG Base command: makecache
2025-10-05T09:53:43-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T09:53:43-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T09:53:43-0400 DEBUG Making cache files for all metadata files.
2025-10-05T09:53:43-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-05T09:53:43-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-05T09:53:43-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-05T09:53:43-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-05T09:53:43-0400 DEBUG extras: has expired and will be refreshed.
2025-10-05T09:53:43-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-05T09:53:43-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-05T09:53:43-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-05T09:53:43-0400 DEBUG epel: has expired and will be refreshed.
2025-10-05T09:53:43-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-05T09:53:43-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-05T09:53:43-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-05T09:53: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-05T09:53: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-05T09:53:43-0400 DDEBUG Cleaning up.
2025-10-05T09:53:43-0400 DDEBUG Plugins were unloaded.
2025-10-05T09:53: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-05T09:53: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-05T11:49:11-0400 INFO --- logging initialized ---
2025-10-05T11:49:11-0400 DDEBUG timer: config: 13 ms
2025-10-05T11:49: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-05T11:49:11-0400 DEBUG DNF version: 4.7.0
2025-10-05T11:49:11-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T11:49:11-0400 DDEBUG Installroot: /
2025-10-05T11:49:11-0400 DDEBUG Releasever: 8
2025-10-05T11:49:11-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T11:49:11-0400 DDEBUG Base command: makecache
2025-10-05T11:49:11-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T11:49:11-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T11:49:11-0400 DEBUG Making cache files for all metadata files.
2025-10-05T11:49:11-0400 INFO Metadata cache refreshed recently.
2025-10-05T11:49:11-0400 DDEBUG Cleaning up.
2025-10-05T11:49:11-0400 DDEBUG Plugins were unloaded.
2025-10-05T13:13:49-0400 INFO --- logging initialized ---
2025-10-05T13:13:49-0400 DDEBUG timer: config: 16 ms
2025-10-05T13:13: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-05T13:13:49-0400 DEBUG DNF version: 4.7.0
2025-10-05T13:13:49-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T13:13:49-0400 DDEBUG Installroot: /
2025-10-05T13:13:49-0400 DDEBUG Releasever: 8
2025-10-05T13:13:49-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T13:13:49-0400 DDEBUG Base command: makecache
2025-10-05T13:13:49-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T13:13:50-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T13:13:50-0400 DEBUG Making cache files for all metadata files.
2025-10-05T13:13:50-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-05T13:13:50-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-05T13:13:50-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-05T13:13:50-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-05T13:13:50-0400 DEBUG extras: has expired and will be refreshed.
2025-10-05T13:13:50-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-05T13:13:50-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-05T13:13:50-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-05T13:13:50-0400 DEBUG epel: has expired and will be refreshed.
2025-10-05T13:13:50-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-05T13:13:50-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-05T13:13:50-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-05T13:13: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-05T13:13: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-05T13:13:50-0400 DDEBUG Cleaning up.
2025-10-05T13:13:50-0400 DDEBUG Plugins were unloaded.
2025-10-05T13:13:50-0400 SUBDEBUG 
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/dnf/repo.py", line 573, in load
    ret = self._repo.load()
  File "/usr/lib64/python3.6/site-packages/libdnf/repo.py", line 397, in load
    return _repo.Repo_load(self)
libdnf._error.Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.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-05T13:13:50-0400 CRITICAL Error: Failed to download metadata for repo 'mariadb': Cannot download repomd.xml: Status code: 404 for http://mirror.mariadb.org/yum/10.5/almalinux8-amd64/repodata/repomd.xml (IP: 162.55.42.214)
2025-10-05T15:04:10-0400 INFO --- logging initialized ---
2025-10-05T15:04:10-0400 DDEBUG timer: config: 8 ms
2025-10-05T15:04: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-05T15:04:10-0400 DEBUG DNF version: 4.7.0
2025-10-05T15:04:10-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T15:04:10-0400 DDEBUG Installroot: /
2025-10-05T15:04:10-0400 DDEBUG Releasever: 8
2025-10-05T15:04:10-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T15:04:10-0400 DDEBUG Base command: makecache
2025-10-05T15:04:10-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T15:04:10-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T15:04:10-0400 DEBUG Making cache files for all metadata files.
2025-10-05T15:04:10-0400 INFO Metadata cache refreshed recently.
2025-10-05T15:04:10-0400 DDEBUG Cleaning up.
2025-10-05T15:04:10-0400 DDEBUG Plugins were unloaded.
2025-10-05T16:40:54-0400 INFO --- logging initialized ---
2025-10-05T16:40:54-0400 DDEBUG timer: config: 8 ms
2025-10-05T16: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-05T16:40:54-0400 DEBUG DNF version: 4.7.0
2025-10-05T16:40:54-0400 DDEBUG Command: dnf makecache --timer 
2025-10-05T16:40:54-0400 DDEBUG Installroot: /
2025-10-05T16:40:54-0400 DDEBUG Releasever: 8
2025-10-05T16:40:54-0400 DEBUG cachedir: /var/cache/dnf
2025-10-05T16:40:54-0400 DDEBUG Base command: makecache
2025-10-05T16:40:54-0400 DDEBUG Extra commands: ['makecache', '--timer']
2025-10-05T16:40:54-0400 DEBUG Excludes in repo epel: nginx*
2025-10-05T16:40:54-0400 DEBUG Making cache files for all metadata files.
2025-10-05T16:40:54-0400 DEBUG cwp: has expired and will be refreshed.
2025-10-05T16:40:54-0400 DEBUG mariadb: has expired and will be refreshed.
2025-10-05T16:40:54-0400 DEBUG baseos: has expired and will be refreshed.
2025-10-05T16:40:54-0400 DEBUG appstream: has expired and will be refreshed.
2025-10-05T16:40:54-0400 DEBUG extras: has expired and will be refreshed.
2025-10-05T16:40:54-0400 DEBUG powertools: has expired and will be refreshed.
2025-10-05T16:40:54-0400 DEBUG powertools-source: has expired and will be refreshed.
2025-10-05T16:40:54-0400 DEBUG powertools-debuginfo: has expired and will be refreshed.
2025-10-05T16:40:54-0400 DEBUG epel: has expired and will be refreshed.
2025-10-05T16:40:54-0400 DEBUG nginx: has expired and will be refreshed.
2025-10-05T16:40:54-0400 DEBUG reviving: 'cwp' can be revived - repomd matches.
2025-10-05T16:40:54-0400 DEBUG cwp: using metadata from Wed 20 Aug 2025 03:32:10 PM EDT.
2025-10-05T16:40: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-05T16:40: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-05T16:40:54-0400 DDEBUG Cleaning up.
2025-10-05T16:40:54-0400 DDEBUG Plugins were unloaded.
2025-10-05T16:40: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-05T16:40: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-05T18:15:49-0400 INFO --- logging initialized ---
2025-10-05T18:15:49-0400 DDEBUG timer: config: 52 ms