+ set -x + for FILE in {test-,}requirements.txt + '[' -f test-requirements.txt ']' + sed -i 's/; *python_version.*[!=<>]=\?.*//g' test-requirements.txt + sed -i 's/; *sys_platform.*[!=<>]=\?.*//g' test-requirements.txt + for FILE in {test-,}requirements.txt + '[' -f requirements.txt ']' + sed -i 's/; *python_version.*[!=<>]=\?.*//g' requirements.txt + sed -i 's/; *sys_platform.*[!=<>]=\?.*//g' requirements.txt + cleanup_sdist + return + detect_python + '[' -x /usr/bin/python3 ']' + PYTHON=python3 + echo 'Using python3 as python interpreter' Using python3 as python interpreter + setup_mock + MOCKOPTS='-v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee' + /usr/bin/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee --clean WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.4 starting (python version = 3.9.18, NVR = mock-6.4-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee --clean Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/etc/mock/chroot-aliases.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg'] DEBUG: version: 6.4 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--suppress-sync=yes'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', 'unbreq', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'rpkg_preprocessor_enable': False, 'rpkg_preprocessor_opts': {'requires': ['preproc-rpmspec'], 'cmd': '/usr/bin/preproc-rpmspec %(source_spec)s --output %(target_spec)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}} DEBUG: environment: {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} DEBUG: scm: False DEBUG: scm_opts: {'method': 'git', 'cvs_get': 'cvs -d /srv/cvs co SCM_BRN SCM_PKG', 'git_get': 'git clone SCM_BRN git://localhost/SCM_PKG.git SCM_PKG', 'svn_get': 'svn co file:///srv/svn/SCM_PKG/SCM_BRN SCM_PKG', 'distgit_get': 'rpkg clone -a --branch SCM_BRN SCM_PKG SCM_PKG', 'distgit_src_get': 'rpkg sources', 'spec': 'SCM_PKG.spec', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install basesystem rpm-build python3-devel gcc make python3-sqlalchemy python3-sphinx python3-eventlet python3-six python3-pbr openstack-macros git-core python3-setuptools_scm DEBUG: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '10-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-builder-centos9.rdoproject.org', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (dlrn-centos10-master-uc-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: f7373f78-4964-4be1-ac15-8551ffd7e0b8 DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos10-master-uc/data/dlrn-5.cfg DEBUG: root: dlrn-centos10-master-uc-x86_64-5 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el10 DEBUG: use_bootstrap_container: True DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary # NOTE(karolinku) required for botocore best=0 protected_packages= module_platform_id=platform:el10 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/AppStream/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB metalink=https://mirrors.centos.org/metalink?repo=centos-crb-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-barbican] name=delorean-openstack-barbican-25ef5677a674088bfb433ab39df3a75ac7b3cf8f baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/25/ef/25ef5677a674088bfb433ab39df3a75ac7b3cf8f_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-python-sushy-tools-ad220ed98a3e94b991d54aa61a8e06bb669dade0 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/ad/22/ad220ed98a3e94b991d54aa61a8e06bb669dade0_b5640895 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-d02171164bdd702b12b59888b744d172f30d712d baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/d0/21/d02171164bdd702b12b59888b744d172f30d712d_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/3c/0a/3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-6672259011e436143b2624b44f364e27de214690 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/66/72/6672259011e436143b2624b44f364e27de214690_3ce2abee enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-dbc6eb406b50b69ce6ee031543c0a423abfcb0aa baseurl=https://trunk.rdoproject.org/centos10-master/component/common/db/c6/dbc6eb406b50b69ce6ee031543c0a423abfcb0aa_dc34a089 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-30bf8c1025ea24823ebde3eacede4ea34ec6be8c baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/30/bf/30bf8c1025ea24823ebde3eacede4ea34ec6be8c_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-bb1a7a8ba0e729a2cb11cad45ddfcba4e35c4a78 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/bb/1a/bb1a7a8ba0e729a2cb11cad45ddfcba4e35c4a78_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-07eaee379db86950bca30e5e8ce4fa73f8500c42 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/07/ea/07eaee379db86950bca30e5e8ce4fa73f8500c42_05968b35 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystone-tests-tempest-97d6de342fc0b7487c2dc99765c4717850758afc baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/97/d6/97d6de342fc0b7487c2dc99765c4717850758afc_b1b2606b enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-ea32b47ff40a6c927cfb08ee299d53a353c5935f baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/ea/32/ea32b47ff40a6c927cfb08ee299d53a353c5935f_9f8762cc enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-whitebox-neutron-tests-tempest-403794fcbf8dc10128cfea394fe04b9cdbe69cf0 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/40/37/403794fcbf8dc10128cfea394fe04b9cdbe69cf0_bbf30af6 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-fb464221b31ce0dee2e2f2af0c95d5b07379132d baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/fb/46/fb464221b31ce0dee2e2f2af0c95d5b07379132d_fa5cac99 enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-python-watcher-tests-tempest-99388fae9603a71564456757149dbad2d004c0cd baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/99/38/99388fae9603a71564456757149dbad2d004c0cd_5ce2889e enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-6ebacb6de333c7fb36496f30e5b92bbbc5365b81 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/6e/ba/6ebacb6de333c7fb36496f30e5b92bbbc5365b81_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-ceph-7352068d7b8c84ded636ab3158dafa6f3851951e baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/73/52/7352068d7b8c84ded636ab3158dafa6f3851951e_ad3d6445 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-8cbe10552a66be4ba5b271c5bebecdc60d9a9cc8 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/8c/be/8cbe10552a66be4ba5b271c5bebecdc60d9a9cc8_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-9ebb0b605a3d43b7a0eb46e72f4485760dccff01 baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/9e/bb/9ebb0b605a3d43b7a0eb46e72f4485760dccff01_39f91389 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-octavia-ui-f196e3bea01cc1fdf5aad4b9dd5d104972a2613c baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/f1/96/f196e3bea01cc1fdf5aad4b9dd5d104972a2613c_22307aff enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos10-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos10-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-rabbitmq] name=centos9-rabbitmq baseurl=https://trunk.rdoproject.org/centos10-master/rabbitmq/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-storage] name=centos10-storage baseurl=http://mirror.stream.centos.org/SIGs/10-stream/storage/$basearch/ceph-squid/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-opstools] name=centos10-opstools baseurl=http://mirror.stream.centos.org/SIGs/10-stream/opstools/$basearch/collectd-5/ enabled=0 gpgcheck=0 module_hotfixes=1 [centos10-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=https://buildlogs.centos.org/centos/10-stream/nfv/x86_64/openvswitch-2/ enabled=1 gpgcheck=0 module_hotfixes=1 # epel is required for Ceph Squid and DLRN mock [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=liboath,gperftools-libs,thrift,libpmemobj,liborc2,libpmem,parquet-libs,libarrow*,mock*,distribution-gpg-keys,python3-templated-dictionary,python3-backoff DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s Start: clean chroot Finish: clean chroot Finish: run DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root + /usr/bin/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee --init WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.4 starting (python version = 3.9.18, NVR = mock-6.4-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee --init Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/home/centos10-master-uc/data/dlrn-5.cfg', '/etc/mock/chroot-aliases.cfg', '/etc/mock/site-defaults.cfg'] DEBUG: version: 6.4 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--suppress-sync=yes'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', 'unbreq', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'rpkg_preprocessor_enable': False, 'rpkg_preprocessor_opts': {'requires': ['preproc-rpmspec'], 'cmd': '/usr/bin/preproc-rpmspec %(source_spec)s --output %(target_spec)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}} DEBUG: environment: {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} DEBUG: scm: False DEBUG: scm_opts: {'method': 'git', 'cvs_get': 'cvs -d /srv/cvs co SCM_BRN SCM_PKG', 'git_get': 'git clone SCM_BRN git://localhost/SCM_PKG.git SCM_PKG', 'svn_get': 'svn co file:///srv/svn/SCM_PKG/SCM_BRN SCM_PKG', 'distgit_get': 'rpkg clone -a --branch SCM_BRN SCM_PKG SCM_PKG', 'distgit_src_get': 'rpkg sources', 'spec': 'SCM_PKG.spec', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install basesystem rpm-build python3-devel gcc make python3-sqlalchemy python3-sphinx python3-eventlet python3-six python3-pbr openstack-macros git-core python3-setuptools_scm DEBUG: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '10-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-builder-centos9.rdoproject.org', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (dlrn-centos10-master-uc-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: bea8e81a-949e-415c-908f-4c0ece359247 DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos10-master-uc/data/dlrn-5.cfg DEBUG: root: dlrn-centos10-master-uc-x86_64-5 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el10 DEBUG: use_bootstrap_container: True DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary # NOTE(karolinku) required for botocore best=0 protected_packages= module_platform_id=platform:el10 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/AppStream/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB metalink=https://mirrors.centos.org/metalink?repo=centos-crb-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-barbican] name=delorean-openstack-barbican-25ef5677a674088bfb433ab39df3a75ac7b3cf8f baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/25/ef/25ef5677a674088bfb433ab39df3a75ac7b3cf8f_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-python-sushy-tools-ad220ed98a3e94b991d54aa61a8e06bb669dade0 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/ad/22/ad220ed98a3e94b991d54aa61a8e06bb669dade0_b5640895 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-d02171164bdd702b12b59888b744d172f30d712d baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/d0/21/d02171164bdd702b12b59888b744d172f30d712d_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/3c/0a/3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-6672259011e436143b2624b44f364e27de214690 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/66/72/6672259011e436143b2624b44f364e27de214690_3ce2abee enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-dbc6eb406b50b69ce6ee031543c0a423abfcb0aa baseurl=https://trunk.rdoproject.org/centos10-master/component/common/db/c6/dbc6eb406b50b69ce6ee031543c0a423abfcb0aa_dc34a089 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-30bf8c1025ea24823ebde3eacede4ea34ec6be8c baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/30/bf/30bf8c1025ea24823ebde3eacede4ea34ec6be8c_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-bb1a7a8ba0e729a2cb11cad45ddfcba4e35c4a78 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/bb/1a/bb1a7a8ba0e729a2cb11cad45ddfcba4e35c4a78_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-07eaee379db86950bca30e5e8ce4fa73f8500c42 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/07/ea/07eaee379db86950bca30e5e8ce4fa73f8500c42_05968b35 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystone-tests-tempest-97d6de342fc0b7487c2dc99765c4717850758afc baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/97/d6/97d6de342fc0b7487c2dc99765c4717850758afc_b1b2606b enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-ea32b47ff40a6c927cfb08ee299d53a353c5935f baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/ea/32/ea32b47ff40a6c927cfb08ee299d53a353c5935f_9f8762cc enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-whitebox-neutron-tests-tempest-403794fcbf8dc10128cfea394fe04b9cdbe69cf0 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/40/37/403794fcbf8dc10128cfea394fe04b9cdbe69cf0_bbf30af6 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-fb464221b31ce0dee2e2f2af0c95d5b07379132d baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/fb/46/fb464221b31ce0dee2e2f2af0c95d5b07379132d_fa5cac99 enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-python-watcher-tests-tempest-99388fae9603a71564456757149dbad2d004c0cd baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/99/38/99388fae9603a71564456757149dbad2d004c0cd_5ce2889e enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-6ebacb6de333c7fb36496f30e5b92bbbc5365b81 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/6e/ba/6ebacb6de333c7fb36496f30e5b92bbbc5365b81_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-ceph-7352068d7b8c84ded636ab3158dafa6f3851951e baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/73/52/7352068d7b8c84ded636ab3158dafa6f3851951e_ad3d6445 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-8cbe10552a66be4ba5b271c5bebecdc60d9a9cc8 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/8c/be/8cbe10552a66be4ba5b271c5bebecdc60d9a9cc8_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-9ebb0b605a3d43b7a0eb46e72f4485760dccff01 baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/9e/bb/9ebb0b605a3d43b7a0eb46e72f4485760dccff01_39f91389 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-octavia-ui-f196e3bea01cc1fdf5aad4b9dd5d104972a2613c baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/f1/96/f196e3bea01cc1fdf5aad4b9dd5d104972a2613c_22307aff enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos10-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos10-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-rabbitmq] name=centos9-rabbitmq baseurl=https://trunk.rdoproject.org/centos10-master/rabbitmq/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-storage] name=centos10-storage baseurl=http://mirror.stream.centos.org/SIGs/10-stream/storage/$basearch/ceph-squid/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-opstools] name=centos10-opstools baseurl=http://mirror.stream.centos.org/SIGs/10-stream/opstools/$basearch/collectd-5/ enabled=0 gpgcheck=0 module_hotfixes=1 [centos10-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=https://buildlogs.centos.org/centos/10-stream/nfv/x86_64/openvswitch-2/ enabled=1 gpgcheck=0 module_hotfixes=1 # epel is required for Ceph Squid and DLRN mock [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=liboath,gperftools-libs,thrift,libpmemobj,liborc2,libpmem,parquet-libs,libarrow*,mock*,distribution-gpg-keys,python3-templated-dictionary,python3-backoff DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s Start: clean chroot Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee Mock Version: 6.4 INFO: Mock Version: 6.4 INFO: Mock Version: 6.4 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives INFO: Package manager dnf4 detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.i32lqoa7', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: calling preinit hooks INFO: enabled root cache INFO: /home/centos10-master-uc/data/dlrn-5.cfg newer than root cache; cache will be rebuilt DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Address sizes: 40 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5599.99 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean pausefilter pfthreshold umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 128 KiB (4 instances) DEBUG: L1i cache: 128 KiB (4 instances) DEBUG: L2 cache: 2 MiB (4 instances) DEBUG: L3 cache: 64 MiB (4 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 15Gi 4.1Gi 1.6Gi 312Mi 10Gi 11Gi DEBUG: Swap: 15Gi 5.2Gi 10Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs tmpfs 4.3G 0 4.3G 0% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 194G 356G 36% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: resultdir = /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.xhgn08bw', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc Start: installing minimal buildroot with dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'basesystem', 'rpm-build', 'python3-devel', 'gcc', 'make', 'python3-sqlalchemy', 'python3-sphinx', 'python3-eventlet', 'python3-six', 'python3-pbr', 'openstack-macros', 'git-core', 'python3-setuptools_scm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', 'basesystem', 'rpm-build', 'python3-devel', 'gcc', 'make', 'python3-sqlalchemy', 'python3-sphinx', 'python3-eventlet', 'python3-six', 'python3-pbr', 'openstack-macros', 'git-core', 'python3-setuptools_scm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: delorean-openstack-barbican-25ef5677a674088bfb4 90 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-sushy-tools-ad220ed98a3e94b991d 108 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-d02171164bdd702b12b59 102 kB/s | 3.0 kB 00:00 DEBUG: delorean-ansible-collections-openstack-3c0a9f2d 107 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-aodh-6672259011e436143b2624b 123 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-dbc6eb406b50b69ce6ee0 116 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-30bf8c1025ea24823ebde3e 105 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-designate-tests-tempest-bb1a7a8 121 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-07eaee379db86950bca30 114 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 106 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-ea32b47ff40a6c927cfb0 106 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-whitebox-neutron-tests-tempest- 119 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-octavia-tests-tempest-fb464221b 110 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-watcher-tests-tempest-99388fae9 119 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-6ebacb6de333c7fb36496f30e5 121 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-ceph-7352068d7b8c84ded636ab3158 191 kB/s | 14 kB 00:00 DEBUG: delorean-openstack-swift-8cbe10552a66be4ba5b271 79 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-9ebb0b605a3d43b7a0eb 74 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-ui-f196e3bea01cc1fdf 92 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 18 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 80 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 43 kB/s | 7.3 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 85 kB/s | 7.8 kB 00:00 DEBUG: dlrn-master-testing 101 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 133 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 112 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 13 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 17 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 249 kB/s | 35 kB 00:00 DEBUG: Dependencies resolved. DEBUG: ======================================================================================================================== DEBUG: Package Arch Version Repository Size DEBUG: ======================================================================================================================== DEBUG: Installing: DEBUG: basesystem noarch 11-22.el10 baseos 4.3 k DEBUG: gcc x86_64 14.3.1-2.3.el10 appstream 38 M DEBUG: git-core x86_64 2.47.3-1.el10 appstream 4.8 M DEBUG: make x86_64 1:4.4.1-9.el10 baseos 587 k DEBUG: openstack-macros noarch 2023.1.0-0.20250702055156.ce6a105.el10 delorean-component-common 22 k DEBUG: python3-devel x86_64 3.12.11-3.el10 appstream 329 k DEBUG: python3-eventlet noarch 0.40.0-1.el10s delorean-master-testing 585 k DEBUG: python3-pbr noarch 6.1.1-1.el10s delorean-master-testing 177 k DEBUG: python3-setuptools_scm noarch 8.0.4-7.el10 crb 117 k DEBUG: python3-six noarch 1.16.0-16.el10 baseos 42 k DEBUG: python3-sphinx noarch 1:7.2.6-10.el10 crb 2.7 M DEBUG: python3-sqlalchemy x86_64 2.0.26-6.el10 appstream 3.6 M DEBUG: rpm-build x86_64 4.19.1.1-20.el10 appstream 75 k DEBUG: Installing dependencies: DEBUG: ImageMagick-libs x86_64 6.9.12.98-1.el10s delorean-master-build-deps 2.3 M DEBUG: LibRaw x86_64 0.21.3-1.el10s delorean-master-build-deps 416 k DEBUG: adobe-mappings-cmap noarch 20230622-5.el10 appstream 2.1 M DEBUG: adobe-mappings-cmap-deprecated noarch 20230622-5.el10 appstream 115 k DEBUG: adobe-mappings-pdf noarch 20190401-9.el10 appstream 687 k DEBUG: alternatives x86_64 1.30-2.el10 baseos 42 k DEBUG: annobin-docs noarch 12.99-1.el10 appstream 88 k DEBUG: annobin-plugin-gcc x86_64 12.99-1.el10 appstream 998 k DEBUG: audit-libs x86_64 4.0.3-4.el10 baseos 133 k DEBUG: authselect x86_64 1.5.0-8.el10 baseos 144 k DEBUG: authselect-libs x86_64 1.5.0-8.el10 baseos 223 k DEBUG: avahi-libs x86_64 0.9~rc2-2.el10 baseos 68 k DEBUG: bash x86_64 5.2.26-6.el10 baseos 1.8 M DEBUG: binutils x86_64 2.41-58.el10 baseos 6.4 M DEBUG: binutils-gold x86_64 2.41-58.el10 baseos 798 k DEBUG: bzip2 x86_64 1.0.8-25.el10 baseos 54 k DEBUG: bzip2-libs x86_64 1.0.8-25.el10 baseos 42 k DEBUG: ca-certificates noarch 2025.2.80_v9.0.305-101.el10 baseos 1.1 M DEBUG: cairo x86_64 1.18.2-2.el10 appstream 713 k DEBUG: cairo-gobject x86_64 1.18.2-2.el10 appstream 18 k DEBUG: centos-gpg-keys noarch 10.0-12.el10 baseos 10 k DEBUG: centos-stream-release noarch 10.0-12.el10 baseos 26 k DEBUG: centos-stream-repos noarch 10.0-12.el10 baseos 8.3 k DEBUG: coreutils x86_64 9.5-6.el10 baseos 1.1 M DEBUG: coreutils-common x86_64 9.5-6.el10 baseos 2.1 M DEBUG: cpio x86_64 2.15-3.el10 baseos 292 k DEBUG: cpp x86_64 14.3.1-2.3.el10 appstream 13 M DEBUG: cracklib x86_64 2.9.11-8.el10 baseos 96 k DEBUG: cracklib-dicts x86_64 2.9.11-8.el10 baseos 3.6 M DEBUG: crypto-policies noarch 20250905-2.gitc7eb7b2.el10 baseos 98 k DEBUG: cups-filesystem noarch 1:2.4.10-13.el10 baseos 11 k DEBUG: cups-libs x86_64 1:2.4.10-13.el10 baseos 261 k DEBUG: curl x86_64 8.12.1-2.el10 baseos 219 k DEBUG: cyrus-sasl-lib x86_64 2.1.28-27.el10 baseos 106 k DEBUG: dbus x86_64 1:1.14.10-5.el10 baseos 4.4 k DEBUG: dbus-broker x86_64 36-4.el10 baseos 174 k DEBUG: dbus-common noarch 1:1.14.10-5.el10 baseos 15 k DEBUG: dbus-libs x86_64 1:1.14.10-5.el10 baseos 156 k DEBUG: debugedit x86_64 5.1-8.el10 appstream 80 k DEBUG: default-fonts-core-sans noarch 4.1-3.el10 baseos 30 k DEBUG: device-mapper x86_64 10:1.02.206-3.el10 baseos 140 k DEBUG: device-mapper-libs x86_64 10:1.02.206-3.el10 baseos 182 k DEBUG: diffutils x86_64 3.10-8.el10 baseos 409 k DEBUG: duktape x86_64 2.7.0-10.el10 baseos 170 k DEBUG: dwz x86_64 0.16-1.el10 appstream 140 k DEBUG: ed x86_64 1.20-5.el10 baseos 83 k DEBUG: efi-srpm-macros noarch 6-6.el10 appstream 24 k DEBUG: elfutils x86_64 0.193-1.el10 baseos 573 k DEBUG: elfutils-debuginfod-client x86_64 0.193-1.el10 baseos 47 k DEBUG: elfutils-default-yama-scope noarch 0.193-1.el10 baseos 13 k DEBUG: elfutils-libelf x86_64 0.193-1.el10 baseos 208 k DEBUG: elfutils-libs x86_64 0.193-1.el10 baseos 269 k DEBUG: expat x86_64 2.7.1-1.el10 baseos 117 k DEBUG: file x86_64 5.45-8.el10 baseos 49 k DEBUG: file-libs x86_64 5.45-8.el10 baseos 764 k DEBUG: filesystem x86_64 3.18-17.el10 baseos 4.8 M DEBUG: findutils x86_64 1:4.10.0-5.el10 baseos 551 k DEBUG: fontconfig x86_64 2.15.0-7.el10 appstream 280 k DEBUG: fonts-filesystem noarch 1:2.0.5-18.el10 baseos 8.8 k DEBUG: fonts-srpm-macros noarch 1:2.0.5-18.el10 appstream 27 k DEBUG: forge-srpm-macros noarch 0.4.0-6.el10 appstream 21 k DEBUG: freetype x86_64 2.13.2-8.el10 baseos 409 k DEBUG: fribidi x86_64 1.0.14-4.el10 appstream 93 k DEBUG: gawk x86_64 5.3.0-6.el10 baseos 1.1 M DEBUG: gcc-plugin-annobin x86_64 14.3.1-2.3.el10 appstream 67 k DEBUG: gd x86_64 2.3.3-22.el10 appstream 133 k DEBUG: gdb-minimal x86_64 16.3-2.el10 appstream 4.4 M DEBUG: gdbm x86_64 1:1.23-14.el10 baseos 151 k DEBUG: gdbm-libs x86_64 1:1.23-14.el10 baseos 57 k DEBUG: gdk-pixbuf2 x86_64 2.42.12-4.el10 appstream 498 k DEBUG: glib2 x86_64 2.80.4-8.el10 baseos 3.0 M DEBUG: glibc x86_64 2.39-69.el10 baseos 2.1 M DEBUG: glibc-common x86_64 2.39-69.el10 baseos 340 k DEBUG: glibc-devel x86_64 2.39-69.el10 appstream 604 k DEBUG: glibc-gconv-extra x86_64 2.39-69.el10 baseos 1.7 M DEBUG: glibc-minimal-langpack x86_64 2.39-69.el10 baseos 46 k DEBUG: gmp x86_64 1:6.2.1-12.el10 baseos 318 k DEBUG: gnupg2 x86_64 2.4.5-2.el10 baseos 2.7 M DEBUG: gnutls x86_64 3.8.10-2.el10 baseos 1.5 M DEBUG: go-srpm-macros noarch 3.8.0-1.el10 appstream 27 k DEBUG: google-droid-sans-fonts noarch 20200215-22.el10 appstream 2.7 M DEBUG: google-noto-fonts-common noarch 20240401-5.el10 baseos 18 k DEBUG: google-noto-sans-vf-fonts noarch 20240401-5.el10 baseos 594 k DEBUG: gpgme x86_64 1.23.2-6.el10 baseos 219 k DEBUG: gpgmepp x86_64 1.23.2-6.el10 appstream 141 k DEBUG: graphite2 x86_64 1.3.14-17.el10 baseos 96 k DEBUG: grep x86_64 3.11-10.el10 baseos 301 k DEBUG: gzip x86_64 1.13-3.el10 baseos 170 k DEBUG: harfbuzz x86_64 8.4.0-6.el10 baseos 992 k DEBUG: imath x86_64 3.1.10-4.el10 appstream 97 k DEBUG: jansson x86_64 2.14-3.el10 baseos 46 k DEBUG: jasper-libs x86_64 4.1.0-5.el10 appstream 163 k DEBUG: jbig2dec-libs x86_64 0.20-7.el10 appstream 76 k DEBUG: jbigkit-libs x86_64 2.1-31.el10 appstream 54 k DEBUG: json-c x86_64 0.18-3.el10 baseos 45 k DEBUG: kernel-headers x86_64 6.12.0-144.el10 appstream 2.3 M DEBUG: kernel-srpm-macros noarch 1.0-25.el10 appstream 11 k DEBUG: keyutils-libs x86_64 1.6.3-5.el10 baseos 33 k DEBUG: krb5-libs x86_64 1.21.3-8.el10 baseos 767 k DEBUG: lcms2 x86_64 2.16-6.el10 appstream 182 k DEBUG: less x86_64 661-3.el10 baseos 191 k DEBUG: libICE x86_64 1.1.1-5.el10 appstream 75 k DEBUG: libSM x86_64 1.2.4-5.el10 appstream 44 k DEBUG: libX11 x86_64 1.8.10-1.el10 appstream 654 k DEBUG: libX11-common noarch 1.8.10-1.el10 appstream 199 k DEBUG: libXau x86_64 1.0.11-8.el10 appstream 33 k DEBUG: libXext x86_64 1.3.6-3.el10 appstream 40 k DEBUG: libXft x86_64 2.3.8-8.el10 appstream 73 k DEBUG: libXpm x86_64 3.5.17-5.el10 appstream 67 k DEBUG: libXrender x86_64 0.9.11-8.el10 appstream 29 k DEBUG: libXt x86_64 1.3.0-5.el10 appstream 181 k DEBUG: libacl x86_64 2.3.2-4.el10 baseos 25 k DEBUG: libarchive x86_64 3.7.7-4.el10 baseos 414 k DEBUG: libassuan x86_64 2.5.6-6.el10 baseos 69 k DEBUG: libattr x86_64 2.5.2-5.el10 baseos 19 k DEBUG: libblkid x86_64 2.40.2-13.el10 baseos 124 k DEBUG: libbrotli x86_64 1.1.0-6.el10 baseos 346 k DEBUG: libcap x86_64 2.69-7.el10 baseos 91 k DEBUG: libcap-ng x86_64 0.8.4-6.el10 baseos 33 k DEBUG: libcbor x86_64 0.11.0-3.el10 baseos 34 k DEBUG: libcom_err x86_64 1.47.1-4.el10 baseos 27 k DEBUG: libcurl x86_64 8.12.1-2.el10 baseos 371 k DEBUG: libdatrie x86_64 0.2.13-11.el10 appstream 33 k DEBUG: libeconf x86_64 0.6.2-4.el10 baseos 33 k DEBUG: libedit x86_64 3.1-52.20230828cvs.el10 baseos 106 k DEBUG: libevent x86_64 2.1.12-16.el10 baseos 261 k DEBUG: libfdisk x86_64 2.40.2-13.el10 baseos 159 k DEBUG: libffi x86_64 3.4.4-10.el10 baseos 41 k DEBUG: libfido2 x86_64 1.14.0-7.el10 baseos 98 k DEBUG: libgcc x86_64 14.3.1-2.3.el10 baseos 144 k DEBUG: libgcrypt x86_64 1.11.0-6.el10 baseos 587 k DEBUG: libgomp x86_64 14.3.1-2.3.el10 baseos 368 k DEBUG: libgpg-error x86_64 1.50-2.el10 baseos 236 k DEBUG: libgs x86_64 10.02.1-16.el10 appstream 3.5 M DEBUG: libidn2 x86_64 2.3.7-3.el10 baseos 118 k DEBUG: libijs x86_64 0.35-24.el10 appstream 30 k DEBUG: libjpeg-turbo x86_64 3.0.2-4.el10 appstream 252 k DEBUG: libksba x86_64 1.6.7-2.el10 baseos 159 k DEBUG: liblerc x86_64 4.0.0-8.el10 appstream 219 k DEBUG: liblqr-1 x86_64 0.4.2-26.el10s delorean-master-build-deps 49 k DEBUG: libmount x86_64 2.40.2-13.el10 baseos 155 k DEBUG: libmpc x86_64 1.3.1-7.el10 appstream 71 k DEBUG: libnghttp2 x86_64 1.64.0-2.el10 baseos 78 k DEBUG: libpaper x86_64 1:2.1.1-7.el10 appstream 28 k DEBUG: libpkgconf x86_64 2.1.0-3.el10 baseos 39 k DEBUG: libpng x86_64 2:1.6.40-8.el10 baseos 120 k DEBUG: libpsl x86_64 0.21.5-6.el10 baseos 65 k DEBUG: libpwquality x86_64 1.4.5-12.el10 baseos 123 k DEBUG: libraqm x86_64 0.10.1-2.el10s delorean-master-testing 22 k DEBUG: librsvg2 x86_64 2.57.1-9.el10 appstream 1.5 M DEBUG: libseccomp x86_64 2.5.6-1.el10 baseos 71 k DEBUG: libsecret x86_64 0.21.2-8.el10 appstream 196 k DEBUG: libselinux x86_64 3.9-2.el10 baseos 97 k DEBUG: libsemanage x86_64 3.9-1.el10 baseos 122 k DEBUG: libsepol x86_64 3.9-1.el10 baseos 348 k DEBUG: libsmartcols x86_64 2.40.2-13.el10 baseos 83 k DEBUG: libssh x86_64 0.11.1-3.el10 baseos 233 k DEBUG: libssh-config noarch 0.11.1-3.el10 baseos 8.4 k DEBUG: libstdc++ x86_64 14.3.1-2.3.el10 baseos 924 k DEBUG: libtasn1 x86_64 4.20.0-1.el10 baseos 75 k DEBUG: libthai x86_64 0.1.29-10.el10 appstream 215 k DEBUG: libtiff x86_64 4.6.0-6.el10 appstream 214 k DEBUG: libtool-ltdl x86_64 2.4.7-13.el10 appstream 37 k DEBUG: libunistring x86_64 1.1-10.el10 baseos 548 k DEBUG: libusb1 x86_64 1.0.28-1.el10 baseos 78 k DEBUG: libutempter x86_64 1.2.1-15.el10 baseos 27 k DEBUG: libuuid x86_64 2.40.2-13.el10 baseos 28 k DEBUG: libverto x86_64 0.3.2-10.el10 baseos 22 k DEBUG: libwebp x86_64 1.3.2-8.el10 appstream 291 k DEBUG: libwmf-lite x86_64 0.2.13-6.el10s delorean-master-build-deps 73 k DEBUG: libxcb x86_64 1.17.0-3.el10 appstream 255 k DEBUG: libxcrypt x86_64 4.4.36-10.el10 baseos 120 k DEBUG: libxcrypt-devel x86_64 4.4.36-10.el10 appstream 30 k DEBUG: libxml2 x86_64 2.12.5-9.el10 baseos 692 k DEBUG: libzstd x86_64 1.5.5-9.el10 baseos 292 k DEBUG: lua-libs x86_64 5.4.6-7.el10 baseos 132 k DEBUG: lua-srpm-macros noarch 1-15.el10 appstream 9.8 k DEBUG: lz4-libs x86_64 1.9.4-8.el10 baseos 68 k DEBUG: mpdecimal x86_64 2.5.1-12.el10 baseos 90 k DEBUG: mpfr x86_64 4.2.1-5.el10 baseos 346 k DEBUG: ncurses-base noarch 6.4-14.20240127.el10 baseos 100 k DEBUG: ncurses-libs x86_64 6.4-14.20240127.el10 baseos 338 k DEBUG: npth x86_64 1.6-21.el10 baseos 26 k DEBUG: nspr x86_64 4.36.0-4.el10 appstream 135 k DEBUG: nss x86_64 3.112.0-4.el10 appstream 737 k DEBUG: nss-softokn x86_64 3.112.0-4.el10 appstream 402 k DEBUG: nss-softokn-freebl x86_64 3.112.0-4.el10 appstream 413 k DEBUG: nss-sysinit x86_64 3.112.0-4.el10 appstream 19 k DEBUG: nss-util x86_64 3.112.0-4.el10 appstream 85 k DEBUG: ocaml-srpm-macros noarch 10-4.el10 appstream 10 k DEBUG: openblas-srpm-macros noarch 2-19.el10 appstream 8.7 k DEBUG: openexr-libs x86_64 3.1.10-8.el10 appstream 1.1 M DEBUG: openjpeg2 x86_64 2.5.2-5.el10 appstream 188 k DEBUG: openldap x86_64 2.6.9-1.el10 baseos 239 k DEBUG: openssh x86_64 9.9p1-14.el10 baseos 351 k DEBUG: openssh-clients x86_64 9.9p1-14.el10 baseos 762 k DEBUG: openssl-fips-provider x86_64 1:3.5.1-5.el10 baseos 812 k DEBUG: openssl-libs x86_64 1:3.5.1-5.el10 baseos 2.3 M DEBUG: p11-kit x86_64 0.25.10-1.el10 baseos 517 k DEBUG: p11-kit-trust x86_64 0.25.10-1.el10 baseos 140 k DEBUG: package-notes-srpm-macros noarch 0.5-13.el10 appstream 10 k DEBUG: pam x86_64 1.6.1-8.el10 baseos 585 k DEBUG: pam-libs x86_64 1.6.1-8.el10 baseos 58 k DEBUG: pango x86_64 1.54.0-3.el10 appstream 354 k DEBUG: patch x86_64 2.7.6-26.el10 appstream 132 k DEBUG: pcre2 x86_64 10.44-1.el10.3 baseos 248 k DEBUG: pcre2-syntax noarch 10.44-1.el10.3 baseos 151 k DEBUG: pcsc-lite x86_64 2.2.3-2.el10 baseos 98 k DEBUG: pcsc-lite-libs x86_64 2.2.3-2.el10 baseos 33 k DEBUG: perl-srpm-macros noarch 1-57.el10 appstream 9.5 k DEBUG: pixman x86_64 0.43.4-2.el10 appstream 286 k DEBUG: pkgconf x86_64 2.1.0-3.el10 baseos 45 k DEBUG: pkgconf-m4 noarch 2.1.0-3.el10 baseos 15 k DEBUG: pkgconf-pkg-config x86_64 2.1.0-3.el10 baseos 11 k DEBUG: polkit x86_64 125-4.el10 baseos 162 k DEBUG: polkit-libs x86_64 125-4.el10 baseos 67 k DEBUG: poppler x86_64 24.02.0-6.el10 appstream 1.1 M DEBUG: poppler-data noarch 0.4.11-9.el10 appstream 2.0 M DEBUG: poppler-glib x86_64 24.02.0-6.el10 appstream 182 k DEBUG: popt x86_64 1.19-8.el10 baseos 66 k DEBUG: publicsuffix-list-dafsa noarch 20240107-5.el10 baseos 59 k DEBUG: pyproject-srpm-macros noarch 1.16.2-1.el10 appstream 15 k DEBUG: python-rpm-macros noarch 3.12-10.el10 appstream 17 k DEBUG: python-srpm-macros noarch 3.12-10.el10 appstream 24 k DEBUG: python3 x86_64 3.12.11-3.el10 baseos 28 k DEBUG: python3-babel noarch 2.13.1-5.el10 crb 7.0 M DEBUG: python3-charset-normalizer noarch 3.4.2-1.el10 baseos 112 k DEBUG: python3-dns noarch 2.6.1-1.el10 baseos 629 k DEBUG: python3-docutils noarch 0.20.1-5.el10 appstream 1.1 M DEBUG: python3-greenlet x86_64 3.0.3-5.el10 appstream 264 k DEBUG: python3-idna noarch 3.7-4.el10 baseos 118 k DEBUG: python3-imagesize noarch 1.4.1-9.el10 crb 23 k DEBUG: python3-jinja2 noarch 3.1.6-1.el10 appstream 327 k DEBUG: python3-libs x86_64 3.12.11-3.el10 baseos 9.4 M DEBUG: python3-markupsafe x86_64 2.1.3-6.el10 appstream 32 k DEBUG: python3-packaging noarch 24.2-2.el10 baseos 153 k DEBUG: python3-pip-wheel noarch 23.3.2-7.el10 baseos 1.5 M DEBUG: python3-pygments noarch 2.18.0-1.el10 crb 2.1 M DEBUG: python3-requests noarch 2.32.4-1.el10 baseos 156 k DEBUG: python3-rpm-generators noarch 14-12.el10 appstream 30 k DEBUG: python3-rpm-macros noarch 3.12-10.el10 appstream 12 k DEBUG: python3-setuptools noarch 69.0.3-12.el10 baseos 1.6 M DEBUG: python3-sphinx-theme-alabaster noarch 0.7.16-5.el10 crb 27 k DEBUG: python3-typing-extensions noarch 4.12.2-2.el10s delorean-master-testing 89 k DEBUG: python3-urllib3 noarch 1.26.19-2.el10 baseos 281 k DEBUG: qt6-srpm-macros noarch 6.9.1-1.el10 appstream 11 k DEBUG: readline x86_64 8.2-11.el10 baseos 214 k DEBUG: redhat-rpm-config noarch 293-1.el10 appstream 77 k DEBUG: redhat-text-vf-fonts noarch 4.1.0-1.el10 baseos 354 k DEBUG: rpm x86_64 4.19.1.1-20.el10 baseos 560 k DEBUG: rpm-build-libs x86_64 4.19.1.1-20.el10 baseos 93 k DEBUG: rpm-libs x86_64 4.19.1.1-20.el10 baseos 309 k DEBUG: rpm-sequoia x86_64 1.9.0.3-1.el10 baseos 975 k DEBUG: rsvg-pixbuf-loader x86_64 2.57.1-9.el10 appstream 16 k DEBUG: rust-toolset-srpm-macros noarch 1.90.0-1.el10 appstream 11 k DEBUG: sed x86_64 4.9-3.el10 baseos 318 k DEBUG: setup noarch 2.14.5-7.el10 baseos 153 k DEBUG: shadow-utils x86_64 2:4.15.0-8.el10 baseos 1.3 M DEBUG: shared-mime-info x86_64 2.3-8.el10 baseos 592 k DEBUG: sqlite-libs x86_64 3.46.1-5.el10 baseos 745 k DEBUG: systemd-libs x86_64 257-16.el10 baseos 824 k DEBUG: systemd-pam x86_64 257-16.el10 baseos 307 k DEBUG: systemd-rpm-macros noarch 257-16.el10 baseos 28 k DEBUG: tar x86_64 2:1.35-7.el10 baseos 863 k DEBUG: tpm2-tss x86_64 4.1.3-5.el10 baseos 438 k DEBUG: tzdata noarch 2025b-2.el10 baseos 901 k DEBUG: unzip x86_64 6.0-69.el10 baseos 190 k DEBUG: urw-base35-bookman-fonts noarch 20200910-21.el10 appstream 847 k DEBUG: urw-base35-c059-fonts noarch 20200910-21.el10 appstream 875 k DEBUG: urw-base35-d050000l-fonts noarch 20200910-21.el10 appstream 76 k DEBUG: urw-base35-fonts noarch 20200910-21.el10 appstream 11 k DEBUG: urw-base35-fonts-common noarch 20200910-21.el10 appstream 21 k DEBUG: urw-base35-gothic-fonts noarch 20200910-21.el10 appstream 643 k DEBUG: urw-base35-nimbus-mono-ps-fonts noarch 20200910-21.el10 appstream 795 k DEBUG: urw-base35-nimbus-roman-fonts noarch 20200910-21.el10 appstream 856 k DEBUG: urw-base35-nimbus-sans-fonts noarch 20200910-21.el10 appstream 1.3 M DEBUG: urw-base35-p052-fonts noarch 20200910-21.el10 appstream 974 k DEBUG: urw-base35-standard-symbols-ps-fonts noarch 20200910-21.el10 appstream 42 k DEBUG: urw-base35-z003-fonts noarch 20200910-21.el10 appstream 276 k DEBUG: util-linux x86_64 2.40.2-13.el10 baseos 1.3 M DEBUG: util-linux-core x86_64 2.40.2-13.el10 baseos 550 k DEBUG: xkeyboard-config noarch 2.41-3.el10 appstream 1.0 M DEBUG: xml-common noarch 0.6.3-65.el10 appstream 32 k DEBUG: xz x86_64 1:5.6.2-4.el10 baseos 481 k DEBUG: xz-libs x86_64 1:5.6.2-4.el10 baseos 113 k DEBUG: zip x86_64 3.0-45.el10 baseos 270 k DEBUG: zlib-ng-compat x86_64 2.2.3-2.el10 baseos 79 k DEBUG: zstd x86_64 1.5.5-9.el10 baseos 464 k DEBUG: Installing weak dependencies: DEBUG: ImageMagick x86_64 6.9.12.98-1.el10s delorean-master-build-deps 78 k DEBUG: cryptsetup-libs x86_64 2.8.1-1.el10 baseos 578 k DEBUG: gawk-all-langpacks x86_64 5.3.0-6.el10 appstream 275 k DEBUG: gnupg2-smime x86_64 2.4.5-2.el10 appstream 260 k DEBUG: graphviz x86_64 9.0.0-15.el10 appstream 1.6 M DEBUG: kmod-libs x86_64 31-12.el10 baseos 69 k DEBUG: libbpf x86_64 2:1.6.0-3.el10 baseos 191 k DEBUG: libxkbcommon x86_64 1.7.0-4.el10 appstream 145 k DEBUG: pcsc-lite-ccid x86_64 1.6.0-2.el10 baseos 128 k DEBUG: pinentry x86_64 1.3.1-1.el10 appstream 112 k DEBUG: polkit-pkla-compat x86_64 0.1-30.el10 baseos 48 k DEBUG: python-unversioned-command noarch 3.12.11-3.el10 appstream 11 k DEBUG: python3-pip noarch 23.3.2-7.el10 appstream 3.2 M DEBUG: rpm-plugin-audit x86_64 4.19.1.1-20.el10 baseos 17 k DEBUG: systemd x86_64 257-16.el10 baseos 5.7 M DEBUG: Transaction Summary DEBUG: ======================================================================================================================== DEBUG: Install 316 Packages DEBUG: Total size: 216 M DEBUG: Installed size: 736 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] alternatives-1.30-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] audit-libs-4.0.3-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] authselect-1.5.0-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] authselect-libs-1.5.0-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] avahi-libs-0.9~rc2-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] basesystem-11-22.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] bash-5.2.26-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] binutils-2.41-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] binutils-gold-2.41-58.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] bzip2-1.0.8-25.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] bzip2-libs-1.0.8-25.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ca-certificates-2025.2.80_v9.0.305-101.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] centos-gpg-keys-10.0-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] centos-stream-release-10.0-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] centos-stream-repos-10.0-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] coreutils-9.5-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] coreutils-common-9.5-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cpio-2.15-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cracklib-2.9.11-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cracklib-dicts-2.9.11-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] crypto-policies-20250905-2.gitc7eb7b2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] cryptsetup-libs-2.8.1-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cups-filesystem-2.4.10-13.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] cups-libs-2.4.10-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] curl-8.12.1-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cyrus-sasl-lib-2.1.28-27.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-1.14.10-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-broker-36-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dbus-common-1.14.10-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] dbus-libs-1.14.10-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] default-fonts-core-sans-4.1-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-1.02.206-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] device-mapper-libs-1.02.206-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] diffutils-3.10-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] duktape-2.7.0-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ed-1.20-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-0.193-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-debuginfod-client-0.193-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-default-yama-scope-0.193-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-libelf-0.193-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] elfutils-libs-0.193-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] expat-2.7.1-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] file-5.45-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] file-libs-5.45-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] filesystem-3.18-17.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] findutils-4.10.0-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] fonts-filesystem-2.0.5-18.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] freetype-2.13.2-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gawk-5.3.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdbm-1.23-14.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdbm-libs-1.23-14.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glib2-2.80.4-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-2.39-69.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-common-2.39-69.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-gconv-extra-2.39-69.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-minimal-langpack-2.39-69.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gmp-6.2.1-12.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gnupg2-2.4.5-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gnutls-3.8.10-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] google-noto-fonts-common-20240401-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] google-noto-sans-vf-fonts-20240401-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] gpgme-1.23.2-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] graphite2-1.3.14-17.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] grep-3.11-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gzip-1.13-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] harfbuzz-8.4.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] jansson-2.14-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] json-c-0.18-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] keyutils-libs-1.6.3-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kmod-libs-31-12.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] krb5-libs-1.21.3-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] less-661-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libacl-2.3.2-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libarchive-3.7.7-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libassuan-2.5.6-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libattr-2.5.2-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libblkid-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libbpf-1.6.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libbrotli-1.1.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcap-2.69-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcap-ng-0.8.4-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcbor-0.11.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcom_err-1.47.1-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libcurl-8.12.1-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libeconf-0.6.2-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libedit-3.1-52.20230828cvs.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libevent-2.1.12-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libfdisk-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libffi-3.4.4-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libfido2-1.14.0-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgcc-14.3.1-2.3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgcrypt-1.11.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgomp-14.3.1-2.3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgpg-error-1.50-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libidn2-2.3.7-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libksba-1.6.7-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libmount-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libnghttp2-1.64.0-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpkgconf-2.1.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpng-1.6.40-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpsl-0.21.5-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpwquality-1.4.5-12.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libseccomp-2.5.6-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libselinux-3.9-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsemanage-3.9-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsepol-3.9-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsmartcols-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libssh-0.11.1-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libssh-config-0.11.1-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libstdc++-14.3.1-2.3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtasn1-4.20.0-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libunistring-1.1-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libusb1-1.0.28-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libutempter-1.2.1-15.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libuuid-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libverto-0.3.2-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxcrypt-4.4.36-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxml2-2.12.5-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libzstd-1.5.5-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lua-libs-5.4.6-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lz4-libs-1.9.4-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] make-4.4.1-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] mpdecimal-2.5.1-12.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] mpfr-4.2.1-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ncurses-base-6.4-14.20240127.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] ncurses-libs-6.4-14.20240127.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] npth-1.6-21.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openldap-2.6.9-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssh-9.9p1-14.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssh-clients-9.9p1-14.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssl-fips-provider-3.5.1-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openssl-libs-3.5.1-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] p11-kit-0.25.10-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] p11-kit-trust-0.25.10-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pam-1.6.1-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pam-libs-1.6.1-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pcre2-10.44-1.el10.3.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pcre2-syntax-10.44-1.el10.3.noarch.rpm: Already downloaded DEBUG: [SKIPPED] pcsc-lite-2.2.3-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pcsc-lite-ccid-1.6.0-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pcsc-lite-libs-2.2.3-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pkgconf-2.1.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pkgconf-m4-2.1.0-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] pkgconf-pkg-config-2.1.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] polkit-125-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] polkit-libs-125-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] polkit-pkla-compat-0.1-30.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] popt-1.19-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] publicsuffix-list-dafsa-20240107-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-3.12.11-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-charset-normalizer-3.4.2-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dns-2.6.1-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-idna-3.7-4.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-libs-3.12.11-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-packaging-24.2-2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pip-wheel-23.3.2-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requests-2.32.4-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setuptools-69.0.3-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-six-1.16.0-16.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-urllib3-1.26.19-2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] readline-8.2-11.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] redhat-text-vf-fonts-4.1.0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] rpm-4.19.1.1-20.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-build-libs-4.19.1.1-20.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-libs-4.19.1.1-20.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-plugin-audit-4.19.1.1-20.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rpm-sequoia-1.9.0.3-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sed-4.9-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] setup-2.14.5-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] shadow-utils-4.15.0-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] shared-mime-info-2.3-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] sqlite-libs-3.46.1-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-257-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-libs-257-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-pam-257-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] systemd-rpm-macros-257-16.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] tar-1.35-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] tpm2-tss-4.1.3-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] tzdata-2025b-2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] unzip-6.0-69.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] util-linux-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] util-linux-core-2.40.2-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] xz-5.6.2-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] xz-libs-5.6.2-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] zip-3.0-45.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] zlib-ng-compat-2.2.3-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] zstd-1.5.5-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] adobe-mappings-cmap-20230622-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] adobe-mappings-cmap-deprecated-20230622-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] adobe-mappings-pdf-20190401-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] annobin-docs-12.99-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] annobin-plugin-gcc-12.99-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cairo-1.18.2-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cairo-gobject-1.18.2-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] cpp-14.3.1-2.3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] debugedit-5.1-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] dwz-0.16-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] efi-srpm-macros-6-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] fontconfig-2.15.0-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] fonts-srpm-macros-2.0.5-18.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] forge-srpm-macros-0.4.0-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] fribidi-1.0.14-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gawk-all-langpacks-5.3.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gcc-14.3.1-2.3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gcc-plugin-annobin-14.3.1-2.3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gd-2.3.3-22.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdb-minimal-16.3-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gdk-pixbuf2-2.42.12-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] git-core-2.47.3-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] glibc-devel-2.39-69.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] gnupg2-smime-2.4.5-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] go-srpm-macros-3.8.0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] google-droid-sans-fonts-20200215-22.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] gpgmepp-1.23.2-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] graphviz-9.0.0-15.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] imath-3.1.10-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] jasper-libs-4.1.0-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] jbig2dec-libs-0.20-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] jbigkit-libs-2.1-31.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kernel-headers-6.12.0-144.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] kernel-srpm-macros-1.0-25.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] lcms2-2.16-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libICE-1.1.1-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libSM-1.2.4-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libX11-1.8.10-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libX11-common-1.8.10-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libXau-1.0.11-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXext-1.3.6-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXft-2.3.8-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXpm-3.5.17-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXrender-0.9.11-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libXt-1.3.0-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libdatrie-0.2.13-11.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libgs-10.02.1-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libijs-0.35-24.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libjpeg-turbo-3.0.2-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] liblerc-4.0.0-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libmpc-1.3.1-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libpaper-2.1.1-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] librsvg2-2.57.1-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsecret-0.21.2-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libthai-0.1.29-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtiff-4.6.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libtool-ltdl-2.4.7-13.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libwebp-1.3.2-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxcb-1.17.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxcrypt-devel-4.4.36-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxkbcommon-1.7.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] lua-srpm-macros-1-15.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] nspr-4.36.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nss-3.112.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nss-softokn-3.112.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nss-softokn-freebl-3.112.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nss-sysinit-3.112.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] nss-util-3.112.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ocaml-srpm-macros-10-4.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] openblas-srpm-macros-2-19.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] openexr-libs-3.1.10-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] openjpeg2-2.5.2-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] package-notes-srpm-macros-0.5-13.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] pango-1.54.0-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] patch-2.7.6-26.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-srpm-macros-1-57.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] pinentry-1.3.1-1.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pixman-0.43.4-2.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] poppler-24.02.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] poppler-data-0.4.11-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] poppler-glib-24.02.0-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] pyproject-srpm-macros-1.16.2-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-rpm-macros-3.12-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-srpm-macros-3.12-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-unversioned-command-3.12.11-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-devel-3.12.11-3.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-docutils-0.20.1-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-greenlet-3.0.3-5.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-jinja2-3.1.6-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-markupsafe-2.1.3-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pip-23.3.2-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rpm-generators-14-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rpm-macros-3.12-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sqlalchemy-2.0.26-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] qt6-srpm-macros-6.9.1-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] redhat-rpm-config-293-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] rpm-build-4.19.1.1-20.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rsvg-pixbuf-loader-2.57.1-9.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] rust-toolset-srpm-macros-1.90.0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-bookman-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-c059-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-d050000l-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-fonts-common-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-gothic-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-p052-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] urw-base35-z003-fonts-20200910-21.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xkeyboard-config-2.41-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] xml-common-0.6.3-65.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-babel-2.13.1-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-imagesize-1.4.1-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pygments-2.18.0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setuptools_scm-8.0.4-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinx-7.2.6-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] libraqm-0.10.1-2.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-eventlet-0.40.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pbr-6.1.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-typing-extensions-4.12.2-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] ImageMagick-6.9.12.98-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ImageMagick-libs-6.9.12.98-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] LibRaw-0.21.3-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] liblqr-1-0.4.2-26.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libwmf-lite-0.2.13-6.el10s.x86_64.rpm: Already downloaded DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Running scriptlet: filesystem-3.18-17.el10.x86_64 1/1 DEBUG: Preparing : 1/1 DEBUG: Installing : libgcc-14.3.1-2.3.el10.x86_64 1/316 DEBUG: Running scriptlet: libgcc-14.3.1-2.3.el10.x86_64 1/316 DEBUG: Installing : fonts-filesystem-1:2.0.5-18.el10.noarch 2/316 DEBUG: Installing : tzdata-2025b-2.el10.noarch 3/316 DEBUG: Installing : adobe-mappings-cmap-20230622-5.el10.noarch 4/316 DEBUG: Installing : adobe-mappings-cmap-deprecated-20230622-5.el10.n 5/316 DEBUG: Installing : redhat-text-vf-fonts-4.1.0-1.el10.noarch 6/316 DEBUG: Installing : xkeyboard-config-2.41-3.el10.noarch 7/316 DEBUG: Installing : rust-toolset-srpm-macros-1.90.0-1.el10.noarch 8/316 DEBUG: Installing : qt6-srpm-macros-6.9.1-1.el10.noarch 9/316 DEBUG: Installing : poppler-data-0.4.11-9.el10.noarch 10/316 DEBUG: Installing : perl-srpm-macros-1-57.el10.noarch 11/316 DEBUG: Installing : package-notes-srpm-macros-0.5-13.el10.noarch 12/316 DEBUG: Installing : openblas-srpm-macros-2-19.el10.noarch 13/316 DEBUG: Installing : ocaml-srpm-macros-10-4.el10.noarch 14/316 DEBUG: Installing : libX11-common-1.8.10-1.el10.noarch 15/316 DEBUG: Installing : kernel-srpm-macros-1.0-25.el10.noarch 16/316 DEBUG: Installing : kernel-headers-6.12.0-144.el10.x86_64 17/316 DEBUG: Installing : gawk-all-langpacks-5.3.0-6.el10.x86_64 18/316 DEBUG: Installing : annobin-docs-12.99-1.el10.noarch 19/316 DEBUG: Installing : adobe-mappings-pdf-20190401-9.el10.noarch 20/316 DEBUG: Installing : publicsuffix-list-dafsa-20240107-5.el10.noarch 21/316 DEBUG: Installing : pkgconf-m4-2.1.0-3.el10.noarch 22/316 DEBUG: Installing : pcre2-syntax-10.44-1.el10.3.noarch 23/316 DEBUG: Installing : ncurses-base-6.4-14.20240127.el10.noarch 24/316 DEBUG: Installing : libssh-config-0.11.1-3.el10.noarch 25/316 DEBUG: Installing : google-noto-fonts-common-20240401-5.el10.noarch 26/316 DEBUG: Installing : google-noto-sans-vf-fonts-20240401-5.el10.noarch 27/316 DEBUG: Installing : default-fonts-core-sans-4.1-3.el10.noarch 28/316 DEBUG: Installing : google-droid-sans-fonts-20200215-22.el10.noarch 29/316 DEBUG: Installing : coreutils-common-9.5-6.el10.x86_64 30/316 DEBUG: Installing : centos-gpg-keys-10.0-12.el10.noarch 31/316 DEBUG: Installing : centos-stream-repos-10.0-12.el10.noarch 32/316 DEBUG: warning: /etc/dnf/vars/stream created as /etc/dnf/vars/stream.rpmnew DEBUG: Installing : centos-stream-release-10.0-12.el10.noarch 33/316 DEBUG: Installing : setup-2.14.5-7.el10.noarch 34/316 DEBUG: warning: /etc/hosts created as /etc/hosts.rpmnew DEBUG: Running scriptlet: setup-2.14.5-7.el10.noarch 34/316 DEBUG: Installing : filesystem-3.18-17.el10.x86_64 35/316 DEBUG: Installing : urw-base35-fonts-common-20200910-21.el10.noarch 36/316 DEBUG: Installing : basesystem-11-22.el10.noarch 37/316 DEBUG: Installing : glibc-gconv-extra-2.39-69.el10.x86_64 38/316 DEBUG: Running scriptlet: glibc-gconv-extra-2.39-69.el10.x86_64 38/316 DEBUG: Installing : glibc-minimal-langpack-2.39-69.el10.x86_64 39/316 DEBUG: Installing : glibc-common-2.39-69.el10.x86_64 40/316 DEBUG: Running scriptlet: glibc-2.39-69.el10.x86_64 41/316 DEBUG: Installing : glibc-2.39-69.el10.x86_64 41/316 DEBUG: Running scriptlet: glibc-2.39-69.el10.x86_64 41/316 DEBUG: Installing : ncurses-libs-6.4-14.20240127.el10.x86_64 42/316 DEBUG: Installing : bash-5.2.26-6.el10.x86_64 43/316 DEBUG: Running scriptlet: bash-5.2.26-6.el10.x86_64 43/316 DEBUG: Installing : zlib-ng-compat-2.2.3-2.el10.x86_64 44/316 DEBUG: Installing : libstdc++-14.3.1-2.3.el10.x86_64 45/316 DEBUG: Installing : bzip2-libs-1.0.8-25.el10.x86_64 46/316 DEBUG: Installing : xz-libs-1:5.6.2-4.el10.x86_64 47/316 DEBUG: Installing : libpng-2:1.6.40-8.el10.x86_64 48/316 DEBUG: Installing : libuuid-2.40.2-13.el10.x86_64 49/316 DEBUG: Installing : libxml2-2.12.5-9.el10.x86_64 50/316 DEBUG: Installing : readline-8.2-11.el10.x86_64 51/316 DEBUG: Installing : libzstd-1.5.5-9.el10.x86_64 52/316 DEBUG: Installing : elfutils-libelf-0.193-1.el10.x86_64 53/316 DEBUG: Installing : libjpeg-turbo-3.0.2-4.el10.x86_64 54/316 DEBUG: Installing : gmp-1:6.2.1-12.el10.x86_64 55/316 DEBUG: Installing : libgpg-error-1.50-2.el10.x86_64 56/316 DEBUG: Installing : libxcrypt-4.4.36-10.el10.x86_64 57/316 DEBUG: Installing : libblkid-2.40.2-13.el10.x86_64 58/316 DEBUG: Running scriptlet: crypto-policies-20250905-2.gitc7eb7b2.el10.noarc 59/316 DEBUG: Installing : crypto-policies-20250905-2.gitc7eb7b2.el10.noarc 59/316 DEBUG: Running scriptlet: crypto-policies-20250905-2.gitc7eb7b2.el10.noarc 59/316 DEBUG: Installing : nspr-4.36.0-4.el10.x86_64 60/316 DEBUG: Installing : libassuan-2.5.6-6.el10.x86_64 61/316 DEBUG: Installing : mpfr-4.2.1-5.el10.x86_64 62/316 DEBUG: Installing : expat-2.7.1-1.el10.x86_64 63/316 DEBUG: Installing : pcre2-10.44-1.el10.3.x86_64 64/316 DEBUG: Installing : grep-3.11-10.el10.x86_64 65/316 DEBUG: Installing : popt-1.19-8.el10.x86_64 66/316 DEBUG: Installing : nss-util-3.112.0-4.el10.x86_64 67/316 DEBUG: Installing : sqlite-libs-3.46.1-5.el10.x86_64 68/316 DEBUG: Installing : gdbm-libs-1:1.23-14.el10.x86_64 69/316 DEBUG: Installing : libattr-2.5.2-5.el10.x86_64 70/316 DEBUG: Installing : libacl-2.3.2-4.el10.x86_64 71/316 DEBUG: Installing : libffi-3.4.4-10.el10.x86_64 72/316 DEBUG: Installing : libgomp-14.3.1-2.3.el10.x86_64 73/316 DEBUG: Installing : lcms2-2.16-6.el10.x86_64 74/316 DEBUG: Installing : libwebp-1.3.2-8.el10.x86_64 75/316 DEBUG: Installing : gawk-5.3.0-6.el10.x86_64 76/316 DEBUG: Installing : json-c-0.18-3.el10.x86_64 77/316 DEBUG: Installing : libcap-ng-0.8.4-6.el10.x86_64 78/316 DEBUG: Installing : audit-libs-4.0.3-4.el10.x86_64 79/316 DEBUG: Installing : libeconf-0.6.2-4.el10.x86_64 80/316 DEBUG: Installing : pam-libs-1.6.1-8.el10.x86_64 81/316 DEBUG: Installing : libcap-2.69-7.el10.x86_64 82/316 DEBUG: Installing : systemd-libs-257-16.el10.x86_64 83/316 DEBUG: Installing : libtasn1-4.20.0-1.el10.x86_64 84/316 DEBUG: Installing : p11-kit-0.25.10-1.el10.x86_64 85/316 DEBUG: Installing : libunistring-1.1-10.el10.x86_64 86/316 DEBUG: Installing : libidn2-2.3.7-3.el10.x86_64 87/316 DEBUG: Installing : libICE-1.1.1-5.el10.x86_64 88/316 DEBUG: Installing : openjpeg2-2.5.2-5.el10.x86_64 89/316 DEBUG: Installing : libSM-1.2.4-5.el10.x86_64 90/316 DEBUG: Installing : xz-1:5.6.2-4.el10.x86_64 91/316 DEBUG: Installing : libmpc-1.3.1-7.el10.x86_64 92/316 DEBUG: Installing : libfdisk-2.40.2-13.el10.x86_64 93/316 DEBUG: Installing : libgcrypt-1.11.0-6.el10.x86_64 94/316 DEBUG: Installing : libksba-1.6.7-2.el10.x86_64 95/316 DEBUG: Installing : dwz-0.16-1.el10.x86_64 96/316 DEBUG: Installing : unzip-6.0-69.el10.x86_64 97/316 DEBUG: Installing : file-libs-5.45-8.el10.x86_64 98/316 DEBUG: Installing : file-5.45-8.el10.x86_64 99/316 DEBUG: Installing : alternatives-1.30-2.el10.x86_64 100/316 DEBUG: Installing : p11-kit-trust-0.25.10-1.el10.x86_64 101/316 DEBUG: Running scriptlet: p11-kit-trust-0.25.10-1.el10.x86_64 101/316 DEBUG: Installing : gnutls-3.8.10-2.el10.x86_64 102/316 DEBUG: Installing : diffutils-3.10-8.el10.x86_64 103/316 DEBUG: Installing : jansson-2.14-3.el10.x86_64 104/316 DEBUG: Installing : libbrotli-1.1.0-6.el10.x86_64 105/316 DEBUG: Installing : libsepol-3.9-1.el10.x86_64 106/316 DEBUG: Installing : libselinux-3.9-2.el10.x86_64 107/316 DEBUG: Installing : sed-4.9-3.el10.x86_64 108/316 DEBUG: Installing : findutils-1:4.10.0-5.el10.x86_64 109/316 DEBUG: Installing : openssl-fips-provider-1:3.5.1-5.el10.x86_64 110/316 DEBUG: Installing : openssl-libs-1:3.5.1-5.el10.x86_64 111/316 DEBUG: Installing : coreutils-9.5-6.el10.x86_64 112/316 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-101.el10.noar 113/316 DEBUG: Installing : ca-certificates-2025.2.80_v9.0.305-101.el10.noar 113/316 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-101.el10.noar 113/316 DEBUG: Installing : libmount-2.40.2-13.el10.x86_64 114/316 DEBUG: Installing : glib2-2.80.4-8.el10.x86_64 115/316 DEBUG: Installing : polkit-libs-125-4.el10.x86_64 116/316 DEBUG: Installing : gzip-1.13-3.el10.x86_64 117/316 DEBUG: Installing : cracklib-2.9.11-8.el10.x86_64 118/316 DEBUG: Installing : libevent-2.1.12-16.el10.x86_64 119/316 DEBUG: Installing : libsmartcols-2.40.2-13.el10.x86_64 120/316 DEBUG: Installing : util-linux-core-2.40.2-13.el10.x86_64 121/316 DEBUG: Installing : lua-libs-5.4.6-7.el10.x86_64 122/316 DEBUG: Installing : lz4-libs-1.9.4-8.el10.x86_64 123/316 DEBUG: Installing : libarchive-3.7.7-4.el10.x86_64 124/316 DEBUG: Installing : npth-1.6-21.el10.x86_64 125/316 DEBUG: Installing : fribidi-1.0.14-4.el10.x86_64 126/316 DEBUG: Installing : jbigkit-libs-2.1-31.el10.x86_64 127/316 DEBUG: Installing : libtool-ltdl-2.4.7-13.el10.x86_64 128/316 DEBUG: Installing : zstd-1.5.5-9.el10.x86_64 129/316 DEBUG: Installing : cracklib-dicts-2.9.11-8.el10.x86_64 130/316 DEBUG: Installing : libpwquality-1.4.5-12.el10.x86_64 131/316 DEBUG: Installing : shared-mime-info-2.3-8.el10.x86_64 132/316 DEBUG: Running scriptlet: shared-mime-info-2.3-8.el10.x86_64 132/316 DEBUG: Installing : gdk-pixbuf2-2.42.12-4.el10.x86_64 133/316 DEBUG: Installing : libsecret-0.21.2-8.el10.x86_64 134/316 DEBUG: Installing : pinentry-1.3.1-1.el10.x86_64 135/316 DEBUG: Installing : liblqr-1-0.4.2-26.el10s.x86_64 136/316 DEBUG: Installing : python3-pip-wheel-23.3.2-7.el10.noarch 137/316 DEBUG: Installing : urw-base35-bookman-fonts-20200910-21.el10.noarch 138/316 DEBUG: Running scriptlet: urw-base35-bookman-fonts-20200910-21.el10.noarch 138/316 DEBUG: Installing : urw-base35-c059-fonts-20200910-21.el10.noarch 139/316 DEBUG: Running scriptlet: urw-base35-c059-fonts-20200910-21.el10.noarch 139/316 DEBUG: Installing : urw-base35-d050000l-fonts-20200910-21.el10.noarc 140/316 DEBUG: Running scriptlet: urw-base35-d050000l-fonts-20200910-21.el10.noarc 140/316 DEBUG: Installing : urw-base35-gothic-fonts-20200910-21.el10.noarch 141/316 DEBUG: Running scriptlet: urw-base35-gothic-fonts-20200910-21.el10.noarch 141/316 DEBUG: Installing : urw-base35-nimbus-mono-ps-fonts-20200910-21.el10 142/316 DEBUG: Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10 142/316 DEBUG: Installing : urw-base35-nimbus-roman-fonts-20200910-21.el10.n 143/316 DEBUG: Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-21.el10.n 143/316 DEBUG: Installing : urw-base35-nimbus-sans-fonts-20200910-21.el10.no 144/316 DEBUG: Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-21.el10.no 144/316 DEBUG: Installing : urw-base35-p052-fonts-20200910-21.el10.noarch 145/316 DEBUG: Running scriptlet: urw-base35-p052-fonts-20200910-21.el10.noarch 145/316 DEBUG: Installing : urw-base35-standard-symbols-ps-fonts-20200910-21 146/316 DEBUG: Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-21 146/316 DEBUG: Installing : urw-base35-z003-fonts-20200910-21.el10.noarch 147/316 DEBUG: Running scriptlet: urw-base35-z003-fonts-20200910-21.el10.noarch 147/316 DEBUG: Installing : urw-base35-fonts-20200910-21.el10.noarch 148/316 DEBUG: Installing : kmod-libs-31-12.el10.x86_64 149/316 DEBUG: Installing : rpm-sequoia-1.9.0.3-1.el10.x86_64 150/316 DEBUG: Installing : rpm-plugin-audit-4.19.1.1-20.el10.x86_64 151/316 DEBUG: Installing : rpm-libs-4.19.1.1-20.el10.x86_64 152/316 DEBUG: Installing : libsemanage-3.9-1.el10.x86_64 153/316 DEBUG: Installing : shadow-utils-2:4.15.0-8.el10.x86_64 154/316 DEBUG: Running scriptlet: libutempter-1.2.1-15.el10.x86_64 155/316 DEBUG: Installing : libutempter-1.2.1-15.el10.x86_64 155/316 DEBUG: Running scriptlet: tpm2-tss-4.1.3-5.el10.x86_64 156/316 DEBUG: useradd: Warning: missing or non-executable shell '/usr/sbin/nologin' DEBUG: Installing : tpm2-tss-4.1.3-5.el10.x86_64 156/316 DEBUG: Installing : tar-2:1.35-7.el10.x86_64 157/316 DEBUG: Installing : zip-3.0-45.el10.x86_64 158/316 DEBUG: Installing : cpp-14.3.1-2.3.el10.x86_64 159/316 DEBUG: Installing : libpsl-0.21.5-6.el10.x86_64 160/316 DEBUG: Installing : dbus-libs-1:1.14.10-5.el10.x86_64 161/316 DEBUG: Installing : avahi-libs-0.9~rc2-2.el10.x86_64 162/316 DEBUG: Installing : libusb1-1.0.28-1.el10.x86_64 163/316 DEBUG: Installing : cyrus-sasl-lib-2.1.28-27.el10.x86_64 164/316 DEBUG: Installing : openldap-2.6.9-1.el10.x86_64 165/316 DEBUG: Installing : gdbm-1:1.23-14.el10.x86_64 166/316 DEBUG: Installing : pam-1.6.1-8.el10.x86_64 167/316 DEBUG: Installing : nss-softokn-freebl-3.112.0-4.el10.x86_64 168/316 DEBUG: Installing : nss-softokn-3.112.0-4.el10.x86_64 169/316 DEBUG: Installing : nss-sysinit-3.112.0-4.el10.x86_64 170/316 DEBUG: Installing : nss-3.112.0-4.el10.x86_64 171/316 DEBUG: Running scriptlet: nss-3.112.0-4.el10.x86_64 171/316 DEBUG: Installing : jasper-libs-4.1.0-5.el10.x86_64 172/316 DEBUG: Installing : LibRaw-0.21.3-1.el10s.x86_64 173/316 DEBUG: Installing : libbpf-2:1.6.0-3.el10.x86_64 174/316 DEBUG: Installing : libxkbcommon-1.7.0-4.el10.x86_64 175/316 DEBUG: Running scriptlet: xml-common-0.6.3-65.el10.noarch 176/316 DEBUG: Installing : xml-common-0.6.3-65.el10.noarch 176/316 DEBUG: Installing : bzip2-1.0.8-25.el10.x86_64 177/316 DEBUG: Installing : graphite2-1.3.14-17.el10.x86_64 178/316 DEBUG: Installing : freetype-2.13.2-8.el10.x86_64 179/316 DEBUG: Installing : harfbuzz-8.4.0-6.el10.x86_64 180/316 DEBUG: Installing : fontconfig-2.15.0-7.el10.x86_64 181/316 DEBUG: Running scriptlet: fontconfig-2.15.0-7.el10.x86_64 181/316 DEBUG: Installing : libraqm-0.10.1-2.el10s.x86_64 182/316 DEBUG: Installing : imath-3.1.10-4.el10.x86_64 183/316 DEBUG: Installing : liblerc-4.0.0-8.el10.x86_64 184/316 DEBUG: Installing : libtiff-4.6.0-6.el10.x86_64 185/316 DEBUG: Installing : openexr-libs-3.1.10-8.el10.x86_64 186/316 DEBUG: Installing : dbus-common-1:1.14.10-5.el10.noarch 187/316 DEBUG: Running scriptlet: dbus-common-1:1.14.10-5.el10.noarch 187/316 DEBUG: Installing : dbus-broker-36-4.el10.x86_64 188/316 DEBUG: Running scriptlet: dbus-broker-36-4.el10.x86_64 188/316 DEBUG: Installing : dbus-1:1.14.10-5.el10.x86_64 189/316 DEBUG: Installing : ed-1.20-5.el10.x86_64 190/316 DEBUG: Installing : patch-2.7.6-26.el10.x86_64 191/316 DEBUG: Installing : less-661-3.el10.x86_64 192/316 DEBUG: Installing : libedit-3.1-52.20230828cvs.el10.x86_64 193/316 DEBUG: Installing : cpio-2.15-3.el10.x86_64 194/316 DEBUG: Installing : duktape-2.7.0-10.el10.x86_64 195/316 DEBUG: Installing : keyutils-libs-1.6.3-5.el10.x86_64 196/316 DEBUG: Installing : libcbor-0.11.0-3.el10.x86_64 197/316 DEBUG: Installing : libfido2-1.14.0-7.el10.x86_64 198/316 DEBUG: Installing : libcom_err-1.47.1-4.el10.x86_64 199/316 DEBUG: Installing : libnghttp2-1.64.0-2.el10.x86_64 200/316 DEBUG: Installing : libpkgconf-2.1.0-3.el10.x86_64 201/316 DEBUG: Installing : pkgconf-2.1.0-3.el10.x86_64 202/316 DEBUG: Installing : pkgconf-pkg-config-2.1.0-3.el10.x86_64 203/316 DEBUG: Installing : libxcrypt-devel-4.4.36-10.el10.x86_64 204/316 DEBUG: Installing : glibc-devel-2.39-69.el10.x86_64 205/316 DEBUG: Installing : libseccomp-2.5.6-1.el10.x86_64 206/316 DEBUG: Installing : libverto-0.3.2-10.el10.x86_64 207/316 DEBUG: Installing : krb5-libs-1.21.3-8.el10.x86_64 208/316 DEBUG: Installing : libssh-0.11.1-3.el10.x86_64 209/316 DEBUG: Installing : libcurl-8.12.1-2.el10.x86_64 210/316 DEBUG: Installing : util-linux-2.40.2-13.el10.x86_64 211/316 DEBUG: Running scriptlet: util-linux-2.40.2-13.el10.x86_64 211/316 DEBUG: Installing : authselect-libs-1.5.0-8.el10.x86_64 212/316 DEBUG: Installing : cryptsetup-libs-2.8.1-1.el10.x86_64 213/316 DEBUG: Installing : device-mapper-libs-10:1.02.206-3.el10.x86_64 214/316 DEBUG: Installing : device-mapper-10:1.02.206-3.el10.x86_64 215/316 DEBUG: Installing : elfutils-debuginfod-client-0.193-1.el10.x86_64 216/316 DEBUG: Installing : elfutils-libs-0.193-1.el10.x86_64 217/316 DEBUG: Installing : elfutils-default-yama-scope-0.193-1.el10.noarch 218/316 DEBUG: Running scriptlet: elfutils-default-yama-scope-0.193-1.el10.noarch 218/316 DEBUG: Installing : systemd-pam-257-16.el10.x86_64 219/316 DEBUG: Running scriptlet: systemd-257-16.el10.x86_64 220/316 DEBUG: Installing : systemd-257-16.el10.x86_64 220/316 DEBUG: Running scriptlet: systemd-257-16.el10.x86_64 220/316 DEBUG: Creating group 'input' with GID 104. DEBUG: Creating group 'kvm' with GID 36. DEBUG: Creating group 'render' with GID 105. DEBUG: Creating group 'sgx' with GID 106. DEBUG: Creating group 'systemd-journal' with GID 190. DEBUG: Creating group 'dbus' with GID 81. DEBUG: Creating user 'dbus' (System Message Bus) with UID 81 and GID 81. DEBUG: Installing : binutils-gold-2.41-58.el10.x86_64 221/316 DEBUG: Running scriptlet: binutils-gold-2.41-58.el10.x86_64 221/316 DEBUG: Installing : binutils-2.41-58.el10.x86_64 222/316 DEBUG: Running scriptlet: binutils-2.41-58.el10.x86_64 222/316 DEBUG: Running scriptlet: polkit-125-4.el10.x86_64 223/316 DEBUG: Installing : polkit-125-4.el10.x86_64 223/316 DEBUG: Running scriptlet: polkit-125-4.el10.x86_64 223/316 DEBUG: Installing : polkit-pkla-compat-0.1-30.el10.x86_64 224/316 DEBUG: Installing : elfutils-0.193-1.el10.x86_64 225/316 DEBUG: Installing : gdb-minimal-16.3-2.el10.x86_64 226/316 DEBUG: Installing : debugedit-5.1-8.el10.x86_64 227/316 DEBUG: Installing : rpm-build-libs-4.19.1.1-20.el10.x86_64 228/316 DEBUG: Installing : openssh-9.9p1-14.el10.x86_64 229/316 DEBUG: Installing : openssh-clients-9.9p1-14.el10.x86_64 230/316 DEBUG: Running scriptlet: openssh-clients-9.9p1-14.el10.x86_64 230/316 DEBUG: Installing : git-core-2.47.3-1.el10.x86_64 231/316 DEBUG: Installing : curl-8.12.1-2.el10.x86_64 232/316 DEBUG: Running scriptlet: rpm-4.19.1.1-20.el10.x86_64 233/316 DEBUG: Installing : rpm-4.19.1.1-20.el10.x86_64 233/316 DEBUG: Installing : efi-srpm-macros-6-6.el10.noarch 234/316 DEBUG: Installing : lua-srpm-macros-1-15.el10.noarch 235/316 DEBUG: Installing : make-1:4.4.1-9.el10.x86_64 236/316 DEBUG: Installing : gcc-14.3.1-2.3.el10.x86_64 237/316 DEBUG: Installing : annobin-plugin-gcc-12.99-1.el10.x86_64 238/316 DEBUG: Installing : gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 239/316 DEBUG: Installing : fonts-srpm-macros-1:2.0.5-18.el10.noarch 240/316 DEBUG: Installing : forge-srpm-macros-0.4.0-6.el10.noarch 241/316 DEBUG: Installing : go-srpm-macros-3.8.0-1.el10.noarch 242/316 DEBUG: Installing : python-srpm-macros-3.12-10.el10.noarch 243/316 DEBUG: Installing : redhat-rpm-config-293-1.el10.noarch 244/316 DEBUG: Running scriptlet: redhat-rpm-config-293-1.el10.noarch 244/316 DEBUG: Installing : rpm-build-4.19.1.1-20.el10.x86_64 245/316 DEBUG: Installing : pyproject-srpm-macros-1.16.2-1.el10.noarch 246/316 DEBUG: Installing : python-rpm-macros-3.12-10.el10.noarch 247/316 DEBUG: Installing : python3-rpm-macros-3.12-10.el10.noarch 248/316 DEBUG: Installing : mpdecimal-2.5.1-12.el10.x86_64 249/316 DEBUG: Installing : python-unversioned-command-3.12.11-3.el10.noarch 250/316 DEBUG: Installing : python3-3.12.11-3.el10.x86_64 251/316 DEBUG: Installing : python3-libs-3.12.11-3.el10.x86_64 252/316 DEBUG: Installing : python3-packaging-24.2-2.el10.noarch 253/316 DEBUG: Installing : python3-setuptools-69.0.3-12.el10.noarch 254/316 DEBUG: Installing : python3-idna-3.7-4.el10.noarch 255/316 DEBUG: Installing : python3-greenlet-3.0.3-5.el10.x86_64 256/316 DEBUG: Installing : python3-typing-extensions-4.12.2-2.el10s.noarch 257/316 DEBUG: Installing : python3-urllib3-1.26.19-2.el10.noarch 258/316 DEBUG: Installing : python3-babel-2.13.1-5.el10.noarch 259/316 DEBUG: Installing : python3-rpm-generators-14-12.el10.noarch 260/316 DEBUG: Installing : python3-charset-normalizer-3.4.2-1.el10.noarch 261/316 DEBUG: Installing : python3-requests-2.32.4-1.el10.noarch 262/316 DEBUG: Installing : python3-dns-2.6.1-1.el10.noarch 263/316 DEBUG: Installing : python3-docutils-0.20.1-5.el10.noarch 264/316 DEBUG: Installing : python3-markupsafe-2.1.3-6.el10.x86_64 265/316 DEBUG: Installing : python3-jinja2-3.1.6-1.el10.noarch 266/316 DEBUG: Installing : python3-pip-23.3.2-7.el10.noarch 267/316 DEBUG: Installing : python3-imagesize-1.4.1-9.el10.noarch 268/316 DEBUG: Installing : python3-pygments-2.18.0-1.el10.noarch 269/316 DEBUG: Installing : python3-sphinx-theme-alabaster-0.7.16-5.el10.noa 270/316 DEBUG: Installing : pcsc-lite-libs-2.2.3-2.el10.x86_64 271/316 DEBUG: Installing : pcsc-lite-ccid-1.6.0-2.el10.x86_64 272/316 DEBUG: Running scriptlet: pcsc-lite-ccid-1.6.0-2.el10.x86_64 272/316 DEBUG: Installing : pcsc-lite-2.2.3-2.el10.x86_64 273/316 DEBUG: Running scriptlet: pcsc-lite-2.2.3-2.el10.x86_64 273/316 DEBUG: Created symlink '/etc/systemd/system/sockets.target.wants/pcscd.socket' → '/usr/lib/systemd/system/pcscd.socket'. DEBUG: Installing : gnupg2-smime-2.4.5-2.el10.x86_64 274/316 DEBUG: Installing : gnupg2-2.4.5-2.el10.x86_64 275/316 DEBUG: Installing : gpgme-1.23.2-6.el10.x86_64 276/316 DEBUG: Installing : gpgmepp-1.23.2-6.el10.x86_64 277/316 DEBUG: Installing : poppler-24.02.0-6.el10.x86_64 278/316 DEBUG: Installing : jbig2dec-libs-0.20-7.el10.x86_64 279/316 DEBUG: Installing : libXau-1.0.11-8.el10.x86_64 280/316 DEBUG: Installing : libxcb-1.17.0-3.el10.x86_64 281/316 DEBUG: Installing : libX11-1.8.10-1.el10.x86_64 282/316 DEBUG: Installing : libXrender-0.9.11-8.el10.x86_64 283/316 DEBUG: Installing : libXext-1.3.6-3.el10.x86_64 284/316 DEBUG: Installing : libXft-2.3.8-8.el10.x86_64 285/316 DEBUG: Installing : libXpm-3.5.17-5.el10.x86_64 286/316 DEBUG: Installing : gd-2.3.3-22.el10.x86_64 287/316 DEBUG: Installing : libXt-1.3.0-5.el10.x86_64 288/316 DEBUG: Installing : libdatrie-0.2.13-11.el10.x86_64 289/316 DEBUG: Installing : libthai-0.1.29-10.el10.x86_64 290/316 DEBUG: Installing : libijs-0.35-24.el10.x86_64 291/316 DEBUG: Installing : libpaper-1:2.1.1-7.el10.x86_64 292/316 DEBUG: Installing : pixman-0.43.4-2.el10.x86_64 293/316 DEBUG: Installing : cairo-1.18.2-2.el10.x86_64 294/316 DEBUG: Installing : pango-1.54.0-3.el10.x86_64 295/316 DEBUG: Installing : cairo-gobject-1.18.2-2.el10.x86_64 296/316 DEBUG: Installing : librsvg2-2.57.1-9.el10.x86_64 297/316 DEBUG: Installing : rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 298/316 DEBUG: Installing : poppler-glib-24.02.0-6.el10.x86_64 299/316 DEBUG: Installing : libwmf-lite-0.2.13-6.el10s.x86_64 300/316 DEBUG: Installing : cups-filesystem-1:2.4.10-13.el10.noarch 301/316 DEBUG: Installing : cups-libs-1:2.4.10-13.el10.x86_64 302/316 DEBUG: Installing : libgs-10.02.1-16.el10.x86_64 303/316 DEBUG: Installing : graphviz-9.0.0-15.el10.x86_64 304/316 DEBUG: Installing : ImageMagick-libs-6.9.12.98-1.el10s.x86_64 305/316 DEBUG: Installing : ImageMagick-6.9.12.98-1.el10s.x86_64 306/316 DEBUG: Installing : python3-sphinx-1:7.2.6-10.el10.noarch 307/316 DEBUG: Installing : python3-devel-3.12.11-3.el10.x86_64 308/316 DEBUG: Installing : python3-eventlet-0.40.0-1.el10s.noarch 309/316 DEBUG: Installing : python3-sqlalchemy-2.0.26-6.el10.x86_64 310/316 DEBUG: Installing : python3-setuptools_scm-8.0.4-7.el10.noarch 311/316 DEBUG: Installing : python3-pbr-6.1.1-1.el10s.noarch 312/316 DEBUG: Installing : python3-six-1.16.0-16.el10.noarch 313/316 DEBUG: Installing : authselect-1.5.0-8.el10.x86_64 314/316 DEBUG: Installing : systemd-rpm-macros-257-16.el10.noarch 315/316 DEBUG: Installing : openstack-macros-2023.1.0-0.20250702055156.ce6a1 316/316 DEBUG: Running scriptlet: filesystem-3.18-17.el10.x86_64 316/316 DEBUG: Running scriptlet: ca-certificates-2025.2.80_v9.0.305-101.el10.noar 316/316 DEBUG: Running scriptlet: urw-base35-bookman-fonts-20200910-21.el10.noarch 316/316 DEBUG: Running scriptlet: urw-base35-c059-fonts-20200910-21.el10.noarch 316/316 DEBUG: Running scriptlet: urw-base35-d050000l-fonts-20200910-21.el10.noarc 316/316 DEBUG: Running scriptlet: urw-base35-gothic-fonts-20200910-21.el10.noarch 316/316 DEBUG: Running scriptlet: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10 316/316 DEBUG: Running scriptlet: urw-base35-nimbus-roman-fonts-20200910-21.el10.n 316/316 DEBUG: Running scriptlet: urw-base35-nimbus-sans-fonts-20200910-21.el10.no 316/316 DEBUG: Running scriptlet: urw-base35-p052-fonts-20200910-21.el10.noarch 316/316 DEBUG: Running scriptlet: urw-base35-standard-symbols-ps-fonts-20200910-21 316/316 DEBUG: Running scriptlet: urw-base35-z003-fonts-20200910-21.el10.noarch 316/316 DEBUG: Running scriptlet: fontconfig-2.15.0-7.el10.x86_64 316/316 DEBUG: Running scriptlet: authselect-libs-1.5.0-8.el10.x86_64 316/316 DEBUG: Running scriptlet: rpm-4.19.1.1-20.el10.x86_64 316/316 DEBUG: Running scriptlet: openstack-macros-2023.1.0-0.20250702055156.ce6a1 316/316 DEBUG: Installed: DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: basesystem-11-22.el10.noarch DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: cups-filesystem-1:2.4.10-13.el10.noarch DEBUG: cups-libs-1:2.4.10-13.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: dbus-1:1.14.10-5.el10.x86_64 DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-common-1:1.14.10-5.el10.noarch DEBUG: dbus-libs-1:1.14.10-5.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: device-mapper-10:1.02.206-3.el10.x86_64 DEBUG: device-mapper-libs-10:1.02.206-3.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: findutils-1:4.10.0-5.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: fonts-filesystem-1:2.0.5-18.el10.noarch DEBUG: fonts-srpm-macros-1:2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: gdbm-1:1.23-14.el10.x86_64 DEBUG: gdbm-libs-1:1.23-14.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: gmp-1:6.2.1-12.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: libbpf-2:1.6.0-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpaper-1:2.1.1-7.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: libpng-2:1.6.40-8.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: make-1:4.4.1-9.el10.x86_64 DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: openssl-fips-provider-1:3.5.1-5.el10.x86_64 DEBUG: openssl-libs-1:3.5.1-5.el10.x86_64 DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: python3-sphinx-1:7.2.6-10.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: readline-8.2-11.el10.x86_64 DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: sed-4.9-3.el10.x86_64 DEBUG: setup-2.14.5-7.el10.noarch DEBUG: shadow-utils-2:4.15.0-8.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: tar-2:1.35-7.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tzdata-2025b-2.el10.noarch DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: xz-1:5.6.2-4.el10.x86_64 DEBUG: xz-libs-1:5.6.2-4.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: installing minimal buildroot with dnf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/os-release DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SOURCES DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: userdel: user 'mockbuild' does not exist DEBUG: Child return code was: 6 DEBUG: child environment: None DEBUG: Executing command: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: groupdel: group 'mock' does not exist DEBUG: Child return code was: 6 DEBUG: child environment: None DEBUG: Executing command: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/.initialized DEBUG: child environment: None DEBUG: Executing command: ['sync'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Start: creating root cache DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--one-file-system', '--exclude-caches', '--exclude-caches-under', '--use-compress-program', 'pigz', '-cf', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '--exclude=./proc', '--exclude=./sys', '--exclude=./dev', '--exclude=./tmp/ccache', '--exclude=./var/cache/yum', '--exclude=./var/cache/dnf', '--exclude=./var/log', '--exclude=.//proc', '--exclude=.//proc', '--exclude=.//sys', '--exclude=.//sys', '--exclude=.//dev/shm', '--exclude=.//dev/pts', '--exclude=.//proc/filesystems', '--exclude=.//sys/fs/selinux', '--exclude=.//var/cache/yum', '--exclude=.//var/cache/dnf', '.'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: creating root cache Finish: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: Installed packages: INFO: ImageMagick-6.9.12.98-1.el10s.x86_64 ImageMagick-libs-6.9.12.98-1.el10s.x86_64 LibRaw-0.21.3-1.el10s.x86_64 adobe-mappings-cmap-20230622-5.el10.noarch adobe-mappings-cmap-deprecated-20230622-5.el10.noarch adobe-mappings-pdf-20190401-9.el10.noarch alternatives-1.30-2.el10.x86_64 annobin-docs-12.99-1.el10.noarch annobin-plugin-gcc-12.99-1.el10.x86_64 audit-libs-4.0.3-4.el10.x86_64 authselect-1.5.0-8.el10.x86_64 authselect-libs-1.5.0-8.el10.x86_64 avahi-libs-0.9~rc2-2.el10.x86_64 basesystem-11-22.el10.noarch bash-5.2.26-6.el10.x86_64 binutils-2.41-58.el10.x86_64 binutils-gold-2.41-58.el10.x86_64 bzip2-1.0.8-25.el10.x86_64 bzip2-libs-1.0.8-25.el10.x86_64 ca-certificates-2025.2.80_v9.0.305-101.el10.noarch cairo-1.18.2-2.el10.x86_64 cairo-gobject-1.18.2-2.el10.x86_64 centos-gpg-keys-10.0-12.el10.noarch centos-stream-release-10.0-12.el10.noarch centos-stream-repos-10.0-12.el10.noarch coreutils-9.5-6.el10.x86_64 coreutils-common-9.5-6.el10.x86_64 cpio-2.15-3.el10.x86_64 cpp-14.3.1-2.3.el10.x86_64 cracklib-2.9.11-8.el10.x86_64 cracklib-dicts-2.9.11-8.el10.x86_64 crypto-policies-20250905-2.gitc7eb7b2.el10.noarch cryptsetup-libs-2.8.1-1.el10.x86_64 cups-filesystem-2.4.10-13.el10.noarch cups-libs-2.4.10-13.el10.x86_64 curl-8.12.1-2.el10.x86_64 cyrus-sasl-lib-2.1.28-27.el10.x86_64 dbus-1.14.10-5.el10.x86_64 dbus-broker-36-4.el10.x86_64 dbus-common-1.14.10-5.el10.noarch dbus-libs-1.14.10-5.el10.x86_64 debugedit-5.1-8.el10.x86_64 default-fonts-core-sans-4.1-3.el10.noarch device-mapper-1.02.206-3.el10.x86_64 device-mapper-libs-1.02.206-3.el10.x86_64 diffutils-3.10-8.el10.x86_64 duktape-2.7.0-10.el10.x86_64 dwz-0.16-1.el10.x86_64 ed-1.20-5.el10.x86_64 efi-srpm-macros-6-6.el10.noarch elfutils-0.193-1.el10.x86_64 elfutils-debuginfod-client-0.193-1.el10.x86_64 elfutils-default-yama-scope-0.193-1.el10.noarch elfutils-libelf-0.193-1.el10.x86_64 elfutils-libs-0.193-1.el10.x86_64 expat-2.7.1-1.el10.x86_64 file-5.45-8.el10.x86_64 file-libs-5.45-8.el10.x86_64 filesystem-3.18-17.el10.x86_64 findutils-4.10.0-5.el10.x86_64 fontconfig-2.15.0-7.el10.x86_64 fonts-filesystem-2.0.5-18.el10.noarch fonts-srpm-macros-2.0.5-18.el10.noarch forge-srpm-macros-0.4.0-6.el10.noarch freetype-2.13.2-8.el10.x86_64 fribidi-1.0.14-4.el10.x86_64 gawk-5.3.0-6.el10.x86_64 gawk-all-langpacks-5.3.0-6.el10.x86_64 gcc-14.3.1-2.3.el10.x86_64 gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 gd-2.3.3-22.el10.x86_64 gdb-minimal-16.3-2.el10.x86_64 gdbm-1.23-14.el10.x86_64 gdbm-libs-1.23-14.el10.x86_64 gdk-pixbuf2-2.42.12-4.el10.x86_64 git-core-2.47.3-1.el10.x86_64 glib2-2.80.4-8.el10.x86_64 glibc-2.39-69.el10.x86_64 glibc-common-2.39-69.el10.x86_64 glibc-devel-2.39-69.el10.x86_64 glibc-gconv-extra-2.39-69.el10.x86_64 glibc-minimal-langpack-2.39-69.el10.x86_64 gmp-6.2.1-12.el10.x86_64 gnupg2-2.4.5-2.el10.x86_64 gnupg2-smime-2.4.5-2.el10.x86_64 gnutls-3.8.10-2.el10.x86_64 go-srpm-macros-3.8.0-1.el10.noarch google-droid-sans-fonts-20200215-22.el10.noarch google-noto-fonts-common-20240401-5.el10.noarch google-noto-sans-vf-fonts-20240401-5.el10.noarch gpgme-1.23.2-6.el10.x86_64 gpgmepp-1.23.2-6.el10.x86_64 graphite2-1.3.14-17.el10.x86_64 graphviz-9.0.0-15.el10.x86_64 grep-3.11-10.el10.x86_64 gzip-1.13-3.el10.x86_64 harfbuzz-8.4.0-6.el10.x86_64 imath-3.1.10-4.el10.x86_64 jansson-2.14-3.el10.x86_64 jasper-libs-4.1.0-5.el10.x86_64 jbig2dec-libs-0.20-7.el10.x86_64 jbigkit-libs-2.1-31.el10.x86_64 json-c-0.18-3.el10.x86_64 kernel-headers-6.12.0-144.el10.x86_64 kernel-srpm-macros-1.0-25.el10.noarch keyutils-libs-1.6.3-5.el10.x86_64 kmod-libs-31-12.el10.x86_64 krb5-libs-1.21.3-8.el10.x86_64 lcms2-2.16-6.el10.x86_64 less-661-3.el10.x86_64 libICE-1.1.1-5.el10.x86_64 libSM-1.2.4-5.el10.x86_64 libX11-1.8.10-1.el10.x86_64 libX11-common-1.8.10-1.el10.noarch libXau-1.0.11-8.el10.x86_64 libXext-1.3.6-3.el10.x86_64 libXft-2.3.8-8.el10.x86_64 libXpm-3.5.17-5.el10.x86_64 libXrender-0.9.11-8.el10.x86_64 libXt-1.3.0-5.el10.x86_64 libacl-2.3.2-4.el10.x86_64 libarchive-3.7.7-4.el10.x86_64 libassuan-2.5.6-6.el10.x86_64 libattr-2.5.2-5.el10.x86_64 libblkid-2.40.2-13.el10.x86_64 libbpf-1.6.0-3.el10.x86_64 libbrotli-1.1.0-6.el10.x86_64 libcap-2.69-7.el10.x86_64 libcap-ng-0.8.4-6.el10.x86_64 libcbor-0.11.0-3.el10.x86_64 libcom_err-1.47.1-4.el10.x86_64 libcurl-8.12.1-2.el10.x86_64 libdatrie-0.2.13-11.el10.x86_64 libeconf-0.6.2-4.el10.x86_64 libedit-3.1-52.20230828cvs.el10.x86_64 libevent-2.1.12-16.el10.x86_64 libfdisk-2.40.2-13.el10.x86_64 libffi-3.4.4-10.el10.x86_64 libfido2-1.14.0-7.el10.x86_64 libgcc-14.3.1-2.3.el10.x86_64 libgcrypt-1.11.0-6.el10.x86_64 libgomp-14.3.1-2.3.el10.x86_64 libgpg-error-1.50-2.el10.x86_64 libgs-10.02.1-16.el10.x86_64 libidn2-2.3.7-3.el10.x86_64 libijs-0.35-24.el10.x86_64 libjpeg-turbo-3.0.2-4.el10.x86_64 libksba-1.6.7-2.el10.x86_64 liblerc-4.0.0-8.el10.x86_64 liblqr-1-0.4.2-26.el10s.x86_64 libmount-2.40.2-13.el10.x86_64 libmpc-1.3.1-7.el10.x86_64 libnghttp2-1.64.0-2.el10.x86_64 libpaper-2.1.1-7.el10.x86_64 libpkgconf-2.1.0-3.el10.x86_64 libpng-1.6.40-8.el10.x86_64 libpsl-0.21.5-6.el10.x86_64 libpwquality-1.4.5-12.el10.x86_64 libraqm-0.10.1-2.el10s.x86_64 librsvg2-2.57.1-9.el10.x86_64 libseccomp-2.5.6-1.el10.x86_64 libsecret-0.21.2-8.el10.x86_64 libselinux-3.9-2.el10.x86_64 libsemanage-3.9-1.el10.x86_64 libsepol-3.9-1.el10.x86_64 libsmartcols-2.40.2-13.el10.x86_64 libssh-0.11.1-3.el10.x86_64 libssh-config-0.11.1-3.el10.noarch libstdc++-14.3.1-2.3.el10.x86_64 libtasn1-4.20.0-1.el10.x86_64 libthai-0.1.29-10.el10.x86_64 libtiff-4.6.0-6.el10.x86_64 libtool-ltdl-2.4.7-13.el10.x86_64 libunistring-1.1-10.el10.x86_64 libusb1-1.0.28-1.el10.x86_64 libutempter-1.2.1-15.el10.x86_64 libuuid-2.40.2-13.el10.x86_64 libverto-0.3.2-10.el10.x86_64 libwebp-1.3.2-8.el10.x86_64 libwmf-lite-0.2.13-6.el10s.x86_64 libxcb-1.17.0-3.el10.x86_64 libxcrypt-4.4.36-10.el10.x86_64 libxcrypt-devel-4.4.36-10.el10.x86_64 libxkbcommon-1.7.0-4.el10.x86_64 libxml2-2.12.5-9.el10.x86_64 libzstd-1.5.5-9.el10.x86_64 lua-libs-5.4.6-7.el10.x86_64 lua-srpm-macros-1-15.el10.noarch lz4-libs-1.9.4-8.el10.x86_64 make-4.4.1-9.el10.x86_64 mpdecimal-2.5.1-12.el10.x86_64 mpfr-4.2.1-5.el10.x86_64 ncurses-base-6.4-14.20240127.el10.noarch ncurses-libs-6.4-14.20240127.el10.x86_64 npth-1.6-21.el10.x86_64 nspr-4.36.0-4.el10.x86_64 nss-3.112.0-4.el10.x86_64 nss-softokn-3.112.0-4.el10.x86_64 nss-softokn-freebl-3.112.0-4.el10.x86_64 nss-sysinit-3.112.0-4.el10.x86_64 nss-util-3.112.0-4.el10.x86_64 ocaml-srpm-macros-10-4.el10.noarch openblas-srpm-macros-2-19.el10.noarch openexr-libs-3.1.10-8.el10.x86_64 openjpeg2-2.5.2-5.el10.x86_64 openldap-2.6.9-1.el10.x86_64 openssh-9.9p1-14.el10.x86_64 openssh-clients-9.9p1-14.el10.x86_64 openssl-fips-provider-3.5.1-5.el10.x86_64 openssl-libs-3.5.1-5.el10.x86_64 openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch p11-kit-0.25.10-1.el10.x86_64 p11-kit-trust-0.25.10-1.el10.x86_64 package-notes-srpm-macros-0.5-13.el10.noarch pam-1.6.1-8.el10.x86_64 pam-libs-1.6.1-8.el10.x86_64 pango-1.54.0-3.el10.x86_64 patch-2.7.6-26.el10.x86_64 pcre2-10.44-1.el10.3.x86_64 pcre2-syntax-10.44-1.el10.3.noarch pcsc-lite-2.2.3-2.el10.x86_64 pcsc-lite-ccid-1.6.0-2.el10.x86_64 pcsc-lite-libs-2.2.3-2.el10.x86_64 perl-srpm-macros-1-57.el10.noarch pinentry-1.3.1-1.el10.x86_64 pixman-0.43.4-2.el10.x86_64 pkgconf-2.1.0-3.el10.x86_64 pkgconf-m4-2.1.0-3.el10.noarch pkgconf-pkg-config-2.1.0-3.el10.x86_64 polkit-125-4.el10.x86_64 polkit-libs-125-4.el10.x86_64 polkit-pkla-compat-0.1-30.el10.x86_64 poppler-24.02.0-6.el10.x86_64 poppler-data-0.4.11-9.el10.noarch poppler-glib-24.02.0-6.el10.x86_64 popt-1.19-8.el10.x86_64 publicsuffix-list-dafsa-20240107-5.el10.noarch pyproject-srpm-macros-1.16.2-1.el10.noarch python-rpm-macros-3.12-10.el10.noarch python-srpm-macros-3.12-10.el10.noarch python-unversioned-command-3.12.11-3.el10.noarch python3-3.12.11-3.el10.x86_64 python3-babel-2.13.1-5.el10.noarch python3-charset-normalizer-3.4.2-1.el10.noarch python3-devel-3.12.11-3.el10.x86_64 python3-dns-2.6.1-1.el10.noarch python3-docutils-0.20.1-5.el10.noarch python3-eventlet-0.40.0-1.el10s.noarch python3-greenlet-3.0.3-5.el10.x86_64 python3-idna-3.7-4.el10.noarch python3-imagesize-1.4.1-9.el10.noarch python3-jinja2-3.1.6-1.el10.noarch python3-libs-3.12.11-3.el10.x86_64 python3-markupsafe-2.1.3-6.el10.x86_64 python3-packaging-24.2-2.el10.noarch python3-pbr-6.1.1-1.el10s.noarch python3-pip-23.3.2-7.el10.noarch python3-pip-wheel-23.3.2-7.el10.noarch python3-pygments-2.18.0-1.el10.noarch python3-requests-2.32.4-1.el10.noarch python3-rpm-generators-14-12.el10.noarch python3-rpm-macros-3.12-10.el10.noarch python3-setuptools-69.0.3-12.el10.noarch python3-setuptools_scm-8.0.4-7.el10.noarch python3-six-1.16.0-16.el10.noarch python3-sphinx-7.2.6-10.el10.noarch python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch python3-sqlalchemy-2.0.26-6.el10.x86_64 python3-typing-extensions-4.12.2-2.el10s.noarch python3-urllib3-1.26.19-2.el10.noarch qt6-srpm-macros-6.9.1-1.el10.noarch readline-8.2-11.el10.x86_64 redhat-rpm-config-293-1.el10.noarch redhat-text-vf-fonts-4.1.0-1.el10.noarch rpm-4.19.1.1-20.el10.x86_64 rpm-build-4.19.1.1-20.el10.x86_64 rpm-build-libs-4.19.1.1-20.el10.x86_64 rpm-libs-4.19.1.1-20.el10.x86_64 rpm-plugin-audit-4.19.1.1-20.el10.x86_64 rpm-sequoia-1.9.0.3-1.el10.x86_64 rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 rust-toolset-srpm-macros-1.90.0-1.el10.noarch sed-4.9-3.el10.x86_64 setup-2.14.5-7.el10.noarch shadow-utils-4.15.0-8.el10.x86_64 shared-mime-info-2.3-8.el10.x86_64 sqlite-libs-3.46.1-5.el10.x86_64 systemd-257-16.el10.x86_64 systemd-libs-257-16.el10.x86_64 systemd-pam-257-16.el10.x86_64 systemd-rpm-macros-257-16.el10.noarch tar-1.35-7.el10.x86_64 tpm2-tss-4.1.3-5.el10.x86_64 tzdata-2025b-2.el10.noarch unzip-6.0-69.el10.x86_64 urw-base35-bookman-fonts-20200910-21.el10.noarch urw-base35-c059-fonts-20200910-21.el10.noarch urw-base35-d050000l-fonts-20200910-21.el10.noarch urw-base35-fonts-20200910-21.el10.noarch urw-base35-fonts-common-20200910-21.el10.noarch urw-base35-gothic-fonts-20200910-21.el10.noarch urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch urw-base35-p052-fonts-20200910-21.el10.noarch urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch urw-base35-z003-fonts-20200910-21.el10.noarch util-linux-2.40.2-13.el10.x86_64 util-linux-core-2.40.2-13.el10.x86_64 xkeyboard-config-2.41-3.el10.noarch xml-common-0.6.3-65.el10.noarch xz-5.6.2-4.el10.x86_64 xz-libs-5.6.2-4.el10.x86_64 zip-3.0-45.el10.x86_64 zlib-ng-compat-2.2.3-2.el10.x86_64 zstd-1.5.5-9.el10.x86_64 Finish: run DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + /usr/bin/mock -q -r /home/centos10-master-uc/data/dlrn-5.cfg --chroot 'git config --global --add safe.directory /var/tmp/pkgsrc' WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead ++ /usr/bin/mock -r /home/centos10-master-uc/data/dlrn-5.cfg -p WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead + MOCKDIR=/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/ + '[' -z '' ']' + '[' '' == 1 ']' + detect_version_and_release + '[' -r setup.py -a '!' -r metadata.json ']' + copy_src_to_mock_buildroot + git checkout -f 3dd643733e7340fabdc45af618feea87a528fdc4 Note: switching to '3dd643733e7340fabdc45af618feea87a528fdc4'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 3dd64373 Merge "rely on devstack to install uwsgi" + '[' -d /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root//var/tmp/pkgsrc ']' + mkdir /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root//var/tmp/pkgsrc + cp -pr . /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root//var/tmp/pkgsrc + pushd /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root//var/tmp/pkgsrc /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp/pkgsrc ~/data/openstack-aodh + set +o pipefail + git tag -l 'private-*' + xargs -n 1 git tag -d + set -o pipefail + popd ~/data/openstack-aodh + '[' -z '' ']' ++ tail -n 1 ++ /usr/bin/mock -q -r /home/centos10-master-uc/data/dlrn-5.cfg --chroot 'cd /var/tmp/pkgsrc && rm -rf *.egg-info && (([ -x /usr/bin/python3 ] && python3 setup.py --version 2> /dev/null) || python setup.py --version 2> /dev/null)' WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead ++ /usr/bin/mock -q -r /home/centos10-master-uc/data/dlrn-5.cfg --chroot 'cd /var/tmp/pkgsrc && git log --abbrev=7 -n1 --format=format:%h' WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead + setversionandrelease 21.1.0.dev24 3dd6437 + UPSTREAMVERSION=21.1.0.dev24 + [[ 21.1.0.dev24 =~ ([^-]*)-(.+) ]] + [[ 21.1.0.dev24 =~ (.*?)\.(0rc.+) ]] + [[ 21.1.0.dev24 =~ (.*?)\.(0b.+) ]] + [[ 21.1.0.dev24 =~ (.*?)\.(0a.+) ]] + [[ 21.1.0.dev24 =~ (.*?)\.(dev.+) ]] + VERSION=21.1.0 + '[' 0.date.hash = 0.1.date.hash ']' + '[' 0.date.hash = minor.date.hash ']' + RELEASE=0.20251027172216.3dd6437 + '[' -r setup.py -a '!' -r metadata.json ']' + SOURCETYPE=tarball + /usr/bin/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee --chroot 'cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)' WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.4 starting (python version = 3.9.18, NVR = mock-6.4-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee --chroot 'cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)' Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/etc/mock/site-defaults.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg', '/etc/mock/chroot-aliases.cfg'] DEBUG: version: 6.4 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--suppress-sync=yes'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', 'unbreq', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'rpkg_preprocessor_enable': False, 'rpkg_preprocessor_opts': {'requires': ['preproc-rpmspec'], 'cmd': '/usr/bin/preproc-rpmspec %(source_spec)s --output %(target_spec)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}} DEBUG: environment: {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} DEBUG: scm: False DEBUG: scm_opts: {'method': 'git', 'cvs_get': 'cvs -d /srv/cvs co SCM_BRN SCM_PKG', 'git_get': 'git clone SCM_BRN git://localhost/SCM_PKG.git SCM_PKG', 'svn_get': 'svn co file:///srv/svn/SCM_PKG/SCM_BRN SCM_PKG', 'distgit_get': 'rpkg clone -a --branch SCM_BRN SCM_PKG SCM_PKG', 'distgit_src_get': 'rpkg sources', 'spec': 'SCM_PKG.spec', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install basesystem rpm-build python3-devel gcc make python3-sqlalchemy python3-sphinx python3-eventlet python3-six python3-pbr openstack-macros git-core python3-setuptools_scm DEBUG: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '10-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-builder-centos9.rdoproject.org', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (dlrn-centos10-master-uc-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: d9793562-6fd8-4012-8c73-e0472420fd5a DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos10-master-uc/data/dlrn-5.cfg DEBUG: root: dlrn-centos10-master-uc-x86_64-5 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el10 DEBUG: use_bootstrap_container: True DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary # NOTE(karolinku) required for botocore best=0 protected_packages= module_platform_id=platform:el10 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/AppStream/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB metalink=https://mirrors.centos.org/metalink?repo=centos-crb-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-barbican] name=delorean-openstack-barbican-25ef5677a674088bfb433ab39df3a75ac7b3cf8f baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/25/ef/25ef5677a674088bfb433ab39df3a75ac7b3cf8f_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-python-sushy-tools-ad220ed98a3e94b991d54aa61a8e06bb669dade0 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/ad/22/ad220ed98a3e94b991d54aa61a8e06bb669dade0_b5640895 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-d02171164bdd702b12b59888b744d172f30d712d baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/d0/21/d02171164bdd702b12b59888b744d172f30d712d_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/3c/0a/3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-6672259011e436143b2624b44f364e27de214690 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/66/72/6672259011e436143b2624b44f364e27de214690_3ce2abee enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-dbc6eb406b50b69ce6ee031543c0a423abfcb0aa baseurl=https://trunk.rdoproject.org/centos10-master/component/common/db/c6/dbc6eb406b50b69ce6ee031543c0a423abfcb0aa_dc34a089 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-30bf8c1025ea24823ebde3eacede4ea34ec6be8c baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/30/bf/30bf8c1025ea24823ebde3eacede4ea34ec6be8c_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-bb1a7a8ba0e729a2cb11cad45ddfcba4e35c4a78 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/bb/1a/bb1a7a8ba0e729a2cb11cad45ddfcba4e35c4a78_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-07eaee379db86950bca30e5e8ce4fa73f8500c42 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/07/ea/07eaee379db86950bca30e5e8ce4fa73f8500c42_05968b35 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystone-tests-tempest-97d6de342fc0b7487c2dc99765c4717850758afc baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/97/d6/97d6de342fc0b7487c2dc99765c4717850758afc_b1b2606b enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-ea32b47ff40a6c927cfb08ee299d53a353c5935f baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/ea/32/ea32b47ff40a6c927cfb08ee299d53a353c5935f_9f8762cc enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-whitebox-neutron-tests-tempest-403794fcbf8dc10128cfea394fe04b9cdbe69cf0 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/40/37/403794fcbf8dc10128cfea394fe04b9cdbe69cf0_bbf30af6 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-fb464221b31ce0dee2e2f2af0c95d5b07379132d baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/fb/46/fb464221b31ce0dee2e2f2af0c95d5b07379132d_fa5cac99 enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-python-watcher-tests-tempest-99388fae9603a71564456757149dbad2d004c0cd baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/99/38/99388fae9603a71564456757149dbad2d004c0cd_5ce2889e enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-6ebacb6de333c7fb36496f30e5b92bbbc5365b81 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/6e/ba/6ebacb6de333c7fb36496f30e5b92bbbc5365b81_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-ceph-7352068d7b8c84ded636ab3158dafa6f3851951e baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/73/52/7352068d7b8c84ded636ab3158dafa6f3851951e_ad3d6445 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-8cbe10552a66be4ba5b271c5bebecdc60d9a9cc8 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/8c/be/8cbe10552a66be4ba5b271c5bebecdc60d9a9cc8_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-9ebb0b605a3d43b7a0eb46e72f4485760dccff01 baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/9e/bb/9ebb0b605a3d43b7a0eb46e72f4485760dccff01_39f91389 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-octavia-ui-f196e3bea01cc1fdf5aad4b9dd5d104972a2613c baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/f1/96/f196e3bea01cc1fdf5aad4b9dd5d104972a2613c_22307aff enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos10-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos10-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-rabbitmq] name=centos9-rabbitmq baseurl=https://trunk.rdoproject.org/centos10-master/rabbitmq/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-storage] name=centos10-storage baseurl=http://mirror.stream.centos.org/SIGs/10-stream/storage/$basearch/ceph-squid/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-opstools] name=centos10-opstools baseurl=http://mirror.stream.centos.org/SIGs/10-stream/opstools/$basearch/collectd-5/ enabled=0 gpgcheck=0 module_hotfixes=1 [centos10-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=https://buildlogs.centos.org/centos/10-stream/nfv/x86_64/openvswitch-2/ enabled=1 gpgcheck=0 module_hotfixes=1 # epel is required for Ceph Squid and DLRN mock [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=liboath,gperftools-libs,thrift,libpmemobj,liborc2,libpmem,parquet-libs,libarrow*,mock*,distribution-gpg-keys,python3-templated-dictionary,python3-backoff DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee Mock Version: 6.4 INFO: Mock Version: 6.4 INFO: Mock Version: 6.4 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives INFO: Package manager dnf4 detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.a78w2tk4', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Address sizes: 40 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5599.99 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean pausefilter pfthreshold umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 128 KiB (4 instances) DEBUG: L1i cache: 128 KiB (4 instances) DEBUG: L2 cache: 2 MiB (4 instances) DEBUG: L3 cache: 64 MiB (4 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 15Gi 4.9Gi 426Mi 1.1Gi 11Gi 10Gi DEBUG: Swap: 15Gi 5.2Gi 10Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs tmpfs 4.3G 858M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 195G 355G 36% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: resultdir = /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.h8fdlavi', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Creating mailbox file: File exists DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/.initialized Finish: chroot init INFO: Running in chroot: ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] Start: chroot ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] DEBUG: child environment: None DEBUG: Executing command: ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell True /usr/lib/python3.12/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING: The wheel package is not available. WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section [pbr] Generating ChangeLog WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` and ``easy_install``. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://github.com/pypa/setuptools/issues/917 for details. ******************************************************************************** !! easy_install.initialize_options(self) /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running sdist [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.1s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.2s) running egg_info creating aodh.egg-info writing pbr to aodh.egg-info/pbr.json writing aodh.egg-info/PKG-INFO writing dependency_links to aodh.egg-info/dependency_links.txt writing entry points to aodh.egg-info/entry_points.txt writing requirements to aodh.egg-info/requires.txt writing top-level names to aodh.egg-info/top_level.txt [pbr] Processing SOURCES.txt writing manifest file 'aodh.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'aodh.egg-info/SOURCES.txt' [pbr] reno was not found or is too old. Skipping release notes running check creating aodh-21.1.0.dev24 creating aodh-21.1.0.dev24/aodh creating aodh-21.1.0.dev24/aodh.egg-info creating aodh-21.1.0.dev24/aodh/api creating aodh-21.1.0.dev24/aodh/api/controllers creating aodh-21.1.0.dev24/aodh/api/controllers/v2 creating aodh-21.1.0.dev24/aodh/api/controllers/v2/alarm_rules creating aodh-21.1.0.dev24/aodh/cmd creating aodh-21.1.0.dev24/aodh/conf creating aodh-21.1.0.dev24/aodh/evaluator creating aodh-21.1.0.dev24/aodh/locale creating aodh-21.1.0.dev24/aodh/locale/de creating aodh-21.1.0.dev24/aodh/locale/de/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/locale/en_GB creating aodh-21.1.0.dev24/aodh/locale/en_GB/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/locale/es creating aodh-21.1.0.dev24/aodh/locale/es/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/locale/fr creating aodh-21.1.0.dev24/aodh/locale/fr/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/locale/id creating aodh-21.1.0.dev24/aodh/locale/id/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/locale/it creating aodh-21.1.0.dev24/aodh/locale/it/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/locale/ja creating aodh-21.1.0.dev24/aodh/locale/ja/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/locale/ko_KR creating aodh-21.1.0.dev24/aodh/locale/ko_KR/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/locale/pt creating aodh-21.1.0.dev24/aodh/locale/pt/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/locale/pt_BR creating aodh-21.1.0.dev24/aodh/locale/pt_BR/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/locale/ru creating aodh-21.1.0.dev24/aodh/locale/ru/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/locale/zh_CN creating aodh-21.1.0.dev24/aodh/locale/zh_CN/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/locale/zh_TW creating aodh-21.1.0.dev24/aodh/locale/zh_TW/LC_MESSAGES creating aodh-21.1.0.dev24/aodh/notifier creating aodh-21.1.0.dev24/aodh/storage creating aodh-21.1.0.dev24/aodh/storage/sqlalchemy creating aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic creating aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic/versions creating aodh-21.1.0.dev24/aodh/tests creating aodh-21.1.0.dev24/aodh/tests/functional creating aodh-21.1.0.dev24/aodh/tests/functional/api creating aodh-21.1.0.dev24/aodh/tests/functional/api/v2 creating aodh-21.1.0.dev24/aodh/tests/functional/hooks creating aodh-21.1.0.dev24/aodh/tests/functional/storage creating aodh-21.1.0.dev24/aodh/tests/functional/storage/sqlalchemy creating aodh-21.1.0.dev24/aodh/tests/unit creating aodh-21.1.0.dev24/aodh/tests/unit/cmd creating aodh-21.1.0.dev24/aodh/tests/unit/evaluator creating aodh-21.1.0.dev24/aodh/tests/unit/notifier creating aodh-21.1.0.dev24/aodh/wsgi creating aodh-21.1.0.dev24/devstack creating aodh-21.1.0.dev24/devstack/upgrade creating aodh-21.1.0.dev24/doc creating aodh-21.1.0.dev24/doc/source creating aodh-21.1.0.dev24/doc/source/_static creating aodh-21.1.0.dev24/doc/source/admin creating aodh-21.1.0.dev24/doc/source/cli creating aodh-21.1.0.dev24/doc/source/configuration creating aodh-21.1.0.dev24/doc/source/contributor creating aodh-21.1.0.dev24/doc/source/contributor/install creating aodh-21.1.0.dev24/doc/source/contributor/releasenotes creating aodh-21.1.0.dev24/doc/source/contributor/webapi creating aodh-21.1.0.dev24/doc/source/install creating aodh-21.1.0.dev24/etc creating aodh-21.1.0.dev24/etc/aodh creating aodh-21.1.0.dev24/rally-jobs creating aodh-21.1.0.dev24/rally-jobs/extra creating aodh-21.1.0.dev24/rally-jobs/plugins creating aodh-21.1.0.dev24/releasenotes creating aodh-21.1.0.dev24/releasenotes/notes creating aodh-21.1.0.dev24/releasenotes/source creating aodh-21.1.0.dev24/releasenotes/source/_static creating aodh-21.1.0.dev24/releasenotes/source/locale creating aodh-21.1.0.dev24/releasenotes/source/locale/de creating aodh-21.1.0.dev24/releasenotes/source/locale/de/LC_MESSAGES creating aodh-21.1.0.dev24/releasenotes/source/locale/en_GB creating aodh-21.1.0.dev24/releasenotes/source/locale/en_GB/LC_MESSAGES creating aodh-21.1.0.dev24/releasenotes/source/locale/fr creating aodh-21.1.0.dev24/releasenotes/source/locale/fr/LC_MESSAGES creating aodh-21.1.0.dev24/releasenotes/source/locale/ja creating aodh-21.1.0.dev24/releasenotes/source/locale/ja/LC_MESSAGES creating aodh-21.1.0.dev24/releasenotes/source/locale/ko_KR creating aodh-21.1.0.dev24/releasenotes/source/locale/ko_KR/LC_MESSAGES creating aodh-21.1.0.dev24/releasenotes/source/locale/pt_BR creating aodh-21.1.0.dev24/releasenotes/source/locale/pt_BR/LC_MESSAGES copying files to aodh-21.1.0.dev24... copying .coveragerc -> aodh-21.1.0.dev24 copying .mailmap -> aodh-21.1.0.dev24 copying .pre-commit-config.yaml -> aodh-21.1.0.dev24 copying .stestr.conf -> aodh-21.1.0.dev24 copying .zuul.yaml -> aodh-21.1.0.dev24 copying AUTHORS -> aodh-21.1.0.dev24 copying CONTRIBUTING.rst -> aodh-21.1.0.dev24 copying ChangeLog -> aodh-21.1.0.dev24 copying HACKING.rst -> aodh-21.1.0.dev24 copying LICENSE -> aodh-21.1.0.dev24 copying MAINTAINERS -> aodh-21.1.0.dev24 copying README.rst -> aodh-21.1.0.dev24 copying bindep.txt -> aodh-21.1.0.dev24 copying pyproject.toml -> aodh-21.1.0.dev24 copying requirements.txt -> aodh-21.1.0.dev24 copying setup.cfg -> aodh-21.1.0.dev24 copying setup.py -> aodh-21.1.0.dev24 copying test-requirements.txt -> aodh-21.1.0.dev24 copying tox.ini -> aodh-21.1.0.dev24 copying aodh/__init__.py -> aodh-21.1.0.dev24/aodh copying aodh/coordination.py -> aodh-21.1.0.dev24/aodh copying aodh/event.py -> aodh-21.1.0.dev24/aodh copying aodh/i18n.py -> aodh-21.1.0.dev24/aodh copying aodh/keystone_client.py -> aodh-21.1.0.dev24/aodh copying aodh/messaging.py -> aodh-21.1.0.dev24/aodh copying aodh/opts.py -> aodh-21.1.0.dev24/aodh copying aodh/profiler.py -> aodh-21.1.0.dev24/aodh copying aodh/queue.py -> aodh-21.1.0.dev24/aodh copying aodh/service.py -> aodh-21.1.0.dev24/aodh copying aodh/version.py -> aodh-21.1.0.dev24/aodh copying aodh.egg-info/PKG-INFO -> aodh-21.1.0.dev24/aodh.egg-info copying aodh.egg-info/SOURCES.txt -> aodh-21.1.0.dev24/aodh.egg-info copying aodh.egg-info/dependency_links.txt -> aodh-21.1.0.dev24/aodh.egg-info copying aodh.egg-info/entry_points.txt -> aodh-21.1.0.dev24/aodh.egg-info copying aodh.egg-info/not-zip-safe -> aodh-21.1.0.dev24/aodh.egg-info copying aodh.egg-info/pbr.json -> aodh-21.1.0.dev24/aodh.egg-info copying aodh.egg-info/requires.txt -> aodh-21.1.0.dev24/aodh.egg-info copying aodh.egg-info/top_level.txt -> aodh-21.1.0.dev24/aodh.egg-info copying aodh/api/__init__.py -> aodh-21.1.0.dev24/aodh/api copying aodh/api/api-paste.ini -> aodh-21.1.0.dev24/aodh/api copying aodh/api/app.py -> aodh-21.1.0.dev24/aodh/api copying aodh/api/app.wsgi -> aodh-21.1.0.dev24/aodh/api copying aodh/api/hooks.py -> aodh-21.1.0.dev24/aodh/api copying aodh/api/middleware.py -> aodh-21.1.0.dev24/aodh/api copying aodh/api/policies.py -> aodh-21.1.0.dev24/aodh/api copying aodh/api/rbac.py -> aodh-21.1.0.dev24/aodh/api copying aodh/api/controllers/__init__.py -> aodh-21.1.0.dev24/aodh/api/controllers copying aodh/api/controllers/root.py -> aodh-21.1.0.dev24/aodh/api/controllers copying aodh/api/controllers/v2/__init__.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2 copying aodh/api/controllers/v2/alarms.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2 copying aodh/api/controllers/v2/base.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2 copying aodh/api/controllers/v2/capabilities.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2 copying aodh/api/controllers/v2/metrics.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2 copying aodh/api/controllers/v2/query.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2 copying aodh/api/controllers/v2/quotas.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2 copying aodh/api/controllers/v2/root.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2 copying aodh/api/controllers/v2/utils.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2 copying aodh/api/controllers/v2/alarm_rules/__init__.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2/alarm_rules copying aodh/api/controllers/v2/alarm_rules/composite.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2/alarm_rules copying aodh/api/controllers/v2/alarm_rules/event.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2/alarm_rules copying aodh/api/controllers/v2/alarm_rules/gnocchi.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2/alarm_rules copying aodh/api/controllers/v2/alarm_rules/loadbalancer.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2/alarm_rules copying aodh/api/controllers/v2/alarm_rules/prometheus.py -> aodh-21.1.0.dev24/aodh/api/controllers/v2/alarm_rules copying aodh/cmd/__init__.py -> aodh-21.1.0.dev24/aodh/cmd copying aodh/cmd/alarm.py -> aodh-21.1.0.dev24/aodh/cmd copying aodh/cmd/aodh-config-generator.conf -> aodh-21.1.0.dev24/aodh/cmd copying aodh/cmd/status.py -> aodh-21.1.0.dev24/aodh/cmd copying aodh/cmd/storage.py -> aodh-21.1.0.dev24/aodh/cmd copying aodh/conf/__init__.py -> aodh-21.1.0.dev24/aodh/conf copying aodh/conf/defaults.py -> aodh-21.1.0.dev24/aodh/conf copying aodh/evaluator/__init__.py -> aodh-21.1.0.dev24/aodh/evaluator copying aodh/evaluator/composite.py -> aodh-21.1.0.dev24/aodh/evaluator copying aodh/evaluator/event.py -> aodh-21.1.0.dev24/aodh/evaluator copying aodh/evaluator/gnocchi.py -> aodh-21.1.0.dev24/aodh/evaluator copying aodh/evaluator/loadbalancer.py -> aodh-21.1.0.dev24/aodh/evaluator copying aodh/evaluator/prometheus.py -> aodh-21.1.0.dev24/aodh/evaluator copying aodh/evaluator/threshold.py -> aodh-21.1.0.dev24/aodh/evaluator copying aodh/evaluator/utils.py -> aodh-21.1.0.dev24/aodh/evaluator copying aodh/locale/de/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/de/LC_MESSAGES copying aodh/locale/en_GB/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/en_GB/LC_MESSAGES copying aodh/locale/es/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/es/LC_MESSAGES copying aodh/locale/fr/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/fr/LC_MESSAGES copying aodh/locale/id/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/id/LC_MESSAGES copying aodh/locale/it/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/it/LC_MESSAGES copying aodh/locale/ja/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/ja/LC_MESSAGES copying aodh/locale/ko_KR/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/ko_KR/LC_MESSAGES copying aodh/locale/pt/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/pt/LC_MESSAGES copying aodh/locale/pt_BR/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/pt_BR/LC_MESSAGES copying aodh/locale/ru/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/ru/LC_MESSAGES copying aodh/locale/zh_CN/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/zh_CN/LC_MESSAGES copying aodh/locale/zh_TW/LC_MESSAGES/aodh.po -> aodh-21.1.0.dev24/aodh/locale/zh_TW/LC_MESSAGES copying aodh/notifier/__init__.py -> aodh-21.1.0.dev24/aodh/notifier copying aodh/notifier/heat.py -> aodh-21.1.0.dev24/aodh/notifier copying aodh/notifier/log.py -> aodh-21.1.0.dev24/aodh/notifier copying aodh/notifier/rest.py -> aodh-21.1.0.dev24/aodh/notifier copying aodh/notifier/test.py -> aodh-21.1.0.dev24/aodh/notifier copying aodh/notifier/trust.py -> aodh-21.1.0.dev24/aodh/notifier copying aodh/notifier/zaqar.py -> aodh-21.1.0.dev24/aodh/notifier copying aodh/storage/__init__.py -> aodh-21.1.0.dev24/aodh/storage copying aodh/storage/base.py -> aodh-21.1.0.dev24/aodh/storage copying aodh/storage/impl_log.py -> aodh-21.1.0.dev24/aodh/storage copying aodh/storage/impl_sqlalchemy.py -> aodh-21.1.0.dev24/aodh/storage copying aodh/storage/models.py -> aodh-21.1.0.dev24/aodh/storage copying aodh/storage/sqlalchemy/__init__.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy copying aodh/storage/sqlalchemy/models.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy copying aodh/storage/sqlalchemy/utils.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy copying aodh/storage/sqlalchemy/alembic/alembic.ini -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic copying aodh/storage/sqlalchemy/alembic/env.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic copying aodh/storage/sqlalchemy/alembic/script.py.mako -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic copying aodh/storage/sqlalchemy/alembic/versions/006_add_evaluate_timestamp_to_alarm.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic/versions copying aodh/storage/sqlalchemy/alembic/versions/007_add_quota_table.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic/versions copying aodh/storage/sqlalchemy/alembic/versions/008_added_counter_table.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic/versions copying aodh/storage/sqlalchemy/alembic/versions/009_fix_missing_fk_constraint.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic/versions copying aodh/storage/sqlalchemy/alembic/versions/010_add_cascade.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic/versions copying aodh/storage/sqlalchemy/alembic/versions/12fe8fac9fe4_initial_base.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic/versions copying aodh/storage/sqlalchemy/alembic/versions/367aadf5485f_precisetimestamp_to_datetime.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic/versions copying aodh/storage/sqlalchemy/alembic/versions/6ae0d05d9451_add_reason_column.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic/versions copying aodh/storage/sqlalchemy/alembic/versions/bb07adac380_add_severity_to_alarm_history.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic/versions copying aodh/storage/sqlalchemy/alembic/versions/f8c31b1ffe11_add_index_for_enabled_and_type.py -> aodh-21.1.0.dev24/aodh/storage/sqlalchemy/alembic/versions copying aodh/tests/__init__.py -> aodh-21.1.0.dev24/aodh/tests copying aodh/tests/base.py -> aodh-21.1.0.dev24/aodh/tests copying aodh/tests/constants.py -> aodh-21.1.0.dev24/aodh/tests copying aodh/tests/functional/__init__.py -> aodh-21.1.0.dev24/aodh/tests/functional copying aodh/tests/functional/db.py -> aodh-21.1.0.dev24/aodh/tests/functional copying aodh/tests/functional/api/__init__.py -> aodh-21.1.0.dev24/aodh/tests/functional/api copying aodh/tests/functional/api/v2/__init__.py -> aodh-21.1.0.dev24/aodh/tests/functional/api/v2 copying aodh/tests/functional/api/v2/policy.yaml-test -> aodh-21.1.0.dev24/aodh/tests/functional/api/v2 copying aodh/tests/functional/api/v2/test_alarm_scenarios.py -> aodh-21.1.0.dev24/aodh/tests/functional/api/v2 copying aodh/tests/functional/api/v2/test_app.py -> aodh-21.1.0.dev24/aodh/tests/functional/api/v2 copying aodh/tests/functional/api/v2/test_complex_query.py -> aodh-21.1.0.dev24/aodh/tests/functional/api/v2 copying aodh/tests/functional/api/v2/test_complex_query_scenarios.py -> aodh-21.1.0.dev24/aodh/tests/functional/api/v2 copying aodh/tests/functional/api/v2/test_metrics.py -> aodh-21.1.0.dev24/aodh/tests/functional/api/v2 copying aodh/tests/functional/api/v2/test_quotas.py -> aodh-21.1.0.dev24/aodh/tests/functional/api/v2 copying aodh/tests/functional/hooks/post_test_hook.sh -> aodh-21.1.0.dev24/aodh/tests/functional/hooks copying aodh/tests/functional/storage/__init__.py -> aodh-21.1.0.dev24/aodh/tests/functional/storage copying aodh/tests/functional/storage/test_get_connection.py -> aodh-21.1.0.dev24/aodh/tests/functional/storage copying aodh/tests/functional/storage/test_impl_log.py -> aodh-21.1.0.dev24/aodh/tests/functional/storage copying aodh/tests/functional/storage/test_impl_sqlalchemy.py -> aodh-21.1.0.dev24/aodh/tests/functional/storage copying aodh/tests/functional/storage/test_storage_scenarios.py -> aodh-21.1.0.dev24/aodh/tests/functional/storage copying aodh/tests/functional/storage/sqlalchemy/__init__.py -> aodh-21.1.0.dev24/aodh/tests/functional/storage/sqlalchemy copying aodh/tests/functional/storage/sqlalchemy/test_migrations.py -> aodh-21.1.0.dev24/aodh/tests/functional/storage/sqlalchemy copying aodh/tests/unit/__init__.py -> aodh-21.1.0.dev24/aodh/tests/unit copying aodh/tests/unit/test_api_v2_capabilities.py -> aodh-21.1.0.dev24/aodh/tests/unit copying aodh/tests/unit/test_bin.py -> aodh-21.1.0.dev24/aodh/tests/unit copying aodh/tests/unit/test_coordination.py -> aodh-21.1.0.dev24/aodh/tests/unit copying aodh/tests/unit/test_evaluator.py -> aodh-21.1.0.dev24/aodh/tests/unit copying aodh/tests/unit/test_event.py -> aodh-21.1.0.dev24/aodh/tests/unit copying aodh/tests/unit/test_messaging.py -> aodh-21.1.0.dev24/aodh/tests/unit copying aodh/tests/unit/test_notifier.py -> aodh-21.1.0.dev24/aodh/tests/unit copying aodh/tests/unit/test_query.py -> aodh-21.1.0.dev24/aodh/tests/unit copying aodh/tests/unit/test_wsme_custom_type.py -> aodh-21.1.0.dev24/aodh/tests/unit copying aodh/tests/unit/cmd/__init__.py -> aodh-21.1.0.dev24/aodh/tests/unit/cmd copying aodh/tests/unit/cmd/test_status.py -> aodh-21.1.0.dev24/aodh/tests/unit/cmd copying aodh/tests/unit/evaluator/__init__.py -> aodh-21.1.0.dev24/aodh/tests/unit/evaluator copying aodh/tests/unit/evaluator/base.py -> aodh-21.1.0.dev24/aodh/tests/unit/evaluator copying aodh/tests/unit/evaluator/test_base.py -> aodh-21.1.0.dev24/aodh/tests/unit/evaluator copying aodh/tests/unit/evaluator/test_composite.py -> aodh-21.1.0.dev24/aodh/tests/unit/evaluator copying aodh/tests/unit/evaluator/test_event.py -> aodh-21.1.0.dev24/aodh/tests/unit/evaluator copying aodh/tests/unit/evaluator/test_gnocchi.py -> aodh-21.1.0.dev24/aodh/tests/unit/evaluator copying aodh/tests/unit/evaluator/test_loadbalancer.py -> aodh-21.1.0.dev24/aodh/tests/unit/evaluator copying aodh/tests/unit/notifier/__init__.py -> aodh-21.1.0.dev24/aodh/tests/unit/notifier copying aodh/tests/unit/notifier/base.py -> aodh-21.1.0.dev24/aodh/tests/unit/notifier copying aodh/tests/unit/notifier/test_heat.py -> aodh-21.1.0.dev24/aodh/tests/unit/notifier copying aodh/wsgi/__init__.py -> aodh-21.1.0.dev24/aodh/wsgi copying aodh/wsgi/api.py -> aodh-21.1.0.dev24/aodh/wsgi copying devstack/README.rst -> aodh-21.1.0.dev24/devstack copying devstack/plugin.sh -> aodh-21.1.0.dev24/devstack copying devstack/settings -> aodh-21.1.0.dev24/devstack copying devstack/upgrade/settings -> aodh-21.1.0.dev24/devstack/upgrade copying devstack/upgrade/shutdown.sh -> aodh-21.1.0.dev24/devstack/upgrade copying devstack/upgrade/upgrade.sh -> aodh-21.1.0.dev24/devstack/upgrade copying doc/Makefile -> aodh-21.1.0.dev24/doc copying doc/requirements.txt -> aodh-21.1.0.dev24/doc copying doc/source/conf.py -> aodh-21.1.0.dev24/doc/source copying doc/source/glossary.rst -> aodh-21.1.0.dev24/doc/source copying doc/source/index.rst -> aodh-21.1.0.dev24/doc/source copying doc/source/_static/.placeholder -> aodh-21.1.0.dev24/doc/source/_static copying doc/source/admin/index.rst -> aodh-21.1.0.dev24/doc/source/admin copying doc/source/admin/resource-quota.rst -> aodh-21.1.0.dev24/doc/source/admin copying doc/source/admin/telemetry-alarms.rst -> aodh-21.1.0.dev24/doc/source/admin copying doc/source/cli/aodh-status.rst -> aodh-21.1.0.dev24/doc/source/cli copying doc/source/cli/index.rst -> aodh-21.1.0.dev24/doc/source/cli copying doc/source/configuration/aodh-config-file.rst -> aodh-21.1.0.dev24/doc/source/configuration copying doc/source/configuration/aodh-config-options.rst -> aodh-21.1.0.dev24/doc/source/configuration copying doc/source/configuration/index.rst -> aodh-21.1.0.dev24/doc/source/configuration copying doc/source/configuration/policy.rst -> aodh-21.1.0.dev24/doc/source/configuration copying doc/source/configuration/sample-policy-yaml.rst -> aodh-21.1.0.dev24/doc/source/configuration copying doc/source/contributor/architecture.rst -> aodh-21.1.0.dev24/doc/source/contributor copying doc/source/contributor/contributing.rst -> aodh-21.1.0.dev24/doc/source/contributor copying doc/source/contributor/event-alarm.rst -> aodh-21.1.0.dev24/doc/source/contributor copying doc/source/contributor/gmr.rst -> aodh-21.1.0.dev24/doc/source/contributor copying doc/source/contributor/index.rst -> aodh-21.1.0.dev24/doc/source/contributor copying doc/source/contributor/testing.rst -> aodh-21.1.0.dev24/doc/source/contributor copying doc/source/contributor/install/development.rst -> aodh-21.1.0.dev24/doc/source/contributor/install copying doc/source/contributor/install/index.rst -> aodh-21.1.0.dev24/doc/source/contributor/install copying doc/source/contributor/install/manual.rst -> aodh-21.1.0.dev24/doc/source/contributor/install copying doc/source/contributor/install/mod_wsgi.rst -> aodh-21.1.0.dev24/doc/source/contributor/install copying doc/source/contributor/install/uwsgi.rst -> aodh-21.1.0.dev24/doc/source/contributor/install copying doc/source/contributor/releasenotes/index.rst -> aodh-21.1.0.dev24/doc/source/contributor/releasenotes copying doc/source/contributor/webapi/index.rst -> aodh-21.1.0.dev24/doc/source/contributor/webapi copying doc/source/contributor/webapi/v2.rst -> aodh-21.1.0.dev24/doc/source/contributor/webapi copying doc/source/install/configure-common.rst -> aodh-21.1.0.dev24/doc/source/install copying doc/source/install/get_started.rst -> aodh-21.1.0.dev24/doc/source/install copying doc/source/install/index.rst -> aodh-21.1.0.dev24/doc/source/install copying doc/source/install/install-rdo.rst -> aodh-21.1.0.dev24/doc/source/install copying doc/source/install/install-ubuntu.rst -> aodh-21.1.0.dev24/doc/source/install copying doc/source/install/next-steps.rst -> aodh-21.1.0.dev24/doc/source/install copying doc/source/install/prereq-common.rst -> aodh-21.1.0.dev24/doc/source/install copying doc/source/install/verify.rst -> aodh-21.1.0.dev24/doc/source/install copying etc/aodh/aodh-config-generator.conf -> aodh-21.1.0.dev24/etc/aodh copying etc/aodh/aodh-policy-generator.conf -> aodh-21.1.0.dev24/etc/aodh copying rally-jobs/README.rst -> aodh-21.1.0.dev24/rally-jobs copying rally-jobs/ceilometer.yaml -> aodh-21.1.0.dev24/rally-jobs copying rally-jobs/extra/README.rst -> aodh-21.1.0.dev24/rally-jobs/extra copying rally-jobs/extra/fake.img -> aodh-21.1.0.dev24/rally-jobs/extra copying rally-jobs/plugins/README.rst -> aodh-21.1.0.dev24/rally-jobs/plugins copying rally-jobs/plugins/plugin_sample.py -> aodh-21.1.0.dev24/rally-jobs/plugins copying releasenotes/notes/.placeholder -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/Add-state-reason-to-the-API-7bc5a9465466db2b.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/add-a-data-migration-tool-daa14b0cb5d4cc62.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/add-metrics-endpoint-and-evaluation-counter-collection-f324ebda00fa5c6c.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/add-upgrade-check-framework-ab35e6eb65504bc3.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/auto-healing-notifier-794b64de776811e9.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/bug-1929178-46493335946174a5.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/bug1540395-reason-string-0aad56966007d0e3.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/composite-alarm-1b1ca9ea0e8f55c8.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/deprecate-aodh-config-generator-448050df3c750a46.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/deprecate-combination-alarms-7ff26b73b61a0e59.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/deprecate-json-formatted-policy-file-fgb26387a9bdb3b9.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/deprecate-nosql-backends-13079883eec7e8e5.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/deprecate-threshold-alarm-d89da351d4f6f50f.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/deprecate-unused-http_timeout-74fd60a4c26afd88.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/drop-py-2-7-54a9be4bfb8e9172.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/drop-python-3-6-and-3-7-89f2b7300c0166ca.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/drop-python-3-8-24f35246e92cf9af.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/enable-aodh-service-multi-processes-67ed9a0b7fac69aa.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/event-listener-batch-support-04e6ff159ef34d8c.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/fix-ceilometerclient-init-8bc7a6742937c3e2.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/fix-combination-alarms-8097adf08b837a50.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/fix-empty-statistics-3852da99b1c0b297.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/fix-gnocchi-aggregation-eval-7c2c1c67bdf2d11c.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/fix-prometheus-alarm-rbac-6ee2f0abbd060184.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/fix-rbac-50825144e0897d7d.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/fix-ssl-request-8107616b6a85a217.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/get-quotas-policy-b0338f314ec06ae9.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/gmr-3dd0a582af010bd4.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/gnocchi-capability-cache-75d011e77b8ecc72.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/gnocchi-client-a62ca5a0c717807e.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/gnocchi-external-resource-owner-3fad253d30746b0d.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/healthcheck-560700b72ae68e18.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/heartbeat_interval-d46e0f5efbd56264.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/ingestion-lag-2317725887287fbc.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/keystone-v3-support-ffc0f804dbe9d7e9.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/load-api-paste-ini-from-config-dirs-69480861a9633df4.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/loadbalancer-evaluator-85732c5e5f6e11e9.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/migrate-evaluation_interval-c65ba5cbe5fabb35.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/mysql-precise-datetime-e374c77e6707985e.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/notifier-batch-listener-01796e2cb06344dd.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/partition-coordinator-improvement-ff1c257f69f120ac.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/pecan-debug-removed-7c7a528a1aea98bf.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/policy-defaults-refresh-95b565bee059f611.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/policy-in-code-79edd9282f1e4603.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/queue-communication-1b884feab4078dde.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/remove-alarm-name-unique-constraint-4fb0b14f3ad46f0b.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/remove-check_watchers-df14cecc258a3510.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/remove-combination-alarms-a1a53655f3f7d1d1.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/remove-eventlet-18ada1cff213af5e.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/remove-http_timeout-e30a6ed9a0c40eb8.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/remove-no-sql-drivers-21dfdbd750751340.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/remove-py39-0e0c277bdf9e5e66.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/remove-threshold-alarm-a7901991d2da09f2.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/support-batch-delete-events-32496f15b1169887.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/support-combination-to-composite-conversion-3e688a6b7d01a57e.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/ussuri-support-builtin-active-active-aodh-evaluator-a935577e17a211ea.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/ussuri-support-query-all-projects-alarms-by-admin-3ecccf2217d711ea.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/notes/ussuri-support-quota-api-92f2fd0643d311ea.yaml -> aodh-21.1.0.dev24/releasenotes/notes copying releasenotes/source/2023.1.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/2023.2.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/2024.1.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/2024.2.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/2025.1.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/2025.2.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/conf.py -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/index.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/liberty.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/mitaka.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/newton.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/ocata.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/pike.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/queens.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/rocky.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/stein.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/train.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/unreleased.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/ussuri.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/victoria.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/wallaby.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/xena.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/yoga.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/zed.rst -> aodh-21.1.0.dev24/releasenotes/source copying releasenotes/source/_static/.placeholder -> aodh-21.1.0.dev24/releasenotes/source/_static copying releasenotes/source/locale/de/LC_MESSAGES/releasenotes.po -> aodh-21.1.0.dev24/releasenotes/source/locale/de/LC_MESSAGES copying releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po -> aodh-21.1.0.dev24/releasenotes/source/locale/en_GB/LC_MESSAGES copying releasenotes/source/locale/fr/LC_MESSAGES/releasenotes.po -> aodh-21.1.0.dev24/releasenotes/source/locale/fr/LC_MESSAGES copying releasenotes/source/locale/ja/LC_MESSAGES/releasenotes.po -> aodh-21.1.0.dev24/releasenotes/source/locale/ja/LC_MESSAGES copying releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po -> aodh-21.1.0.dev24/releasenotes/source/locale/ko_KR/LC_MESSAGES copying releasenotes/source/locale/pt_BR/LC_MESSAGES/releasenotes.po -> aodh-21.1.0.dev24/releasenotes/source/locale/pt_BR/LC_MESSAGES copying aodh.egg-info/SOURCES.txt -> aodh-21.1.0.dev24/aodh.egg-info Writing aodh-21.1.0.dev24/setup.cfg creating dist Creating tar archive removing 'aodh-21.1.0.dev24' (and everything under it) DEBUG: Child return code was: 0 Finish: chroot ['cd /var/tmp/pkgsrc && (([ -x /usr/bin/python3 ] && python3 setup.py sdist) || python setup.py sdist)'] Finish: run DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + /usr/bin/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee --copyout /var/tmp/pkgsrc/dist /tmp/tmp.UnBhdfZwnb/dist WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.4 starting (python version = 3.9.18, NVR = mock-6.4-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee --copyout /var/tmp/pkgsrc/dist /tmp/tmp.UnBhdfZwnb/dist Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/etc/mock/chroot-aliases.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg', '/etc/mock/site-defaults.cfg'] DEBUG: version: 6.4 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--suppress-sync=yes'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', 'unbreq', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'rpkg_preprocessor_enable': False, 'rpkg_preprocessor_opts': {'requires': ['preproc-rpmspec'], 'cmd': '/usr/bin/preproc-rpmspec %(source_spec)s --output %(target_spec)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}} DEBUG: environment: {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} DEBUG: scm: False DEBUG: scm_opts: {'method': 'git', 'cvs_get': 'cvs -d /srv/cvs co SCM_BRN SCM_PKG', 'git_get': 'git clone SCM_BRN git://localhost/SCM_PKG.git SCM_PKG', 'svn_get': 'svn co file:///srv/svn/SCM_PKG/SCM_BRN SCM_PKG', 'distgit_get': 'rpkg clone -a --branch SCM_BRN SCM_PKG SCM_PKG', 'distgit_src_get': 'rpkg sources', 'spec': 'SCM_PKG.spec', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install basesystem rpm-build python3-devel gcc make python3-sqlalchemy python3-sphinx python3-eventlet python3-six python3-pbr openstack-macros git-core python3-setuptools_scm DEBUG: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '10-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-builder-centos9.rdoproject.org', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (dlrn-centos10-master-uc-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: 5cc2c413-3ef7-44ae-9e80-3ffe6334eb7f DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos10-master-uc/data/dlrn-5.cfg DEBUG: root: dlrn-centos10-master-uc-x86_64-5 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el10 DEBUG: use_bootstrap_container: True DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary # NOTE(karolinku) required for botocore best=0 protected_packages= module_platform_id=platform:el10 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/AppStream/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB metalink=https://mirrors.centos.org/metalink?repo=centos-crb-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-barbican] name=delorean-openstack-barbican-25ef5677a674088bfb433ab39df3a75ac7b3cf8f baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/25/ef/25ef5677a674088bfb433ab39df3a75ac7b3cf8f_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-python-sushy-tools-ad220ed98a3e94b991d54aa61a8e06bb669dade0 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/ad/22/ad220ed98a3e94b991d54aa61a8e06bb669dade0_b5640895 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-d02171164bdd702b12b59888b744d172f30d712d baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/d0/21/d02171164bdd702b12b59888b744d172f30d712d_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/3c/0a/3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-6672259011e436143b2624b44f364e27de214690 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/66/72/6672259011e436143b2624b44f364e27de214690_3ce2abee enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-dbc6eb406b50b69ce6ee031543c0a423abfcb0aa baseurl=https://trunk.rdoproject.org/centos10-master/component/common/db/c6/dbc6eb406b50b69ce6ee031543c0a423abfcb0aa_dc34a089 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-30bf8c1025ea24823ebde3eacede4ea34ec6be8c baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/30/bf/30bf8c1025ea24823ebde3eacede4ea34ec6be8c_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-bb1a7a8ba0e729a2cb11cad45ddfcba4e35c4a78 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/bb/1a/bb1a7a8ba0e729a2cb11cad45ddfcba4e35c4a78_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-07eaee379db86950bca30e5e8ce4fa73f8500c42 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/07/ea/07eaee379db86950bca30e5e8ce4fa73f8500c42_05968b35 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystone-tests-tempest-97d6de342fc0b7487c2dc99765c4717850758afc baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/97/d6/97d6de342fc0b7487c2dc99765c4717850758afc_b1b2606b enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-ea32b47ff40a6c927cfb08ee299d53a353c5935f baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/ea/32/ea32b47ff40a6c927cfb08ee299d53a353c5935f_9f8762cc enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-whitebox-neutron-tests-tempest-403794fcbf8dc10128cfea394fe04b9cdbe69cf0 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/40/37/403794fcbf8dc10128cfea394fe04b9cdbe69cf0_bbf30af6 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-fb464221b31ce0dee2e2f2af0c95d5b07379132d baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/fb/46/fb464221b31ce0dee2e2f2af0c95d5b07379132d_fa5cac99 enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-python-watcher-tests-tempest-99388fae9603a71564456757149dbad2d004c0cd baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/99/38/99388fae9603a71564456757149dbad2d004c0cd_5ce2889e enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-6ebacb6de333c7fb36496f30e5b92bbbc5365b81 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/6e/ba/6ebacb6de333c7fb36496f30e5b92bbbc5365b81_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-ceph-7352068d7b8c84ded636ab3158dafa6f3851951e baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/73/52/7352068d7b8c84ded636ab3158dafa6f3851951e_ad3d6445 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-8cbe10552a66be4ba5b271c5bebecdc60d9a9cc8 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/8c/be/8cbe10552a66be4ba5b271c5bebecdc60d9a9cc8_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-9ebb0b605a3d43b7a0eb46e72f4485760dccff01 baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/9e/bb/9ebb0b605a3d43b7a0eb46e72f4485760dccff01_39f91389 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-octavia-ui-f196e3bea01cc1fdf5aad4b9dd5d104972a2613c baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/f1/96/f196e3bea01cc1fdf5aad4b9dd5d104972a2613c_22307aff enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos10-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos10-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-rabbitmq] name=centos9-rabbitmq baseurl=https://trunk.rdoproject.org/centos10-master/rabbitmq/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-storage] name=centos10-storage baseurl=http://mirror.stream.centos.org/SIGs/10-stream/storage/$basearch/ceph-squid/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-opstools] name=centos10-opstools baseurl=http://mirror.stream.centos.org/SIGs/10-stream/opstools/$basearch/collectd-5/ enabled=0 gpgcheck=0 module_hotfixes=1 [centos10-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=https://buildlogs.centos.org/centos/10-stream/nfv/x86_64/openvswitch-2/ enabled=1 gpgcheck=0 module_hotfixes=1 # epel is required for Ceph Squid and DLRN mock [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=liboath,gperftools-libs,thrift,libpmemobj,liborc2,libpmem,parquet-libs,libarrow*,mock*,distribution-gpg-keys,python3-templated-dictionary,python3-backoff DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee Mock Version: 6.4 INFO: Mock Version: 6.4 INFO: Mock Version: 6.4 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives INFO: Package manager dnf4 detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.s7uppp4v', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Address sizes: 40 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5599.99 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean pausefilter pfthreshold umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 128 KiB (4 instances) DEBUG: L1i cache: 128 KiB (4 instances) DEBUG: L2 cache: 2 MiB (4 instances) DEBUG: L3 cache: 64 MiB (4 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 15Gi 4.9Gi 432Mi 1.1Gi 11Gi 10Gi DEBUG: Swap: 15Gi 5.2Gi 10Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs tmpfs 4.3G 859M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 195G 355G 36% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: resultdir = /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.io_d_ztp', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Creating mailbox file: File exists DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/.initialized Finish: chroot init INFO: copying /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp/pkgsrc/dist to /tmp/tmp.UnBhdfZwnb/dist Finish: run DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + '[' tarball == gem ']' ++ grep .tar.gz ++ ls /tmp/tmp.UnBhdfZwnb/dist + SOURCE=aodh-21.1.0.dev24.tar.gz + SOURCEEXT=.tar.gz + SOURCEPATH=/tmp/tmp.UnBhdfZwnb/dist/aodh-21.1.0.dev24.tar.gz ++ basename aodh-21.1.0.dev24.tar.gz .tar.gz + SOURCEWITHREL=aodh-21.1.0.dev24-0.20251027172216.3dd6437.tar.gz + mv /tmp/tmp.UnBhdfZwnb/dist/aodh-21.1.0.dev24.tar.gz /tmp/tmp.UnBhdfZwnb/SOURCES/aodh-21.1.0.dev24-0.20251027172216.3dd6437.tar.gz + cd /home/centos10-master-uc/data/openstack-aodh_distro + cp -a aodh-dist.conf aodh.logrotate openstack-aodh-api.service openstack-aodh-evaluator.service openstack-aodh-expirer.service openstack-aodh-listener.service openstack-aodh-notifier.service openstack-aodh.spec sources /tmp/tmp.UnBhdfZwnb/SOURCES/ + cp openstack-aodh.spec /tmp/tmp.UnBhdfZwnb/SPECS/ + cd /tmp/tmp.UnBhdfZwnb/SPECS/ + '[' -z '' ']' + grep -qc '^%define upstream_version.*' openstack-aodh.spec + sed -i -e '1i%define upstream_version 21.1.0.dev24\' openstack-aodh.spec + grep -qc '^%global dlrn .*' openstack-aodh.spec + sed -i -e '1i%global dlrn 1\' openstack-aodh.spec + grep -qc '^%global dlrn_nvr .*' openstack-aodh.spec ++ basename aodh-21.1.0.dev24-0.20251027172216.3dd6437.tar.gz .tar.gz + sed -i -e '1i%global dlrn_nvr aodh-21.1.0.dev24-0.20251027172216.3dd6437\' openstack-aodh.spec + sed -i -e s/UPSTREAMVERSION/21.1.0.dev24/g openstack-aodh.spec + set_nvr_in_spec + VERSION=21.1.0 + sed -i -e 's/Version:.*/Version: 21.1.0/g' openstack-aodh.spec + sed -i -e 's/Release:.*/Release: 0.20251027172216.3dd6437%{?dist}/g' openstack-aodh.spec + '[' '' '!=' 1 ']' + sed -i -e 's/^\(Source\|Source0\):.*/\1: aodh-21.1.0.dev24-0.20251027172216.3dd6437.tar.gz/' openstack-aodh.spec + '[' '' '!=' 1 ']' + sed -i -e '/^%changelog.*/q' openstack-aodh.spec + cat openstack-aodh.spec %global dlrn_nvr aodh-21.1.0.dev24-0.20251027172216.3dd6437 %global dlrn 1 %define upstream_version 21.1.0.dev24 %{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} } %global sources_gpg_sign 0x2426b928085a020d8a90d0d879ab7008d0896c8a %global service aodh %{!?upstream_version: %global upstream_version %{version}%{?milestone}} # we are excluding some runtime reqs from automatic generator %global excluded_reqs tzdata # we are excluding some BRs from automatic generator %global excluded_brs doc8 bandit pre-commit hacking flake8-import-order sphinx openstackdocstheme %global common_desc OpenStack %{service} provides API and services for managing alarms. Name: openstack-%{service} Version: 21.1.0 Release: 0.20251027172216.3dd6437%{?dist} Summary: OpenStack Telemetry Alarming License: Apache-2.0 URL: https://github.com/openstack/%{service}.git Source0: aodh-21.1.0.dev24-0.20251027172216.3dd6437.tar.gz Source1: %{service}-dist.conf Source2: %{service}.logrotate Source10: %{name}-api.service Source11: %{name}-evaluator.service Source12: %{name}-notifier.service Source13: %{name}-expirer.service Source14: %{name}-listener.service # Required for tarball sources verification %if 0%{?sources_gpg} == 1 Source101: https://tarballs.openstack.org/%{service}/%{service}-%{upstream_version}.tar.gz.asc Source102: https://releases.openstack.org/_static/%{sources_gpg_sign}.txt %endif BuildArch: noarch # Required for tarball sources verification %if 0%{?sources_gpg} == 1 BuildRequires: /usr/bin/gpgv2 %endif BuildRequires: openstack-macros BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros BuildRequires: systemd BuildRequires: python3-babel %description Aodh is the alarm engine of the Ceilometer project. %package compat Summary: OpenStack %{service} compat Provides: openstack-ceilometer-alarm = %{version}-%{release} Obsoletes: openstack-ceilometer-alarm < 1:6.0.0 Requires: %{name}-common = %{version}-%{release} Requires: %{name}-api = %{version}-%{release} Requires: %{name}-evaluator = %{version}-%{release} Requires: %{name}-notifier = %{version}-%{release} Requires: %{name}-expirer = %{version}-%{release} Requires: %{name}-listener = %{version}-%{release} %description compat This package only exists to help transition openstack-ceilometer-alarm users to the new package split. It will be removed after one distribution release cycle, please do not reference it or depend on it in any way. %package -n python3-%{service} Summary: OpenStack %{service} python libraries %description -n python3-%{service} %{common_desc} This package contains the %{service} python library. %package common Summary: Components common to all OpenStack %{service} services Requires: python3-aodh = %{version}-%{release} %{?systemd_requires} Requires(pre): shadow-utils %description common %{common_desc} %package api Summary: OpenStack %{service} API Requires: %{name}-common = %{version}-%{release} %description api %{common_desc} This package contains the %{service} API service. %package evaluator Summary: OpenStack %{service} evaluator Requires: %{name}-common = %{version}-%{release} %description evaluator %{common_desc} This package contains the %{service} evaluator service. %package notifier Summary: OpenStack %{service} notifier Requires: %{name}-common = %{version}-%{release} %description notifier %{common_desc} This package contains the %{service} notifier service. %package listener Summary: OpenStack %{service} listener Requires: %{name}-common = %{version}-%{release} %description listener %{common_desc} This package contains the %{service} listener service. %package expirer Summary: OpenStack %{service} expirer Requires: %{name}-common = %{version}-%{release} %description expirer %{common_desc} This package contains the %{service} expirer service. %package -n python3-%{service}-tests Summary: Aodh tests Requires: python3-aodh = %{version}-%{release} Requires: python3-gabbi >= 1.30.0 %description -n python3-%{service}-tests %{common_desc} This package contains the %{service} test files. %prep # Required for tarball sources verification %if 0%{?sources_gpg} == 1 %{gpgverify} --keyring=%{SOURCE102} --signature=%{SOURCE101} --data=%{SOURCE0} %endif %autosetup -n %{service}-%{upstream_version} -S git find . \( -name .gitignore -o -name .placeholder \) -delete find %{service} -name \*.py -exec sed -i '/\/usr\/bin\/env python/{d;q}' {} + # FIXME (jpena): Remove buggy PO-Revision-Date lines in translation # See https://bugs.launchpad.net/openstack-i18n/+bug/1586041 for details sed -i '/^\"PO-Revision-Date: \\n\"/d' %{service}/locale/*/LC_MESSAGES/*.po sed -i /^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d tox.ini sed -i "s/^deps = -c{env:.*_CONSTRAINTS_FILE.*/deps =/" tox.ini sed -i /^minversion.*/d tox.ini sed -i /^requires.*virtualenv.*/d tox.ini # Exclude some bad-known BRs for pkg in %{excluded_brs}; do for reqfile in doc/requirements.txt test-requirements.txt; do if [ -f $reqfile ]; then sed -i /^${pkg}.*/d $reqfile fi done done # Automatic BR generation # Exclude some bad-known runtime reqs for pkg in %{excluded_reqs};do sed -i /^${pkg}.*/d doc/requirements.txt requirements.txt done %generate_buildrequires %pyproject_buildrequires -t -e %{default_toxenv} %build %pyproject_wheel %install %pyproject_install # Generate i18n files %{__python3} setup.py compile_catalog -d %{buildroot}%{python3_sitelib}/%{service}/locale --domain aodh # Generate config file PYTHONPATH="%{buildroot}/%{python3_sitelib}" oslo-config-generator --config-file=%{service}/cmd/%{service}-config-generator.conf --output-file=%{service}/%{service}.conf # Programmatically update defaults in sample config # which is installed at /etc/aodh/aodh.conf # TODO: Make this more robust # Note it only edits the first occurrence, so assumes a section ordering in sample # and also doesn't support multi-valued variables. while read name eq value; do test "$name" && test "$value" || continue sed -i "0,/^# *$name=/{s!^# *$name=.*!#$name=$value!}" %{service}/%{service}.conf done < %{SOURCE1} # Install config files install -d -m 755 %{buildroot}%{_sysconfdir}/%{service} install -p -D -m 640 %{SOURCE1} %{buildroot}%{_datadir}/%{service}/%{service}-dist.conf install -p -D -m 640 %{service}/%{service}.conf %{buildroot}%{_sysconfdir}/%{service}/%{service}.conf install -p -D -m 640 %{service}/api/api-paste.ini %{buildroot}%{_sysconfdir}/%{service}/api-paste.ini # Setup directories install -d -m 755 %{buildroot}%{_sharedstatedir}/%{service} install -d -m 755 %{buildroot}%{_sharedstatedir}/%{service}/tmp install -d -m 750 %{buildroot}%{_localstatedir}/log/%{service} # Install logrotate install -p -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name} # Install systemd unit services install -p -D -m 644 %{SOURCE10} %{buildroot}%{_unitdir}/%{name}-api.service install -p -D -m 644 %{SOURCE11} %{buildroot}%{_unitdir}/%{name}-evaluator.service install -p -D -m 644 %{SOURCE12} %{buildroot}%{_unitdir}/%{name}-notifier.service install -p -D -m 644 %{SOURCE13} %{buildroot}%{_unitdir}/%{name}-expirer.service install -p -D -m 644 %{SOURCE14} %{buildroot}%{_unitdir}/%{name}-listener.service # Install i18n .mo files (.po and .pot are not required) install -d -m 755 %{buildroot}%{_datadir} rm -f %{buildroot}%{python3_sitelib}/%{service}/locale/*/LC_*/%{service}*po rm -f %{buildroot}%{python3_sitelib}/%{service}/locale/*pot mv %{buildroot}%{python3_sitelib}/%{service}/locale %{buildroot}%{_datadir}/locale # Find language files %find_lang %{service} --all-name # Remove unused files rm -fr %{buildroot}/usr/etc %pre common getent group %{service} >/dev/null || groupadd -r %{service} if ! getent passwd %{service} >/dev/null; then useradd -r -g %{service} -G %{service} -d %{_sharedstatedir}/%{service} -s /sbin/nologin -c "OpenStack %{service} Daemons" %{service} fi exit 0 %post -n %{name}-api %systemd_post %{name}-api.service %preun -n %{name}-api %systemd_preun %{name}-api.service %post -n %{name}-evaluator %systemd_post %{name}-evaluator.service %preun -n %{name}-evaluator %systemd_preun %{name}-evaluator.service %post -n %{name}-notifier %systemd_post %{name}-notifier.service %preun -n %{name}-notifier %systemd_preun %{name}-notifier.service %post -n %{name}-listener %systemd_post %{name}-listener.service %preun -n %{name}-listener %systemd_preun %{name}-listener.service %post -n %{name}-expirer %systemd_post %{name}-expirer.service %preun -n %{name}-expirer %systemd_preun %{name}-expirer.service %check %tox -e %{default_toxenv} %files compat # empty files` %files -n python3-%{service} %{python3_sitelib}/%{service} %{python3_sitelib}/%{service}-*.dist-info %license LICENSE %exclude %{python3_sitelib}/%{service}/tests %files -n python3-%{service}-tests %license LICENSE %{python3_sitelib}/%{service}/tests %files common -f %{service}.lang %doc README.rst %dir %{_sysconfdir}/%{service} %attr(-, root, %{service}) %{_datadir}/%{service}/%{service}-dist.conf %config(noreplace) %attr(-, root, %{service}) %{_sysconfdir}/%{service}/%{service}.conf %config(noreplace) %attr(-, root, %{service}) %{_sysconfdir}/%{service}/api-paste.ini %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %dir %attr(0750, %{service}, root) %{_localstatedir}/log/%{service} %{_bindir}/%{service}-dbsync %{_bindir}/%{service}-config-generator %{_bindir}/%{service}-status %defattr(-, %{service}, %{service}, -) %dir %{_sharedstatedir}/%{service} %dir %{_sharedstatedir}/%{service}/tmp %files api %{_bindir}/%{service}-api %{_unitdir}/%{name}-api.service %files evaluator %{_bindir}/%{service}-evaluator %{_unitdir}/%{name}-evaluator.service %files notifier %{_bindir}/%{service}-notifier %{_unitdir}/%{name}-notifier.service %files listener %{_bindir}/%{service}-listener %{_unitdir}/%{name}-listener.service %files expirer %{_bindir}/%{service}-expirer %{_unitdir}/%{name}-expirer.service %changelog + spectool -g -C /tmp/tmp.UnBhdfZwnb/SOURCES openstack-aodh.spec + /usr/bin/mock --buildsrpm -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee --spec openstack-aodh.spec --sources=/tmp/tmp.UnBhdfZwnb/SOURCES WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.4 starting (python version = 3.9.18, NVR = mock-6.4-1.el9), args: /usr/libexec/mock/mock --buildsrpm -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee --spec openstack-aodh.spec --sources=/tmp/tmp.UnBhdfZwnb/SOURCES Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/home/centos10-master-uc/data/dlrn-5.cfg', '/etc/mock/site-defaults.cfg', '/etc/mock/chroot-aliases.cfg'] DEBUG: version: 6.4 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: False DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--suppress-sync=yes'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', 'unbreq', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'rpkg_preprocessor_enable': False, 'rpkg_preprocessor_opts': {'requires': ['preproc-rpmspec'], 'cmd': '/usr/bin/preproc-rpmspec %(source_spec)s --output %(target_spec)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}} DEBUG: environment: {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} DEBUG: scm: False DEBUG: scm_opts: {'method': 'git', 'cvs_get': 'cvs -d /srv/cvs co SCM_BRN SCM_PKG', 'git_get': 'git clone SCM_BRN git://localhost/SCM_PKG.git SCM_PKG', 'svn_get': 'svn co file:///srv/svn/SCM_PKG/SCM_BRN SCM_PKG', 'distgit_get': 'rpkg clone -a --branch SCM_BRN SCM_PKG SCM_PKG', 'distgit_src_get': 'rpkg sources', 'spec': 'SCM_PKG.spec', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install basesystem rpm-build python3-devel gcc make python3-sqlalchemy python3-sphinx python3-eventlet python3-six python3-pbr openstack-macros git-core python3-setuptools_scm DEBUG: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '10-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-builder-centos9.rdoproject.org', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (dlrn-centos10-master-uc-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: c15c7e13-ec51-43de-9db2-f233536186fe DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos10-master-uc/data/dlrn-5.cfg DEBUG: root: dlrn-centos10-master-uc-x86_64-5 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el10 DEBUG: use_bootstrap_container: True DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary # NOTE(karolinku) required for botocore best=0 protected_packages= module_platform_id=platform:el10 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/AppStream/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB metalink=https://mirrors.centos.org/metalink?repo=centos-crb-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-barbican] name=delorean-openstack-barbican-25ef5677a674088bfb433ab39df3a75ac7b3cf8f baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/25/ef/25ef5677a674088bfb433ab39df3a75ac7b3cf8f_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-python-sushy-tools-ad220ed98a3e94b991d54aa61a8e06bb669dade0 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/ad/22/ad220ed98a3e94b991d54aa61a8e06bb669dade0_b5640895 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-d02171164bdd702b12b59888b744d172f30d712d baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/d0/21/d02171164bdd702b12b59888b744d172f30d712d_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/3c/0a/3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-6672259011e436143b2624b44f364e27de214690 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/66/72/6672259011e436143b2624b44f364e27de214690_3ce2abee enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-dbc6eb406b50b69ce6ee031543c0a423abfcb0aa baseurl=https://trunk.rdoproject.org/centos10-master/component/common/db/c6/dbc6eb406b50b69ce6ee031543c0a423abfcb0aa_dc34a089 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-30bf8c1025ea24823ebde3eacede4ea34ec6be8c baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/30/bf/30bf8c1025ea24823ebde3eacede4ea34ec6be8c_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-bb1a7a8ba0e729a2cb11cad45ddfcba4e35c4a78 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/bb/1a/bb1a7a8ba0e729a2cb11cad45ddfcba4e35c4a78_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-07eaee379db86950bca30e5e8ce4fa73f8500c42 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/07/ea/07eaee379db86950bca30e5e8ce4fa73f8500c42_05968b35 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystone-tests-tempest-97d6de342fc0b7487c2dc99765c4717850758afc baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/97/d6/97d6de342fc0b7487c2dc99765c4717850758afc_b1b2606b enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-ea32b47ff40a6c927cfb08ee299d53a353c5935f baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/ea/32/ea32b47ff40a6c927cfb08ee299d53a353c5935f_9f8762cc enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-whitebox-neutron-tests-tempest-403794fcbf8dc10128cfea394fe04b9cdbe69cf0 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/40/37/403794fcbf8dc10128cfea394fe04b9cdbe69cf0_bbf30af6 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-fb464221b31ce0dee2e2f2af0c95d5b07379132d baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/fb/46/fb464221b31ce0dee2e2f2af0c95d5b07379132d_fa5cac99 enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-python-watcher-tests-tempest-99388fae9603a71564456757149dbad2d004c0cd baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/99/38/99388fae9603a71564456757149dbad2d004c0cd_5ce2889e enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-6ebacb6de333c7fb36496f30e5b92bbbc5365b81 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/6e/ba/6ebacb6de333c7fb36496f30e5b92bbbc5365b81_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-ceph-7352068d7b8c84ded636ab3158dafa6f3851951e baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/73/52/7352068d7b8c84ded636ab3158dafa6f3851951e_ad3d6445 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-8cbe10552a66be4ba5b271c5bebecdc60d9a9cc8 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/8c/be/8cbe10552a66be4ba5b271c5bebecdc60d9a9cc8_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-9ebb0b605a3d43b7a0eb46e72f4485760dccff01 baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/9e/bb/9ebb0b605a3d43b7a0eb46e72f4485760dccff01_39f91389 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-octavia-ui-f196e3bea01cc1fdf5aad4b9dd5d104972a2613c baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/f1/96/f196e3bea01cc1fdf5aad4b9dd5d104972a2613c_22307aff enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos10-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos10-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-rabbitmq] name=centos9-rabbitmq baseurl=https://trunk.rdoproject.org/centos10-master/rabbitmq/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-storage] name=centos10-storage baseurl=http://mirror.stream.centos.org/SIGs/10-stream/storage/$basearch/ceph-squid/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-opstools] name=centos10-opstools baseurl=http://mirror.stream.centos.org/SIGs/10-stream/opstools/$basearch/collectd-5/ enabled=0 gpgcheck=0 module_hotfixes=1 [centos10-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=https://buildlogs.centos.org/centos/10-stream/nfv/x86_64/openvswitch-2/ enabled=1 gpgcheck=0 module_hotfixes=1 # epel is required for Ceph Squid and DLRN mock [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=liboath,gperftools-libs,thrift,libpmemobj,liborc2,libpmem,parquet-libs,libarrow*,mock*,distribution-gpg-keys,python3-templated-dictionary,python3-backoff DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s INFO: Start(openstack-aodh.spec) Config(dlrn-centos10-master-uc-x86_64-5) Start: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['btrfs', 'subv', 'list', '/var/lib/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee Mock Version: 6.4 INFO: Mock Version: 6.4 INFO: Mock Version: 6.4 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives INFO: Package manager dnf4 detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.1hf6h9y2', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: method _cleanup_homedir skipped in bootstrap DEBUG: method _setup_build_dirs skipped in bootstrap DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./proc DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./sys DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./dev DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./tmp/ccache DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/yum DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/log DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Address sizes: 40 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5599.99 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean pausefilter pfthreshold umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 128 KiB (4 instances) DEBUG: L1i cache: 128 KiB (4 instances) DEBUG: L2 cache: 2 MiB (4 instances) DEBUG: L3 cache: 64 MiB (4 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 15Gi 4.9Gi 460Mi 1.1Gi 11Gi 10Gi DEBUG: Swap: 15Gi 5.2Gi 10Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs tmpfs 4.3G 845M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 195G 355G 36% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: resultdir = /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.nb92wlrt', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['rpm', '-q', 'rpm', 'rpm-sequoia', 'python3-dnf', 'python3-dnf-plugins-core', 'yum', 'yum-utils', 'dnf5', 'dnf5-plugins'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: rpm-4.19.1.1-3.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-3.el10.x86_64 DEBUG: python3-dnf-4.20.0-9.el10.noarch DEBUG: python3-dnf-plugins-core-4.7.0-6.el10.noarch DEBUG: yum-4.20.0-9.el10.noarch DEBUG: package yum-utils is not installed DEBUG: package dnf5 is not installed DEBUG: package dnf5-plugins is not installed DEBUG: Child return code was: 3 INFO: Buildroot is handled by package management downloaded with a bootstrap image: rpm-4.19.1.1-3.el10.x86_64 rpm-sequoia-1.6.0-3.el10.x86_64 python3-dnf-4.20.0-9.el10.noarch python3-dnf-plugins-core-4.7.0-6.el10.noarch yum-4.20.0-9.el10.noarch Start: dnf4 update DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '-y', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'update'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '-y', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'update', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: delorean-openstack-barbican-25ef5677a674088bfb4 129 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-sushy-tools-ad220ed98a3e94b991d 173 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-d02171164bdd702b12b59 193 kB/s | 3.0 kB 00:00 DEBUG: delorean-ansible-collections-openstack-3c0a9f2d 99 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-aodh-6672259011e436143b2624b 173 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-dbc6eb406b50b69ce6ee0 183 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-30bf8c1025ea24823ebde3e 142 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-designate-tests-tempest-bb1a7a8 166 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-07eaee379db86950bca30 165 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 182 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-ea32b47ff40a6c927cfb0 179 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-whitebox-neutron-tests-tempest- 154 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-octavia-tests-tempest-fb464221b 121 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-watcher-tests-tempest-99388fae9 130 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-6ebacb6de333c7fb36496f30e5 138 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-ceph-7352068d7b8c84ded636ab3158 134 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-8cbe10552a66be4ba5b271 118 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-9ebb0b605a3d43b7a0eb 136 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-ui-f196e3bea01cc1fdf 133 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 99 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 133 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 83 kB/s | 7.3 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 95 kB/s | 7.8 kB 00:00 DEBUG: dlrn-master-testing 131 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 142 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 114 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 103 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 32 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 279 kB/s | 35 kB 00:00 DEBUG: Dependencies resolved. DEBUG: Nothing to do. DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: dnf4 update DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Creating mailbox file: File exists DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/.initialized Finish: chroot init Start: buildsrpm Start: rpmbuild -bs INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-aodh.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-aodh.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Wrote: /builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 0 Finish: rpmbuild -bs DEBUG: Copying package to result dir Finish: buildsrpm INFO: Done(openstack-aodh.spec) Config(dlrn-5) 0 minutes 9 seconds INFO: Results and/or logs in: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: Cleaning up build root ('cleanup_on_success=True') Start: clean chroot DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['btrfs', 'subv', 'list', '/var/lib/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False Finish: clean chroot Finish: run DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 + finalize + rm -rf /tmp/tmp.UnBhdfZwnb WARNING: config_opts['use_bootstrap_container'] is deprecated, please use config_opts['use_bootstrap'] instead INFO: mock.py version 6.4 starting (python version = 3.9.18, NVR = mock-6.4-1.el9), args: /usr/libexec/mock/mock -v -r /home/centos10-master-uc/data/dlrn-5.cfg --resultdir /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee --rebuild /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm --postinstall Start(bootstrap): init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache INFO: selinux enabled Finish(bootstrap): init plugins Start: init plugins INFO: tmpfs initialized DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache INFO: selinux enabled Finish: init plugins INFO: Signal handler active Start: run DEBUG: mock final configuration: DEBUG: _aliases: {'yum.conf': 'dnf.conf', 'dnf5.conf': 'dnf.conf', 'dnf4.conf': 'dnf.conf', 'dnf_command': 'dnf4_command', 'dnf_common_opts': 'dnf4_common_opts', 'dnf_install_command': 'dnf4_install_command', 'dnf_disable_plugins': 'dnf4_disable_plugins', 'dnf_avoid_opts': 'dnf4_avoid_opts', 'dnf_builddep_opts': 'dnf4_builddep_opts', 'system_dnf4_command': 'dnf4_system_command', 'system_dnf_command': 'dnf4_system_command', 'system_dnf5_command': 'dnf5_system_command', 'system_yum_command': 'yum_system_command', 'system_microdnf_command': 'microdnf_system_command'} DEBUG: config_paths: ['/etc/mock/chroot-aliases.cfg', '/etc/mock/site-defaults.cfg', '/home/centos10-master-uc/data/dlrn-5.cfg'] DEBUG: version: 6.4 DEBUG: basedir: /var/lib/mock DEBUG: resultdir: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee DEBUG: rootdir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: cache_topdir: /var/cache/mock DEBUG: clean: True DEBUG: check: True DEBUG: post_install: True DEBUG: chroothome: /builddir DEBUG: log_config_file: logging.ini DEBUG: rpmbuild_timeout: 0 DEBUG: host_arch: x86_64 DEBUG: chrootuid: 1039 DEBUG: chrootgid: 135 DEBUG: chrootgroup: mock DEBUG: chrootuser: mockbuild DEBUG: build_log_fmt_name: unadorned DEBUG: root_log_fmt_name: detailed DEBUG: state_log_fmt_name: state DEBUG: online: True DEBUG: isolation: simple DEBUG: use_nspawn: None DEBUG: rpmbuild_networking: False DEBUG: nspawn_args: ['--capability=cap_ipc_lock', '--suppress-sync=yes'] DEBUG: use_container_host_hostname: True DEBUG: use_bootstrap: True DEBUG: use_bootstrap_image: True DEBUG: bootstrap_image: quay.io/centos/centos:stream10-development DEBUG: bootstrap_image_skip_pull: False DEBUG: bootstrap_image_ready: False DEBUG: bootstrap_image_fallback: True DEBUG: bootstrap_image_keep_getting: 120 DEBUG: bootstrap_image_assert_digest: None DEBUG: use_buildroot_image: False DEBUG: buildroot_image: None DEBUG: buildroot_image_skip_pull: False DEBUG: buildroot_image_ready: False DEBUG: buildroot_image_fallback: False DEBUG: buildroot_image_keep_getting: 120 DEBUG: buildroot_image_assert_digest: None DEBUG: internal_dev_setup: True DEBUG: cleanup_on_success: True DEBUG: cleanup_on_failure: True DEBUG: exclude_from_homedir_cleanup: ['build/SOURCES', '.bash_history', '.bashrc'] DEBUG: createrepo_on_rpms: False DEBUG: createrepo_command: /usr/bin/createrepo_c -d -q -x *.src.rpm DEBUG: tar_binary: /bin/tar DEBUG: tar: gnutar DEBUG: backup_on_clean: False DEBUG: backup_base_dir: /var/lib/mock/backup DEBUG: redhat_subscription_required: False DEBUG: ssl_ca_bundle_path: None DEBUG: ssl_copied_ca_trust_dirs: [('/etc/pki/ca-trust', '/etc/pki/ca-trust'), ('/usr/share/pki/ca-trust-source', '/usr/share/pki/ca-trust-source')] DEBUG: ssl_extra_certs: None DEBUG: plugins: ['tmpfs', 'root_cache', 'yum_cache', 'mount', 'bind_mount', 'ccache', 'selinux', 'package_state', 'chroot_scan', 'lvm_root', 'compress_logs', 'sign', 'pm_request', 'hw_info', 'procenv', 'showrc', 'rpkg_preprocessor', 'rpmautospec', 'buildroot_lock', 'export_buildroot_image', 'unbreq', '__init__', 'overlayfs'] DEBUG: plugin_dir: /usr/lib/python3.9/site-packages/mockbuild/plugins DEBUG: plugin_conf: {'ccache_enable': False, 'ccache_opts': {'max_cache_size': '4G', 'compress': None, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/ccache/u1039/', 'hashdir': True, 'debug': False, 'show_stats': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'yum_cache_enable': True, 'yum_cache_opts': {'max_age_days': 30, 'max_metadata_age_days': 30, 'online': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'root_cache_enable': True, 'root_cache_opts': {'age_check': True, 'max_age_days': 15, 'dir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/', 'compress_program': 'pigz', 'decompress_program': None, 'exclude_dirs': ['./proc', './sys', './dev', './tmp/ccache', './var/cache/yum', './var/cache/dnf', './var/log'], 'extension': '.gz', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'bind_mount_enable': True, 'bind_mount_opts': {'dirs': [], 'create_dirs': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'mount_enable': True, 'mount_opts': {'dirs': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'tmpfs_enable': True, 'tmpfs_opts': {'required_ram_mb': 4096, 'max_fs_size': '4g', 'mode': '0755', 'keep_mounted': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'selinux_enable': True, 'selinux_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'package_state_enable': True, 'package_state_opts': {'available_pkgs': False, 'installed_pkgs': True, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'buildroot_lock_enable': False, 'buildroot_lock_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'pm_request_enable': False, 'pm_request_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'lvm_root_enable': False, 'lvm_root_opts': {'pool_name': 'mockbuild', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'chroot_scan_enable': False, 'chroot_scan_opts': {'regexes': ['^[^k]?core(\\.\\d+)?$', '\\.log$'], 'only_failed': True, 'write_tar': False, 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'sign_enable': False, 'sign_opts': {'cmd': 'rpmsign', 'opts': '--addsign %(rpms)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'hw_info_enable': True, 'hw_info_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'procenv_enable': False, 'procenv_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'showrc_enable': False, 'showrc_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'compress_logs_enable': False, 'compress_logs_opts': {'command': 'gzip', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'rpkg_preprocessor_enable': False, 'rpkg_preprocessor_opts': {'requires': ['preproc-rpmspec'], 'cmd': '/usr/bin/preproc-rpmspec %(source_spec)s --output %(target_spec)s', 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'rpmautospec_enable': False, 'rpmautospec_opts': {'requires': ['rpmautospec'], 'cmd_base': ['/usr/bin/rpmautospec', 'process-distgit'], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'export_buildroot_image_enable': False, 'export_buildroot_image_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'unbreq_enable': False, 'unbreq_opts': {'exclude_accessed_files': [], 'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, '__init___enable': False, '__init___opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}, 'overlayfs_enable': False, 'overlayfs_opts': {'basedir': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5', 'cache_topdir': '/var/cache/mock', 'cachedir': '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5', 'root': 'dlrn-centos10-master-uc-x86_64-5', 'resultdir': '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'}} DEBUG: environment: {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} DEBUG: scm: False DEBUG: scm_opts: {'method': 'git', 'cvs_get': 'cvs -d /srv/cvs co SCM_BRN SCM_PKG', 'git_get': 'git clone SCM_BRN git://localhost/SCM_PKG.git SCM_PKG', 'svn_get': 'svn co file:///srv/svn/SCM_PKG/SCM_BRN SCM_PKG', 'distgit_get': 'rpkg clone -a --branch SCM_BRN SCM_PKG SCM_PKG', 'distgit_src_get': 'rpkg sources', 'spec': 'SCM_PKG.spec', 'int_src_dir': None, 'ext_src_dir': '/dev/null', 'write_tar': False, 'git_timestamps': False, 'exclude_vcs': True} DEBUG: use_host_resolv: False DEBUG: chroot_setup_cmd: install basesystem rpm-build python3-devel gcc make python3-sqlalchemy python3-sphinx python3-eventlet python3-six python3-pbr openstack-macros git-core python3-setuptools_scm DEBUG: repo_arch: x86_64 DEBUG: repo_arch_map: {} DEBUG: target_arch: x86_64 DEBUG: releasever: 10 DEBUG: rpmbuild_arch: x86_64 DEBUG: dnf_vars: {'stream': '10-stream', 'contentdir': 'centos'} DEBUG: yum_builddep_opts: [] DEBUG: yum_common_opts: [] DEBUG: update_before_build: True DEBUG: priorities.conf: [main] enabled=0 DEBUG: rhnplugin.conf: [main] enabled=0 DEBUG: subscription-manager.conf: DEBUG: more_buildreqs: {} DEBUG: nosync: False DEBUG: nosync_force: False DEBUG: files: {'etc/hosts': '127.0.0.1 localhost localhost.localdomain\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n'} DEBUG: macros: {'%_topdir': '/builddir/build', '%_rpmfilename': '%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm', '%_buildhost': 'trunk-builder-centos9.rdoproject.org', '%_platform_multiplier': 1} DEBUG: hostname: None DEBUG: module_enable: [] DEBUG: module_install: [] DEBUG: module_setup_commands: [] DEBUG: forcearch: None DEBUG: bootstrap_chroot_additional_packages: [] DEBUG: bootstrap_module_enable: [] DEBUG: bootstrap_module_install: [] DEBUG: bootstrap_module_setup_commands: [] DEBUG: no_root_shells: False DEBUG: extra_chroot_dirs: ['/run/lock'] DEBUG: package_manager: dnf DEBUG: package_manager_max_attempts: 1 DEBUG: package_manager_attempt_delay: 10 DEBUG: dynamic_buildrequires: True DEBUG: dynamic_buildrequires_max_loops: 10 DEBUG: external_buildrequires: False DEBUG: dev_loop_count: 12 DEBUG: yum_command: /usr/bin/yum DEBUG: yum_system_command: /usr/bin/yum DEBUG: yum_install_command: install yum yum-utils DEBUG: yum_builddep_command: /usr/bin/yum-builddep DEBUG: yum_avoid_opts: {} DEBUG: dnf4_command: /usr/bin/dnf-3 DEBUG: dnf4_system_command: /usr/bin/dnf-3 DEBUG: dnf4_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf4_install_command: install python3-dnf python3-dnf-plugins-core DEBUG: dnf4_disable_plugins: ['local', 'spacewalk', 'versionlock'] DEBUG: dnf4_avoid_opts: {} DEBUG: dnf5_command: /usr/bin/dnf5 DEBUG: dnf5_system_command: /usr/bin/dnf5 DEBUG: dnf5_common_opts: ['--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing'] DEBUG: dnf5_install_command: install dnf5 dnf5-plugins DEBUG: dnf5_disable_plugins: [] DEBUG: dnf5_avoid_opts: {'remove': ['--allowerasing'], 'repoquery': ['--allowerasing'], 'makecache': ['--allowerasing'], 'search': ['--allowerasing'], 'info': ['--allowerasing']} DEBUG: microdnf_command: /usr/bin/microdnf DEBUG: microdnf_install_command: dnf-install microdnf dnf dnf-plugins-core DEBUG: microdnf_builddep_command: /usr/bin/dnf DEBUG: microdnf_builddep_opts: [] DEBUG: microdnf_common_opts: [] DEBUG: microdnf_avoid_opts: {} DEBUG: rpm_command: /bin/rpm DEBUG: rpmbuild_command: /usr/bin/rpmbuild DEBUG: user_agent: Mock (dlrn-centos10-master-uc-x86_64-5; x86_64) DEBUG: opstimeout: 0 DEBUG: stderr_line_prefix: DEBUG: chroot_additional_packages: [] DEBUG: additional_packages: [] DEBUG: no-config: {'epel-8': {'alternatives': {'alma+epel-8': {'description': ['Builds against AlmaLinux 8 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-8': {'description': ['Builds against CentOS Stream 8 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 8) together with the official EPEL 8 repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'circlelinux+epel-8': {'description': ['Builds against Circle Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://cclinux.org/']}, 'rhel+epel-8': {'description': ['Builds against Red Hat Enterprise Linux 8 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-8': {'description': ['Builds against Rocky Linux 8 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}, 'epel-9': {'alternatives': {'alma+epel-9': {'description': ['Builds against AlmaLinux 9 repositories, together with the official EPEL repositories.', 'Project page: https://almalinux.org/']}, 'centos-stream+epel-9': {'description': ['Builds against CentOS Stream 9 repositories (some packages may be a bit ahead the Red Hat Enterprise Linux 9) together with the official EPEL repositories.', 'Project page: https://www.centos.org/centos-stream/']}, 'rhel+epel-9': {'description': ['Builds against Red Hat Enterprise Linux 9 repositories, together with the official EPEL repositories.', 'This mimics what is done in the official EPEL build system, but you need a Red Hat subscription:', 'https://rpm-software-management.github.io/mock/Feature-rhelchroots']}, 'rocky+epel-9': {'description': ['Builds against Rocky Linux 9 repositories, together with the official EPEL repositories.', 'Project page: https://rockylinux.org/']}}}} DEBUG: seccomp: False DEBUG: copy_host_users: [] DEBUG: use_host_shadow_utils: True DEBUG: qemu_user_static_mapping: {'aarch64': 'aarch64', 'armv7hl': 'arm', 'i386': 'i386', 'i686': 'i386', 'ppc64': 'ppc64', 'ppc64le': 'ppc64le', 's390x': 's390x', 'x86_64': 'x86_64'} DEBUG: recursion_limit: 5000 DEBUG: calculatedeps: None DEBUG: hermetic_build: False DEBUG: mock_run_uuid: 10afd8b4-de87-448a-ab7a-9cef706174b1 DEBUG: config_path: /etc/mock DEBUG: chroot_name: dlrn-5 DEBUG: config_file: /home/centos10-master-uc/data/dlrn-5.cfg DEBUG: root: dlrn-centos10-master-uc-x86_64-5 DEBUG: legal_host_arches: ('x86_64',) DEBUG: dist: el10 DEBUG: use_bootstrap_container: True DEBUG: dnf.conf: [main] keepcache=1 debuglevel=2 reposdir=/dev/null logfile=/var/log/yum.log retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 syslog_ident=mock syslog_device= mdpolicy=group:primary # NOTE(karolinku) required for botocore best=0 protected_packages= module_platform_id=platform:el10 user_agent=DLRN [baseos] name=CentOS Stream $releasever - BaseOS #metalink=https://mirrors.centos.org/metalink?repo=centos-baseos-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/BaseOS/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [appstream] name=CentOS Stream $releasever - AppStream #metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-10-stream&arch=$basearch&protocol=https,http baseurl=http://mirror.stream.centos.org/10-stream/AppStream/$basearch/os/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [crb] name=CentOS Stream $releasever - CRB metalink=https://mirrors.centos.org/metalink?repo=centos-crb-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [highavailability] name=CentOS Stream $releasever - HighAvailability metalink=https://mirrors.centos.org/metalink?repo=centos-highavailability-10-stream&arch=$basearch&protocol=https,http gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial gpgcheck=0 repo_gpgcheck=0 metadata_expire=6h countme=1 enabled=1 [delorean-component-barbican] name=delorean-openstack-barbican-25ef5677a674088bfb433ab39df3a75ac7b3cf8f baseurl=https://trunk.rdoproject.org/centos10-master/component/barbican/25/ef/25ef5677a674088bfb433ab39df3a75ac7b3cf8f_73c95ce7 enabled=1 gpgcheck=0 priority=1 [delorean-component-baremetal] name=delorean-python-sushy-tools-ad220ed98a3e94b991d54aa61a8e06bb669dade0 baseurl=https://trunk.rdoproject.org/centos10-master/component/baremetal/ad/22/ad220ed98a3e94b991d54aa61a8e06bb669dade0_b5640895 enabled=1 gpgcheck=0 priority=1 [delorean-component-cinder] name=delorean-openstack-cinder-d02171164bdd702b12b59888b744d172f30d712d baseurl=https://trunk.rdoproject.org/centos10-master/component/cinder/d0/21/d02171164bdd702b12b59888b744d172f30d712d_c92ea047 enabled=1 gpgcheck=0 priority=1 [delorean-component-clients] name=delorean-ansible-collections-openstack-3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b baseurl=https://trunk.rdoproject.org/centos10-master/component/clients/3c/0a/3c0a9f2d9409bc08147b8d9a383cf7e50cb4691b_9eb93d1d enabled=1 gpgcheck=0 priority=1 [delorean-component-cloudops] name=delorean-openstack-aodh-6672259011e436143b2624b44f364e27de214690 baseurl=https://trunk.rdoproject.org/centos10-master/component/cloudops/66/72/6672259011e436143b2624b44f364e27de214690_3ce2abee enabled=1 gpgcheck=0 priority=1 [delorean-component-common] name=delorean-openstack-tobiko-dbc6eb406b50b69ce6ee031543c0a423abfcb0aa baseurl=https://trunk.rdoproject.org/centos10-master/component/common/db/c6/dbc6eb406b50b69ce6ee031543c0a423abfcb0aa_dc34a089 enabled=1 gpgcheck=0 priority=1 [delorean-component-compute] name=delorean-openstack-nova-30bf8c1025ea24823ebde3eacede4ea34ec6be8c baseurl=https://trunk.rdoproject.org/centos10-master/component/compute/30/bf/30bf8c1025ea24823ebde3eacede4ea34ec6be8c_0b94abfd enabled=1 gpgcheck=0 priority=1 [delorean-component-designate] name=delorean-python-designate-tests-tempest-bb1a7a8ba0e729a2cb11cad45ddfcba4e35c4a78 baseurl=https://trunk.rdoproject.org/centos10-master/component/designate/bb/1a/bb1a7a8ba0e729a2cb11cad45ddfcba4e35c4a78_c08f60c6 enabled=1 gpgcheck=0 priority=1 [delorean-component-glance] name=delorean-openstack-glance-07eaee379db86950bca30e5e8ce4fa73f8500c42 baseurl=https://trunk.rdoproject.org/centos10-master/component/glance/07/ea/07eaee379db86950bca30e5e8ce4fa73f8500c42_05968b35 enabled=1 gpgcheck=0 priority=1 [delorean-component-keystone] name=delorean-python-keystone-tests-tempest-97d6de342fc0b7487c2dc99765c4717850758afc baseurl=https://trunk.rdoproject.org/centos10-master/component/keystone/97/d6/97d6de342fc0b7487c2dc99765c4717850758afc_b1b2606b enabled=1 gpgcheck=0 priority=1 [delorean-component-manila] name=delorean-openstack-manila-ea32b47ff40a6c927cfb08ee299d53a353c5935f baseurl=https://trunk.rdoproject.org/centos10-master/component/manila/ea/32/ea32b47ff40a6c927cfb08ee299d53a353c5935f_9f8762cc enabled=1 gpgcheck=0 priority=1 [delorean-component-network] name=delorean-python-whitebox-neutron-tests-tempest-403794fcbf8dc10128cfea394fe04b9cdbe69cf0 baseurl=https://trunk.rdoproject.org/centos10-master/component/network/40/37/403794fcbf8dc10128cfea394fe04b9cdbe69cf0_bbf30af6 enabled=1 gpgcheck=0 priority=1 [delorean-component-octavia] name=delorean-python-octavia-tests-tempest-fb464221b31ce0dee2e2f2af0c95d5b07379132d baseurl=https://trunk.rdoproject.org/centos10-master/component/octavia/fb/46/fb464221b31ce0dee2e2f2af0c95d5b07379132d_fa5cac99 enabled=1 gpgcheck=0 priority=1 [delorean-component-optimize] name=delorean-python-watcher-tests-tempest-99388fae9603a71564456757149dbad2d004c0cd baseurl=https://trunk.rdoproject.org/centos10-master/component/optimize/99/38/99388fae9603a71564456757149dbad2d004c0cd_5ce2889e enabled=1 gpgcheck=0 priority=1 [delorean-component-podified] name=delorean-python-tcib-6ebacb6de333c7fb36496f30e5b92bbbc5365b81 baseurl=https://trunk.rdoproject.org/centos10-master/component/podified/6e/ba/6ebacb6de333c7fb36496f30e5b92bbbc5365b81_33748446 enabled=1 gpgcheck=0 priority=1 [delorean-component-puppet] name=delorean-puppet-ceph-7352068d7b8c84ded636ab3158dafa6f3851951e baseurl=https://trunk.rdoproject.org/centos10-master/component/puppet/73/52/7352068d7b8c84ded636ab3158dafa6f3851951e_ad3d6445 enabled=1 gpgcheck=0 priority=1 [delorean-component-swift] name=delorean-openstack-swift-8cbe10552a66be4ba5b271c5bebecdc60d9a9cc8 baseurl=https://trunk.rdoproject.org/centos10-master/component/swift/8c/be/8cbe10552a66be4ba5b271c5bebecdc60d9a9cc8_2abff1ce enabled=1 gpgcheck=0 priority=1 [delorean-component-tempest] name=delorean-openstack-tempest-9ebb0b605a3d43b7a0eb46e72f4485760dccff01 baseurl=https://trunk.rdoproject.org/centos10-master/component/tempest/9e/bb/9ebb0b605a3d43b7a0eb46e72f4485760dccff01_39f91389 enabled=1 gpgcheck=0 priority=1 [delorean-component-ui] name=delorean-openstack-octavia-ui-f196e3bea01cc1fdf5aad4b9dd5d104972a2613c baseurl=https://trunk.rdoproject.org/centos10-master/component/ui/f1/96/f196e3bea01cc1fdf5aad4b9dd5d104972a2613c_22307aff enabled=1 gpgcheck=0 priority=1 [delorean-master-testing] name=dlrn-master-testing baseurl=https://trunk.rdoproject.org/centos10-master/deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [delorean-master-build-deps] name=dlrn-master-build-deps baseurl=https://trunk.rdoproject.org/centos10-master/build-deps/latest/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-rabbitmq] name=centos9-rabbitmq baseurl=https://trunk.rdoproject.org/centos10-master/rabbitmq/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-storage] name=centos10-storage baseurl=http://mirror.stream.centos.org/SIGs/10-stream/storage/$basearch/ceph-squid/ enabled=1 gpgcheck=0 module_hotfixes=1 [centos10-opstools] name=centos10-opstools baseurl=http://mirror.stream.centos.org/SIGs/10-stream/opstools/$basearch/collectd-5/ enabled=0 gpgcheck=0 module_hotfixes=1 [centos10-nfv-ovs] name=NFV SIG OpenvSwitch baseurl=https://buildlogs.centos.org/centos/10-stream/nfv/x86_64/openvswitch-2/ enabled=1 gpgcheck=0 module_hotfixes=1 # epel is required for Ceph Squid and DLRN mock [epel-low-priority] name=Extra Packages for Enterprise Linux $releasever - $basearch metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch&infra=$infra&content=$contentdir enabled=1 gpgcheck=0 countme=1 priority=100 includepkgs=liboath,gperftools-libs,thrift,libpmemobj,liborc2,libpmem,parquet-libs,libarrow*,mock*,distribution-gpg-keys,python3-templated-dictionary,python3-backoff DEBUG: __jinja_expand: True DEBUG: verbose: 2 DEBUG: print_main_output: False DEBUG: cache_alterations: False DEBUG: enable_disable_repos: [] DEBUG: build_log_fmt_str: %(message)s DEBUG: root_log_fmt_str: %(levelname)s %(filename)s:%(lineno)d: %(message)s DEBUG: state_log_fmt_str: %(asctime)s - %(message)s DEBUG: Local file: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm INFO: Start(/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm) Config(dlrn-centos10-master-uc-x86_64-5) Start: clean chroot Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee Mock Version: 6.4 INFO: Mock Version: 6.4 INFO: Mock Version: 6.4 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives INFO: Package manager dnf4 detected and used (fallback) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.4ieg54_o', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: method _cleanup_homedir skipped in bootstrap DEBUG: method _setup_build_dirs skipped in bootstrap DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./proc DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./sys DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./dev DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./tmp/ccache DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/yum DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/log DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Address sizes: 40 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5599.99 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean pausefilter pfthreshold umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 128 KiB (4 instances) DEBUG: L1i cache: 128 KiB (4 instances) DEBUG: L2 cache: 2 MiB (4 instances) DEBUG: L3 cache: 64 MiB (4 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 15Gi 4.9Gi 467Mi 1.1Gi 11Gi 10Gi DEBUG: Swap: 15Gi 5.2Gi 10Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs tmpfs 4.3G 845M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 195G 355G 36% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: resultdir = /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: Package manager dnf4 detected and used (direct choice) DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.ng8rjxum', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['rpm', '-q', 'rpm', 'rpm-sequoia', 'python3-dnf', 'python3-dnf-plugins-core', 'yum', 'yum-utils', 'dnf5', 'dnf5-plugins'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: rpm-4.19.1.1-3.el10.x86_64 DEBUG: rpm-sequoia-1.6.0-3.el10.x86_64 DEBUG: python3-dnf-4.20.0-9.el10.noarch DEBUG: python3-dnf-plugins-core-4.7.0-6.el10.noarch DEBUG: yum-4.20.0-9.el10.noarch DEBUG: package yum-utils is not installed DEBUG: package dnf5 is not installed DEBUG: package dnf5-plugins is not installed DEBUG: Child return code was: 3 INFO: Buildroot is handled by package management downloaded with a bootstrap image: rpm-4.19.1.1-3.el10.x86_64 rpm-sequoia-1.6.0-3.el10.x86_64 python3-dnf-4.20.0-9.el10.noarch python3-dnf-plugins-core-4.7.0-6.el10.noarch yum-4.20.0-9.el10.noarch Start: dnf4 update DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '-y', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'update'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '-y', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'update', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: delorean-openstack-barbican-25ef5677a674088bfb4 139 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-sushy-tools-ad220ed98a3e94b991d 156 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-d02171164bdd702b12b59 152 kB/s | 3.0 kB 00:00 DEBUG: delorean-ansible-collections-openstack-3c0a9f2d 88 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-aodh-6672259011e436143b2624b 147 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-dbc6eb406b50b69ce6ee0 109 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-30bf8c1025ea24823ebde3e 130 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-designate-tests-tempest-bb1a7a8 101 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-07eaee379db86950bca30 95 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 95 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-ea32b47ff40a6c927cfb0 89 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-whitebox-neutron-tests-tempest- 124 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-octavia-tests-tempest-fb464221b 106 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-watcher-tests-tempest-99388fae9 125 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-6ebacb6de333c7fb36496f30e5 132 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-ceph-7352068d7b8c84ded636ab3158 118 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-8cbe10552a66be4ba5b271 122 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-9ebb0b605a3d43b7a0eb 124 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-ui-f196e3bea01cc1fdf 113 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 56 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 94 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 50 kB/s | 7.3 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 91 kB/s | 7.8 kB 00:00 DEBUG: dlrn-master-testing 151 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 156 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 161 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 116 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 29 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 274 kB/s | 35 kB 00:00 DEBUG: Dependencies resolved. DEBUG: Nothing to do. DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: dnf4 update DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/RPMS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/RPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SPECS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SPECS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SOURCES DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILD DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILD DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILDROOT DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/BUILDROOT DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/originals DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/originals DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Creating mailbox file: File exists DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/.initialized Finish: chroot init Start: build phase for openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm Start: build setup for openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-Uvh', '--nodeps', '/builddir/build/originals/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: Updating / installing... DEBUG: openstack-aodh-21.1.0-0.20251027172216######################################## DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qpl', '/builddir/build/originals/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: aodh-21.1.0.dev24-0.20251027172216.3dd6437.tar.gz DEBUG: aodh-dist.conf DEBUG: aodh.logrotate DEBUG: openstack-aodh-api.service DEBUG: openstack-aodh-evaluator.service DEBUG: openstack-aodh-expirer.service DEBUG: openstack-aodh-listener.service DEBUG: openstack-aodh-notifier.service DEBUG: openstack-aodh.spec DEBUG: Child return code was: 0 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-aodh.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/openstack-aodh.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Wrote: /builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root//builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root//builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:02 ago on Mon Oct 27 13:23:28 2025. DEBUG: Package openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch is already installed. DEBUG: Package python3-babel-2.13.1-5.el10.noarch is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package systemd-257-16.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Architecture Version Repo Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: pyproject-rpm-macros noarch 1.16.2-1.el10 crb 46 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 1 Package DEBUG: Total size: 46 k DEBUG: Installed size: 114 k DEBUG: Downloading Packages: DEBUG: [SKIPPED] pyproject-rpm-macros-1.16.2-1.el10.noarch.rpm: Already downloaded DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : pyproject-rpm-macros-1.16.2-1.el10.noarch 1/1 DEBUG: Running scriptlet: pyproject-rpm-macros-1.16.2-1.el10.noarch 1/1 DEBUG: Installed: DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: build setup for openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm Start: rpmbuild openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-aodh.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --target x86_64 --nodeps /builddir/build/SPECS/openstack-aodh.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UMjauC DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf aodh-21.1.0.dev24 DEBUG: + /usr/lib/rpm/rpmuncompress -x /builddir/build/SOURCES/aodh-21.1.0.dev24-0.20251027172216.3dd6437.tar.gz DEBUG: + STATUS=0 DEBUG: + '[' 0 -ne 0 ']' DEBUG: + cd aodh-21.1.0.dev24 DEBUG: + rm -rf /builddir/build/BUILD/aodh-21.1.0.dev24-SPECPARTS DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILD/aodh-21.1.0.dev24-SPECPARTS DEBUG: + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . DEBUG: + /usr/bin/git init -q DEBUG: + /usr/bin/git config user.name rpm-build DEBUG: + /usr/bin/git config user.email '' DEBUG: + /usr/bin/git config gc.auto 0 DEBUG: + /usr/bin/git add --force . DEBUG: + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'openstack-aodh-21.1.0 base' DEBUG: + /usr/bin/git checkout --track -b rpm-build DEBUG: Switched to a new branch 'rpm-build' DEBUG: branch 'rpm-build' set up to track 'master'. DEBUG: + find . '(' -name .gitignore -o -name .placeholder ')' -delete DEBUG: + find aodh -name '*.py' -exec sed -i '/\/usr\/bin\/env python/{d;q}' '{}' + DEBUG: + sed -i '/^\"PO-Revision-Date: \\n\"/d' aodh/locale/de/LC_MESSAGES/aodh.po aodh/locale/en_GB/LC_MESSAGES/aodh.po aodh/locale/es/LC_MESSAGES/aodh.po aodh/locale/fr/LC_MESSAGES/aodh.po aodh/locale/id/LC_MESSAGES/aodh.po aodh/locale/it/LC_MESSAGES/aodh.po aodh/locale/ja/LC_MESSAGES/aodh.po aodh/locale/ko_KR/LC_MESSAGES/aodh.po aodh/locale/pt/LC_MESSAGES/aodh.po aodh/locale/pt_BR/LC_MESSAGES/aodh.po aodh/locale/ru/LC_MESSAGES/aodh.po aodh/locale/zh_CN/LC_MESSAGES/aodh.po aodh/locale/zh_TW/LC_MESSAGES/aodh.po DEBUG: + sed -i '/^[[:space:]]*-c{env:.*_CONSTRAINTS_FILE.*/d' tox.ini DEBUG: + sed -i 's/^deps = -c{env:.*_CONSTRAINTS_FILE.*/deps =/' tox.ini DEBUG: + sed -i '/^minversion.*/d' tox.ini DEBUG: + sed -i '/^requires.*virtualenv.*/d' tox.ini DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order sphinx openstackdocstheme DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^doc8.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^doc8.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order sphinx openstackdocstheme DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^bandit.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^bandit.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order sphinx openstackdocstheme DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^pre-commit.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^pre-commit.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order sphinx openstackdocstheme DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^hacking.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^hacking.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order sphinx openstackdocstheme DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^flake8-import-order.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^flake8-import-order.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order sphinx openstackdocstheme DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^sphinx.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^sphinx.*/d' test-requirements.txt DEBUG: + for pkg in doc8 bandit pre-commit hacking flake8-import-order sphinx openstackdocstheme DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f doc/requirements.txt ']' DEBUG: + sed -i '/^openstackdocstheme.*/d' doc/requirements.txt DEBUG: + for reqfile in doc/requirements.txt test-requirements.txt DEBUG: + '[' -f test-requirements.txt ']' DEBUG: + sed -i '/^openstackdocstheme.*/d' test-requirements.txt DEBUG: + for pkg in tzdata DEBUG: + sed -i '/^tzdata.*/d' doc/requirements.txt requirements.txt DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.bFT6Bb DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd aodh-21.1.0.dev24 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + echo '(python3dist(tomli) if python3-devel < 3.11)' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + echo -n DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + VALAFLAGS=-g DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + CC=gcc DEBUG: + CXX=g++ DEBUG: + TMPDIR=/builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + RPM_TOXENV=py312 DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/aodh-21.1.0.dev24/pyproject-wheeldir --output /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-buildrequires -t -e py312 DEBUG: Handling pbr>=6.0.0 from build-system.requires DEBUG: Requirement satisfied: pbr>=6.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling setuptools>=64.0.0 from build-system.requires DEBUG: Requirement satisfied: setuptools>=64.0.0 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement not satisfied: wheel DEBUG: Handling pbr from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr DEBUG: (installed: pbr 6.1.1) DEBUG: Exiting dependency generation pass: get_requires_for_build_wheel DEBUG: + cat /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv '*.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.buildreqs.nosrc.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 11 INFO: Dynamic buildrequires detected INFO: Going to install missing buildrequires. See root.log for details. INFO: Going to install missing dynamic buildrequires DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.buildreqs.nosrc.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:04 ago on Mon Oct 27 13:23:28 2025. DEBUG: Package openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package python3-babel-2.13.1-5.el10.noarch is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-packaging-24.2-2.el10.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch is already installed. DEBUG: Package systemd-257-16.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Architecture Version Repository Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: python3-wheel noarch 1:0.41.2-5.el10 crb 167 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 1 Package DEBUG: Total size: 167 k DEBUG: Installed size: 506 k DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-wheel-0.41.2-5.el10.noarch.rpm: Already downloaded DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-wheel-1:0.41.2-5.el10.noarch 1/1 DEBUG: Running scriptlet: python3-wheel-1:0.41.2-5.el10.noarch 1/1 DEBUG: Installed: DEBUG: python3-wheel-1:0.41.2-5.el10.noarch DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-aodh.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-aodh.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.kwhejd DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd aodh-21.1.0.dev24 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + echo '(python3dist(tomli) if python3-devel < 3.11)' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + echo -n DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + VALAFLAGS=-g DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + CC=gcc DEBUG: + CXX=g++ DEBUG: + TMPDIR=/builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + RPM_TOXENV=py312 DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/aodh-21.1.0.dev24/pyproject-wheeldir --output /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-buildrequires -t -e py312 DEBUG: Handling pbr>=6.0.0 from build-system.requires DEBUG: Requirement satisfied: pbr>=6.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling setuptools>=64.0.0 from build-system.requires DEBUG: Requirement satisfied: setuptools>=64.0.0 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) DEBUG: Handling pbr from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr DEBUG: (installed: pbr 6.1.1) DEBUG: Handling tox-current-env >= 0.0.6 from tox itself DEBUG: Requirement not satisfied: tox-current-env >= 0.0.6 DEBUG: Exiting dependency generation pass: tox itself DEBUG: + cat /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv '*.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.buildreqs.nosrc.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 11 INFO: Dynamic buildrequires detected INFO: Going to install missing buildrequires. See root.log for details. INFO: Going to install missing dynamic buildrequires DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.buildreqs.nosrc.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:06 ago on Mon Oct 27 13:23:28 2025. DEBUG: Package openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package python3-babel-2.13.1-5.el10.noarch is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-packaging-24.2-2.el10.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch is already installed. DEBUG: Package python3-wheel-1:0.41.2-5.el10.noarch is already installed. DEBUG: Package systemd-257-16.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ================================================================================ DEBUG: Package Arch Version Repository Size DEBUG: ================================================================================ DEBUG: Installing: DEBUG: python3-tox-current-env DEBUG: noarch 0.0.12-1.el10s delorean-master-build-deps 29 k DEBUG: Installing dependencies: DEBUG: python3-cachetools noarch 5.4.0-6.el10s delorean-master-testing 37 k DEBUG: python3-chardet noarch 5.2.0-1.el10s delorean-master-testing 272 k DEBUG: python3-colorama noarch 0.4.6-13.el10 appstream 72 k DEBUG: python3-distlib noarch 0.3.9-1.el10s delorean-master-build-deps 254 k DEBUG: python3-filelock noarch 3.15.4-3.el10s delorean-master-build-deps 37 k DEBUG: python3-platformdirs noarch 4.2.2-2.el10s delorean-master-build-deps 41 k DEBUG: python3-pluggy noarch 1.3.0-5.el10 crb 53 k DEBUG: python3-pyproject-api noarch 1.6.1-5.el10s delorean-master-build-deps 37 k DEBUG: python3-setuptools-wheel DEBUG: noarch 69.0.3-12.el10 crb 677 k DEBUG: python3-virtualenv noarch 20.26.6-2.el10s delorean-master-build-deps 238 k DEBUG: python3-wheel-wheel noarch 1:0.41.2-5.el10 crb 71 k DEBUG: tox noarch 4.21.2-3.el10s delorean-master-build-deps 365 k DEBUG: Transaction Summary DEBUG: ================================================================================ DEBUG: Install 13 Packages DEBUG: Total size: 2.1 M DEBUG: Installed size: 6.7 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python3-colorama-0.4.6-13.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pluggy-1.3.0-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setuptools-wheel-69.0.3-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wheel-wheel-0.41.2-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cachetools-5.4.0-6.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-chardet-5.2.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-distlib-0.3.9-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-filelock-3.15.4-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-platformdirs-4.2.2-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyproject-api-1.6.1-5.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tox-current-env-0.0.12-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-virtualenv-20.26.6-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] tox-4.21.2-3.el10s.noarch.rpm: Already downloaded DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-platformdirs-4.2.2-2.el10s.noarch 1/13 DEBUG: Installing : python3-filelock-3.15.4-3.el10s.noarch 2/13 DEBUG: Installing : python3-pyproject-api-1.6.1-5.el10s.noarch 3/13 DEBUG: Installing : python3-distlib-0.3.9-1.el10s.noarch 4/13 DEBUG: Installing : python3-chardet-5.2.0-1.el10s.noarch 5/13 DEBUG: Installing : python3-cachetools-5.4.0-6.el10s.noarch 6/13 DEBUG: Installing : python3-wheel-wheel-1:0.41.2-5.el10.noarch 7/13 DEBUG: Installing : python3-setuptools-wheel-69.0.3-12.el10.noarch 8/13 DEBUG: Installing : python3-virtualenv-20.26.6-2.el10s.noarch 9/13 DEBUG: Installing : python3-pluggy-1.3.0-5.el10.noarch 10/13 DEBUG: Installing : python3-colorama-0.4.6-13.el10.noarch 11/13 DEBUG: Installing : tox-4.21.2-3.el10s.noarch 12/13 DEBUG: Installing : python3-tox-current-env-0.0.12-1.el10s.noarch 13/13 DEBUG: Running scriptlet: python3-tox-current-env-0.0.12-1.el10s.noarch 13/13 DEBUG: Installed: DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-chardet-5.2.0-1.el10s.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: python3-distlib-0.3.9-1.el10s.noarch DEBUG: python3-filelock-3.15.4-3.el10s.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch DEBUG: python3-wheel-wheel-1:0.41.2-5.el10.noarch DEBUG: tox-4.21.2-3.el10s.noarch DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-filelock-3.15.4-3.el10s.noarch DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch DEBUG: python3-distlib-0.3.9-1.el10s.noarch DEBUG: python3-chardet-5.2.0-1.el10s.noarch DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-wheel-wheel-0.41.2-5.el10.noarch DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: tox-4.21.2-3.el10s.noarch DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-filelock-3.15.4-3.el10s.noarch DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch DEBUG: python3-distlib-0.3.9-1.el10s.noarch DEBUG: python3-chardet-5.2.0-1.el10s.noarch DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-wheel-wheel-0.41.2-5.el10.noarch DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: tox-4.21.2-3.el10s.noarch DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-aodh.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-aodh.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.j3H25V DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd aodh-21.1.0.dev24 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + echo '(python3dist(tomli) if python3-devel < 3.11)' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + echo -n DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + VALAFLAGS=-g DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + CC=gcc DEBUG: + CXX=g++ DEBUG: + TMPDIR=/builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + RPM_TOXENV=py312 DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/aodh-21.1.0.dev24/pyproject-wheeldir --output /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-buildrequires -t -e py312 DEBUG: Handling pbr>=6.0.0 from build-system.requires DEBUG: Requirement satisfied: pbr>=6.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling setuptools>=64.0.0 from build-system.requires DEBUG: Requirement satisfied: setuptools>=64.0.0 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) DEBUG: Handling pbr from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr DEBUG: (installed: pbr 6.1.1) DEBUG: Handling tox-current-env >= 0.0.6 from tox itself DEBUG: Requirement satisfied: tox-current-env >= 0.0.6 DEBUG: (installed: tox-current-env 0.0.12) DEBUG: py312: OK (0.00 seconds) DEBUG: congratulations :) (0.06 seconds) DEBUG: Handling tox from tox --print-deps-only: py312 DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling stestr>=2.0.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: stestr>=2.0.0 DEBUG: Handling oslotest>=2.15.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: oslotest>=2.15.0 DEBUG: Handling fixtures>=1.3.1 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: fixtures>=1.3.1 DEBUG: Handling WebTest>=3.0.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: WebTest>=3.0.0 DEBUG: Handling tenacity>=3.2.1 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: tenacity>=3.2.1 DEBUG: Handling croniter>=0.3.4 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: croniter>=0.3.4 DEBUG: Handling futurist>=0.11.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: futurist>=0.11.0 DEBUG: Handling jsonschema>=3.2.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: jsonschema>=3.2.0 DEBUG: Handling keystonemiddleware>=5.1.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: keystonemiddleware>=5.1.0 DEBUG: Handling gnocchiclient>=6.0.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: gnocchiclient>=6.0.0 DEBUG: Handling lxml>=2.3 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: lxml>=2.3 DEBUG: Handling oslo.db>=11.0.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: oslo.db>=11.0.0 DEBUG: Handling oslo.config>=6.8.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: oslo.config>=6.8.0 DEBUG: Handling oslo.i18n>=1.5.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: oslo.i18n>=1.5.0 DEBUG: Handling oslo.log>=4.3.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: oslo.log>=4.3.0 DEBUG: Handling oslo.reports>=1.18.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: oslo.reports>=1.18.0 DEBUG: Handling oslo.policy>=4.5.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: oslo.policy>=4.5.0 DEBUG: Handling oslo.upgradecheck>=1.3.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: oslo.upgradecheck>=1.3.0 DEBUG: Handling PasteDeploy>=1.5.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: PasteDeploy>=1.5.0 DEBUG: Handling pbr>=2.0.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling pecan>=0.8.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: pecan>=0.8.0 DEBUG: Handling oslo.messaging>=5.2.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: oslo.messaging>=5.2.0 DEBUG: Handling oslo.middleware>=3.22.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: oslo.middleware>=3.22.0 DEBUG: Handling oslo.utils>=4.7.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: oslo.utils>=4.7.0 DEBUG: Handling python-keystoneclient>=1.6.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: python-keystoneclient>=1.6.0 DEBUG: Handling requests>=2.5.2 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: requests>=2.5.2 DEBUG: (installed: requests 2.32.4) DEBUG: Handling stevedore>=1.5.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: stevedore>=1.5.0 DEBUG: Handling SQLAlchemy>=1.4.1 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: SQLAlchemy>=1.4.1 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling tooz>=1.28.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: tooz>=1.28.0 DEBUG: Handling voluptuous>=0.8.10 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: voluptuous>=0.8.10 DEBUG: Handling WebOb>=1.2.3 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: WebOb>=1.2.3 DEBUG: Handling WSME>=0.12.1 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: WSME>=0.12.1 DEBUG: Handling cachetools>=1.1.6 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: cachetools>=1.1.6 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling cotyledon>=1.7.3 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: cotyledon>=1.7.3 DEBUG: Handling keystoneauth1>=2.1 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: keystoneauth1>=2.1 DEBUG: Handling python-observabilityclient>=0.0.4 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: python-observabilityclient>=0.0.4 DEBUG: Handling python-octaviaclient>=1.8.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: python-octaviaclient>=1.8.0 DEBUG: Handling python-dateutil>=2.5.3 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: python-dateutil>=2.5.3 DEBUG: Handling python-heatclient>=1.17.0 from tox --print-deps-only: py312 DEBUG: Requirement not satisfied: python-heatclient>=1.17.0 DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` directly. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: Follow the current Python packaging guidelines when building DEBUG: Python RPM packages. DEBUG: See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html DEBUG: and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: self.initialize_options() DEBUG: running dist_info DEBUG: writing aodh.egg-info/PKG-INFO DEBUG: writing dependency_links to aodh.egg-info/dependency_links.txt DEBUG: writing entry points to aodh.egg-info/entry_points.txt DEBUG: writing requirements to aodh.egg-info/requires.txt DEBUG: writing top-level names to aodh.egg-info/top_level.txt DEBUG: writing pbr to aodh.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: [pbr] In git context, generating filelist from git DEBUG: warning: no previously-included files found matching '.gitignore' DEBUG: warning: no previously-included files found matching '.gitreview' DEBUG: warning: no previously-included files matching '*.pyc' found anywhere in distribution DEBUG: adding license file 'LICENSE' DEBUG: adding license file 'AUTHORS' DEBUG: writing manifest file 'aodh.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/aodh-21.1.0.dev24/aodh-21.1.0.dev24.dist-info' DEBUG: Handling tenacity >=3.2.1 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: tenacity >=3.2.1 DEBUG: Handling croniter >=0.3.4 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: croniter >=0.3.4 DEBUG: Handling futurist >=0.11.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: futurist >=0.11.0 DEBUG: Handling jsonschema >=3.2.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: jsonschema >=3.2.0 DEBUG: Handling keystonemiddleware >=5.1.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: keystonemiddleware >=5.1.0 DEBUG: Handling gnocchiclient >=6.0.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: gnocchiclient >=6.0.0 DEBUG: Handling lxml >=2.3 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: lxml >=2.3 DEBUG: Handling oslo.db >=11.0.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: oslo.db >=11.0.0 DEBUG: Handling oslo.config >=6.8.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: oslo.config >=6.8.0 DEBUG: Handling oslo.i18n >=1.5.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: oslo.i18n >=1.5.0 DEBUG: Handling oslo.log >=4.3.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: oslo.log >=4.3.0 DEBUG: Handling oslo.reports >=1.18.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: oslo.reports >=1.18.0 DEBUG: Handling oslo.policy >=4.5.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: oslo.policy >=4.5.0 DEBUG: Handling oslo.upgradecheck >=1.3.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: oslo.upgradecheck >=1.3.0 DEBUG: Handling PasteDeploy >=1.5.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: PasteDeploy >=1.5.0 DEBUG: Handling pbr >=2.0.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: pbr >=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling pecan >=0.8.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: pecan >=0.8.0 DEBUG: Handling oslo.messaging >=5.2.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: oslo.messaging >=5.2.0 DEBUG: Handling oslo.middleware >=3.22.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: oslo.middleware >=3.22.0 DEBUG: Handling oslo.utils >=4.7.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: oslo.utils >=4.7.0 DEBUG: Handling python-keystoneclient >=1.6.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: python-keystoneclient >=1.6.0 DEBUG: Handling requests >=2.5.2 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: requests >=2.5.2 DEBUG: (installed: requests 2.32.4) DEBUG: Handling stevedore >=1.5.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: stevedore >=1.5.0 DEBUG: Handling SQLAlchemy >=1.4.1 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: SQLAlchemy >=1.4.1 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling tooz >=1.28.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: tooz >=1.28.0 DEBUG: Handling voluptuous >=0.8.10 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: voluptuous >=0.8.10 DEBUG: Handling WebOb >=1.2.3 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: WebOb >=1.2.3 DEBUG: Handling WSME >=0.12.1 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: WSME >=0.12.1 DEBUG: Handling cachetools >=1.1.6 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: cachetools >=1.1.6 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling cotyledon >=1.7.3 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: cotyledon >=1.7.3 DEBUG: Handling keystoneauth1 >=2.1 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: keystoneauth1 >=2.1 DEBUG: Handling python-observabilityclient >=0.0.4 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: python-observabilityclient >=0.0.4 DEBUG: Handling python-octaviaclient >=1.8.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: python-octaviaclient >=1.8.0 DEBUG: Handling python-dateutil >=2.5.3 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: python-dateutil >=2.5.3 DEBUG: Handling python-heatclient >=1.17.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement not satisfied: python-heatclient >=1.17.0 DEBUG: Handling stestr >=2.0.0 ; extra == 'test' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: stestr >=2.0.0 ; extra == 'test' DEBUG: Handling oslotest >=2.15.0 ; extra == 'test' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: oslotest >=2.15.0 ; extra == 'test' DEBUG: Handling fixtures >=1.3.1 ; extra == 'test' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: fixtures >=1.3.1 ; extra == 'test' DEBUG: Handling WebTest >=3.0.0 ; extra == 'test' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: WebTest >=3.0.0 ; extra == 'test' DEBUG: Handling python-zaqarclient >=1.2.0 ; extra == 'zaqar' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: python-zaqarclient >=1.2.0 ; extra == 'zaqar' DEBUG: + cat /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv aodh-21.1.0.dev24.dist-info/ DEBUG: removed 'aodh-21.1.0.dev24.dist-info/AUTHORS' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/LICENSE' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/METADATA' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/entry_points.txt' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/pbr.json' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/top_level.txt' DEBUG: removed directory 'aodh-21.1.0.dev24.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.buildreqs.nosrc.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 11 INFO: Dynamic buildrequires detected INFO: Going to install missing buildrequires. See root.log for details. INFO: Going to install missing dynamic buildrequires DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.buildreqs.nosrc.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:10 ago on Mon Oct 27 13:23:28 2025. DEBUG: Package openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package python3-babel-2.13.1-5.el10.noarch is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-cachetools-5.4.0-6.el10s.noarch is already installed. DEBUG: Package python3-packaging-24.2-2.el10.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-requests-2.32.4-1.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch is already installed. DEBUG: Package python3-sqlalchemy-2.0.26-6.el10.x86_64 is already installed. DEBUG: Package tox-4.21.2-3.el10s.noarch is already installed. DEBUG: Package python3-tox-current-env-0.0.12-1.el10s.noarch is already installed. DEBUG: Package python3-wheel-1:0.41.2-5.el10.noarch is already installed. DEBUG: Package systemd-257-16.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: ====================================================================================================================== DEBUG: Package Arch Version Repository Size DEBUG: ====================================================================================================================== DEBUG: Installing: DEBUG: python3-cotyledon noarch 2.0.0-1.el10s delorean-master-testing 53 k DEBUG: python3-croniter noarch 5.0.1-1.el10s delorean-master-testing 52 k DEBUG: python3-dateutil noarch 1:2.9.0.post0-1.el10 baseos 340 k DEBUG: python3-fixtures noarch 4.2.2-1.el10s delorean-master-testing 111 k DEBUG: python3-futurist noarch 3.2.1-0.20250905232230.388ec84.el10 delorean-component-common 84 k DEBUG: python3-gnocchiclient noarch 7.2.0-0.20250513100707.6363a9f.el10 delorean-component-clients 119 k DEBUG: python3-heatclient noarch 4.3.0-0.20250722065958.d8a25e1.el10 delorean-component-clients 200 k DEBUG: python3-jsonschema noarch 4.19.1-7.el10 baseos 206 k DEBUG: python3-keystoneauth1 noarch 5.12.0-0.20250905092839.4f0414d.el10 delorean-component-keystone 554 k DEBUG: python3-keystoneclient noarch 1:5.7.0-0.20250903122615.be6c506.el10 delorean-component-clients 278 k DEBUG: python3-keystonemiddleware noarch 10.11.0-0.20250722065814.a93d295.el10 delorean-component-keystone 129 k DEBUG: python3-lxml x86_64 5.2.1-4.el10 appstream 1.4 M DEBUG: python3-observabilityclient noarch 1.2.0-0.20251001084700.bcadbfe.el10 delorean-component-cloudops 43 k DEBUG: python3-octaviaclient noarch 3.12.0-0.20250905225544.c4dd1e1.el10 delorean-component-clients 108 k DEBUG: python3-oslo-config noarch 2:10.0.0-0.20250722064059.493a086.el10 delorean-component-common 282 k DEBUG: python3-oslo-db noarch 17.4.0-0.20250903125129.69c7401.el10 delorean-component-common 157 k DEBUG: python3-oslo-i18n noarch 6.6.0-0.20250903121520.fc51cd8.el10 delorean-component-common 64 k DEBUG: python3-oslo-log noarch 7.2.1-0.20250903123413.dda3eb6.el10 delorean-component-common 75 k DEBUG: python3-oslo-messaging noarch 17.1.0-0.20250722072528.827859a.el10 delorean-component-common 213 k DEBUG: python3-oslo-middleware noarch 6.6.0-0.20250722063855.07ceb30.el10 delorean-component-common 70 k DEBUG: python3-oslo-policy noarch 4.6.0-0.20250903115627.fc28a7b.el10 delorean-component-common 90 k DEBUG: python3-oslo-reports noarch 3.6.0-0.20250903115818.b8904f1.el10 delorean-component-common 64 k DEBUG: python3-oslo-upgradecheck noarch 2.6.0-0.20250903120433.f7dcd0c.el10 delorean-component-common 29 k DEBUG: python3-oslo-utils noarch 9.1.0-0.20250903120622.c9dd062.el10 delorean-component-common 130 k DEBUG: python3-oslotest noarch 5.0.1-0.20250513100931.1fe4458.el10 delorean-component-clients 52 k DEBUG: python3-paste-deploy noarch 3.1.0-7.el10s delorean-master-testing 46 k DEBUG: python3-pecan noarch 1.5.1-1.el10s delorean-master-testing 322 k DEBUG: python3-stestr noarch 4.1.0-1.el10s delorean-master-testing 194 k DEBUG: python3-stevedore noarch 5.5.0-0.20250903121709.3c04bde.el10 delorean-component-clients 79 k DEBUG: python3-tenacity noarch 8.2.3-1.el10s delorean-master-testing 55 k DEBUG: python3-tooz noarch 7.0.0-0.20250618071237.8df645f.el10 delorean-component-common 133 k DEBUG: python3-voluptuous noarch 0.15.2-1.el10s delorean-master-testing 73 k DEBUG: python3-webob noarch 1.8.9-1.el10s delorean-master-testing 274 k DEBUG: python3-webtest noarch 3.0.0-1.el10s delorean-master-testing 97 k DEBUG: python3-wsme noarch 0.12.1-0.20250217143530.8312bb2.el10 delorean-component-common 176 k DEBUG: Installing dependencies: DEBUG: double-conversion x86_64 3.3.0-4.el10s delorean-master-testing 51 k DEBUG: groff-base x86_64 1.23.0-10.el10 baseos 1.1 M DEBUG: libsodium x86_64 1.0.20-2.el10s delorean-master-testing 173 k DEBUG: libxslt x86_64 1.1.39-8.el10 appstream 189 k DEBUG: libyaml x86_64 0.2.5-16.el10 baseos 62 k DEBUG: memcached x86_64 1.6.23-7.el10 appstream 185 k DEBUG: ncurses x86_64 6.4-14.20240127.el10 baseos 423 k DEBUG: perl-AutoLoader noarch 5.74-514.el10 appstream 22 k DEBUG: perl-B x86_64 1.89-514.el10 appstream 178 k DEBUG: perl-Carp noarch 1.54-511.el10 baseos 30 k DEBUG: perl-Class-Struct noarch 0.68-514.el10 appstream 23 k DEBUG: perl-Data-Dumper x86_64 2.189-512.el10 baseos 57 k DEBUG: perl-Digest noarch 1.20-511.el10 baseos 26 k DEBUG: perl-Digest-MD5 x86_64 2.59-6.el10 baseos 37 k DEBUG: perl-DynaLoader x86_64 1.56-514.el10 appstream 27 k DEBUG: perl-Encode x86_64 4:3.21-511.el10 baseos 1.1 M DEBUG: perl-Errno x86_64 1.38-514.el10 appstream 16 k DEBUG: perl-Exporter noarch 5.78-511.el10 baseos 32 k DEBUG: perl-Fcntl x86_64 1.18-514.el10 appstream 30 k DEBUG: perl-File-Basename noarch 2.86-514.el10 appstream 18 k DEBUG: perl-File-Path noarch 2.18-511.el10 baseos 36 k DEBUG: perl-File-Temp noarch 1:0.231.100-512.el10 baseos 60 k DEBUG: perl-File-stat noarch 1.14-514.el10 appstream 18 k DEBUG: perl-FileHandle noarch 2.05-514.el10 appstream 16 k DEBUG: perl-Getopt-Long noarch 1:2.58-3.el10 baseos 65 k DEBUG: perl-Getopt-Std noarch 1.14-514.el10 appstream 16 k DEBUG: perl-HTTP-Tiny noarch 0.088-512.el10 baseos 57 k DEBUG: perl-IO x86_64 1.55-514.el10 appstream 81 k DEBUG: perl-IO-Socket-IP noarch 0.42-512.el10 baseos 43 k DEBUG: perl-IO-Socket-SSL noarch 2.085-3.el10 baseos 227 k DEBUG: perl-IPC-Open3 noarch 1.22-514.el10 appstream 23 k DEBUG: perl-MIME-Base64 x86_64 3.16-511.el10 baseos 31 k DEBUG: perl-Mozilla-CA noarch 20231213-5.el10 baseos 15 k DEBUG: perl-Net-SSLeay x86_64 1.94-8.el10 appstream 380 k DEBUG: perl-POSIX x86_64 2.20-514.el10 appstream 97 k DEBUG: perl-PathTools x86_64 3.91-512.el10 baseos 85 k DEBUG: perl-Pod-Escapes noarch 1:1.07-511.el10 baseos 21 k DEBUG: perl-Pod-Perldoc noarch 3.28.01-512.el10 baseos 84 k DEBUG: perl-Pod-Simple noarch 1:3.45-511.el10 baseos 218 k DEBUG: perl-Pod-Usage noarch 4:2.03-511.el10 baseos 41 k DEBUG: perl-Scalar-List-Utils x86_64 5:1.63-511.el10 baseos 74 k DEBUG: perl-SelectSaver noarch 1.02-514.el10 appstream 12 k DEBUG: perl-Socket x86_64 4:2.038-511.el10 baseos 56 k DEBUG: perl-Storable x86_64 1:3.32-511.el10 baseos 99 k DEBUG: perl-Symbol noarch 1.09-514.el10 appstream 15 k DEBUG: perl-Term-ANSIColor noarch 5.01-512.el10 baseos 49 k DEBUG: perl-Term-Cap noarch 1.18-511.el10 baseos 23 k DEBUG: perl-Text-ParseWords noarch 3.31-511.el10 baseos 17 k DEBUG: perl-Text-Tabs+Wrap noarch 2024.001-511.el10 baseos 23 k DEBUG: perl-Time-Local noarch 2:1.350-511.el10 baseos 35 k DEBUG: perl-URI noarch 5.27-3.el10 baseos 134 k DEBUG: perl-base noarch 2.27-514.el10 appstream 17 k DEBUG: perl-constant noarch 1.33-512.el10 baseos 24 k DEBUG: perl-if noarch 0.61.000-514.el10 appstream 15 k DEBUG: perl-interpreter x86_64 4:5.40.2-514.el10 appstream 73 k DEBUG: perl-libnet noarch 3.15-512.el10 baseos 127 k DEBUG: perl-libs x86_64 4:5.40.2-514.el10 appstream 2.4 M DEBUG: perl-locale noarch 1.12-514.el10 appstream 14 k DEBUG: perl-mro x86_64 1.29-514.el10 appstream 31 k DEBUG: perl-overload noarch 1.37-514.el10 appstream 46 k DEBUG: perl-overloading noarch 0.02-514.el10 appstream 14 k DEBUG: perl-parent noarch 1:0.241-512.el10 baseos 16 k DEBUG: perl-podlators noarch 1:5.01-511.el10 baseos 124 k DEBUG: perl-vars noarch 1.05-514.el10 appstream 14 k DEBUG: python-openstackclient-lang noarch 8.1.0-0.20250618070222.88b59d8.el10 delorean-component-clients 47 k DEBUG: python-oslo-cache-lang noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 16 k DEBUG: python-oslo-concurrency-lang noarch 7.2.0-0.20250903115211.08987d8.el10 delorean-component-common 13 k DEBUG: python-oslo-db-lang noarch 17.4.0-0.20250903125129.69c7401.el10 delorean-component-common 12 k DEBUG: python-oslo-i18n-lang noarch 6.6.0-0.20250903121520.fc51cd8.el10 delorean-component-common 14 k DEBUG: python-oslo-log-lang noarch 7.2.1-0.20250903123413.dda3eb6.el10 delorean-component-common 13 k DEBUG: python-oslo-middleware-lang noarch 6.6.0-0.20250722063855.07ceb30.el10 delorean-component-common 11 k DEBUG: python-oslo-policy-lang noarch 4.6.0-0.20250903115627.fc28a7b.el10 delorean-component-common 12 k DEBUG: python-oslo-utils-lang noarch 9.1.0-0.20250903120622.c9dd062.el10 delorean-component-common 13 k DEBUG: python-pycadf-common noarch 4.0.1-0.20250212144723.3cea59f.el10 delorean-component-common 15 k DEBUG: python3-PyMySQL noarch 1.1.1-3.el10 appstream 116 k DEBUG: python3-alembic noarch 1.13.1-7.el10 appstream 502 k DEBUG: python3-amqp noarch 5.2.0-7.el10s delorean-master-testing 109 k DEBUG: python3-attrs noarch 23.2.0-7.el10 baseos 125 k DEBUG: python3-autopage noarch 0.5.2-8.el10s delorean-master-testing 75 k DEBUG: python3-bcrypt x86_64 3.2.2-4.el10s delorean-master-testing 42 k DEBUG: python3-beautifulsoup4 noarch 4.12.3-9.el10s delorean-master-testing 303 k DEBUG: python3-binary-memcached noarch 0.31.2-1.el10s delorean-master-testing 43 k DEBUG: python3-cffi x86_64 1.16.0-7.el10 baseos 308 k DEBUG: python3-cinderclient noarch 9.8.0-0.20250905132338.e2d3049.el10 delorean-component-clients 268 k DEBUG: python3-cliff noarch 4.10.0-0.20250618070037.af17b57.el10 delorean-component-common 116 k DEBUG: python3-cmd2 noarch 2.5.8-1.el10s delorean-master-testing 375 k DEBUG: python3-cryptography x86_64 43.0.0-4.el10 baseos 1.4 M DEBUG: python3-debtcollector noarch 3.0.0-0.20250212115946.0e6ce1c.el10 delorean-component-common 35 k DEBUG: python3-decorator noarch 5.1.1-12.el10 baseos 32 k DEBUG: python3-dogpile-cache noarch 1.3.3-1.el10s delorean-master-testing 122 k DEBUG: python3-etcd3gw noarch 2.4.1-1.el10s delorean-master-testing 55 k DEBUG: python3-extras noarch 1.0.0-36.el10s delorean-master-testing 15 k DEBUG: python3-fasteners noarch 0.19-1.el10s delorean-master-testing 43 k DEBUG: python3-importlib-metadata noarch 8.5.0-1.el10s delorean-master-testing 60 k DEBUG: python3-iso8601 noarch 2.1.0-3.el10s delorean-master-testing 23 k DEBUG: python3-jmespath noarch 1.0.1-8.el10 appstream 58 k DEBUG: python3-jsonpatch noarch 1.33-6.el10 appstream 32 k DEBUG: python3-jsonpointer noarch 2.3-9.el10 appstream 22 k DEBUG: python3-jsonschema-specifications noarch 2023.11.2-6.el10 baseos 29 k DEBUG: python3-jwt noarch 2.8.0-1.el10s delorean-master-testing 59 k DEBUG: python3-kazoo noarch 2.8.0-16.el10s delorean-master-testing 191 k DEBUG: python3-kombu noarch 1:5.3.7-1.el10s delorean-master-testing 423 k DEBUG: python3-logutils noarch 0.3.5-29.el10s delorean-master-testing 55 k DEBUG: python3-mako noarch 1.2.3-9.el10 appstream 225 k DEBUG: python3-memcached noarch 1.59-15.el10s delorean-master-testing 45 k DEBUG: python3-msgpack x86_64 1.1.0-1.el10s delorean-master-testing 103 k DEBUG: python3-netaddr noarch 1.3.0-2.el10 appstream 1.7 M DEBUG: python3-neutronclient noarch 11.6.0-0.20250722064251.5f7d102.el10 delorean-component-clients 340 k DEBUG: python3-openstackclient noarch 8.1.0-0.20250618070222.88b59d8.el10 delorean-component-clients 1.6 M DEBUG: python3-openstacksdk noarch 4.6.0-0.20250618072004.d2c6574.el10 delorean-component-clients 1.0 M DEBUG: python3-os-client-config noarch 2.3.0-0.20250722070834.d1e2fe7.el10 delorean-component-clients 58 k DEBUG: python3-os-service-types noarch 1.8.0-0.20250722070657.dbbc067.el10 delorean-component-clients 42 k DEBUG: python3-osc-lib noarch 4.1.0-0.20250722063709.48b43f8.el10 delorean-component-clients 100 k DEBUG: python3-oslo-cache noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 66 k DEBUG: python3-oslo-cache+dogpile noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 8.1 k DEBUG: python3-oslo-cache+etcd3gw noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 8.0 k DEBUG: python3-oslo-concurrency noarch 7.2.0-0.20250903115211.08987d8.el10 delorean-component-common 46 k DEBUG: python3-oslo-context noarch 6.1.0-0.20250903115431.f23bc41.el10 delorean-component-common 28 k DEBUG: python3-oslo-db+mysql noarch 17.4.0-0.20250903125129.69c7401.el10 delorean-component-common 8.0 k DEBUG: python3-oslo-metrics noarch 0.13.0-0.20250903121146.276d34d.el10 delorean-component-common 26 k DEBUG: python3-oslo-serialization noarch 5.8.0-0.20250903120250.8ed3fca.el10 delorean-component-common 35 k DEBUG: python3-oslo-service noarch 4.3.0-0.20250903130900.bfc7798.el10 delorean-component-common 109 k DEBUG: python3-paste noarch 3.10.1-6.el10s delorean-master-testing 607 k DEBUG: python3-ply noarch 3.11-25.el10 baseos 134 k DEBUG: python3-prettytable noarch 3.6.0-10.el10 appstream 68 k DEBUG: python3-prometheus_client noarch 0.21.0-2.el10s delorean-master-testing 117 k DEBUG: python3-psutil x86_64 5.9.8-6.el10 appstream 269 k DEBUG: python3-pyOpenSSL noarch 24.2.1-1.el10s delorean-master-testing 121 k DEBUG: python3-pycadf noarch 4.0.1-0.20250212144723.3cea59f.el10 delorean-component-common 64 k DEBUG: python3-pycparser noarch 2.20-16.el10 baseos 158 k DEBUG: python3-pymemcache noarch 4.0.0-1.el10s delorean-master-testing 148 k DEBUG: python3-pynacl x86_64 1.5.0-14.el10s delorean-master-testing 124 k DEBUG: python3-pyparsing noarch 3.1.1-7.el10 baseos 269 k DEBUG: python3-pyperclip noarch 1.8.2-1.el10s delorean-master-testing 28 k DEBUG: python3-pytz noarch 2024.1-3.el10s delorean-master-testing 59 k DEBUG: python3-pyyaml x86_64 6.0.1-19.el10 baseos 236 k DEBUG: python3-redis noarch 5.1.1-3.el10s delorean-master-testing 524 k DEBUG: python3-referencing noarch 0.31.1-6.el10 baseos 82 k DEBUG: python3-repoze-lru noarch 0.7-25.el10s delorean-master-testing 36 k DEBUG: python3-requestsexceptions noarch 1.4.0-0.20250213133424.d7ac0ff.el10 delorean-component-common 16 k DEBUG: python3-rfc3986 noarch 1.5.0-12.el10s delorean-master-testing 59 k DEBUG: python3-routes noarch 2.5.1-11.el10s delorean-master-testing 201 k DEBUG: python3-rpds-py x86_64 0.17.1-6.el10 baseos 298 k DEBUG: python3-setproctitle x86_64 1.3.3-4.el10s delorean-master-testing 24 k DEBUG: python3-simplegeneric noarch 0.8.1-21.el10s delorean-master-testing 16 k DEBUG: python3-statsd noarch 3.2.1-33.el10s delorean-master-testing 39 k DEBUG: python3-subunit noarch 1.4.4-5.el10s delorean-master-testing 123 k DEBUG: python3-swiftclient noarch 4.8.0-0.20250527151254.8486005.el10 delorean-component-clients 213 k DEBUG: python3-swiftclient+keystone noarch 4.8.0-0.20250527151254.8486005.el10 delorean-component-clients 8.0 k DEBUG: python3-testresources noarch 2.0.1-18.el10s delorean-master-testing 74 k DEBUG: python3-testscenarios noarch 0.5.0-21.el10s delorean-master-testing 40 k DEBUG: python3-testtools noarch 2.7.2-1.bootstrap.el10s delorean-master-testing 405 k DEBUG: python3-tomlkit noarch 0.13.2-1.el10s delorean-master-testing 111 k DEBUG: python3-tooz+redis noarch 7.0.0-0.20250618071237.8df645f.el10 delorean-component-common 7.8 k DEBUG: python3-tooz+zake noarch 7.0.0-0.20250618071237.8df645f.el10 delorean-component-common 7.8 k DEBUG: python3-uhashring noarch 2.3-8.el10s delorean-master-testing 28 k DEBUG: python3-ujson x86_64 5.10.0-1.el10s delorean-master-testing 33 k DEBUG: python3-vine noarch 5.1.0-10.el10s delorean-master-testing 27 k DEBUG: python3-waitress noarch 3.0.1-1.el10s delorean-master-testing 112 k DEBUG: python3-wcwidth noarch 0.2.6-6.el10 baseos 46 k DEBUG: python3-wrapt x86_64 1.17.1-1.el10s delorean-master-testing 68 k DEBUG: python3-yappi x86_64 1.6.0-1.el10s delorean-master-testing 62 k DEBUG: python3-zake noarch 0.2.2-22.el10s delorean-master-testing 56 k DEBUG: python3-zipp noarch 3.21.0-2.el10s delorean-master-testing 30 k DEBUG: which x86_64 2.21-44.el10 baseos 42 k DEBUG: Installing weak dependencies: DEBUG: bash-completion noarch 1:2.11-16.el10 baseos 453 k DEBUG: perl-NDBM_File x86_64 1.17-514.el10 appstream 23 k DEBUG: python3-jwt+crypto noarch 2.8.0-1.el10s delorean-master-testing 8.6 k DEBUG: Transaction Summary DEBUG: ====================================================================================================================== DEBUG: Install 203 Packages DEBUG: Total size: 31 M DEBUG: Total download size: 295 k DEBUG: Installed size: 126 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python-openstackclient-lang-8.1.0-0.20250618070222.88b59d8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneclient-5.7.0-0.20250903122615.be6c506.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-octaviaclient-3.12.0-0.20250905225544.c4dd1e1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstackclient-8.1.0-0.20250618070222.88b59d8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-observabilityclient-1.2.0-0.20251001084700.bcadbfe.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-config-10.0.0-0.20250722064059.493a086.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] bash-completion-2.11-16.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] groff-base-1.23.0-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libyaml-0.2.5-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ncurses-6.4-14.20240127.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Carp-1.54-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Data-Dumper-2.189-512.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Digest-1.20-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Digest-MD5-2.59-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Encode-3.21-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Exporter-5.78-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Path-2.18-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Temp-0.231.100-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Getopt-Long-2.58-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-HTTP-Tiny-0.088-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-Socket-IP-0.42-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-Socket-SSL-2.085-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-MIME-Base64-3.16-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Mozilla-CA-20231213-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-PathTools-3.91-512.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Escapes-1.07-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Perldoc-3.28.01-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Simple-3.45-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Usage-2.03-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Scalar-List-Utils-1.63-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Socket-2.038-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Storable-3.32-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Term-ANSIColor-5.01-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Term-Cap-1.18-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Text-ParseWords-3.31-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Text-Tabs+Wrap-2024.001-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Time-Local-1.350-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-URI-5.27-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-constant-1.33-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-libnet-3.15-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-parent-0.241-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-podlators-5.01-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-attrs-23.2.0-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cffi-1.16.0-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-cryptography-43.0.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-dateutil-2.9.0.post0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-decorator-5.1.1-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonschema-4.19.1-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonschema-specifications-2023.11.2-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ply-3.11-25.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pycparser-2.20-16.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyparsing-3.1.1-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyyaml-6.0.1-19.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-referencing-0.31.1-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rpds-py-0.17.1-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-wcwidth-0.2.6-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] which-2.21-44.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxslt-1.1.39-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] memcached-1.6.23-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-AutoLoader-5.74-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-B-1.89-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Class-Struct-0.68-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-DynaLoader-1.56-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Errno-1.38-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Fcntl-1.18-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Basename-2.86-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-stat-1.14-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-FileHandle-2.05-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Getopt-Std-1.14-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-1.55-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-IPC-Open3-1.22-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-NDBM_File-1.17-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Net-SSLeay-1.94-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-POSIX-2.20-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-SelectSaver-1.02-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Symbol-1.09-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-base-2.27-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-if-0.61.000-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-interpreter-5.40.2-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-libs-5.40.2-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-locale-1.12-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-mro-1.29-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-overload-1.37-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-overloading-0.02-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-vars-1.05-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-PyMySQL-1.1.1-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-alembic-1.13.1-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jmespath-1.0.1-8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpatch-1.33-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpointer-2.3-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-lxml-5.2.1-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-mako-1.2.3-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-netaddr-1.3.0-2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-prettytable-3.6.0-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-psutil-5.9.8-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] double-conversion-3.3.0-4.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsodium-1.0.20-2.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-amqp-5.2.0-7.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-autopage-0.5.2-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-bcrypt-3.2.2-4.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-beautifulsoup4-4.12.3-9.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-binary-memcached-0.31.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cmd2-2.5.8-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cotyledon-2.0.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-croniter-5.0.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dogpile-cache-1.3.3-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-etcd3gw-2.4.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-extras-1.0.0-36.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fasteners-0.19-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fixtures-4.2.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-importlib-metadata-8.5.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-iso8601-2.1.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jwt+crypto-2.8.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jwt-2.8.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kazoo-2.8.0-16.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kombu-5.3.7-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-logutils-0.3.5-29.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-memcached-1.59-15.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-msgpack-1.1.0-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-paste-3.10.1-6.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-paste-deploy-3.1.0-7.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pecan-1.5.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-prometheus_client-0.21.0-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyOpenSSL-24.2.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pymemcache-4.0.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pynacl-1.5.0-14.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyperclip-1.8.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pytz-2024.1-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-redis-5.1.1-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-repoze-lru-0.7-25.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rfc3986-1.5.0-12.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-routes-2.5.1-11.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setproctitle-1.3.3-4.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-simplegeneric-0.8.1-21.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-statsd-3.2.1-33.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stestr-4.1.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-subunit-1.4.4-5.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tenacity-8.2.3-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testresources-2.0.1-18.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testscenarios-0.5.0-21.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testtools-2.7.2-1.bootstrap.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tomlkit-0.13.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-uhashring-2.3-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ujson-5.10.0-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-vine-5.1.0-10.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-voluptuous-0.15.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-waitress-3.0.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-webob-1.8.9-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-webtest-3.0.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wrapt-1.17.1-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-yappi-1.6.0-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-zake-0.2.2-22.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-zipp-3.21.0-2.el10s.noarch.rpm: Already downloaded DEBUG: (202/203): python3-wsme-0.12.1-0.20250217143530 4.2 MB/s | 176 kB 00:00 DEBUG: (203/203): python3-gnocchiclient-7.2.0-0.202505 2.4 MB/s | 119 kB 00:00 DEBUG: -------------------------------------------------------------------------------- DEBUG: Total 4.4 MB/s | 295 kB 00:00 DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-stevedore-5.5.0-0.20250903121709.3c04bde 1/203 DEBUG: Installing : python3-webob-1.8.9-1.el10s.noarch 2/203 DEBUG: Installing : python3-iso8601-2.1.0-3.el10s.noarch 3/203 DEBUG: Installing : python3-testtools-2.7.2-1.bootstrap.el10s.noarch 4/203 DEBUG: Installing : python3-netaddr-1.3.0-2.el10.noarch 5/203 DEBUG: Installing : python3-pytz-2024.1-3.el10s.noarch 6/203 DEBUG: Installing : python3-psutil-5.9.8-6.el10.x86_64 7/203 DEBUG: Installing : python3-mako-1.2.3-9.el10.noarch 8/203 DEBUG: Installing : python3-decorator-5.1.1-12.el10.noarch 9/203 DEBUG: Installing : python3-dateutil-1:2.9.0.post0-1.el10.noarch 10/203 DEBUG: Installing : python3-dogpile-cache-1.3.3-1.el10s.noarch 11/203 DEBUG: Installing : python3-subunit-1.4.4-5.el10s.noarch 12/203 DEBUG: Installing : python3-voluptuous-0.15.2-1.el10s.noarch 13/203 DEBUG: Installing : python3-vine-5.1.0-10.el10s.noarch 14/203 DEBUG: Installing : python3-amqp-5.2.0-7.el10s.noarch 15/203 DEBUG: Installing : python3-redis-5.1.1-3.el10s.noarch 16/203 DEBUG: Installing : python3-msgpack-1.1.0-1.el10s.x86_64 17/203 DEBUG: Installing : python3-fixtures-4.2.2-1.el10s.noarch 18/203 DEBUG: Installing : python3-fasteners-0.19-1.el10s.noarch 19/203 DEBUG: Installing : python3-wcwidth-0.2.6-6.el10.noarch 20/203 DEBUG: Installing : python3-prettytable-3.6.0-10.el10.noarch 21/203 DEBUG: Installing : python3-rpds-py-0.17.1-6.el10.x86_64 22/203 DEBUG: Installing : python3-attrs-23.2.0-7.el10.noarch 23/203 DEBUG: Installing : python3-referencing-0.31.1-6.el10.noarch 24/203 DEBUG: Installing : python3-os-service-types-1.8.0-0.20250722070657. 25/203 DEBUG: Installing : python3-keystoneauth1-5.12.0-0.20250905092839.4f 26/203 DEBUG: Installing : python3-jsonschema-specifications-2023.11.2-6.el 27/203 DEBUG: Installing : python3-kombu-1:5.3.7-1.el10s.noarch 28/203 DEBUG: Installing : python3-prometheus_client-0.21.0-2.el10s.noarch 29/203 DEBUG: Installing : python3-alembic-1.13.1-7.el10.noarch 30/203 DEBUG: Installing : python3-testscenarios-0.5.0-21.el10s.noarch 31/203 DEBUG: Installing : python3-zipp-3.21.0-2.el10s.noarch 32/203 DEBUG: Installing : python3-importlib-metadata-8.5.0-1.el10s.noarch 33/203 DEBUG: Installing : python3-yappi-1.6.0-1.el10s.x86_64 34/203 DEBUG: Installing : python3-wrapt-1.17.1-1.el10s.x86_64 35/203 DEBUG: Installing : python3-debtcollector-3.0.0-0.20250212115946.0e6 36/203 DEBUG: Installing : python3-oslo-context-6.1.0-0.20250903115431.f23b 37/203 DEBUG: Installing : python3-futurist-3.2.1-0.20250905232230.388ec84. 38/203 DEBUG: Installing : python3-etcd3gw-2.4.1-1.el10s.noarch 39/203 DEBUG: Installing : python3-waitress-3.0.1-1.el10s.noarch 40/203 DEBUG: Installing : python3-uhashring-2.3-8.el10s.noarch 41/203 DEBUG: Installing : python3-tomlkit-0.13.2-1.el10s.noarch 42/203 DEBUG: Installing : python3-testresources-2.0.1-18.el10s.noarch 43/203 DEBUG: Installing : python3-tenacity-8.2.3-1.el10s.noarch 44/203 DEBUG: Installing : python3-statsd-3.2.1-33.el10s.noarch 45/203 DEBUG: Installing : python3-simplegeneric-0.8.1-21.el10s.noarch 46/203 DEBUG: Installing : python3-setproctitle-1.3.3-4.el10s.x86_64 47/203 DEBUG: Installing : python3-rfc3986-1.5.0-12.el10s.noarch 48/203 DEBUG: Installing : python3-repoze-lru-0.7-25.el10s.noarch 49/203 DEBUG: Installing : python3-routes-2.5.1-11.el10s.noarch 50/203 DEBUG: Installing : python3-pyperclip-1.8.2-1.el10s.noarch 51/203 DEBUG: Installing : python3-pymemcache-4.0.0-1.el10s.noarch 52/203 DEBUG: Installing : python3-paste-deploy-3.1.0-7.el10s.noarch 53/203 DEBUG: Installing : python3-memcached-1.59-15.el10s.noarch 54/203 DEBUG: Installing : python3-logutils-0.3.5-29.el10s.noarch 55/203 DEBUG: Installing : python3-kazoo-2.8.0-16.el10s.noarch 56/203 DEBUG: Installing : python3-zake-0.2.2-22.el10s.noarch 57/203 DEBUG: Installing : python3-extras-1.0.0-36.el10s.noarch 58/203 DEBUG: Installing : python3-autopage-0.5.2-8.el10s.noarch 59/203 DEBUG: Installing : libsodium-1.0.20-2.el10s.x86_64 60/203 DEBUG: Installing : double-conversion-3.3.0-4.el10s.x86_64 61/203 DEBUG: Installing : python3-ujson-5.10.0-1.el10s.x86_64 62/203 DEBUG: Installing : python3-jsonpointer-2.3-9.el10.noarch 63/203 DEBUG: Installing : python3-jsonpatch-1.33-6.el10.noarch 64/203 DEBUG: Installing : python3-jmespath-1.0.1-8.el10.noarch 65/203 DEBUG: Installing : python3-PyMySQL-1.1.1-3.el10.noarch 66/203 DEBUG: Installing : libxslt-1.1.39-8.el10.x86_64 67/203 DEBUG: Installing : python3-lxml-5.2.1-4.el10.x86_64 68/203 DEBUG: Installing : python3-beautifulsoup4-4.12.3-9.el10s.noarch 69/203 DEBUG: Installing : which-2.21-44.el10.x86_64 70/203 DEBUG: Installing : python3-cmd2-2.5.8-1.el10s.noarch 71/203 DEBUG: Installing : python3-pyparsing-3.1.1-7.el10.noarch 72/203 DEBUG: Installing : python3-ply-3.11-25.el10.noarch 73/203 DEBUG: Installing : python3-pycparser-2.20-16.el10.noarch 74/203 DEBUG: Installing : python3-cffi-1.16.0-7.el10.x86_64 75/203 DEBUG: Installing : python3-cryptography-43.0.0-4.el10.x86_64 76/203 DEBUG: Installing : python3-jwt-2.8.0-1.el10s.noarch 77/203 DEBUG: Installing : python3-jwt+crypto-2.8.0-1.el10s.noarch 78/203 DEBUG: Installing : python3-pyOpenSSL-24.2.1-1.el10s.noarch 79/203 DEBUG: Installing : python3-paste-3.10.1-6.el10s.noarch 80/203 DEBUG: Installing : python3-bcrypt-3.2.2-4.el10s.x86_64 81/203 DEBUG: Installing : python3-pynacl-1.5.0-14.el10s.x86_64 82/203 DEBUG: Installing : ncurses-6.4-14.20240127.el10.x86_64 83/203 DEBUG: Installing : libyaml-0.2.5-16.el10.x86_64 84/203 DEBUG: Installing : python3-pyyaml-6.0.1-19.el10.x86_64 85/203 DEBUG: Installing : python3-cliff-4.10.0-0.20250618070037.af17b57.el 86/203 DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 87/203 DEBUG: Installing : groff-base-1.23.0-10.el10.x86_64 87/203 DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 87/203 DEBUG: Installing : perl-Digest-1.20-511.el10.noarch 88/203 DEBUG: Installing : perl-Digest-MD5-2.59-6.el10.x86_64 89/203 DEBUG: Installing : perl-B-1.89-514.el10.x86_64 90/203 DEBUG: Installing : perl-FileHandle-2.05-514.el10.noarch 91/203 DEBUG: Installing : perl-Data-Dumper-2.189-512.el10.x86_64 92/203 DEBUG: Installing : perl-libnet-3.15-512.el10.noarch 93/203 DEBUG: Installing : perl-AutoLoader-5.74-514.el10.noarch 94/203 DEBUG: Installing : perl-URI-5.27-3.el10.noarch 95/203 DEBUG: Installing : perl-Text-Tabs+Wrap-2024.001-511.el10.noarch 96/203 DEBUG: Installing : perl-Time-Local-2:1.350-511.el10.noarch 97/203 DEBUG: Installing : perl-Mozilla-CA-20231213-5.el10.noarch 98/203 DEBUG: Installing : perl-if-0.61.000-514.el10.noarch 99/203 DEBUG: Installing : perl-locale-1.12-514.el10.noarch 100/203 DEBUG: Installing : perl-IO-Socket-IP-0.42-512.el10.noarch 101/203 DEBUG: Installing : perl-File-Path-2.18-511.el10.noarch 102/203 DEBUG: Installing : perl-Pod-Escapes-1:1.07-511.el10.noarch 103/203 DEBUG: Installing : perl-IO-Socket-SSL-2.085-3.el10.noarch 104/203 DEBUG: Installing : perl-Net-SSLeay-1.94-8.el10.x86_64 105/203 DEBUG: Installing : perl-Term-ANSIColor-5.01-512.el10.noarch 106/203 DEBUG: Installing : perl-Class-Struct-0.68-514.el10.noarch 107/203 DEBUG: Installing : perl-POSIX-2.20-514.el10.x86_64 108/203 DEBUG: Installing : perl-IPC-Open3-1.22-514.el10.noarch 109/203 DEBUG: Installing : perl-File-Temp-1:0.231.100-512.el10.noarch 110/203 DEBUG: Installing : perl-Term-Cap-1.18-511.el10.noarch 111/203 DEBUG: Installing : perl-HTTP-Tiny-0.088-512.el10.noarch 112/203 DEBUG: Installing : perl-Pod-Simple-1:3.45-511.el10.noarch 113/203 DEBUG: Installing : perl-Socket-4:2.038-511.el10.x86_64 114/203 DEBUG: Installing : perl-SelectSaver-1.02-514.el10.noarch 115/203 DEBUG: Installing : perl-Symbol-1.09-514.el10.noarch 116/203 DEBUG: Installing : perl-File-stat-1.14-514.el10.noarch 117/203 DEBUG: Installing : perl-podlators-1:5.01-511.el10.noarch 118/203 DEBUG: Installing : perl-Pod-Perldoc-3.28.01-512.el10.noarch 119/203 DEBUG: Installing : perl-Text-ParseWords-3.31-511.el10.noarch 120/203 DEBUG: Installing : perl-Fcntl-1.18-514.el10.x86_64 121/203 DEBUG: Installing : perl-base-2.27-514.el10.noarch 122/203 DEBUG: Installing : perl-mro-1.29-514.el10.x86_64 123/203 DEBUG: Installing : perl-IO-1.55-514.el10.x86_64 124/203 DEBUG: Installing : perl-overloading-0.02-514.el10.noarch 125/203 DEBUG: Installing : perl-Pod-Usage-4:2.03-511.el10.noarch 126/203 DEBUG: Installing : perl-MIME-Base64-3.16-511.el10.x86_64 127/203 DEBUG: Installing : perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 128/203 DEBUG: Installing : perl-constant-1.33-512.el10.noarch 129/203 DEBUG: Installing : perl-parent-1:0.241-512.el10.noarch 130/203 DEBUG: Installing : perl-Errno-1.38-514.el10.x86_64 131/203 DEBUG: Installing : perl-File-Basename-2.86-514.el10.noarch 132/203 DEBUG: Installing : perl-Getopt-Std-1.14-514.el10.noarch 133/203 DEBUG: Installing : perl-Storable-1:3.32-511.el10.x86_64 134/203 DEBUG: Installing : perl-overload-1.37-514.el10.noarch 135/203 DEBUG: Installing : perl-vars-1.05-514.el10.noarch 136/203 DEBUG: Installing : perl-Getopt-Long-1:2.58-3.el10.noarch 137/203 DEBUG: Installing : perl-Carp-1.54-511.el10.noarch 138/203 DEBUG: Installing : perl-Exporter-5.78-511.el10.noarch 139/203 DEBUG: Installing : perl-PathTools-3.91-512.el10.x86_64 140/203 DEBUG: Installing : perl-NDBM_File-1.17-514.el10.x86_64 141/203 DEBUG: Installing : perl-DynaLoader-1.56-514.el10.x86_64 142/203 DEBUG: Installing : perl-Encode-4:3.21-511.el10.x86_64 143/203 DEBUG: Installing : perl-libs-4:5.40.2-514.el10.x86_64 144/203 DEBUG: Installing : perl-interpreter-4:5.40.2-514.el10.x86_64 145/203 DEBUG: Running scriptlet: memcached-1.6.23-7.el10.x86_64 146/203 DEBUG: Installing : memcached-1.6.23-7.el10.x86_64 146/203 DEBUG: Running scriptlet: memcached-1.6.23-7.el10.x86_64 146/203 DEBUG: Installing : python3-binary-memcached-0.31.2-1.el10s.noarch 147/203 DEBUG: Installing : bash-completion-1:2.11-16.el10.noarch 148/203 DEBUG: Installing : python3-requestsexceptions-1.4.0-0.2025021313342 149/203 DEBUG: Installing : python3-openstacksdk-4.6.0-0.20250618072004.d2c6 150/203 DEBUG: Installing : python3-os-client-config-2.3.0-0.20250722070834. 151/203 DEBUG: Installing : python-pycadf-common-4.0.1-0.20250212144723.3cea 152/203 DEBUG: Installing : python-oslo-utils-lang-9.1.0-0.20250903120622.c9 153/203 DEBUG: Installing : python-oslo-policy-lang-4.6.0-0.20250903115627.f 154/203 DEBUG: Installing : python-oslo-middleware-lang-6.6.0-0.202507220638 155/203 DEBUG: Installing : python-oslo-log-lang-7.2.1-0.20250903123413.dda3 156/203 DEBUG: Installing : python-oslo-i18n-lang-6.6.0-0.20250903121520.fc5 157/203 DEBUG: Installing : python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8 158/203 DEBUG: Installing : python3-oslo-utils-9.1.0-0.20250903120622.c9dd06 159/203 DEBUG: Installing : python3-oslo-config-2:10.0.0-0.20250722064059.49 160/203 DEBUG: Installing : python3-oslo-serialization-5.8.0-0.2025090312025 161/203 DEBUG: Installing : python3-oslo-log-7.2.1-0.20250903123413.dda3eb6. 162/203 DEBUG: Installing : python3-osc-lib-4.1.0-0.20250722063709.48b43f8.e 163/203 DEBUG: Installing : python3-keystoneclient-1:5.7.0-0.20250903122615. 164/203 DEBUG: Installing : python3-tooz+redis-7.0.0-0.20250618071237.8df645 165/203 DEBUG: Installing : python3-tooz+zake-7.0.0-0.20250618071237.8df645f 166/203 DEBUG: Installing : python3-tooz-7.0.0-0.20250618071237.8df645f.el10 167/203 DEBUG: Installing : python3-neutronclient-11.6.0-0.20250722064251.5f 168/203 DEBUG: Installing : python3-swiftclient-4.8.0-0.20250527151254.84860 169/203 DEBUG: Installing : python3-swiftclient+keystone-4.8.0-0.20250527151 170/203 DEBUG: Installing : python3-oslo-metrics-0.13.0-0.20250903121146.276 171/203 DEBUG: Installing : python3-oslo-policy-4.6.0-0.20250903115627.fc28a 172/203 DEBUG: Installing : python3-pycadf-4.0.1-0.20250212144723.3cea59f.el 173/203 DEBUG: Installing : python3-oslo-middleware-6.6.0-0.20250722063855.0 174/203 DEBUG: Installing : python3-cinderclient-9.8.0-0.20250905132338.e2d3 175/203 DEBUG: Installing : python-oslo-db-lang-17.4.0-0.20250903125129.69c7 176/203 DEBUG: Installing : python3-oslo-db+mysql-17.4.0-0.20250903125129.69 177/203 DEBUG: Installing : python3-oslo-db-17.4.0-0.20250903125129.69c7401. 178/203 DEBUG: Installing : python-oslo-concurrency-lang-7.2.0-0.20250903115 179/203 DEBUG: Installing : python3-oslo-concurrency-7.2.0-0.20250903115211. 180/203 DEBUG: Installing : python3-oslo-service-4.3.0-0.20250903130900.bfc7 181/203 DEBUG: Installing : python-oslo-cache-lang-3.12.0-0.20250905173025.5 182/203 DEBUG: Installing : python3-oslo-cache+dogpile-3.12.0-0.202509051730 183/203 DEBUG: Installing : python3-oslo-cache+etcd3gw-3.12.0-0.202509051730 184/203 DEBUG: Installing : python3-oslo-cache-3.12.0-0.20250905173025.50839 185/203 DEBUG: Installing : python-openstackclient-lang-8.1.0-0.202506180702 186/203 DEBUG: Installing : python3-openstackclient-8.1.0-0.20250618070222.8 187/203 DEBUG: Running scriptlet: python3-openstackclient-8.1.0-0.20250618070222.8 187/203 DEBUG: Installing : python3-octaviaclient-3.12.0-0.20250905225544.c4 188/203 DEBUG: Installing : python3-keystonemiddleware-10.11.0-0.20250722065 189/203 DEBUG: Installing : python3-oslo-messaging-17.1.0-0.20250722072528.8 190/203 DEBUG: Installing : python3-oslo-upgradecheck-2.6.0-0.20250903120433 191/203 DEBUG: Installing : python3-heatclient-4.3.0-0.20250722065958.d8a25e 192/203 DEBUG: Installing : python3-observabilityclient-1.2.0-0.202510010847 193/203 DEBUG: Installing : python3-oslo-reports-3.6.0-0.20250903115818.b890 194/203 DEBUG: Installing : python3-gnocchiclient-7.2.0-0.20250513100707.636 195/203 DEBUG: Installing : python3-stestr-4.1.0-1.el10s.noarch 196/203 DEBUG: Installing : python3-webtest-3.0.0-1.el10s.noarch 197/203 DEBUG: Installing : python3-pecan-1.5.1-1.el10s.noarch 198/203 DEBUG: Installing : python3-cotyledon-2.0.0-1.el10s.noarch 199/203 DEBUG: Installing : python3-wsme-0.12.1-0.20250217143530.8312bb2.el1 200/203 DEBUG: Installing : python3-jsonschema-4.19.1-7.el10.noarch 201/203 DEBUG: Installing : python3-oslotest-5.0.1-0.20250513100931.1fe4458. 202/203 DEBUG: Installing : python3-croniter-5.0.1-1.el10s.noarch 203/203 DEBUG: Running scriptlet: python3-croniter-5.0.1-1.el10s.noarch 203/203 DEBUG: Installed: DEBUG: bash-completion-1:2.11-16.el10.noarch DEBUG: double-conversion-3.3.0-4.el10s.x86_64 DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: memcached-1.6.23-7.el10.x86_64 DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: perl-AutoLoader-5.74-514.el10.noarch DEBUG: perl-B-1.89-514.el10.x86_64 DEBUG: perl-Carp-1.54-511.el10.noarch DEBUG: perl-Class-Struct-0.68-514.el10.noarch DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 DEBUG: perl-Digest-1.20-511.el10.noarch DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 DEBUG: perl-DynaLoader-1.56-514.el10.x86_64 DEBUG: perl-Encode-4:3.21-511.el10.x86_64 DEBUG: perl-Errno-1.38-514.el10.x86_64 DEBUG: perl-Exporter-5.78-511.el10.noarch DEBUG: perl-Fcntl-1.18-514.el10.x86_64 DEBUG: perl-File-Basename-2.86-514.el10.noarch DEBUG: perl-File-Path-2.18-511.el10.noarch DEBUG: perl-File-Temp-1:0.231.100-512.el10.noarch DEBUG: perl-File-stat-1.14-514.el10.noarch DEBUG: perl-FileHandle-2.05-514.el10.noarch DEBUG: perl-Getopt-Long-1:2.58-3.el10.noarch DEBUG: perl-Getopt-Std-1.14-514.el10.noarch DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch DEBUG: perl-IO-1.55-514.el10.x86_64 DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch DEBUG: perl-IPC-Open3-1.22-514.el10.noarch DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch DEBUG: perl-NDBM_File-1.17-514.el10.x86_64 DEBUG: perl-Net-SSLeay-1.94-8.el10.x86_64 DEBUG: perl-POSIX-2.20-514.el10.x86_64 DEBUG: perl-PathTools-3.91-512.el10.x86_64 DEBUG: perl-Pod-Escapes-1:1.07-511.el10.noarch DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch DEBUG: perl-Pod-Simple-1:3.45-511.el10.noarch DEBUG: perl-Pod-Usage-4:2.03-511.el10.noarch DEBUG: perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 DEBUG: perl-SelectSaver-1.02-514.el10.noarch DEBUG: perl-Socket-4:2.038-511.el10.x86_64 DEBUG: perl-Storable-1:3.32-511.el10.x86_64 DEBUG: perl-Symbol-1.09-514.el10.noarch DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch DEBUG: perl-Term-Cap-1.18-511.el10.noarch DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch DEBUG: perl-Time-Local-2:1.350-511.el10.noarch DEBUG: perl-URI-5.27-3.el10.noarch DEBUG: perl-base-2.27-514.el10.noarch DEBUG: perl-constant-1.33-512.el10.noarch DEBUG: perl-if-0.61.000-514.el10.noarch DEBUG: perl-interpreter-4:5.40.2-514.el10.x86_64 DEBUG: perl-libnet-3.15-512.el10.noarch DEBUG: perl-libs-4:5.40.2-514.el10.x86_64 DEBUG: perl-locale-1.12-514.el10.noarch DEBUG: perl-mro-1.29-514.el10.x86_64 DEBUG: perl-overload-1.37-514.el10.noarch DEBUG: perl-overloading-0.02-514.el10.noarch DEBUG: perl-parent-1:0.241-512.el10.noarch DEBUG: perl-podlators-1:5.01-511.el10.noarch DEBUG: perl-vars-1.05-514.el10.noarch DEBUG: python-openstackclient-lang-8.1.0-0.20250618070222.88b59d8.el10.noarch DEBUG: python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-PyMySQL-1.1.1-3.el10.noarch DEBUG: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: python3-beautifulsoup4-4.12.3-9.el10s.noarch DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: python3-cotyledon-2.0.0-1.el10s.noarch DEBUG: python3-croniter-5.0.1-1.el10s.noarch DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 DEBUG: python3-dateutil-1:2.9.0.post0-1.el10.noarch DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch DEBUG: python3-gnocchiclient-7.2.0-0.20250513100707.6363a9f.el10.noarch DEBUG: python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch DEBUG: python3-importlib-metadata-8.5.0-1.el10s.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-jmespath-1.0.1-8.el10.noarch DEBUG: python3-jsonpatch-1.33-6.el10.noarch DEBUG: python3-jsonpointer-2.3-9.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jwt-2.8.0-1.el10s.noarch DEBUG: python3-jwt+crypto-2.8.0-1.el10s.noarch DEBUG: python3-kazoo-2.8.0-16.el10s.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: python3-keystoneclient-1:5.7.0-0.20250903122615.be6c506.el10.noarch DEBUG: python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch DEBUG: python3-kombu-1:5.3.7-1.el10s.noarch DEBUG: python3-logutils-0.3.5-29.el10s.noarch DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-memcached-1.59-15.el10s.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch DEBUG: python3-observabilityclient-1.2.0-0.20251001084700.bcadbfe.el10.noarch DEBUG: python3-octaviaclient-3.12.0-0.20250905225544.c4dd1e1.el10.noarch DEBUG: python3-openstackclient-8.1.0-0.20250618070222.88b59d8.el10.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch DEBUG: python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-config-2:10.0.0-0.20250722064059.493a086.el10.noarch DEBUG: python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch DEBUG: python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch DEBUG: python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch DEBUG: python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch DEBUG: python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch DEBUG: python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-paste-3.10.1-6.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-pecan-1.5.1-1.el10s.noarch DEBUG: python3-ply-3.11-25.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-pycparser-2.20-16.el10.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-pynacl-1.5.0-14.el10s.x86_64 DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-redis-5.1.1-3.el10s.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: python3-repoze-lru-0.7-25.el10s.noarch DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch DEBUG: python3-routes-2.5.1-11.el10s.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-setproctitle-1.3.3-4.el10s.x86_64 DEBUG: python3-simplegeneric-0.8.1-21.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: python3-subunit-1.4.4-5.el10s.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-tenacity-8.2.3-1.el10s.noarch DEBUG: python3-testresources-2.0.1-18.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch DEBUG: python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-uhashring-2.3-8.el10s.noarch DEBUG: python3-ujson-5.10.0-1.el10s.x86_64 DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-waitress-3.0.1-1.el10s.noarch DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-webtest-3.0.0-1.el10s.noarch DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 DEBUG: python3-wsme-0.12.1-0.20250217143530.8312bb2.el10.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-zake-0.2.2-22.el10s.noarch DEBUG: python3-zipp-3.21.0-2.el10s.noarch DEBUG: which-2.21-44.el10.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-filelock-3.15.4-3.el10s.noarch DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch DEBUG: python3-distlib-0.3.9-1.el10s.noarch DEBUG: python3-chardet-5.2.0-1.el10s.noarch DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-wheel-wheel-0.41.2-5.el10.noarch DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: tox-4.21.2-3.el10s.noarch DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-dateutil-2.9.0.post0-1.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: python3-subunit-1.4.4-5.el10s.noarch DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-redis-5.1.1-3.el10s.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-kombu-5.3.7-1.el10s.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-zipp-3.21.0-2.el10s.noarch DEBUG: python3-importlib-metadata-8.5.0-1.el10s.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-waitress-3.0.1-1.el10s.noarch DEBUG: python3-uhashring-2.3-8.el10s.noarch DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch DEBUG: python3-testresources-2.0.1-18.el10s.noarch DEBUG: python3-tenacity-8.2.3-1.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-simplegeneric-0.8.1-21.el10s.noarch DEBUG: python3-setproctitle-1.3.3-4.el10s.x86_64 DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch DEBUG: python3-repoze-lru-0.7-25.el10s.noarch DEBUG: python3-routes-2.5.1-11.el10s.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-memcached-1.59-15.el10s.noarch DEBUG: python3-logutils-0.3.5-29.el10s.noarch DEBUG: python3-kazoo-2.8.0-16.el10s.noarch DEBUG: python3-zake-0.2.2-22.el10s.noarch DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: double-conversion-3.3.0-4.el10s.x86_64 DEBUG: python3-ujson-5.10.0-1.el10s.x86_64 DEBUG: python3-jsonpointer-2.3-9.el10.noarch DEBUG: python3-jsonpatch-1.33-6.el10.noarch DEBUG: python3-jmespath-1.0.1-8.el10.noarch DEBUG: python3-PyMySQL-1.1.1-3.el10.noarch DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-beautifulsoup4-4.12.3-9.el10s.noarch DEBUG: which-2.21-44.el10.x86_64 DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-ply-3.11-25.el10.noarch DEBUG: python3-pycparser-2.20-16.el10.noarch DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 DEBUG: python3-jwt-2.8.0-1.el10s.noarch DEBUG: python3-jwt+crypto-2.8.0-1.el10s.noarch DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-paste-3.10.1-6.el10s.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: python3-pynacl-1.5.0-14.el10s.x86_64 DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: perl-Digest-1.20-511.el10.noarch DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 DEBUG: perl-B-1.89-514.el10.x86_64 DEBUG: perl-FileHandle-2.05-514.el10.noarch DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 DEBUG: perl-libnet-3.15-512.el10.noarch DEBUG: perl-AutoLoader-5.74-514.el10.noarch DEBUG: perl-URI-5.27-3.el10.noarch DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch DEBUG: perl-Time-Local-1.350-511.el10.noarch DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch DEBUG: perl-if-0.61.000-514.el10.noarch DEBUG: perl-locale-1.12-514.el10.noarch DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch DEBUG: perl-File-Path-2.18-511.el10.noarch DEBUG: perl-Pod-Escapes-1.07-511.el10.noarch DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch DEBUG: perl-Net-SSLeay-1.94-8.el10.x86_64 DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch DEBUG: perl-Class-Struct-0.68-514.el10.noarch DEBUG: perl-POSIX-2.20-514.el10.x86_64 DEBUG: perl-IPC-Open3-1.22-514.el10.noarch DEBUG: perl-File-Temp-0.231.100-512.el10.noarch DEBUG: perl-Term-Cap-1.18-511.el10.noarch DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch DEBUG: perl-Pod-Simple-3.45-511.el10.noarch DEBUG: perl-Socket-2.038-511.el10.x86_64 DEBUG: perl-SelectSaver-1.02-514.el10.noarch DEBUG: perl-Symbol-1.09-514.el10.noarch DEBUG: perl-File-stat-1.14-514.el10.noarch DEBUG: perl-podlators-5.01-511.el10.noarch DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch DEBUG: perl-Fcntl-1.18-514.el10.x86_64 DEBUG: perl-base-2.27-514.el10.noarch DEBUG: perl-mro-1.29-514.el10.x86_64 DEBUG: perl-IO-1.55-514.el10.x86_64 DEBUG: perl-overloading-0.02-514.el10.noarch DEBUG: perl-Pod-Usage-2.03-511.el10.noarch DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 DEBUG: perl-Scalar-List-Utils-1.63-511.el10.x86_64 DEBUG: perl-constant-1.33-512.el10.noarch DEBUG: perl-parent-0.241-512.el10.noarch DEBUG: perl-Errno-1.38-514.el10.x86_64 DEBUG: perl-File-Basename-2.86-514.el10.noarch DEBUG: perl-Getopt-Std-1.14-514.el10.noarch DEBUG: perl-Storable-3.32-511.el10.x86_64 DEBUG: perl-overload-1.37-514.el10.noarch DEBUG: perl-vars-1.05-514.el10.noarch DEBUG: perl-Getopt-Long-2.58-3.el10.noarch DEBUG: perl-Carp-1.54-511.el10.noarch DEBUG: perl-Exporter-5.78-511.el10.noarch DEBUG: perl-PathTools-3.91-512.el10.x86_64 DEBUG: perl-NDBM_File-1.17-514.el10.x86_64 DEBUG: perl-DynaLoader-1.56-514.el10.x86_64 DEBUG: perl-Encode-3.21-511.el10.x86_64 DEBUG: perl-libs-5.40.2-514.el10.x86_64 DEBUG: perl-interpreter-5.40.2-514.el10.x86_64 DEBUG: memcached-1.6.23-7.el10.x86_64 DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: bash-completion-2.11-16.el10.noarch DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-oslo-config-10.0.0-0.20250722064059.493a086.el10.noarch DEBUG: python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch DEBUG: python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch DEBUG: python3-keystoneclient-5.7.0-0.20250903122615.be6c506.el10.noarch DEBUG: python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch DEBUG: python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch DEBUG: python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python-openstackclient-lang-8.1.0-0.20250618070222.88b59d8.el10.noarch DEBUG: python3-openstackclient-8.1.0-0.20250618070222.88b59d8.el10.noarch DEBUG: python3-octaviaclient-3.12.0-0.20250905225544.c4dd1e1.el10.noarch DEBUG: python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch DEBUG: python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch DEBUG: python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch DEBUG: python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch DEBUG: python3-observabilityclient-1.2.0-0.20251001084700.bcadbfe.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch DEBUG: python3-gnocchiclient-7.2.0-0.20250513100707.6363a9f.el10.noarch DEBUG: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-webtest-3.0.0-1.el10s.noarch DEBUG: python3-pecan-1.5.1-1.el10s.noarch DEBUG: python3-cotyledon-2.0.0-1.el10s.noarch DEBUG: python3-wsme-0.12.1-0.20250217143530.8312bb2.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-croniter-5.0.1-1.el10s.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-filelock-3.15.4-3.el10s.noarch DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch DEBUG: python3-distlib-0.3.9-1.el10s.noarch DEBUG: python3-chardet-5.2.0-1.el10s.noarch DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-wheel-wheel-0.41.2-5.el10.noarch DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: tox-4.21.2-3.el10s.noarch DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-dateutil-2.9.0.post0-1.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: python3-subunit-1.4.4-5.el10s.noarch DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-redis-5.1.1-3.el10s.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-kombu-5.3.7-1.el10s.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-zipp-3.21.0-2.el10s.noarch DEBUG: python3-importlib-metadata-8.5.0-1.el10s.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-waitress-3.0.1-1.el10s.noarch DEBUG: python3-uhashring-2.3-8.el10s.noarch DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch DEBUG: python3-testresources-2.0.1-18.el10s.noarch DEBUG: python3-tenacity-8.2.3-1.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-simplegeneric-0.8.1-21.el10s.noarch DEBUG: python3-setproctitle-1.3.3-4.el10s.x86_64 DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch DEBUG: python3-repoze-lru-0.7-25.el10s.noarch DEBUG: python3-routes-2.5.1-11.el10s.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-memcached-1.59-15.el10s.noarch DEBUG: python3-logutils-0.3.5-29.el10s.noarch DEBUG: python3-kazoo-2.8.0-16.el10s.noarch DEBUG: python3-zake-0.2.2-22.el10s.noarch DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: double-conversion-3.3.0-4.el10s.x86_64 DEBUG: python3-ujson-5.10.0-1.el10s.x86_64 DEBUG: python3-jsonpointer-2.3-9.el10.noarch DEBUG: python3-jsonpatch-1.33-6.el10.noarch DEBUG: python3-jmespath-1.0.1-8.el10.noarch DEBUG: python3-PyMySQL-1.1.1-3.el10.noarch DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-beautifulsoup4-4.12.3-9.el10s.noarch DEBUG: which-2.21-44.el10.x86_64 DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-ply-3.11-25.el10.noarch DEBUG: python3-pycparser-2.20-16.el10.noarch DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 DEBUG: python3-jwt-2.8.0-1.el10s.noarch DEBUG: python3-jwt+crypto-2.8.0-1.el10s.noarch DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-paste-3.10.1-6.el10s.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: python3-pynacl-1.5.0-14.el10s.x86_64 DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: perl-Digest-1.20-511.el10.noarch DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 DEBUG: perl-B-1.89-514.el10.x86_64 DEBUG: perl-FileHandle-2.05-514.el10.noarch DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 DEBUG: perl-libnet-3.15-512.el10.noarch DEBUG: perl-AutoLoader-5.74-514.el10.noarch DEBUG: perl-URI-5.27-3.el10.noarch DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch DEBUG: perl-Time-Local-1.350-511.el10.noarch DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch DEBUG: perl-if-0.61.000-514.el10.noarch DEBUG: perl-locale-1.12-514.el10.noarch DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch DEBUG: perl-File-Path-2.18-511.el10.noarch DEBUG: perl-Pod-Escapes-1.07-511.el10.noarch DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch DEBUG: perl-Net-SSLeay-1.94-8.el10.x86_64 DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch DEBUG: perl-Class-Struct-0.68-514.el10.noarch DEBUG: perl-POSIX-2.20-514.el10.x86_64 DEBUG: perl-IPC-Open3-1.22-514.el10.noarch DEBUG: perl-File-Temp-0.231.100-512.el10.noarch DEBUG: perl-Term-Cap-1.18-511.el10.noarch DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch DEBUG: perl-Pod-Simple-3.45-511.el10.noarch DEBUG: perl-Socket-2.038-511.el10.x86_64 DEBUG: perl-SelectSaver-1.02-514.el10.noarch DEBUG: perl-Symbol-1.09-514.el10.noarch DEBUG: perl-File-stat-1.14-514.el10.noarch DEBUG: perl-podlators-5.01-511.el10.noarch DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch DEBUG: perl-Fcntl-1.18-514.el10.x86_64 DEBUG: perl-base-2.27-514.el10.noarch DEBUG: perl-mro-1.29-514.el10.x86_64 DEBUG: perl-IO-1.55-514.el10.x86_64 DEBUG: perl-overloading-0.02-514.el10.noarch DEBUG: perl-Pod-Usage-2.03-511.el10.noarch DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 DEBUG: perl-Scalar-List-Utils-1.63-511.el10.x86_64 DEBUG: perl-constant-1.33-512.el10.noarch DEBUG: perl-parent-0.241-512.el10.noarch DEBUG: perl-Errno-1.38-514.el10.x86_64 DEBUG: perl-File-Basename-2.86-514.el10.noarch DEBUG: perl-Getopt-Std-1.14-514.el10.noarch DEBUG: perl-Storable-3.32-511.el10.x86_64 DEBUG: perl-overload-1.37-514.el10.noarch DEBUG: perl-vars-1.05-514.el10.noarch DEBUG: perl-Getopt-Long-2.58-3.el10.noarch DEBUG: perl-Carp-1.54-511.el10.noarch DEBUG: perl-Exporter-5.78-511.el10.noarch DEBUG: perl-PathTools-3.91-512.el10.x86_64 DEBUG: perl-NDBM_File-1.17-514.el10.x86_64 DEBUG: perl-DynaLoader-1.56-514.el10.x86_64 DEBUG: perl-Encode-3.21-511.el10.x86_64 DEBUG: perl-libs-5.40.2-514.el10.x86_64 DEBUG: perl-interpreter-5.40.2-514.el10.x86_64 DEBUG: memcached-1.6.23-7.el10.x86_64 DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: bash-completion-2.11-16.el10.noarch DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-oslo-config-10.0.0-0.20250722064059.493a086.el10.noarch DEBUG: python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch DEBUG: python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch DEBUG: python3-keystoneclient-5.7.0-0.20250903122615.be6c506.el10.noarch DEBUG: python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch DEBUG: python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch DEBUG: python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python-openstackclient-lang-8.1.0-0.20250618070222.88b59d8.el10.noarch DEBUG: python3-openstackclient-8.1.0-0.20250618070222.88b59d8.el10.noarch DEBUG: python3-octaviaclient-3.12.0-0.20250905225544.c4dd1e1.el10.noarch DEBUG: python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch DEBUG: python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch DEBUG: python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch DEBUG: python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch DEBUG: python3-observabilityclient-1.2.0-0.20251001084700.bcadbfe.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch DEBUG: python3-gnocchiclient-7.2.0-0.20250513100707.6363a9f.el10.noarch DEBUG: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-webtest-3.0.0-1.el10s.noarch DEBUG: python3-pecan-1.5.1-1.el10s.noarch DEBUG: python3-cotyledon-2.0.0-1.el10s.noarch DEBUG: python3-wsme-0.12.1-0.20250217143530.8312bb2.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-croniter-5.0.1-1.el10s.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-aodh.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueraiseExc=FalseprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -br --noprep --target x86_64 --nodeps /builddir/build/SPECS/openstack-aodh.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.sJTBbI DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd aodh-21.1.0.dev24 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + echo '(python3dist(tomli) if python3-devel < 3.11)' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + echo -n DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + VALAFLAGS=-g DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + CC=gcc DEBUG: + CXX=g++ DEBUG: + TMPDIR=/builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + RPM_TOXENV=py312 DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/aodh-21.1.0.dev24/pyproject-wheeldir --output /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-buildrequires -t -e py312 DEBUG: Handling pbr>=6.0.0 from build-system.requires DEBUG: Requirement satisfied: pbr>=6.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling setuptools>=64.0.0 from build-system.requires DEBUG: Requirement satisfied: setuptools>=64.0.0 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) DEBUG: Handling pbr from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr DEBUG: (installed: pbr 6.1.1) DEBUG: Handling tox-current-env >= 0.0.6 from tox itself DEBUG: Requirement satisfied: tox-current-env >= 0.0.6 DEBUG: (installed: tox-current-env 0.0.12) DEBUG: py312: OK (0.01 seconds) DEBUG: congratulations :) (0.08 seconds) DEBUG: Handling tox from tox --print-deps-only: py312 DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling stestr>=2.0.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: stestr>=2.0.0 DEBUG: (installed: stestr 4.1.0) DEBUG: Handling oslotest>=2.15.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslotest>=2.15.0 DEBUG: (installed: oslotest 5.0.1) DEBUG: Handling fixtures>=1.3.1 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: fixtures>=1.3.1 DEBUG: (installed: fixtures 4.2.2) DEBUG: Handling WebTest>=3.0.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: WebTest>=3.0.0 DEBUG: (installed: WebTest 3.0.0) DEBUG: Handling tenacity>=3.2.1 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: tenacity>=3.2.1 DEBUG: (installed: tenacity 8.2.3) DEBUG: Handling croniter>=0.3.4 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: croniter>=0.3.4 DEBUG: (installed: croniter 5.0.1) DEBUG: Handling futurist>=0.11.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: futurist>=0.11.0 DEBUG: (installed: futurist 3.2.1) DEBUG: Handling jsonschema>=3.2.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: jsonschema>=3.2.0 DEBUG: (installed: jsonschema 4.19.1) DEBUG: Handling keystonemiddleware>=5.1.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: keystonemiddleware>=5.1.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling gnocchiclient>=6.0.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: gnocchiclient>=6.0.0 DEBUG: (installed: gnocchiclient 7.2.0) DEBUG: Handling lxml>=2.3 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: lxml>=2.3 DEBUG: (installed: lxml 5.2.1) DEBUG: Handling oslo.db>=11.0.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.db>=11.0.0 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.config>=6.8.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.config>=6.8.0 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.i18n>=1.5.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.i18n>=1.5.0 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling oslo.log>=4.3.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.log>=4.3.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.reports>=1.18.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.reports>=1.18.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.policy>=4.5.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.policy>=4.5.0 DEBUG: (installed: oslo.policy 4.6.0) DEBUG: Handling oslo.upgradecheck>=1.3.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.upgradecheck>=1.3.0 DEBUG: (installed: oslo.upgradecheck 2.6.0) DEBUG: Handling PasteDeploy>=1.5.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: PasteDeploy>=1.5.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling pbr>=2.0.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling pecan>=0.8.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: pecan>=0.8.0 DEBUG: (installed: pecan 1.5.1) DEBUG: Handling oslo.messaging>=5.2.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.messaging>=5.2.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware>=3.22.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.middleware>=3.22.0 DEBUG: (installed: oslo.middleware 6.6.0) DEBUG: Handling oslo.utils>=4.7.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.utils>=4.7.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling python-keystoneclient>=1.6.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: python-keystoneclient>=1.6.0 DEBUG: (installed: python-keystoneclient 5.7.0) DEBUG: Handling requests>=2.5.2 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: requests>=2.5.2 DEBUG: (installed: requests 2.32.4) DEBUG: Handling stevedore>=1.5.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: stevedore>=1.5.0 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling SQLAlchemy>=1.4.1 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: SQLAlchemy>=1.4.1 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling tooz>=1.28.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: tooz>=1.28.0 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling voluptuous>=0.8.10 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: voluptuous>=0.8.10 DEBUG: (installed: voluptuous 0.15.2) DEBUG: Handling WebOb>=1.2.3 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: WebOb>=1.2.3 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling WSME>=0.12.1 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: WSME>=0.12.1 DEBUG: (installed: WSME 0.12.1) DEBUG: Handling cachetools>=1.1.6 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: cachetools>=1.1.6 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling cotyledon>=1.7.3 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: cotyledon>=1.7.3 DEBUG: (installed: cotyledon 2.0.0) DEBUG: Handling keystoneauth1>=2.1 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: keystoneauth1>=2.1 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling python-observabilityclient>=0.0.4 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: python-observabilityclient>=0.0.4 DEBUG: (installed: python-observabilityclient 1.2.0) DEBUG: Handling python-octaviaclient>=1.8.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: python-octaviaclient>=1.8.0 DEBUG: (installed: python-octaviaclient 3.12.0) DEBUG: Handling python-dateutil>=2.5.3 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: python-dateutil>=2.5.3 DEBUG: (installed: python-dateutil 2.9.0.post0) DEBUG: Handling python-heatclient>=1.17.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: python-heatclient>=1.17.0 DEBUG: (installed: python-heatclient 4.3.0) DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` directly. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: Follow the current Python packaging guidelines when building DEBUG: Python RPM packages. DEBUG: See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html DEBUG: and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: self.initialize_options() DEBUG: running dist_info DEBUG: writing aodh.egg-info/PKG-INFO DEBUG: writing dependency_links to aodh.egg-info/dependency_links.txt DEBUG: writing entry points to aodh.egg-info/entry_points.txt DEBUG: writing requirements to aodh.egg-info/requires.txt DEBUG: writing top-level names to aodh.egg-info/top_level.txt DEBUG: writing pbr to aodh.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: [pbr] In git context, generating filelist from git DEBUG: warning: no previously-included files found matching '.gitignore' DEBUG: warning: no previously-included files found matching '.gitreview' DEBUG: warning: no previously-included files matching '*.pyc' found anywhere in distribution DEBUG: adding license file 'LICENSE' DEBUG: adding license file 'AUTHORS' DEBUG: writing manifest file 'aodh.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/aodh-21.1.0.dev24/aodh-21.1.0.dev24.dist-info' DEBUG: Handling tenacity >=3.2.1 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: tenacity >=3.2.1 DEBUG: (installed: tenacity 8.2.3) DEBUG: Handling croniter >=0.3.4 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: croniter >=0.3.4 DEBUG: (installed: croniter 5.0.1) DEBUG: Handling futurist >=0.11.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: futurist >=0.11.0 DEBUG: (installed: futurist 3.2.1) DEBUG: Handling jsonschema >=3.2.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: jsonschema >=3.2.0 DEBUG: (installed: jsonschema 4.19.1) DEBUG: Handling keystonemiddleware >=5.1.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: keystonemiddleware >=5.1.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling gnocchiclient >=6.0.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: gnocchiclient >=6.0.0 DEBUG: (installed: gnocchiclient 7.2.0) DEBUG: Handling lxml >=2.3 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: lxml >=2.3 DEBUG: (installed: lxml 5.2.1) DEBUG: Handling oslo.db >=11.0.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.db >=11.0.0 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.config >=6.8.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.config >=6.8.0 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.i18n >=1.5.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.i18n >=1.5.0 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling oslo.log >=4.3.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.log >=4.3.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.reports >=1.18.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.reports >=1.18.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.policy >=4.5.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.policy >=4.5.0 DEBUG: (installed: oslo.policy 4.6.0) DEBUG: Handling oslo.upgradecheck >=1.3.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.upgradecheck >=1.3.0 DEBUG: (installed: oslo.upgradecheck 2.6.0) DEBUG: Handling PasteDeploy >=1.5.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: PasteDeploy >=1.5.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling pbr >=2.0.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: pbr >=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling pecan >=0.8.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: pecan >=0.8.0 DEBUG: (installed: pecan 1.5.1) DEBUG: Handling oslo.messaging >=5.2.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.messaging >=5.2.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware >=3.22.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.middleware >=3.22.0 DEBUG: (installed: oslo.middleware 6.6.0) DEBUG: Handling oslo.utils >=4.7.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.utils >=4.7.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling python-keystoneclient >=1.6.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: python-keystoneclient >=1.6.0 DEBUG: (installed: python-keystoneclient 5.7.0) DEBUG: Handling requests >=2.5.2 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: requests >=2.5.2 DEBUG: (installed: requests 2.32.4) DEBUG: Handling stevedore >=1.5.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: stevedore >=1.5.0 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling SQLAlchemy >=1.4.1 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: SQLAlchemy >=1.4.1 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling tooz >=1.28.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: tooz >=1.28.0 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling voluptuous >=0.8.10 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: voluptuous >=0.8.10 DEBUG: (installed: voluptuous 0.15.2) DEBUG: Handling WebOb >=1.2.3 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: WebOb >=1.2.3 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling WSME >=0.12.1 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: WSME >=0.12.1 DEBUG: (installed: WSME 0.12.1) DEBUG: Handling cachetools >=1.1.6 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: cachetools >=1.1.6 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling cotyledon >=1.7.3 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: cotyledon >=1.7.3 DEBUG: (installed: cotyledon 2.0.0) DEBUG: Handling keystoneauth1 >=2.1 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: keystoneauth1 >=2.1 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling python-observabilityclient >=0.0.4 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: python-observabilityclient >=0.0.4 DEBUG: (installed: python-observabilityclient 1.2.0) DEBUG: Handling python-octaviaclient >=1.8.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: python-octaviaclient >=1.8.0 DEBUG: (installed: python-octaviaclient 3.12.0) DEBUG: Handling python-dateutil >=2.5.3 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: python-dateutil >=2.5.3 DEBUG: (installed: python-dateutil 2.9.0.post0) DEBUG: Handling python-heatclient >=1.17.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: python-heatclient >=1.17.0 DEBUG: (installed: python-heatclient 4.3.0) DEBUG: Handling stestr >=2.0.0 ; extra == 'test' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: stestr >=2.0.0 ; extra == 'test' DEBUG: Handling oslotest >=2.15.0 ; extra == 'test' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: oslotest >=2.15.0 ; extra == 'test' DEBUG: Handling fixtures >=1.3.1 ; extra == 'test' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: fixtures >=1.3.1 ; extra == 'test' DEBUG: Handling WebTest >=3.0.0 ; extra == 'test' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: WebTest >=3.0.0 ; extra == 'test' DEBUG: Handling python-zaqarclient >=1.2.0 ; extra == 'zaqar' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: python-zaqarclient >=1.2.0 ; extra == 'zaqar' DEBUG: + cat /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv aodh-21.1.0.dev24.dist-info/ DEBUG: removed 'aodh-21.1.0.dev24.dist-info/AUTHORS' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/LICENSE' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/METADATA' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/top_level.txt' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/pbr.json' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/entry_points.txt' DEBUG: removed directory 'aodh-21.1.0.dev24.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Wrote: /builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.buildreqs.nosrc.rpm DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 11 INFO: Dynamic buildrequires detected INFO: Going to install missing buildrequires. See root.log for details. INFO: Going to install missing dynamic buildrequires DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.buildreqs.nosrc.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', 'builddep', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.buildreqs.nosrc.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: Last metadata expiration check: 0:00:18 ago on Mon Oct 27 13:23:28 2025. DEBUG: Package openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package pyproject-rpm-macros-1.16.2-1.el10.noarch is already installed. DEBUG: Package python3-babel-2.13.1-5.el10.noarch is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-devel-3.12.11-3.el10.x86_64 is already installed. DEBUG: Package python3-cachetools-5.4.0-6.el10s.noarch is already installed. DEBUG: Package python3-cotyledon-2.0.0-1.el10s.noarch is already installed. DEBUG: Package python3-croniter-5.0.1-1.el10s.noarch is already installed. DEBUG: Package python3-fixtures-4.2.2-1.el10s.noarch is already installed. DEBUG: Package python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch is already installed. DEBUG: Package python3-gnocchiclient-7.2.0-0.20250513100707.6363a9f.el10.noarch is already installed. DEBUG: Package python3-jsonschema-4.19.1-7.el10.noarch is already installed. DEBUG: Package python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch is already installed. DEBUG: Package python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch is already installed. DEBUG: Package python3-lxml-5.2.1-4.el10.x86_64 is already installed. DEBUG: Package python3-oslo-config-2:10.0.0-0.20250722064059.493a086.el10.noarch is already installed. DEBUG: Package python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch is already installed. DEBUG: Package python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch is already installed. DEBUG: Package python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch is already installed. DEBUG: Package python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch is already installed. DEBUG: Package python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch is already installed. DEBUG: Package python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch is already installed. DEBUG: Package python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch is already installed. DEBUG: Package python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch is already installed. DEBUG: Package python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch is already installed. DEBUG: Package python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch is already installed. DEBUG: Package python3-packaging-24.2-2.el10.noarch is already installed. DEBUG: Package python3-paste-deploy-3.1.0-7.el10s.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pbr-6.1.1-1.el10s.noarch is already installed. DEBUG: Package python3-pecan-1.5.1-1.el10s.noarch is already installed. DEBUG: Package python3-pip-23.3.2-7.el10.noarch is already installed. DEBUG: Package python3-dateutil-1:2.9.0.post0-1.el10.noarch is already installed. DEBUG: Package python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch is already installed. DEBUG: Package python3-keystoneclient-1:5.7.0-0.20250903122615.be6c506.el10.noarch is already installed. DEBUG: Package python3-observabilityclient-1.2.0-0.20251001084700.bcadbfe.el10.noarch is already installed. DEBUG: Package python3-octaviaclient-3.12.0-0.20250905225544.c4dd1e1.el10.noarch is already installed. DEBUG: Package python3-requests-2.32.4-1.el10.noarch is already installed. DEBUG: Package python3-setuptools-69.0.3-12.el10.noarch is already installed. DEBUG: Package python3-sqlalchemy-2.0.26-6.el10.x86_64 is already installed. DEBUG: Package python3-stestr-4.1.0-1.el10s.noarch is already installed. DEBUG: Package python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch is already installed. DEBUG: Package python3-tenacity-8.2.3-1.el10s.noarch is already installed. DEBUG: Package python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch is already installed. DEBUG: Package tox-4.21.2-3.el10s.noarch is already installed. DEBUG: Package python3-tox-current-env-0.0.12-1.el10s.noarch is already installed. DEBUG: Package python3-voluptuous-0.15.2-1.el10s.noarch is already installed. DEBUG: Package python3-webob-1.8.9-1.el10s.noarch is already installed. DEBUG: Package python3-webtest-3.0.0-1.el10s.noarch is already installed. DEBUG: Package python3-wheel-1:0.41.2-5.el10.noarch is already installed. DEBUG: Package python3-wsme-0.12.1-0.20250217143530.8312bb2.el10.noarch is already installed. DEBUG: Package systemd-257-16.el10.x86_64 is already installed. DEBUG: Dependencies resolved. DEBUG: Nothing to do. DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/rpm', '-qa', '--root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: libgcc-14.3.1-2.3.el10.x86_64 DEBUG: fonts-filesystem-2.0.5-18.el10.noarch DEBUG: tzdata-2025b-2.el10.noarch DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch DEBUG: xkeyboard-config-2.41-3.el10.noarch DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch DEBUG: poppler-data-0.4.11-9.el10.noarch DEBUG: perl-srpm-macros-1-57.el10.noarch DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch DEBUG: openblas-srpm-macros-2-19.el10.noarch DEBUG: ocaml-srpm-macros-10-4.el10.noarch DEBUG: libX11-common-1.8.10-1.el10.noarch DEBUG: kernel-srpm-macros-1.0-25.el10.noarch DEBUG: kernel-headers-6.12.0-144.el10.x86_64 DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 DEBUG: annobin-docs-12.99-1.el10.noarch DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch DEBUG: pkgconf-m4-2.1.0-3.el10.noarch DEBUG: pcre2-syntax-10.44-1.el10.3.noarch DEBUG: ncurses-base-6.4-14.20240127.el10.noarch DEBUG: libssh-config-0.11.1-3.el10.noarch DEBUG: google-noto-fonts-common-20240401-5.el10.noarch DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch DEBUG: default-fonts-core-sans-4.1-3.el10.noarch DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch DEBUG: coreutils-common-9.5-6.el10.x86_64 DEBUG: centos-gpg-keys-10.0-12.el10.noarch DEBUG: centos-stream-repos-10.0-12.el10.noarch DEBUG: centos-stream-release-10.0-12.el10.noarch DEBUG: setup-2.14.5-7.el10.noarch DEBUG: filesystem-3.18-17.el10.x86_64 DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch DEBUG: basesystem-11-22.el10.noarch DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 DEBUG: glibc-common-2.39-69.el10.x86_64 DEBUG: glibc-2.39-69.el10.x86_64 DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 DEBUG: bash-5.2.26-6.el10.x86_64 DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 DEBUG: xz-libs-5.6.2-4.el10.x86_64 DEBUG: libpng-1.6.40-8.el10.x86_64 DEBUG: libuuid-2.40.2-13.el10.x86_64 DEBUG: libxml2-2.12.5-9.el10.x86_64 DEBUG: readline-8.2-11.el10.x86_64 DEBUG: libzstd-1.5.5-9.el10.x86_64 DEBUG: elfutils-libelf-0.193-1.el10.x86_64 DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 DEBUG: gmp-6.2.1-12.el10.x86_64 DEBUG: libgpg-error-1.50-2.el10.x86_64 DEBUG: libxcrypt-4.4.36-10.el10.x86_64 DEBUG: libblkid-2.40.2-13.el10.x86_64 DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch DEBUG: nspr-4.36.0-4.el10.x86_64 DEBUG: libassuan-2.5.6-6.el10.x86_64 DEBUG: mpfr-4.2.1-5.el10.x86_64 DEBUG: expat-2.7.1-1.el10.x86_64 DEBUG: pcre2-10.44-1.el10.3.x86_64 DEBUG: grep-3.11-10.el10.x86_64 DEBUG: popt-1.19-8.el10.x86_64 DEBUG: nss-util-3.112.0-4.el10.x86_64 DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 DEBUG: gdbm-libs-1.23-14.el10.x86_64 DEBUG: libattr-2.5.2-5.el10.x86_64 DEBUG: libacl-2.3.2-4.el10.x86_64 DEBUG: libffi-3.4.4-10.el10.x86_64 DEBUG: libgomp-14.3.1-2.3.el10.x86_64 DEBUG: lcms2-2.16-6.el10.x86_64 DEBUG: libwebp-1.3.2-8.el10.x86_64 DEBUG: gawk-5.3.0-6.el10.x86_64 DEBUG: json-c-0.18-3.el10.x86_64 DEBUG: libcap-ng-0.8.4-6.el10.x86_64 DEBUG: audit-libs-4.0.3-4.el10.x86_64 DEBUG: libeconf-0.6.2-4.el10.x86_64 DEBUG: pam-libs-1.6.1-8.el10.x86_64 DEBUG: libcap-2.69-7.el10.x86_64 DEBUG: systemd-libs-257-16.el10.x86_64 DEBUG: libtasn1-4.20.0-1.el10.x86_64 DEBUG: p11-kit-0.25.10-1.el10.x86_64 DEBUG: libunistring-1.1-10.el10.x86_64 DEBUG: libidn2-2.3.7-3.el10.x86_64 DEBUG: libICE-1.1.1-5.el10.x86_64 DEBUG: openjpeg2-2.5.2-5.el10.x86_64 DEBUG: libSM-1.2.4-5.el10.x86_64 DEBUG: xz-5.6.2-4.el10.x86_64 DEBUG: libmpc-1.3.1-7.el10.x86_64 DEBUG: libfdisk-2.40.2-13.el10.x86_64 DEBUG: libgcrypt-1.11.0-6.el10.x86_64 DEBUG: libksba-1.6.7-2.el10.x86_64 DEBUG: dwz-0.16-1.el10.x86_64 DEBUG: unzip-6.0-69.el10.x86_64 DEBUG: file-libs-5.45-8.el10.x86_64 DEBUG: file-5.45-8.el10.x86_64 DEBUG: alternatives-1.30-2.el10.x86_64 DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 DEBUG: gnutls-3.8.10-2.el10.x86_64 DEBUG: diffutils-3.10-8.el10.x86_64 DEBUG: jansson-2.14-3.el10.x86_64 DEBUG: libbrotli-1.1.0-6.el10.x86_64 DEBUG: libsepol-3.9-1.el10.x86_64 DEBUG: libselinux-3.9-2.el10.x86_64 DEBUG: sed-4.9-3.el10.x86_64 DEBUG: findutils-4.10.0-5.el10.x86_64 DEBUG: openssl-fips-provider-3.5.1-5.el10.x86_64 DEBUG: openssl-libs-3.5.1-5.el10.x86_64 DEBUG: coreutils-9.5-6.el10.x86_64 DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch DEBUG: libmount-2.40.2-13.el10.x86_64 DEBUG: glib2-2.80.4-8.el10.x86_64 DEBUG: polkit-libs-125-4.el10.x86_64 DEBUG: gzip-1.13-3.el10.x86_64 DEBUG: cracklib-2.9.11-8.el10.x86_64 DEBUG: libevent-2.1.12-16.el10.x86_64 DEBUG: libsmartcols-2.40.2-13.el10.x86_64 DEBUG: util-linux-core-2.40.2-13.el10.x86_64 DEBUG: lua-libs-5.4.6-7.el10.x86_64 DEBUG: lz4-libs-1.9.4-8.el10.x86_64 DEBUG: libarchive-3.7.7-4.el10.x86_64 DEBUG: npth-1.6-21.el10.x86_64 DEBUG: fribidi-1.0.14-4.el10.x86_64 DEBUG: jbigkit-libs-2.1-31.el10.x86_64 DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 DEBUG: zstd-1.5.5-9.el10.x86_64 DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 DEBUG: libpwquality-1.4.5-12.el10.x86_64 DEBUG: shared-mime-info-2.3-8.el10.x86_64 DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 DEBUG: libsecret-0.21.2-8.el10.x86_64 DEBUG: pinentry-1.3.1-1.el10.x86_64 DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch DEBUG: urw-base35-fonts-20200910-21.el10.noarch DEBUG: kmod-libs-31-12.el10.x86_64 DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 DEBUG: libsemanage-3.9-1.el10.x86_64 DEBUG: shadow-utils-4.15.0-8.el10.x86_64 DEBUG: libutempter-1.2.1-15.el10.x86_64 DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 DEBUG: tar-1.35-7.el10.x86_64 DEBUG: zip-3.0-45.el10.x86_64 DEBUG: cpp-14.3.1-2.3.el10.x86_64 DEBUG: libpsl-0.21.5-6.el10.x86_64 DEBUG: dbus-libs-1.14.10-5.el10.x86_64 DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 DEBUG: libusb1-1.0.28-1.el10.x86_64 DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 DEBUG: openldap-2.6.9-1.el10.x86_64 DEBUG: gdbm-1.23-14.el10.x86_64 DEBUG: pam-1.6.1-8.el10.x86_64 DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 DEBUG: nss-softokn-3.112.0-4.el10.x86_64 DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 DEBUG: nss-3.112.0-4.el10.x86_64 DEBUG: jasper-libs-4.1.0-5.el10.x86_64 DEBUG: LibRaw-0.21.3-1.el10s.x86_64 DEBUG: libbpf-1.6.0-3.el10.x86_64 DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 DEBUG: xml-common-0.6.3-65.el10.noarch DEBUG: bzip2-1.0.8-25.el10.x86_64 DEBUG: graphite2-1.3.14-17.el10.x86_64 DEBUG: freetype-2.13.2-8.el10.x86_64 DEBUG: harfbuzz-8.4.0-6.el10.x86_64 DEBUG: fontconfig-2.15.0-7.el10.x86_64 DEBUG: libraqm-0.10.1-2.el10s.x86_64 DEBUG: imath-3.1.10-4.el10.x86_64 DEBUG: liblerc-4.0.0-8.el10.x86_64 DEBUG: libtiff-4.6.0-6.el10.x86_64 DEBUG: openexr-libs-3.1.10-8.el10.x86_64 DEBUG: dbus-common-1.14.10-5.el10.noarch DEBUG: dbus-broker-36-4.el10.x86_64 DEBUG: dbus-1.14.10-5.el10.x86_64 DEBUG: ed-1.20-5.el10.x86_64 DEBUG: patch-2.7.6-26.el10.x86_64 DEBUG: less-661-3.el10.x86_64 DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 DEBUG: cpio-2.15-3.el10.x86_64 DEBUG: duktape-2.7.0-10.el10.x86_64 DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 DEBUG: libcbor-0.11.0-3.el10.x86_64 DEBUG: libfido2-1.14.0-7.el10.x86_64 DEBUG: libcom_err-1.47.1-4.el10.x86_64 DEBUG: libnghttp2-1.64.0-2.el10.x86_64 DEBUG: libpkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-2.1.0-3.el10.x86_64 DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 DEBUG: glibc-devel-2.39-69.el10.x86_64 DEBUG: libseccomp-2.5.6-1.el10.x86_64 DEBUG: libverto-0.3.2-10.el10.x86_64 DEBUG: krb5-libs-1.21.3-8.el10.x86_64 DEBUG: libssh-0.11.1-3.el10.x86_64 DEBUG: libcurl-8.12.1-2.el10.x86_64 DEBUG: util-linux-2.40.2-13.el10.x86_64 DEBUG: authselect-libs-1.5.0-8.el10.x86_64 DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 DEBUG: device-mapper-libs-1.02.206-3.el10.x86_64 DEBUG: device-mapper-1.02.206-3.el10.x86_64 DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 DEBUG: elfutils-libs-0.193-1.el10.x86_64 DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch DEBUG: systemd-pam-257-16.el10.x86_64 DEBUG: systemd-257-16.el10.x86_64 DEBUG: binutils-gold-2.41-58.el10.x86_64 DEBUG: binutils-2.41-58.el10.x86_64 DEBUG: polkit-125-4.el10.x86_64 DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 DEBUG: elfutils-0.193-1.el10.x86_64 DEBUG: gdb-minimal-16.3-2.el10.x86_64 DEBUG: debugedit-5.1-8.el10.x86_64 DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 DEBUG: openssh-9.9p1-14.el10.x86_64 DEBUG: openssh-clients-9.9p1-14.el10.x86_64 DEBUG: git-core-2.47.3-1.el10.x86_64 DEBUG: curl-8.12.1-2.el10.x86_64 DEBUG: rpm-4.19.1.1-20.el10.x86_64 DEBUG: efi-srpm-macros-6-6.el10.noarch DEBUG: lua-srpm-macros-1-15.el10.noarch DEBUG: make-4.4.1-9.el10.x86_64 DEBUG: gcc-14.3.1-2.3.el10.x86_64 DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 DEBUG: fonts-srpm-macros-2.0.5-18.el10.noarch DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch DEBUG: go-srpm-macros-3.8.0-1.el10.noarch DEBUG: python-srpm-macros-3.12-10.el10.noarch DEBUG: redhat-rpm-config-293-1.el10.noarch DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch DEBUG: python-rpm-macros-3.12-10.el10.noarch DEBUG: python3-rpm-macros-3.12-10.el10.noarch DEBUG: mpdecimal-2.5.1-12.el10.x86_64 DEBUG: python-unversioned-command-3.12.11-3.el10.noarch DEBUG: python3-3.12.11-3.el10.x86_64 DEBUG: python3-libs-3.12.11-3.el10.x86_64 DEBUG: python3-packaging-24.2-2.el10.noarch DEBUG: python3-setuptools-69.0.3-12.el10.noarch DEBUG: python3-idna-3.7-4.el10.noarch DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch DEBUG: python3-urllib3-1.26.19-2.el10.noarch DEBUG: python3-babel-2.13.1-5.el10.noarch DEBUG: python3-rpm-generators-14-12.el10.noarch DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch DEBUG: python3-requests-2.32.4-1.el10.noarch DEBUG: python3-dns-2.6.1-1.el10.noarch DEBUG: python3-docutils-0.20.1-5.el10.noarch DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 DEBUG: python3-jinja2-3.1.6-1.el10.noarch DEBUG: python3-pip-23.3.2-7.el10.noarch DEBUG: python3-imagesize-1.4.1-9.el10.noarch DEBUG: python3-pygments-2.18.0-1.el10.noarch DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 DEBUG: gnupg2-2.4.5-2.el10.x86_64 DEBUG: gpgme-1.23.2-6.el10.x86_64 DEBUG: gpgmepp-1.23.2-6.el10.x86_64 DEBUG: poppler-24.02.0-6.el10.x86_64 DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 DEBUG: libXau-1.0.11-8.el10.x86_64 DEBUG: libxcb-1.17.0-3.el10.x86_64 DEBUG: libX11-1.8.10-1.el10.x86_64 DEBUG: libXrender-0.9.11-8.el10.x86_64 DEBUG: libXext-1.3.6-3.el10.x86_64 DEBUG: libXft-2.3.8-8.el10.x86_64 DEBUG: libXpm-3.5.17-5.el10.x86_64 DEBUG: gd-2.3.3-22.el10.x86_64 DEBUG: libXt-1.3.0-5.el10.x86_64 DEBUG: libdatrie-0.2.13-11.el10.x86_64 DEBUG: libthai-0.1.29-10.el10.x86_64 DEBUG: libijs-0.35-24.el10.x86_64 DEBUG: libpaper-2.1.1-7.el10.x86_64 DEBUG: pixman-0.43.4-2.el10.x86_64 DEBUG: cairo-1.18.2-2.el10.x86_64 DEBUG: pango-1.54.0-3.el10.x86_64 DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 DEBUG: librsvg2-2.57.1-9.el10.x86_64 DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 DEBUG: poppler-glib-24.02.0-6.el10.x86_64 DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 DEBUG: cups-filesystem-2.4.10-13.el10.noarch DEBUG: cups-libs-2.4.10-13.el10.x86_64 DEBUG: libgs-10.02.1-16.el10.x86_64 DEBUG: graphviz-9.0.0-15.el10.x86_64 DEBUG: ImageMagick-libs-6.9.12.98-1.el10s.x86_64 DEBUG: ImageMagick-6.9.12.98-1.el10s.x86_64 DEBUG: python3-sphinx-7.2.6-10.el10.noarch DEBUG: python3-devel-3.12.11-3.el10.x86_64 DEBUG: python3-eventlet-0.40.0-1.el10s.noarch DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch DEBUG: python3-pbr-6.1.1-1.el10s.noarch DEBUG: python3-six-1.16.0-16.el10.noarch DEBUG: authselect-1.5.0-8.el10.x86_64 DEBUG: systemd-rpm-macros-257-16.el10.noarch DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch DEBUG: python3-wheel-0.41.2-5.el10.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-filelock-3.15.4-3.el10s.noarch DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch DEBUG: python3-distlib-0.3.9-1.el10s.noarch DEBUG: python3-chardet-5.2.0-1.el10s.noarch DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-wheel-wheel-0.41.2-5.el10.noarch DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: tox-4.21.2-3.el10s.noarch DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-dateutil-2.9.0.post0-1.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: python3-subunit-1.4.4-5.el10s.noarch DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-redis-5.1.1-3.el10s.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-fixtures-4.2.2-1.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-kombu-5.3.7-1.el10s.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-zipp-3.21.0-2.el10s.noarch DEBUG: python3-importlib-metadata-8.5.0-1.el10s.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-waitress-3.0.1-1.el10s.noarch DEBUG: python3-uhashring-2.3-8.el10s.noarch DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch DEBUG: python3-testresources-2.0.1-18.el10s.noarch DEBUG: python3-tenacity-8.2.3-1.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-simplegeneric-0.8.1-21.el10s.noarch DEBUG: python3-setproctitle-1.3.3-4.el10s.x86_64 DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch DEBUG: python3-repoze-lru-0.7-25.el10s.noarch DEBUG: python3-routes-2.5.1-11.el10s.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-memcached-1.59-15.el10s.noarch DEBUG: python3-logutils-0.3.5-29.el10s.noarch DEBUG: python3-kazoo-2.8.0-16.el10s.noarch DEBUG: python3-zake-0.2.2-22.el10s.noarch DEBUG: python3-extras-1.0.0-36.el10s.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: double-conversion-3.3.0-4.el10s.x86_64 DEBUG: python3-ujson-5.10.0-1.el10s.x86_64 DEBUG: python3-jsonpointer-2.3-9.el10.noarch DEBUG: python3-jsonpatch-1.33-6.el10.noarch DEBUG: python3-jmespath-1.0.1-8.el10.noarch DEBUG: python3-PyMySQL-1.1.1-3.el10.noarch DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-beautifulsoup4-4.12.3-9.el10s.noarch DEBUG: which-2.21-44.el10.x86_64 DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-ply-3.11-25.el10.noarch DEBUG: python3-pycparser-2.20-16.el10.noarch DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 DEBUG: python3-jwt-2.8.0-1.el10s.noarch DEBUG: python3-jwt+crypto-2.8.0-1.el10s.noarch DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-paste-3.10.1-6.el10s.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: python3-pynacl-1.5.0-14.el10s.x86_64 DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: perl-Digest-1.20-511.el10.noarch DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 DEBUG: perl-B-1.89-514.el10.x86_64 DEBUG: perl-FileHandle-2.05-514.el10.noarch DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 DEBUG: perl-libnet-3.15-512.el10.noarch DEBUG: perl-AutoLoader-5.74-514.el10.noarch DEBUG: perl-URI-5.27-3.el10.noarch DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch DEBUG: perl-Time-Local-1.350-511.el10.noarch DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch DEBUG: perl-if-0.61.000-514.el10.noarch DEBUG: perl-locale-1.12-514.el10.noarch DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch DEBUG: perl-File-Path-2.18-511.el10.noarch DEBUG: perl-Pod-Escapes-1.07-511.el10.noarch DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch DEBUG: perl-Net-SSLeay-1.94-8.el10.x86_64 DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch DEBUG: perl-Class-Struct-0.68-514.el10.noarch DEBUG: perl-POSIX-2.20-514.el10.x86_64 DEBUG: perl-IPC-Open3-1.22-514.el10.noarch DEBUG: perl-File-Temp-0.231.100-512.el10.noarch DEBUG: perl-Term-Cap-1.18-511.el10.noarch DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch DEBUG: perl-Pod-Simple-3.45-511.el10.noarch DEBUG: perl-Socket-2.038-511.el10.x86_64 DEBUG: perl-SelectSaver-1.02-514.el10.noarch DEBUG: perl-Symbol-1.09-514.el10.noarch DEBUG: perl-File-stat-1.14-514.el10.noarch DEBUG: perl-podlators-5.01-511.el10.noarch DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch DEBUG: perl-Fcntl-1.18-514.el10.x86_64 DEBUG: perl-base-2.27-514.el10.noarch DEBUG: perl-mro-1.29-514.el10.x86_64 DEBUG: perl-IO-1.55-514.el10.x86_64 DEBUG: perl-overloading-0.02-514.el10.noarch DEBUG: perl-Pod-Usage-2.03-511.el10.noarch DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 DEBUG: perl-Scalar-List-Utils-1.63-511.el10.x86_64 DEBUG: perl-constant-1.33-512.el10.noarch DEBUG: perl-parent-0.241-512.el10.noarch DEBUG: perl-Errno-1.38-514.el10.x86_64 DEBUG: perl-File-Basename-2.86-514.el10.noarch DEBUG: perl-Getopt-Std-1.14-514.el10.noarch DEBUG: perl-Storable-3.32-511.el10.x86_64 DEBUG: perl-overload-1.37-514.el10.noarch DEBUG: perl-vars-1.05-514.el10.noarch DEBUG: perl-Getopt-Long-2.58-3.el10.noarch DEBUG: perl-Carp-1.54-511.el10.noarch DEBUG: perl-Exporter-5.78-511.el10.noarch DEBUG: perl-PathTools-3.91-512.el10.x86_64 DEBUG: perl-NDBM_File-1.17-514.el10.x86_64 DEBUG: perl-DynaLoader-1.56-514.el10.x86_64 DEBUG: perl-Encode-3.21-511.el10.x86_64 DEBUG: perl-libs-5.40.2-514.el10.x86_64 DEBUG: perl-interpreter-5.40.2-514.el10.x86_64 DEBUG: memcached-1.6.23-7.el10.x86_64 DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: bash-completion-2.11-16.el10.noarch DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-oslo-config-10.0.0-0.20250722064059.493a086.el10.noarch DEBUG: python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch DEBUG: python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch DEBUG: python3-keystoneclient-5.7.0-0.20250903122615.be6c506.el10.noarch DEBUG: python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch DEBUG: python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch DEBUG: python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python-openstackclient-lang-8.1.0-0.20250618070222.88b59d8.el10.noarch DEBUG: python3-openstackclient-8.1.0-0.20250618070222.88b59d8.el10.noarch DEBUG: python3-octaviaclient-3.12.0-0.20250905225544.c4dd1e1.el10.noarch DEBUG: python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch DEBUG: python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch DEBUG: python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch DEBUG: python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch DEBUG: python3-observabilityclient-1.2.0-0.20251001084700.bcadbfe.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch DEBUG: python3-gnocchiclient-7.2.0-0.20250513100707.6363a9f.el10.noarch DEBUG: python3-stestr-4.1.0-1.el10s.noarch DEBUG: python3-webtest-3.0.0-1.el10s.noarch DEBUG: python3-pecan-1.5.1-1.el10s.noarch DEBUG: python3-cotyledon-2.0.0-1.el10s.noarch DEBUG: python3-wsme-0.12.1-0.20250217143530.8312bb2.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch DEBUG: python3-croniter-5.0.1-1.el10s.noarch DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Start: Outputting list of installed packages DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: rpm -qa --root '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root' --qf '%{nevra} %{buildtime} %{size} %{pkgid} installed\n' with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell True DEBUG: libgcc-14.3.1-2.3.el10.x86_64 1760653738 277148 5d7caa6993389561abd697e1e4d448d3 installed DEBUG: fonts-filesystem-1:2.0.5-18.el10.noarch 1730216344 0 5b562284b8ae5a306943d7ecf1d4033a installed DEBUG: tzdata-2025b-2.el10.noarch 1753885217 1903601 0273d4da36c76fc021ad2dba4f45c055 installed DEBUG: adobe-mappings-cmap-20230622-5.el10.noarch 1730215136 15080934 6c6e6e87586dfeff49100e64066f7892 installed DEBUG: adobe-mappings-cmap-deprecated-20230622-5.el10.noarch 1730215136 596045 ee9c9de3d6ac81d46fb8a717f7857113 installed DEBUG: redhat-text-vf-fonts-4.1.0-1.el10.noarch 1743053656 464837 2e652b2065694dbd14a70e8a0ef4e980 installed DEBUG: xkeyboard-config-2.41-3.el10.noarch 1730234670 6895827 adb585c320d812caab3651f0c6d9d1f0 installed DEBUG: rust-toolset-srpm-macros-1.90.0-1.el10.noarch 1759349879 2058 4185065e7a913401eea7fdf192d0ac18 installed DEBUG: qt6-srpm-macros-6.9.1-1.el10.noarch 1747304296 464 15416c87c95aca8f600039ef129b5877 installed DEBUG: poppler-data-0.4.11-9.el10.noarch 1730228686 12947088 0a5e53f7dadd7335899f243ec7584ebe installed DEBUG: perl-srpm-macros-1-57.el10.noarch 1730227896 861 6278c61673e6f70568ec05a59aa0b9fc installed DEBUG: package-notes-srpm-macros-0.5-13.el10.noarch 1730226011 1601 bb87b72df28a1d373265d9aabc1927ac installed DEBUG: openblas-srpm-macros-2-19.el10.noarch 1730225697 112 db378a3d2cc4c55e091943978c6c07b4 installed DEBUG: ocaml-srpm-macros-10-4.el10.noarch 1730225579 1959 e93fce8c61a956aa0b01b0e3edd6419f installed DEBUG: libX11-common-1.8.10-1.el10.noarch 1733735637 1205206 d67b629075b5661587b70cde84479345 installed DEBUG: kernel-srpm-macros-1.0-25.el10.noarch 1730219807 1949 d8348f4676bb25585ae7919de6bc05ce installed DEBUG: kernel-headers-6.12.0-144.el10.x86_64 1761152245 6928947 1048f16d0e699483de58d9f2ba2f404d installed DEBUG: gawk-all-langpacks-5.3.0-6.el10.x86_64 1730216535 1746912 d68c7f46d126756c2aeae6a70525522e installed DEBUG: annobin-docs-12.99-1.el10.noarch 1754477906 101309 855e149ca9a3eac9dfff62d48731dc8a installed DEBUG: adobe-mappings-pdf-20190401-9.el10.noarch 1730215095 4600301 5dceb1d603e5b1880d69e7946569fa02 installed DEBUG: publicsuffix-list-dafsa-20240107-5.el10.noarch 1730228718 69171 b3f4df6e954d12b428e67ee877c7e810 installed DEBUG: pkgconf-m4-2.1.0-3.el10.noarch 1730228266 14252 85405cf8cc1a36c8de9fe92347e0acc3 installed DEBUG: pcre2-syntax-10.44-1.el10.3.noarch 1730226499 257634 38d94bb36ae8d3ef12a3a9af950e791f installed DEBUG: ncurses-base-6.4-14.20240127.el10.noarch 1730224728 334036 fa6145f4b4d3d18d911bcb32d9be44ad installed DEBUG: libssh-config-0.11.1-3.el10.noarch 1759232181 277 0293936d26cf456f82230508605afac6 installed DEBUG: google-noto-fonts-common-20240401-5.el10.noarch 1730217907 17944 1363d33de93f0f96b3732a50096a8e05 installed DEBUG: google-noto-sans-vf-fonts-20240401-5.el10.noarch 1730217907 1308528 72211458a17a612e189da75dbe8ca086 installed DEBUG: default-fonts-core-sans-4.1-3.el10.noarch 1730219898 12145 f7b341324081169790f255c283b14590 installed DEBUG: google-droid-sans-fonts-20200215-22.el10.noarch 1730235282 6554991 fbad26634814b1a96ea1edd30adebd66 installed DEBUG: coreutils-common-9.5-6.el10.x86_64 1732618075 11696153 9224526c32e26a915fabca8e440fab9a installed DEBUG: centos-gpg-keys-10.0-12.el10.noarch 1759764944 3865 2fb12ea3f2157e0e2c4f963ce40d9ca3 installed DEBUG: centos-stream-repos-10.0-12.el10.noarch 1759764944 7002 ea48821cda2401c554ef4e8d7ac5411d installed DEBUG: centos-stream-release-10.0-12.el10.noarch 1759764944 38475 2ba73a396039a74a7437cc72c0134936 installed DEBUG: setup-2.14.5-7.el10.noarch 1744129580 737783 1ebd10b27986b317f541947707a04aaa installed DEBUG: filesystem-3.18-17.el10.x86_64 1747076992 106 cac56e1e2528d23c26b3561512a37f6f installed DEBUG: urw-base35-fonts-common-20200910-21.el10.noarch 1730233556 38280 f2fc1392d4f3a7990994c83a79e42b9c installed DEBUG: basesystem-11-22.el10.noarch 1730215184 0 46b49e11743b85a984f4a5a17fc35d88 installed DEBUG: glibc-gconv-extra-2.39-69.el10.x86_64 1759159739 8163110 e00d9b4fb4244fbf9f98229e35453cfc installed DEBUG: glibc-minimal-langpack-2.39-69.el10.x86_64 1759159739 0 f01ce3aa3e4485752029d5a11ba0a459 installed DEBUG: glibc-common-2.39-69.el10.x86_64 1759159739 1072850 b517e8736d5fa559af42c3a25f2961a1 installed DEBUG: glibc-2.39-69.el10.x86_64 1759159739 6534514 bb585a947f7992b5764485cf9a730711 installed DEBUG: ncurses-libs-6.4-14.20240127.el10.x86_64 1730224743 990279 1bcc5f175337f09bb575f6c7ca174057 installed DEBUG: bash-5.2.26-6.el10.x86_64 1730213617 8542552 2cd3d5bca2648022603f782773791b1c installed DEBUG: zlib-ng-compat-2.2.3-2.el10.x86_64 1745311060 140888 9c76600f3cc710f4a682f280e255cdc7 installed DEBUG: libstdc++-14.3.1-2.3.el10.x86_64 1760653738 2974217 768bda533750f7157773ab67cabf35f5 installed DEBUG: bzip2-libs-1.0.8-25.el10.x86_64 1737038253 81060 d26773fabbebe684132db674e56b6cd2 installed DEBUG: xz-libs-1:5.6.2-4.el10.x86_64 1747138417 219435 66d3e9b1c1e2aa38fe0333c40a9da659 installed DEBUG: libpng-2:1.6.40-8.el10.x86_64 1730221757 243478 761a1596d44c02eeea2caefd14570a5f installed DEBUG: libuuid-2.40.2-13.el10.x86_64 1753880156 38205 a522b14ac5e337e6bb888ed19ef09384 installed DEBUG: libxml2-2.12.5-9.el10.x86_64 1754416424 1811795 b8ce48cf83a829ff6e2c9103eecef8c2 installed DEBUG: readline-8.2-11.el10.x86_64 1730230508 500877 45ca10b09be562eeea8f8e2b169df55f installed DEBUG: libzstd-1.5.5-9.el10.x86_64 1730235146 749302 8dc60817eda1668634e33393e9caee5b installed DEBUG: elfutils-libelf-0.193-1.el10.x86_64 1746041422 1220560 ec0a44e631932b826cf43396276bf973 installed DEBUG: libjpeg-turbo-3.0.2-4.el10.x86_64 1730221221 869267 fa5f7bc2359e8b54f34e14b9dcb0ea7d installed DEBUG: gmp-1:6.2.1-12.el10.x86_64 1750237266 829840 bb05b021f5d80228398ab6984fb095a8 installed DEBUG: libgpg-error-1.50-2.el10.x86_64 1730220796 906740 dd810ef1e50b1f57c4b7b680644ab4fa installed DEBUG: libxcrypt-4.4.36-10.el10.x86_64 1730222731 273229 25dd448aa9ad608a0fbbee91b0625269 installed DEBUG: libblkid-2.40.2-13.el10.x86_64 1753880156 268714 ac3366c8517dd872d7abea58ff6d8f78 installed DEBUG: crypto-policies-20250905-2.gitc7eb7b2.el10.noarch 1758876175 122169 ed1d0465d9044a56f7ef483178cd2371 installed DEBUG: nspr-4.36.0-4.el10.x86_64 1754617146 309504 baa6a361f8873803cac0198575fb35c7 installed DEBUG: libassuan-2.5.6-6.el10.x86_64 1730220050 171462 a5718d57a4d543af6fdc2cfdb7a8cf8e installed DEBUG: mpfr-4.2.1-5.el10.x86_64 1730224547 847869 1b965245c27956c0e33e27d2ca0b0d4a installed DEBUG: expat-2.7.1-1.el10.x86_64 1743419389 305164 93657612837e61603161045f890a84d6 installed DEBUG: pcre2-10.44-1.el10.3.x86_64 1730226502 681418 1d1777bee1d205beaf93890546e8b674 installed DEBUG: grep-3.11-10.el10.x86_64 1730217810 1038114 c4048f163c58a88d4fdbc16b88d43ddf installed DEBUG: popt-1.19-8.el10.x86_64 1730228515 140130 053a20a60e1afd5e3badd2f5d4a638f4 installed DEBUG: nss-util-3.112.0-4.el10.x86_64 1754617146 213736 2c5507ee324a1eb446b15fa90dc42807 installed DEBUG: sqlite-libs-3.46.1-5.el10.x86_64 1757327519 1575704 8339ce3208f7238f3ee42423f7483d6d installed DEBUG: gdbm-libs-1:1.23-14.el10.x86_64 1753088209 124794 20dbe494f76524ac4c63214222fe6ab5 installed DEBUG: libattr-2.5.2-5.el10.x86_64 1730215193 29173 2833a042a276b30da6c1a0ba42587877 installed DEBUG: libacl-2.3.2-4.el10.x86_64 1730215005 40954 631458af65cf3e129e9416aafab73ad3 installed DEBUG: libffi-3.4.4-10.el10.x86_64 1747269976 87536 09add1816293186b6cb76eb3b4e07686 installed DEBUG: libgomp-14.3.1-2.3.el10.x86_64 1760653738 540256 c324f8b85382f8a00e9b05e615d575fe installed DEBUG: lcms2-2.16-6.el10.x86_64 1730219868 434995 a11d13644b53fb5baed0acaa7e1e34e0 installed DEBUG: libwebp-1.3.2-8.el10.x86_64 1730222912 808370 b22e3b937f3e63b8b4f5a4e515aace20 installed DEBUG: gawk-5.3.0-6.el10.x86_64 1730216535 1799421 85779b68a9aff20397bd084b03a23424 installed DEBUG: json-c-0.18-3.el10.x86_64 1730888062 84642 790ed9f22b49da601d165a7f42803ef5 installed DEBUG: libcap-ng-0.8.4-6.el10.x86_64 1730220054 74859 fa1e3296fb900214494caafbdd560ef7 installed DEBUG: audit-libs-4.0.3-4.el10.x86_64 1744382132 371825 531f4d2bfee9b25bfd0c5cc3bb656d0b installed DEBUG: libeconf-0.6.2-4.el10.x86_64 1730220424 59376 3c1826ec5ca18028ea82945e488379e5 installed DEBUG: pam-libs-1.6.1-8.el10.x86_64 1751360210 137903 4c8d5b504acdcc04be65f3390ff1f63a installed DEBUG: libcap-2.69-7.el10.x86_64 1730220121 229023 09c235e1a41cb500ab105f07a777e83d installed DEBUG: systemd-libs-257-16.el10.x86_64 1759411782 2403474 b4fac4be3d954bf82d251dfe41c9b52d installed DEBUG: libtasn1-4.20.0-1.el10.x86_64 1739768187 184603 b4eff3a9f4b9efc278d5220ba1bde8cd installed DEBUG: p11-kit-0.25.10-1.el10.x86_64 1758549145 2388809 b88978a7aad9481f0d4b77ad64b2aa65 installed DEBUG: libunistring-1.1-10.el10.x86_64 1730222558 1812853 8c599b5aa65a4c4789cd4e41924d01e8 installed DEBUG: libidn2-2.3.7-3.el10.x86_64 1730221096 336954 bad1bcf3af7ac272c292fb703d063727 installed DEBUG: libICE-1.1.1-5.el10.x86_64 1730221200 185549 23e593c41d291cf8ea9f304794a3ab40 installed DEBUG: openjpeg2-2.5.2-5.el10.x86_64 1754920316 456211 614f1d18381fecedc4c8b67ac9bf51dd installed DEBUG: libSM-1.2.4-5.el10.x86_64 1730221926 99596 eaee1c27d0b64b353b7c0e6b2a6453d4 installed DEBUG: xz-1:5.6.2-4.el10.x86_64 1747138417 1244792 3dac3447f931ab37d89a44cd3c8b78a9 installed DEBUG: libmpc-1.3.1-7.el10.x86_64 1730221091 164516 c2758337a2075dd3f6270fde665f31ef installed DEBUG: libfdisk-2.40.2-13.el10.x86_64 1753880156 371474 7d8623980f66960cd933bad02ccad7aa installed DEBUG: libgcrypt-1.11.0-6.el10.x86_64 1746004907 1635730 45cd8876bbc08a49fdb27f24c7b0610e installed DEBUG: libksba-1.6.7-2.el10.x86_64 1730221262 403876 cf1f380b165e4071eb8bafd89e15200b installed DEBUG: dwz-0.16-1.el10.x86_64 1751668425 301852 ff8d71f57d3f332a9c95c1ef322ad269 installed DEBUG: unzip-6.0-69.el10.x86_64 1744882430 407835 f957cb670c1796896a830e385dbc290e installed DEBUG: file-libs-5.45-8.el10.x86_64 1744037963 10414622 1cc0692376215de158ce589afcf80f5c installed DEBUG: file-5.45-8.el10.x86_64 1744037963 105815 4df49fcbff81131c972676c04c1b430b installed DEBUG: alternatives-1.30-2.el10.x86_64 1730215254 67921 dacc56c639d072091b65fbccb3a8a2d0 installed DEBUG: p11-kit-trust-0.25.10-1.el10.x86_64 1758549145 460921 c91f72e05b9159bc285548ba34ddd0f5 installed DEBUG: gnutls-3.8.10-2.el10.x86_64 1754031081 4398843 5f5c5093f661304acc0a47d01b89c110 installed DEBUG: diffutils-3.10-8.el10.x86_64 1730215620 1658034 c2e3be68b585b63d79f192af4b8bbbad installed DEBUG: jansson-2.14-3.el10.x86_64 1730219623 91245 f356c03e41105a611f67f1c3616f7054 installed DEBUG: libbrotli-1.1.0-6.el10.x86_64 1730215202 865794 afbddda59d52fa99a76d2576ffe3d9d9 installed DEBUG: libsepol-3.9-1.el10.x86_64 1753299038 853747 b1f0d06af17dca9f5c1d1c972aaced91 installed DEBUG: libselinux-3.9-2.el10.x86_64 1761239294 201757 9c2ec0903a0d29c9ffad9433ac4e9649 installed DEBUG: sed-4.9-3.el10.x86_64 1730231721 878041 6949f0c4519a6db4dbb7a5f18203526c installed DEBUG: findutils-1:4.10.0-5.el10.x86_64 1730216105 1942959 2942c06a64d76c8c621b9c0e249e8f99 installed DEBUG: openssl-fips-provider-1:3.5.1-5.el10.x86_64 1757080485 2493186 2003f87af4fd308d725fea354be0cf08 installed DEBUG: openssl-libs-1:3.5.1-5.el10.x86_64 1757080485 6874451 cd8d0a5ce2b3f001a85553efe7709afc installed DEBUG: coreutils-9.5-6.el10.x86_64 1732618075 5781370 5801daf855d9de1c9f5513ba77b3d425 installed DEBUG: ca-certificates-2025.2.80_v9.0.305-101.el10.noarch 1760120542 2801322 854824ce59da7125929ec1c33cde01c5 installed DEBUG: libmount-2.40.2-13.el10.x86_64 1753880156 360114 c86e175495cf78251ebdd168af51d1c3 installed DEBUG: glib2-2.80.4-8.el10.x86_64 1753111080 15329055 c6cca95326b53550e0754a0e2c8d4bf6 installed DEBUG: polkit-libs-125-4.el10.x86_64 1755093026 212764 948d953622fc0cb5a86beca2c57631e0 installed DEBUG: gzip-1.13-3.el10.x86_64 1730218103 402458 6973a672a654579d3b8b5325ae4f87de installed DEBUG: cracklib-2.9.11-8.el10.x86_64 1730215560 245125 0d10c73fe55b00e2d18bc180be1676fa installed DEBUG: libevent-2.1.12-16.el10.x86_64 1730220420 917042 bd352550fdb83a3f83d48def858b10a0 installed DEBUG: libsmartcols-2.40.2-13.el10.x86_64 1753880156 184578 48a88c59bae0a0cf1d06332e06331789 installed DEBUG: util-linux-core-2.40.2-13.el10.x86_64 1753880156 1534625 ca762997aa2edd5ca2aa3dd5fdc449b3 installed DEBUG: lua-libs-5.4.6-7.el10.x86_64 1730223336 283675 1d3b244c28e3fabf1efc86d5e3735110 installed DEBUG: lz4-libs-1.9.4-8.el10.x86_64 1730223387 140659 787b6ed11b45f7fb7d4fa89dc99db3b2 installed DEBUG: libarchive-3.7.7-4.el10.x86_64 1755170415 957114 5be34bcd0b94d64ca6381ee16ec692f3 installed DEBUG: npth-1.6-21.el10.x86_64 1730225148 50619 767fe709a43d8f601b7e3fc9cc7251c7 installed DEBUG: fribidi-1.0.14-4.el10.x86_64 1730216530 376410 e707a04ecf5a55a8ea62a11326dd7600 installed DEBUG: jbigkit-libs-2.1-31.el10.x86_64 1730219576 120383 7dd8b09319db3b36eeb4d340bbb825bf installed DEBUG: libtool-ltdl-2.4.7-13.el10.x86_64 1730222239 71816 5f64e02fbd5a4865259fb5750f59f733 installed DEBUG: zstd-1.5.5-9.el10.x86_64 1730235146 1632357 84663edbbd66d6925ff9af6ed92e0b42 installed DEBUG: cracklib-dicts-2.9.11-8.el10.x86_64 1730215560 9815811 b8a3046d44a06c339d10aac3eff2a19e installed DEBUG: libpwquality-1.4.5-12.el10.x86_64 1730221689 427746 07adceb7817e9dfe21005a35c7838f08 installed DEBUG: shared-mime-info-2.3-8.el10.x86_64 1730231854 5418941 101b11684cd99c75e1ebdf4a64918213 installed DEBUG: gdk-pixbuf2-2.42.12-4.el10.x86_64 1752860413 2626885 48300c4ded59c647afd48fc502bf5915 installed DEBUG: libsecret-0.21.2-8.el10.x86_64 1748332815 582530 757d75780197d26b36c225b3833c18a9 installed DEBUG: pinentry-1.3.1-1.el10.x86_64 1730799299 268288 7b600756d31f47600c9c5804ea310207 installed DEBUG: liblqr-1-0.4.2-26.el10s.x86_64 1739178290 103608 1aea9cd852c11b32c62306dbc817f78c installed DEBUG: python3-pip-wheel-23.3.2-7.el10.noarch 1730229430 1600309 2d8ff882a5474646d918d8a659d466e4 installed DEBUG: urw-base35-bookman-fonts-20200910-21.el10.noarch 1730233556 1428570 c5eb388d521aeeb0a0a1af08510d0ded installed DEBUG: urw-base35-c059-fonts-20200910-21.el10.noarch 1730233556 1460518 343aa3d85f3dec940791857131adbddd installed DEBUG: urw-base35-d050000l-fonts-20200910-21.el10.noarch 1730233556 86336 ea100dd5e02bf99edda8db08dd6a0d98 installed DEBUG: urw-base35-gothic-fonts-20200910-21.el10.noarch 1730233556 1216723 c85ec46bf6cb5ee7e554157a4437b457 installed DEBUG: urw-base35-nimbus-mono-ps-fonts-20200910-21.el10.noarch 1730233556 1100338 b4062caa2532c33f8a535e3618c76819 installed DEBUG: urw-base35-nimbus-roman-fonts-20200910-21.el10.noarch 1730233556 1429732 410fc78ef3967c59a9e28b2f0d0cf3bb installed DEBUG: urw-base35-nimbus-sans-fonts-20200910-21.el10.noarch 1730233556 2505850 d4a3340940f41ab4dc40762ebc4b5177 installed DEBUG: urw-base35-p052-fonts-20200910-21.el10.noarch 1730233556 1557220 8f0520bc45660eabe132ffbfe8d640e4 installed DEBUG: urw-base35-standard-symbols-ps-fonts-20200910-21.el10.noarch 1730233556 45248 7fdd04af8e7dac35eab33927f8a507ae installed DEBUG: urw-base35-z003-fonts-20200910-21.el10.noarch 1730233556 400137 79dee41a0ba562f5bf2b90d342af9eda installed DEBUG: urw-base35-fonts-20200910-21.el10.noarch 1730233556 5478 9a5fdb4cb4ef59a2fa9d349cc72f505a installed DEBUG: kmod-libs-31-12.el10.x86_64 1755586286 150598 7aeee35d70dbdf8da4882726162a4f73 installed DEBUG: rpm-sequoia-1.9.0.3-1.el10.x86_64 1758212280 2723414 d041b70ed398c38d4878be6255d81c0d installed DEBUG: rpm-plugin-audit-4.19.1.1-20.el10.x86_64 1756197347 16413 e3c4048663e6c16c35b182264b8a7abf installed DEBUG: rpm-libs-4.19.1.1-20.el10.x86_64 1756197347 743080 da1f3e97e96168d8df7097007a67f3e3 installed DEBUG: libsemanage-3.9-1.el10.x86_64 1753359641 319451 4229000945e4ab894ced279891b57605 installed DEBUG: shadow-utils-2:4.15.0-8.el10.x86_64 1754394098 4282173 e3ca9676d0be874fb0a62ae419580f52 installed DEBUG: libutempter-1.2.1-15.el10.x86_64 1730222480 59097 3d7e2d73681be7ee74b906baf3003c64 installed DEBUG: tpm2-tss-4.1.3-5.el10.x86_64 1730233187 1765648 86b04608b431d286b21d73a45d0f13cf installed DEBUG: tar-2:1.35-7.el10.x86_64 1738777241 3097154 f8d3b5a4f39d52f208c74d90ab384c88 installed DEBUG: zip-3.0-45.el10.x86_64 1751450411 730233 9c04520218a965e62771717a002d3fc1 installed DEBUG: cpp-14.3.1-2.3.el10.x86_64 1760653738 40406841 de8075cc149e814f335257b6cd8131ea installed DEBUG: libpsl-0.21.5-6.el10.x86_64 1730221584 82456 e51ba2fb198c78d0192012c64b37224b installed DEBUG: dbus-libs-1:1.14.10-5.el10.x86_64 1730215691 381803 3986b69c669ef4619f4b07fdbd7cc6f3 installed DEBUG: avahi-libs-0.9~rc2-2.el10.x86_64 1752240296 181946 7cf7578b4f5fc36301cb371e860ab688 installed DEBUG: libusb1-1.0.28-1.el10.x86_64 1744806478 170605 226d314bfd9fd97cbf927c76c9a1734d installed DEBUG: cyrus-sasl-lib-2.1.28-27.el10.x86_64 1733406346 728430 234b2a6d9bb457044f53d7cb729ec330 installed DEBUG: openldap-2.6.9-1.el10.x86_64 1755037201 526418 181206637e651785b1363b5745a4912e installed DEBUG: gdbm-1:1.23-14.el10.x86_64 1753088209 475471 6f9ce83951aa4d0c638d236ad59c8fa7 installed DEBUG: pam-1.6.1-8.el10.x86_64 1751360210 1840377 34c27d641de5452ddf7c5e096aad5d22 installed DEBUG: nss-softokn-freebl-3.112.0-4.el10.x86_64 1754617146 1072310 471d66a7d8725aec7eb995ce9c4b2b39 installed DEBUG: nss-softokn-3.112.0-4.el10.x86_64 1754617146 1324227 d3926c676afa8cb3e23868db498984ea installed DEBUG: nss-sysinit-3.112.0-4.el10.x86_64 1754617146 18464 5aed713ca0f9ffb47cec5ba8f53f179c installed DEBUG: nss-3.112.0-4.el10.x86_64 1754617146 1977490 de0fd46caba864f4e8de1cd0334cf698 installed DEBUG: jasper-libs-4.1.0-5.el10.x86_64 1730219578 340810 4412964b611c16dbc916caccc019f17d installed DEBUG: LibRaw-0.21.3-1.el10s.x86_64 1739179255 2446638 6ceb7584d6131ee657e8fb649e025d1e installed DEBUG: libbpf-2:1.6.0-3.el10.x86_64 1755087975 436788 f75f288f5635c5707ca9b1c930abdc9a installed DEBUG: libxkbcommon-1.7.0-4.el10.x86_64 1730222786 348498 f925a0f3ffd64dce3b2f5a5564bb7fcc installed DEBUG: xml-common-0.6.3-65.el10.noarch 1730231784 80280 7784b07633cf3f6f4aff07408198892e installed DEBUG: bzip2-1.0.8-25.el10.x86_64 1737038253 95093 499d5be2f4267c6f95c8a8abf0a8c59f installed DEBUG: graphite2-1.3.14-17.el10.x86_64 1730217759 200695 ea49afba5fde9fc3b885b7831ef04cad installed DEBUG: freetype-2.13.2-8.el10.x86_64 1730216401 870983 bc3698d3bf5dc73da13e6ac6028a92be installed DEBUG: harfbuzz-8.4.0-6.el10.x86_64 1737385279 2682932 2d9a808662ff4bc150c4352c7e21f746 installed DEBUG: fontconfig-2.15.0-7.el10.x86_64 1730216441 789642 6284d23092e7524cc2b5444a1e7aa803 installed DEBUG: libraqm-0.10.1-2.el10s.x86_64 1738591708 33364 cc1eea3fd4f778645b61b2ef36e6f3bf installed DEBUG: imath-3.1.10-4.el10.x86_64 1730219392 369518 24c80b864f46c48cc6430fcd84dbb111 installed DEBUG: liblerc-4.0.0-8.el10.x86_64 1730221235 630269 d0877f13e7c6a617ec4b1260a3ae37d3 installed DEBUG: libtiff-4.6.0-6.el10.x86_64 1743457997 620323 41d6fb3679eedf3b3078575de6c0f259 installed DEBUG: openexr-libs-3.1.10-8.el10.x86_64 1730225707 6702448 6b12364d556a1139de86b8a1fcdc7c4b installed DEBUG: dbus-common-1:1.14.10-5.el10.noarch 1730215691 11504 da769f965be2149de4b59b4ee15abfc7 installed DEBUG: dbus-broker-36-4.el10.x86_64 1755247985 395694 5ee6828679ad072fd633adf0c7cfa85b installed DEBUG: dbus-1:1.14.10-5.el10.x86_64 1730215691 0 a9d6b88e207e560aa021a7bf329fa8d4 installed DEBUG: ed-1.20-5.el10.x86_64 1730215852 149892 e1e288db4337486a7c77f0e6bd3bbe8c installed DEBUG: patch-2.7.6-26.el10.x86_64 1730226385 273106 629d8b27ec95017e5710c3f64376a32b installed DEBUG: less-661-3.el10.x86_64 1730219928 410949 12a5c4e186c837698a080ea19e972869 installed DEBUG: libedit-3.1-52.20230828cvs.el10.x86_64 1730220423 249718 4fdd7dae30461b978ab748b08a3bc0ba installed DEBUG: cpio-2.15-3.el10.x86_64 1730215674 1146592 61aa626f62b20f0c8c7cf66eedcbb856 installed DEBUG: duktape-2.7.0-10.el10.x86_64 1730215929 630984 1d34dbc094c548ee521996f25fc3ac3d installed DEBUG: keyutils-libs-1.6.3-5.el10.x86_64 1730219803 55667 f3fa3cffd844c72bbd66724696a99bc4 installed DEBUG: libcbor-0.11.0-3.el10.x86_64 1730220246 75663 d6f49ac89814ee1ab7f0025b56932530 installed DEBUG: libfido2-1.14.0-7.el10.x86_64 1730220618 243444 475c2ca7218bd930edf7ab3bb75f0c3f installed DEBUG: libcom_err-1.47.1-4.el10.x86_64 1750842543 68697 2c1905a55e760f9c110bfc0e8adb4254 installed DEBUG: libnghttp2-1.64.0-2.el10.x86_64 1730225043 174188 5eeac80e9dd6a1dcfd404a8a7f726465 installed DEBUG: libpkgconf-2.1.0-3.el10.x86_64 1730228319 80073 29a40a2c8547c3a919e88eeb7b65c0c4 installed DEBUG: pkgconf-2.1.0-3.el10.x86_64 1730228319 84394 9d7185cea1dbaf5c7fd90496405870fd installed DEBUG: pkgconf-pkg-config-2.1.0-3.el10.x86_64 1730228319 989 3c7cb7632d24c50637aba61cebafcae4 installed DEBUG: libxcrypt-devel-4.4.36-10.el10.x86_64 1730222731 30995 7a920a9940272b25b465231e89e54690 installed DEBUG: glibc-devel-2.39-69.el10.x86_64 1759159739 2348212 15bcc9ef9a3c08523a16ba6c114335d8 installed DEBUG: libseccomp-2.5.6-1.el10.x86_64 1751627631 181747 13a76b9197285b355969d206a5897be7 installed DEBUG: libverto-0.3.2-10.el10.x86_64 1730222483 30157 4d68fbc37bf8a651028e124253921fda installed DEBUG: krb5-libs-1.21.3-8.el10.x86_64 1746462303 2429165 d128aff61e99968a0b6d22a1e9ffd926 installed DEBUG: libssh-0.11.1-3.el10.x86_64 1759232172 587291 eafd7ba030e3b3cd093ecb546b953a78 installed DEBUG: libcurl-8.12.1-2.el10.x86_64 1744713242 858278 aae9071f6606439144d0d2341f351a9f installed DEBUG: util-linux-2.40.2-13.el10.x86_64 1753880156 3884785 df149779337fba58bcdf71d18584aefd installed DEBUG: authselect-libs-1.5.0-8.el10.x86_64 1730215145 820118 bcc3148237825fa3e17a24f10da0fb19 installed DEBUG: cryptsetup-libs-2.8.1-1.el10.x86_64 1756905157 2774615 096a0e17f13c91b49d73c21c26158c20 installed DEBUG: device-mapper-libs-10:1.02.206-3.el10.x86_64 1749631649 432217 0d7466e6e731dcea5b366e95021136b2 installed DEBUG: device-mapper-10:1.02.206-3.el10.x86_64 1749631649 354662 289c5c46bdb4ca7c431f13c3a06a2611 installed DEBUG: elfutils-debuginfod-client-0.193-1.el10.x86_64 1746041422 81801 b8116dfdfe9c7efe5cc4f75f5990cd9f installed DEBUG: elfutils-libs-0.193-1.el10.x86_64 1746041422 702893 800b6863b34c85196adb5bdf303dd499 installed DEBUG: elfutils-default-yama-scope-0.193-1.el10.noarch 1746041434 1810 a7a4ca739663c17ba96b52f149914547 installed DEBUG: systemd-pam-257-16.el10.x86_64 1759411782 680169 600d9f2893108b4d2544595c52dee937 installed DEBUG: systemd-257-16.el10.x86_64 1759411782 17641666 f56d4789354027aa0d67929ad5d912f1 installed DEBUG: binutils-gold-2.41-58.el10.x86_64 1754553565 2182171 e35bd89fbda9b3d594e1b9216aeaa424 installed DEBUG: binutils-2.41-58.el10.x86_64 1754553565 27869794 e8f0d81fa54d39d12581b35e85a96765 installed DEBUG: polkit-125-4.el10.x86_64 1755093026 490037 77642f3601a14e811a673ec8d86d924e installed DEBUG: polkit-pkla-compat-0.1-30.el10.x86_64 1730228823 95997 a2dca6f6da42d2af50a4340e6d70871b installed DEBUG: elfutils-0.193-1.el10.x86_64 1746041422 3086630 7fde3a8c40691c7d511cf1106c45d6ca installed DEBUG: gdb-minimal-16.3-2.el10.x86_64 1748968594 13817513 8dc3ee39bf64fa319f0ac79698fa8acc installed DEBUG: debugedit-5.1-8.el10.x86_64 1750438732 205407 854e7eed20de9dd2277af887c5ef75c3 installed DEBUG: rpm-build-libs-4.19.1.1-20.el10.x86_64 1756197347 198960 154c0adbf671c9737dd703b0be7df0ce installed DEBUG: openssh-9.9p1-14.el10.x86_64 1757957032 1452219 ff888d62a0fe0156db1ec4b84cfde30e installed DEBUG: openssh-clients-9.9p1-14.el10.x86_64 1757957032 2756462 21978f5541dbb6caae539b7698dc4daf installed DEBUG: git-core-2.47.3-1.el10.x86_64 1752151865 23581211 54012029b93d3d9701d468dbc861f298 installed DEBUG: curl-8.12.1-2.el10.x86_64 1744713242 457272 7237349c3bea5464abc1d4ed9e645840 installed DEBUG: rpm-4.19.1.1-20.el10.x86_64 1756197347 3100884 3ad62c7da0282e0376e14bf924fd5eb7 installed DEBUG: efi-srpm-macros-6-6.el10.noarch 1734008449 41044 1ad8953ce79f728ad45d9708d84a7eee installed DEBUG: lua-srpm-macros-1-15.el10.noarch 1730223327 1367 1fbe1970bdc0d6edcd3fdc530b8be649 installed DEBUG: make-1:4.4.1-9.el10.x86_64 1731009937 1880255 6b4ced19a6818dbe9cc17bb080560e2d installed DEBUG: gcc-14.3.1-2.3.el10.x86_64 1760653738 114773090 29035796de38b3a4ad7e6b4c0e9adb9c installed DEBUG: annobin-plugin-gcc-12.99-1.el10.x86_64 1754477902 1035841 28fce0cb205564a6788c34b08b2b8968 installed DEBUG: gcc-plugin-annobin-14.3.1-2.3.el10.x86_64 1760653738 57978 769344535d59c8b304047bccf2265b60 installed DEBUG: fonts-srpm-macros-1:2.0.5-18.el10.noarch 1730216344 57184 1c64f1de557330974aff611b600dae9a installed DEBUG: forge-srpm-macros-0.4.0-6.el10.noarch 1734556047 39882 fabea85a88c6ad82988771613c4c1125 installed DEBUG: go-srpm-macros-3.8.0-1.el10.noarch 1757693203 61920 94b714b3238c2d60e5cdda8f87e0bdb7 installed DEBUG: python-srpm-macros-3.12-10.el10.noarch 1744804726 52539 db863cc8b9f7f04cc76daf66391d4c9f installed DEBUG: redhat-rpm-config-293-1.el10.noarch 1753090328 184121 075ffb827d0d5cb195845180ef54aafd installed DEBUG: rpm-build-4.19.1.1-20.el10.x86_64 1756197347 176781 8ed031c73a947aa6c3d652673917a8ee installed DEBUG: pyproject-srpm-macros-1.16.2-1.el10.noarch 1731588881 1952 d4ade3bbe7b9be654b4f26c2beb49edc installed DEBUG: python-rpm-macros-3.12-10.el10.noarch 1744804726 22627 76285a929fba0b09bbccc14bc9481135 installed DEBUG: python3-rpm-macros-3.12-10.el10.noarch 1744804726 6586 12bf378fdb43a99696854f9c2d9954ab installed DEBUG: mpdecimal-2.5.1-12.el10.x86_64 1730224546 205695 78dc22f1e261c382b161055fae287aa9 installed DEBUG: python-unversioned-command-3.12.11-3.el10.noarch 1756120476 23 32d31d76feab4430ef1f042951d135fd installed DEBUG: python3-3.12.11-3.el10.x86_64 1756120471 32122 e6f511ab0a8af68dbc99529e47b683e8 installed DEBUG: python3-libs-3.12.11-3.el10.x86_64 1756120471 43634698 894765078c1914bee95b9686250cc3cc installed DEBUG: python3-packaging-24.2-2.el10.noarch 1738250594 570729 1edd3696535c1e17b1c56a05403d98dc installed DEBUG: python3-setuptools-69.0.3-12.el10.noarch 1750322830 7489822 ed0a4a9cfc6509ea88abe57e7d6fd627 installed DEBUG: python3-idna-3.7-4.el10.noarch 1730229122 608800 997087c9a5891316b3df42888f34d3a5 installed DEBUG: python3-greenlet-3.0.3-5.el10.x86_64 1730229116 946183 60a4eef35b59b2e25c8628c2dded64e3 installed DEBUG: python3-typing-extensions-4.12.2-2.el10s.noarch 1739541276 469225 b16715f7769c47ca01364dd8cf4e2fba installed DEBUG: python3-urllib3-1.26.19-2.el10.noarch 1730229666 1020701 e3a3d61ec75bc975cf1e5f789ec8c2dc installed DEBUG: python3-babel-2.13.1-5.el10.noarch 1730215314 32699135 5612203d5825461cfefcd14e7dd5ceab installed DEBUG: python3-rpm-generators-14-12.el10.noarch 1730229620 83703 dd85a9253f6c833cd79c2e17d00a470d installed DEBUG: python3-charset-normalizer-3.4.2-1.el10.noarch 1746515787 337674 d19fd140b90095bfd843eef168db4ea2 installed DEBUG: python3-requests-2.32.4-1.el10.noarch 1753444661 488211 f934b19489b55854db91cf6d658371c2 installed DEBUG: python3-dns-2.6.1-1.el10.noarch 1723732656 2952737 518dd356689f8213ae29540a2a5e1a94 installed DEBUG: python3-docutils-0.20.1-5.el10.noarch 1730229238 5020198 7b945ee38a0e8f02c264b75de2588d9b installed DEBUG: python3-markupsafe-2.1.3-6.el10.x86_64 1730229370 57655 aae145c6ce911f725ac7d4f1ac134c23 installed DEBUG: python3-jinja2-3.1.6-1.el10.noarch 1743112165 1617187 acdcedea85f1bd1ebb50a957e43d99ca installed DEBUG: python3-pip-23.3.2-7.el10.noarch 1730229430 14859218 31e43046c676e62f524678e36656ed8c installed DEBUG: python3-imagesize-1.4.1-9.el10.noarch 1730229107 35540 d1301ccacc1cd88fc7bf7ccef9d38282 installed DEBUG: python3-pygments-2.18.0-1.el10.noarch 1737364998 8411601 ca4be5b2d1dbd1732832ba315a294496 installed DEBUG: python3-sphinx-theme-alabaster-0.7.16-5.el10.noarch 1730229681 42883 8f90547e7075b9a66518309a9aa31916 installed DEBUG: pcsc-lite-libs-2.2.3-2.el10.x86_64 1730226519 65565 5cc3fe95daea76b302b8fe77892afe5b installed DEBUG: pcsc-lite-ccid-1.6.0-2.el10.x86_64 1730226510 413717 936a559ba5ac2994e1418b3842bd3493 installed DEBUG: pcsc-lite-2.2.3-2.el10.x86_64 1730226519 220177 99b622cbdf6b5e6928ae65060e972974 installed DEBUG: gnupg2-smime-2.4.5-2.el10.x86_64 1730217561 591737 c4560b6214e42242d0e94a19e5513624 installed DEBUG: gnupg2-2.4.5-2.el10.x86_64 1730217561 9979077 576528bb73b23f28ee9a004530cdd52f installed DEBUG: gpgme-1.23.2-6.el10.x86_64 1730217877 609635 669f9ce493cc5b368780557fd841b94c installed DEBUG: gpgmepp-1.23.2-6.el10.x86_64 1730217877 430341 0b853f44adc382c8a56218c74ef0d816 installed DEBUG: poppler-24.02.0-6.el10.x86_64 1736512704 3554297 8eb4214bb2065fd51e4fe40b664467a1 installed DEBUG: jbig2dec-libs-0.20-7.el10.x86_64 1730219621 168984 a76084465e9251ddf218a3f69af247f0 installed DEBUG: libXau-1.0.11-8.el10.x86_64 1730222665 68459 fc57676cc147be91d56abc13cb5cfce4 installed DEBUG: libxcb-1.17.0-3.el10.x86_64 1730222737 1162650 53fbbf00f5a3c5d91f223d83f1066b80 installed DEBUG: libX11-1.8.10-1.el10.x86_64 1733735632 1350964 f4b8afd1803b859b313b66f5bb1f0bf5 installed DEBUG: libXrender-0.9.11-8.el10.x86_64 1730222908 51311 7ad31f9ac505f004c06c5a60612391bc installed DEBUG: libXext-1.3.6-3.el10.x86_64 1730222717 96253 96de174ce1016a085a28161c04d1806a installed DEBUG: libXft-2.3.8-8.el10.x86_64 1730222783 168381 b087060f92e999eb3e2153182309da93 installed DEBUG: libXpm-3.5.17-5.el10.x86_64 1730222910 152003 2df14c23f0dccf1e70096a716d4d6424 installed DEBUG: gd-2.3.3-22.el10.x86_64 1750858270 400915 2b368f215805a055f42d475db96b545a installed DEBUG: libXt-1.3.0-5.el10.x86_64 1730223042 448361 0353cb970accc8b9b554a33fdec9da66 installed DEBUG: libdatrie-0.2.13-11.el10.x86_64 1730220305 59289 cf20a9bff0a5711777fd6eed0eb8df8b installed DEBUG: libthai-0.1.29-10.el10.x86_64 1730222183 802278 58833d87ce0d583643743f26c6039e73 installed DEBUG: libijs-0.35-24.el10.x86_64 1730221026 67204 fc2a74580a1207d03f9ca2c1cbece5d0 installed DEBUG: libpaper-1:2.1.1-7.el10.x86_64 1730221516 50005 beb8bab2e988cb36754e28e9d899cdea installed DEBUG: pixman-0.43.4-2.el10.x86_64 1730228273 694319 d072d69959cb5752e428a3463e181f63 installed DEBUG: cairo-1.18.2-2.el10.x86_64 1730215330 1818236 9a30697458cf6ee76fb216cbb9ce544e installed DEBUG: pango-1.54.0-3.el10.x86_64 1730226353 1024097 7ed6bff29df6118cc7290c457de1b29a installed DEBUG: cairo-gobject-1.18.2-2.el10.x86_64 1730215330 36040 f664305b3c936813aa92596252f29ed8 installed DEBUG: librsvg2-2.57.1-9.el10.x86_64 1732260608 4349023 6ce6e8059a446770303fa6e0d3ce24f5 installed DEBUG: rsvg-pixbuf-loader-2.57.1-9.el10.x86_64 1732260608 15784 6f1acc267d6247c0d58dcafd7912b448 installed DEBUG: poppler-glib-24.02.0-6.el10.x86_64 1736512704 578768 9ad58314eeefbb0f89779a2980fd9b70 installed DEBUG: libwmf-lite-0.2.13-6.el10s.x86_64 1739178539 163402 41c0daea5347778ccd435d593bf95041 installed DEBUG: cups-filesystem-1:2.4.10-13.el10.noarch 1758030171 0 fc94bffa3b428c3d41f081262b13dc2d installed DEBUG: cups-libs-1:2.4.10-13.el10.x86_64 1758030151 637590 72fc6328deea13bee6a70dc6954234d6 installed DEBUG: libgs-10.02.1-16.el10.x86_64 1746621346 24333486 355882f756f9c9b71f6098932b310e10 installed DEBUG: graphviz-9.0.0-15.el10.x86_64 1730240660 4430109 2f76d0ebdd22fb0744c34e65e681482c installed DEBUG: ImageMagick-libs-0:6.9.12.98-1.el10s.x86_64 1739181763 8574479 e282b0723f4b530e070758309abd77f0 installed DEBUG: ImageMagick-0:6.9.12.98-1.el10s.x86_64 1739181763 245728 3d3079e28a22bc8ff24203f962b024d9 installed DEBUG: python3-sphinx-1:7.2.6-10.el10.noarch 1730229736 11309241 9a78413bc4ed4c3fcdf1d08d26a96211 installed DEBUG: python3-devel-3.12.11-3.el10.x86_64 1756120471 1336363 79e9825f61a722d77865667fee787628 installed DEBUG: python3-eventlet-0.40.0-1.el10s.noarch 1755169696 2163017 2473abdd1bccf46ef683c25b78db15c1 installed DEBUG: python3-sqlalchemy-2.0.26-6.el10.x86_64 1730229665 23459805 b8e4574462ef8ead73d9dfc3f52f45e2 installed DEBUG: python3-setuptools_scm-8.0.4-7.el10.noarch 1730229721 315016 8b0171b157b9722d621b59a5e754878b installed DEBUG: python3-pbr-6.1.1-1.el10s.noarch 1748618097 634274 c3a1df9e1005c2ab52308c84d38fb5ed installed DEBUG: python3-six-1.16.0-16.el10.noarch 1730229623 120439 2adba5efc7db90de5b163a28b00ccf71 installed DEBUG: authselect-1.5.0-8.el10.x86_64 1730215145 160761 4900e595754d431a53a35a510aeecb7f installed DEBUG: systemd-rpm-macros-257-16.el10.noarch 1759411788 10938 540cca8234358790acaaed13bc58faa0 installed DEBUG: openstack-macros-2023.1.0-0.20250702055156.ce6a105.el10.noarch 1751435630 45488 67587d28ddaebed51a9e23cec015074c installed DEBUG: pyproject-rpm-macros-1.16.2-1.el10.noarch 1731588881 116503 57cf0d789d5e7802c3cb75324fc925c2 installed DEBUG: python3-wheel-1:0.41.2-5.el10.noarch 1730229891 518630 6963b4e5fbf77b4c0ef592c46b529aa1 installed DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch 1731059081 172653 e8eb11259fea0eeda969b316b8384265 installed DEBUG: python3-filelock-3.15.4-3.el10s.noarch 1731058737 92158 d8eabb789aaaa99bff7d95da27562b31 installed DEBUG: python3-pyproject-api-1.6.1-5.el10s.noarch 1731056783 82288 013ed4ee5e0d17c427b3e065ccdafb2f installed DEBUG: python3-distlib-0.3.9-1.el10s.noarch 1731059442 1217909 34438f3fd1f5935fe54e943f47d334e1 installed DEBUG: python3-chardet-5.2.0-1.el10s.noarch 1730888623 2161972 43e2c7d2f8583d29a4e6c384e1c44687 installed DEBUG: python3-cachetools-5.4.0-6.el10s.noarch 1731062713 140847 b0b431b6ccfc5012ae66e5e4c487b41a installed DEBUG: python3-wheel-wheel-1:0.41.2-5.el10.noarch 1730229891 65769 469e09806e2ddd6b642503c06d092713 installed DEBUG: python3-setuptools-wheel-69.0.3-12.el10.noarch 1750322830 766397 a76df75d15e6fc5905616f30afd564f5 installed DEBUG: python3-virtualenv-20.26.6-2.el10s.noarch 1730917676 655447 8c6bc214b126ae6d877648d0323ddcb8 installed DEBUG: python3-pluggy-1.3.0-5.el10.noarch 1730229371 186765 cd81f4a49466a80867355fe422378974 installed DEBUG: python3-colorama-0.4.6-13.el10.noarch 1730229065 194726 fbd819363ab7fbf8c59ce17abf06292d installed DEBUG: tox-4.21.2-3.el10s.noarch 1731061324 1250841 43af758a6323e0f5feee516e6ff80a43 installed DEBUG: python3-tox-current-env-0.0.12-1.el10s.noarch 1730902599 72788 4bcdce5f226c5bd50767a34a652624e2 installed DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch 1756901907 312149 c53ba390163f3cb80f7e5fa9ff13793d installed DEBUG: python3-webob-1.8.9-1.el10s.noarch 1737648216 1439046 cb1585b1b8ab9c2aa75b764ffc1bdba8 installed DEBUG: python3-iso8601-2.1.0-3.el10s.noarch 1738058890 52152 b88415a2b3711250a8dc0f772fa96c12 installed DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch 1737458511 1871591 01cc5831e388f9af11205a35f2338628 installed DEBUG: python3-netaddr-1.3.0-2.el10.noarch 1737397369 10138039 b6f5b55e515f9e9f09ccf7522a2a4e6f installed DEBUG: python3-pytz-2024.1-3.el10s.noarch 1730926953 231152 a2e7e129993bcdf51e7de413b333d799 installed DEBUG: python3-psutil-5.9.8-6.el10.x86_64 1748354405 1500396 90eefd25db20fae8fd606dd1adc6aed9 installed DEBUG: python3-mako-1.2.3-9.el10.noarch 1730229289 717113 0b92d12cd53eeb81954d2064b413b27f installed DEBUG: python3-decorator-5.1.1-12.el10.noarch 1730229177 79127 9c6e14cd2b6e3665cbf1998cd51a20b3 installed DEBUG: python3-dateutil-1:2.9.0.post0-1.el10.noarch 1752651861 880820 bc23c46f6f42c0353bbcefa948a2beee installed DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch 1738829755 595026 ccc7a9e55c7fc53f75196f0dcd1f332b installed DEBUG: python3-subunit-1.4.4-5.el10s.noarch 1738655653 446682 9dbb0f1ec8efcd56c36d8a3026f830f8 installed DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch 1737371818 361593 33704c3a80b274da1912c816d36d1d4b installed DEBUG: python3-vine-5.1.0-10.el10s.noarch 1738053141 59036 ff46523602c01279bc4e42484dfbc5b1 installed DEBUG: python3-amqp-5.2.0-7.el10s.noarch 1738328407 440885 95ff1edfd58eda07f54bc179c34d4c78 installed DEBUG: python3-redis-5.1.1-3.el10s.noarch 1730971972 2548258 d9405628d457537a293a385fbb0e6ca8 installed DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 1737453719 333975 d8341954028b5e0cd368f6644312fb1b installed DEBUG: python3-fixtures-4.2.2-1.el10s.noarch 1737468005 428292 9ab60f66b62f250ca0fe90dd0fd7821c installed DEBUG: python3-fasteners-0.19-1.el10s.noarch 1738579537 118969 a68e342eb69e2c9124f233f7913a78a4 installed DEBUG: python3-wcwidth-0.2.6-6.el10.noarch 1730229871 519341 8e7b16c7ab6f5ae90d7bea01c8d4eee7 installed DEBUG: python3-prettytable-3.6.0-10.el10.noarch 1730229417 363172 35b35565e30c4e035dcff0ad92455c06 installed DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 1730229664 710165 1607242203faedddb4ce77c2c8e8dbb5 installed DEBUG: python3-attrs-23.2.0-7.el10.noarch 1730228997 382200 403ebaaf3480f5841698588191fa13da installed DEBUG: python3-referencing-0.31.1-6.el10.noarch 1730229704 320360 a5d547442b1a668017a013d98058564f installed DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch 1753168096 148285 c99c4e9ca1eb64968da7121315917f01 installed DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch 1757064578 3093237 8d5df5df154c72309c011ca1698472cf installed DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch 1730229300 46869 c237b466880c96dec683c5db43744759 installed DEBUG: python3-kombu-1:5.3.7-1.el10s.noarch 1738660739 1764794 c78f03e5a4da3cf3fdbd6cadfbddd04d installed DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch 1738852778 353626 22f3280b7314901f6d08d6a3d3b76023 installed DEBUG: python3-alembic-1.13.1-7.el10.noarch 1730229114 2760122 d971ffa58ebfa22a8379dd30340b57d2 installed DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch 1737466362 113932 2f3d514cfdb455e1696192d12e05a835 installed DEBUG: python3-zipp-3.21.0-2.el10s.noarch 1738754532 58895 ee52d4e2ceb4c63b3e8f318457bdf234 installed DEBUG: python3-importlib-metadata-8.5.0-1.el10s.noarch 1738755698 225262 902d217319851f405598757baf74eef3 installed DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 1738594796 179246 f2544d11da0dbfca2607e5c8a69d4557 installed DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 1738921897 207116 d7d9f9001e7e352a2c15ea0cd04f5efd installed DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch 1739361663 96455 f6e26491dfeeb13224155a9c231ef924 installed DEBUG: python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch 1756900570 61959 8264ea1bdb5643f3316364730ce51005 installed DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch 1757114611 312968 8a954bed5bd7f821dd3d146fc1e2eae0 installed DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch 1739444810 184834 9730fb14544e40d39bf092d2e6c363e5 installed DEBUG: python3-waitress-3.0.1-1.el10s.noarch 1738826477 336903 46eb084e4b84a88928a5dc103e1f6227 installed DEBUG: python3-uhashring-2.3-8.el10s.noarch 1738590060 67891 c273a0126c22274490891f36a375a3e0 installed DEBUG: python3-tomlkit-0.13.2-1.el10s.noarch 1738656887 456243 a19ff8f6dab6c4416cd799f32211e0b7 installed DEBUG: python3-testresources-2.0.1-18.el10s.noarch 1737469273 315070 4a1fd429212b8adc607027062b474b0a installed DEBUG: python3-tenacity-8.2.3-1.el10s.noarch 1738684952 160047 141c93dc6da08b605d39441a899bdb2e installed DEBUG: python3-statsd-3.2.1-33.el10s.noarch 1738055041 150783 97f5fa9ebb10942c7cae2f4058f5d97f installed DEBUG: python3-simplegeneric-0.8.1-21.el10s.noarch 1737371753 23961 dc54f1518e7b3e88db4ee5fdf4aca43e installed DEBUG: python3-setproctitle-1.3.3-4.el10s.x86_64 1731060897 40094 e36f605e1b6f50a5fb8903f8b2a14e69 installed DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch 1738052245 208254 5f5d9f7b447feddaa5efe1b1c82cb9f1 installed DEBUG: python3-repoze-lru-0.7-25.el10s.noarch 1737369170 117180 a0564003fbb8efcb9bd007fb7c7bce60 installed DEBUG: python3-routes-2.5.1-11.el10s.noarch 1738828305 503232 6e1f36e96702a81f55fe60a350b9f3e8 installed DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch 1737111011 93868 2cc1af441efe2e9a4ac41c3c6c5f0dea installed DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch 1738593594 803168 ec2318d07d10e1d03f0d3c4ae411ac0f installed DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch 1737647799 129765 5fa8df2820887dd91d7f999c050002b7 installed DEBUG: python3-memcached-1.59-15.el10s.noarch 1737110683 140352 d94e9ff3cf83bec16f6817777772d3c1 installed DEBUG: python3-logutils-0.3.5-29.el10s.noarch 1737369061 152078 63cd0d711a92b489619c5012f1bf8a8c installed DEBUG: python3-kazoo-2.8.0-16.el10s.noarch 1737647488 759436 10bb47174f0ddc2cfa5ba6c480ac7004 installed DEBUG: python3-zake-0.2.2-22.el10s.noarch 1738052178 172875 cfac917a3b9a5b1043153668df93de03 installed DEBUG: python3-extras-1.0.0-36.el10s.noarch 1737467939 12597 b0937f731ece6ed29fa769c955cbe551 installed DEBUG: python3-autopage-0.5.2-8.el10s.noarch 1738684947 311747 122570d58f3b3d41c0293b04710c7a76 installed DEBUG: libsodium-1.0.20-2.el10s.x86_64 1736248689 394283 9cc208bfa5feeaec33858f2774b31bf5 installed DEBUG: double-conversion-3.3.0-4.el10s.x86_64 1738596981 98847 64e9d772a8b19c1eddc7f4c680bc1c86 installed DEBUG: python3-ujson-5.10.0-1.el10s.x86_64 1738597769 73550 58eb5fddbe47a7e04f5f0a7c0fe5a539 installed DEBUG: python3-jsonpointer-2.3-9.el10.noarch 1730229387 46632 5a97a4414ae4c90834ad61e965959284 installed DEBUG: python3-jsonpatch-1.33-6.el10.noarch 1730229351 75085 5e600f110fe6e221b10bbc8468263bf8 installed DEBUG: python3-jmespath-1.0.1-8.el10.noarch 1730229299 151984 265788c58a744f867d22005c064fb608 installed DEBUG: python3-PyMySQL-1.1.1-3.el10.noarch 1730229609 405275 f53e9df94138062816104ac985c950b8 installed DEBUG: libxslt-1.1.39-8.el10.x86_64 1753879736 492741 34fa52bb9a6ddf53759c567f36e373dc installed DEBUG: python3-lxml-5.2.1-4.el10.x86_64 1730229297 5186202 ced452f341bcf7ba29d17be6188670e4 installed DEBUG: python3-beautifulsoup4-4.12.3-9.el10s.noarch 1738761737 1497664 483d4c912c580096af4e6b00ea04d678 installed DEBUG: which-2.21-44.el10.x86_64 1751378208 81642 d5552843c23d6b8cfabde4653c8bb771 installed DEBUG: python3-cmd2-2.5.8-1.el10s.noarch 1737368129 1646915 4dbb83db27a73ae01c33962f10987772 installed DEBUG: python3-pyparsing-3.1.1-7.el10.noarch 1730229042 1038569 10cd8727b47570d8ed575363f0a84a31 installed DEBUG: python3-ply-3.11-25.el10.noarch 1730229427 573665 e1e9239f24eebd8509c6c85309d3889d installed DEBUG: python3-pycparser-2.20-16.el10.noarch 1730229473 859394 b6d61bd85b25ad629a9c992b6becd9d9 installed DEBUG: python3-cffi-1.16.0-7.el10.x86_64 1730229065 1363295 84e5dc989caac4c9fb72c16124bfbdc2 installed DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 1730229073 4929962 7c78461ef2f085065d2f134c4d525135 installed DEBUG: python3-jwt-2.8.0-1.el10s.noarch 1737649448 166611 70a162d2ef1df894aca9e84280beaa52 installed DEBUG: python3-jwt+crypto-2.8.0-1.el10s.noarch 1737649448 5525 55a7ccf79dfa32d7d3f7e3a091fdbdf0 installed DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch 1736244268 777252 673c197e46e16ed2ea0d6b9cc28301ea installed DEBUG: python3-paste-3.10.1-6.el10s.noarch 1738826853 2756313 dabf06dcee0cf091e090b448fb196279 installed DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 1737382685 87531 b79dafd030634aa2736f096d41e5c258 installed DEBUG: python3-pynacl-1.5.0-14.el10s.x86_64 1738656379 618482 def02bc6880c4e5a1ec8071d9ef3a476 installed DEBUG: ncurses-6.4-14.20240127.el10.x86_64 1730224743 639954 e942b42aa89c13a92455007cfe22da55 installed DEBUG: libyaml-0.2.5-16.el10.x86_64 1730222984 137595 1e4c8786f4e977fbd15fdf3c9f77a88b installed DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 1730229919 800922 589b78466347469576d5676b797b3d22 installed DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch 1750230126 367634 ea22dec32abd089e68f4ff0c89748548 installed DEBUG: groff-base-1.23.0-10.el10.x86_64 1730217931 4034942 e004eeb2536502e550cf5bd4ef60f50e installed DEBUG: perl-Digest-1.20-511.el10.noarch 1730226989 36060 c6615565782c90a4f61c1b5889a5166f installed DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 1730227064 61168 a2b95b167b4e092a064071e7dece884a installed DEBUG: perl-B-0:1.89-514.el10.x86_64 1752149556 509884 a0075629e673553688c368b83350e9fb installed DEBUG: perl-FileHandle-0:2.05-514.el10.noarch 1752149566 9568 50f9a7139d091ad8f92feef1f46d6c5d installed DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 1730227050 114342 8af3bf30ce603515408a201c2b4ffec2 installed DEBUG: perl-libnet-3.15-512.el10.noarch 1730227715 295890 c7a899752cbba4228196d8f281aeb0ce installed DEBUG: perl-AutoLoader-0:5.74-514.el10.noarch 1752149566 21029 67b412a9a2ea85e058d669c80fa5d838 installed DEBUG: perl-URI-5.27-3.el10.noarch 1730228291 245507 ba6540dd6568942c1082e110148a8a0c installed DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch 1730227956 23045 53c84d684fc665d946d54da086620752 installed DEBUG: perl-Time-Local-2:1.350-511.el10.noarch 1730228183 70554 d6e7f9014a4bf0da32c73f65b93eb955 installed DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch 1730227659 9370 c8d564076a5b9bd0052c6781331686a3 installed DEBUG: perl-if-0:0.61.000-514.el10.noarch 1752149566 5948 fa330f49be1c401ab0fd6c3179b7ed9d installed DEBUG: perl-locale-0:1.12-514.el10.noarch 1752149566 6653 52bd256fd5a3f48fef031e20a7564533 installed DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch 1730227475 100992 3b8ccd7c1b965c316d7c0fa7454c7047 installed DEBUG: perl-File-Path-2.18-511.el10.noarch 1730227285 65002 db8687251ee6f09cbb3b3eb0ea6b4569 installed DEBUG: perl-Pod-Escapes-1:1.07-511.el10.noarch 1730227812 25476 b7e81a3328873387eac23a5d3c45cead installed DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch 1730227469 701396 2295223ee39d4db301018e2b672e4a8e installed DEBUG: perl-Net-SSLeay-1.94-8.el10.x86_64 1747820179 1412004 d113675d9f608c610450b175bd42cd5a installed DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch 1730228023 99820 1d65c4bb79be9248013ae26a66ff0885 installed DEBUG: perl-Class-Struct-0:0.68-514.el10.noarch 1752149566 25968 515b4c567aac69c9a07d1101dbaeaf5b installed DEBUG: perl-POSIX-0:2.20-514.el10.x86_64 1752149556 236585 b7c1836ab0171c465e1cce0fbd183aec installed DEBUG: perl-IPC-Open3-0:1.22-514.el10.noarch 1752149566 22995 ad050f990242aeb6871ec24b617ef16d installed DEBUG: perl-File-Temp-1:0.231.100-512.el10.noarch 1730227288 166172 5c86a41dc019fb8c97629db7524a336d installed DEBUG: perl-Term-Cap-1.18-511.el10.noarch 1730227953 29958 fd0c61ec8054bac86b6cb700467238ac installed DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch 1730227417 155788 0708640bcd02b366f5bb0e000023ebe0 installed DEBUG: perl-Pod-Simple-1:3.45-511.el10.noarch 1730227771 573280 5988a33959e10908eabe5cbb3562e421 installed DEBUG: perl-Socket-4:2.038-511.el10.x86_64 1730227897 126969 23874130d4f0d496fc39a2054d31e8af installed DEBUG: perl-SelectSaver-0:1.02-514.el10.noarch 1752149566 2220 1daf9ac1d126017e98d15acf197a3068 installed DEBUG: perl-Symbol-0:1.09-514.el10.noarch 1752149566 6976 c5ed767edd700544718b30b3b7598682 installed DEBUG: perl-File-stat-0:1.14-514.el10.noarch 1752149566 12808 11f06311d4b00bc6ee4cb8b2025ed962 installed DEBUG: perl-podlators-1:5.01-511.el10.noarch 1730227858 315477 4f2938cb1bd5cb908077869a67c70f8b installed DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch 1730227796 166972 f13b246589f692706409a2944dde35a0 installed DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch 1730227965 13839 3842925b9616ba29740278ee2833ca26 installed DEBUG: perl-Fcntl-0:1.18-514.el10.x86_64 1752149556 45991 eb5a71fad16fe689dc3241e4e794a42f installed DEBUG: perl-base-0:2.27-514.el10.noarch 1752149566 12844 2c575b61dc436213cd9b36e4d9389f47 installed DEBUG: perl-mro-0:1.29-514.el10.x86_64 1752149556 46620 bbaac2345df2e5e78085b22526890bb4 installed DEBUG: perl-IO-0:1.55-514.el10.x86_64 1752149556 154599 4aba8c3e1ff1e60aadc1c418f0373174 installed DEBUG: perl-overloading-0:0.02-514.el10.noarch 1752149566 4961 c6311d2eded603aef2bdfc131ed28d24 installed DEBUG: perl-Pod-Usage-4:2.03-511.el10.noarch 1730227785 86712 d457223ca2488f4f08c5fa109173c36a installed DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 1730227655 47172 b7f5740299a2b47aa762e614fcedd1f8 installed DEBUG: perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 1730227903 148958 9e6233a6ae137940c171b81f02481bdc installed DEBUG: perl-constant-1.33-512.el10.noarch 1730226803 26840 5472c1ad7a46a15e13497537068e8f5a installed DEBUG: perl-parent-1:0.241-512.el10.noarch 1730227844 9959 1880738673852b5139cfae95e9ab3e33 installed DEBUG: perl-Errno-0:1.38-514.el10.x86_64 1752149556 8531 81b6689ca14d3d0947b3b6144d46816b installed DEBUG: perl-File-Basename-0:2.86-514.el10.noarch 1752149566 14342 a1f76a6b2437f117db37b656cd745d9f installed DEBUG: perl-Getopt-Std-0:1.14-514.el10.noarch 1752149566 11449 882c99ddc73a6ef37d1f0127a1239250 installed DEBUG: perl-Storable-1:3.32-511.el10.x86_64 1730227965 242018 5a87e78241693ca4065babc1e841802f installed DEBUG: perl-overload-0:1.37-514.el10.noarch 1752149566 73252 41c6a995bda9f21ad53d49f839f0f84b installed DEBUG: perl-vars-0:1.05-514.el10.noarch 1752149566 3960 1745c06638516ee49ecfd9f3967ee62f installed DEBUG: perl-Getopt-Long-1:2.58-3.el10.noarch 1730227288 147853 4ddc14e0ccd2d8df9dc3004645893d63 installed DEBUG: perl-Carp-1.54-511.el10.noarch 1730226809 47652 3c34e34b832112dc81f1f579a65b7cef installed DEBUG: perl-Exporter-5.78-511.el10.noarch 1730226981 55539 ae13c00533b8ff50562bd1cf83e05e91 installed DEBUG: perl-PathTools-3.91-512.el10.x86_64 1737637077 178820 e64b82c0abf4c1b472d449bda787d874 installed DEBUG: perl-NDBM_File-0:1.17-514.el10.x86_64 1752149556 29126 4267fbf0b61fbde432cb5b4449d64073 installed DEBUG: perl-DynaLoader-0:1.56-514.el10.x86_64 1752149556 32841 49fc482b40caa5dc71c16285d97d36e7 installed DEBUG: perl-Encode-4:3.21-511.el10.x86_64 1730226996 4931658 22632a066b19270ba30b3bfb10204151 installed DEBUG: perl-libs-4:5.40.2-514.el10.x86_64 1752149556 10261544 27d39240f374c2529d5a08a4f4c41459 installed DEBUG: perl-interpreter-4:5.40.2-514.el10.x86_64 1752149556 125186 b6eebed9127e57b047115283867a40eb installed DEBUG: memcached-0:1.6.23-7.el10.x86_64 1730224144 477607 771ea0f9618c09c7082d37335bec3f89 installed DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch 1738925959 187175 eec52fa5e2d04c7c12e3e423161f8fb1 installed DEBUG: bash-completion-1:2.11-16.el10.noarch 1730215264 1052248 7182d21a7fa75ab184f1686470b98778 installed DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch 1739453755 28773 4e7043243b8d32c7faf710880da0bd00 installed DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch 1750231298 6638477 9bf0b4b744caf22ec76cfeb7348350c7 installed DEBUG: python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch 1753168199 244083 ca1b8fd4c9f683cb5e124cee6e199339 installed DEBUG: python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch 1739371822 18900 2c7defe4e86c86771a7b42d5f51b320b installed DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch 1756901269 18922 85e49e63a4af93395600274c96895e83 installed DEBUG: python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch 1756900677 15702 c79b7bab3fffbe38720045811957b58c installed DEBUG: python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch 1753166438 10966 55c1b38df3851fd406631f58dc5701cf installed DEBUG: python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch 1756902937 16987 206e8f6ed80e2701bc23a83bd2eeb66f installed DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch 1756901812 16906 7e0f5adbf623e623e5334f5105a92ef5 installed DEBUG: python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch 1756901812 220012 908466564f2908ba443e4e35b8af97b2 installed DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch 1756901269 452241 4e86131f59820e975dc48f4770af9ec5 installed DEBUG: python3-oslo-config-2:10.0.0-0.20250722064059.493a086.el10.noarch 1753166548 1507679 2ea601cdd6478102988eb3f6acd84542 installed DEBUG: python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch 1756901054 93885 c0fde777fbd0d2a64efaa308de6ff65a installed DEBUG: python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch 1756902937 215270 ce980aa6e2671ee31a64b195d6e5440e installed DEBUG: python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch 1753166311 332077 12859d126e199392b23d25fe7b6c8d7a installed DEBUG: python3-keystoneclient-1:5.7.0-0.20250903122615.be6c506.el10.noarch 1756902468 1330561 18d9064a33b5225faed22b910cd59053 installed DEBUG: python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch 1750230846 14190 50d241be5209eeaf90c956a08ce29c6f installed DEBUG: python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch 1750230846 14190 80f77bb15cacd8b55e252c8eda61ccaa installed DEBUG: python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch 1750230846 539809 4167872d45a8db211c4864efc2cfa344 installed DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch 1753166658 1671765 f71b145827a0faee694784661a900aee installed DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch 1748358840 767414 e98bacd4cb3c1a5c554f9c4eddbf35ee installed DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch 1748358840 21103 aabc602552ac8e68eeb9c32ad117ef93 installed DEBUG: python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch 1756901594 51339 58e6144d7277368d1bc89d3e22208192 installed DEBUG: python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch 1756900677 311075 db05bfc96c0a16f4f794f82ba4ae3987 installed DEBUG: python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch 1739371822 194850 9a69e1beef6d49df24c6c11148992f6e installed DEBUG: python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch 1753166438 226719 cb91aeea301b547f9bf9037e9efc7b45 installed DEBUG: python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch 1757078681 1189903 9b2940da484f3ab11ea5cdd363413a96 installed DEBUG: python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch 1756903985 13681 9b5eb50bbba194a27600ed8cd9f3445a installed DEBUG: python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch 1756903985 13398 5912ca37bce460aa8c7fa344ab49e252 installed DEBUG: python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch 1756903985 628838 b44cc4b2bf94aa6e834270f091172ec7 installed DEBUG: python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch 1756900424 18975 be74c63b77c9efe823f3560909f77265 installed DEBUG: python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch 1756900424 132197 266ed7a44a4f49b44c995d3151c7a5fd installed DEBUG: python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch 1756905007 397090 492bd99631c8f0bb3d81bfbb27ff741f installed DEBUG: python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch 1757093553 28647 e33c5ae7a4b4e2f16f43be098d3125c3 installed DEBUG: python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch 1757093553 13791 2b92dc3d5b2a43b1f1df00bfa732d93e installed DEBUG: python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch 1757093553 13791 a078fc78b5c8efe19748020c14f1b21f installed DEBUG: python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch 1757093553 221550 46224ac19eeef234790b6aaf0abe9566 installed DEBUG: python-openstackclient-lang-8.1.0-0.20250618070222.88b59d8.el10.noarch 1750230234 174349 810856749c2503460b0d13c61a1905b9 installed DEBUG: python3-openstackclient-8.1.0-0.20250618070222.88b59d8.el10.noarch 1750230234 12643015 db7c8aada1343720ecbd118120b2dd01 installed DEBUG: python3-octaviaclient-3.12.0-0.20250905225544.c4dd1e1.el10.noarch 1757113040 582160 100e2a9eee8baf8aced48b1ee016dcdb installed DEBUG: python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch 1753167578 473625 619e1670d3b4fe62afa110302e428f06 installed DEBUG: python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch 1753169215 846653 fb52878946bfcb7b995dd6be2daba842 installed DEBUG: python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch 1756901161 65506 6b1a9e3b8465c677c2661246895a1531 installed DEBUG: python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch 1753167687 818372 6a5b5d3c68c8071cfff61c04e680609a installed DEBUG: python3-observabilityclient-1.2.0-0.20251001084700.bcadbfe.el10.noarch 1759308483 108444 e0b946471c645450157538c3e19820bb installed DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch 1756900783 183986 042920296dd719cf5f68d8777ba4f182 installed DEBUG: python3-gnocchiclient-7.2.0-0.20250513100707.6363a9f.el10.noarch 1747130940 450724 b8be7456ede924f330fa4bbbedaafb2f installed DEBUG: python3-stestr-4.1.0-1.el10s.noarch 1738759744 827126 01732d2afa3169d0f9510b202e45c94b installed DEBUG: python3-webtest-3.0.0-1.el10s.noarch 1738827128 355044 65e0f954f7e9d1fece1962e38bf926eb installed DEBUG: python3-pecan-1.5.1-1.el10s.noarch 1737366428 1723283 e0ca5758ad036090381a3f6c9ee67eda installed DEBUG: python3-cotyledon-2.0.0-1.el10s.noarch 1750161492 171147 ce4b5b633da61a720683044713775780 installed DEBUG: python3-wsme-0.12.1-0.20250217143530.8312bb2.el10.noarch 1739803010 844038 542f128a714f5e19a5228760d3921e00 installed DEBUG: python3-jsonschema-4.19.1-7.el10.noarch 1730229314 870395 47950eed156da4e95abb6f89b1b0f2f4 installed DEBUG: python3-oslotest-5.0.1-0.20250513100931.1fe4458.el10.noarch 1747131136 153534 44d4e730cbe0666e5fe250ecd312766c installed DEBUG: python3-croniter-5.0.1-1.el10s.noarch 1737367703 197767 a7248178b4335303baf684dbce35e4a9 installed DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 Finish: Outputting list of installed packages INFO: ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/SPECS/openstack-aodh.spec'], chrootPath='/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1039gid=135user='mockbuild'unshare_net=TrueprintOutput=Falsenspawn_args=['--capability=cap_ipc_lock', '--suppress-sync=yes']) DEBUG: child environment: None DEBUG: Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -ba --noprep --target x86_64 /builddir/build/SPECS/openstack-aodh.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False DEBUG: warning: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Building target platforms: x86_64 DEBUG: Building for target x86_64 DEBUG: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.l5IsnQ DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd aodh-21.1.0.dev24 DEBUG: + echo pyproject-rpm-macros DEBUG: + echo python3-devel DEBUG: + echo 'python3dist(packaging)' DEBUG: + echo 'python3dist(pip) >= 19' DEBUG: + '[' -f pyproject.toml ']' DEBUG: + echo '(python3dist(tomli) if python3-devel < 3.11)' DEBUG: + rm -rfv '*.dist-info/' DEBUG: + '[' -f /usr/bin/python3 ']' DEBUG: + mkdir -p /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + echo -n DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + VALAFLAGS=-g DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 ' DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + CC=gcc DEBUG: + CXX=g++ DEBUG: + TMPDIR=/builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + RPM_TOXENV=py312 DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/aodh-21.1.0.dev24/pyproject-wheeldir --output /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-buildrequires -t -e py312 DEBUG: Handling pbr>=6.0.0 from build-system.requires DEBUG: Requirement satisfied: pbr>=6.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling setuptools>=64.0.0 from build-system.requires DEBUG: Requirement satisfied: setuptools>=64.0.0 DEBUG: (installed: setuptools 69.0.3) DEBUG: Handling wheel from get_requires_for_build_wheel DEBUG: Requirement satisfied: wheel DEBUG: (installed: wheel 0.41.2) DEBUG: Handling pbr from get_requires_for_build_wheel DEBUG: Requirement satisfied: pbr DEBUG: (installed: pbr 6.1.1) DEBUG: Handling tox-current-env >= 0.0.6 from tox itself DEBUG: Requirement satisfied: tox-current-env >= 0.0.6 DEBUG: (installed: tox-current-env 0.0.12) DEBUG: py312: OK (0.01 seconds) DEBUG: congratulations :) (0.07 seconds) DEBUG: Handling tox from tox --print-deps-only: py312 DEBUG: Requirement satisfied: tox DEBUG: (installed: tox 4.21.2) DEBUG: Handling stestr>=2.0.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: stestr>=2.0.0 DEBUG: (installed: stestr 4.1.0) DEBUG: Handling oslotest>=2.15.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslotest>=2.15.0 DEBUG: (installed: oslotest 5.0.1) DEBUG: Handling fixtures>=1.3.1 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: fixtures>=1.3.1 DEBUG: (installed: fixtures 4.2.2) DEBUG: Handling WebTest>=3.0.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: WebTest>=3.0.0 DEBUG: (installed: WebTest 3.0.0) DEBUG: Handling tenacity>=3.2.1 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: tenacity>=3.2.1 DEBUG: (installed: tenacity 8.2.3) DEBUG: Handling croniter>=0.3.4 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: croniter>=0.3.4 DEBUG: (installed: croniter 5.0.1) DEBUG: Handling futurist>=0.11.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: futurist>=0.11.0 DEBUG: (installed: futurist 3.2.1) DEBUG: Handling jsonschema>=3.2.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: jsonschema>=3.2.0 DEBUG: (installed: jsonschema 4.19.1) DEBUG: Handling keystonemiddleware>=5.1.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: keystonemiddleware>=5.1.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling gnocchiclient>=6.0.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: gnocchiclient>=6.0.0 DEBUG: (installed: gnocchiclient 7.2.0) DEBUG: Handling lxml>=2.3 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: lxml>=2.3 DEBUG: (installed: lxml 5.2.1) DEBUG: Handling oslo.db>=11.0.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.db>=11.0.0 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.config>=6.8.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.config>=6.8.0 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.i18n>=1.5.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.i18n>=1.5.0 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling oslo.log>=4.3.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.log>=4.3.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.reports>=1.18.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.reports>=1.18.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.policy>=4.5.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.policy>=4.5.0 DEBUG: (installed: oslo.policy 4.6.0) DEBUG: Handling oslo.upgradecheck>=1.3.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.upgradecheck>=1.3.0 DEBUG: (installed: oslo.upgradecheck 2.6.0) DEBUG: Handling PasteDeploy>=1.5.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: PasteDeploy>=1.5.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling pbr>=2.0.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: pbr>=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling pecan>=0.8.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: pecan>=0.8.0 DEBUG: (installed: pecan 1.5.1) DEBUG: Handling oslo.messaging>=5.2.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.messaging>=5.2.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware>=3.22.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.middleware>=3.22.0 DEBUG: (installed: oslo.middleware 6.6.0) DEBUG: Handling oslo.utils>=4.7.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: oslo.utils>=4.7.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling python-keystoneclient>=1.6.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: python-keystoneclient>=1.6.0 DEBUG: (installed: python-keystoneclient 5.7.0) DEBUG: Handling requests>=2.5.2 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: requests>=2.5.2 DEBUG: (installed: requests 2.32.4) DEBUG: Handling stevedore>=1.5.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: stevedore>=1.5.0 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling SQLAlchemy>=1.4.1 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: SQLAlchemy>=1.4.1 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling tooz>=1.28.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: tooz>=1.28.0 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling voluptuous>=0.8.10 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: voluptuous>=0.8.10 DEBUG: (installed: voluptuous 0.15.2) DEBUG: Handling WebOb>=1.2.3 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: WebOb>=1.2.3 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling WSME>=0.12.1 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: WSME>=0.12.1 DEBUG: (installed: WSME 0.12.1) DEBUG: Handling cachetools>=1.1.6 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: cachetools>=1.1.6 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling cotyledon>=1.7.3 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: cotyledon>=1.7.3 DEBUG: (installed: cotyledon 2.0.0) DEBUG: Handling keystoneauth1>=2.1 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: keystoneauth1>=2.1 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling python-observabilityclient>=0.0.4 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: python-observabilityclient>=0.0.4 DEBUG: (installed: python-observabilityclient 1.2.0) DEBUG: Handling python-octaviaclient>=1.8.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: python-octaviaclient>=1.8.0 DEBUG: (installed: python-octaviaclient 3.12.0) DEBUG: Handling python-dateutil>=2.5.3 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: python-dateutil>=2.5.3 DEBUG: (installed: python-dateutil 2.9.0.post0) DEBUG: Handling python-heatclient>=1.17.0 from tox --print-deps-only: py312 DEBUG: Requirement satisfied: python-heatclient>=1.17.0 DEBUG: (installed: python-heatclient 4.3.0) DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` directly. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: Follow the current Python packaging guidelines when building DEBUG: Python RPM packages. DEBUG: See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html DEBUG: and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: self.initialize_options() DEBUG: running dist_info DEBUG: writing aodh.egg-info/PKG-INFO DEBUG: writing dependency_links to aodh.egg-info/dependency_links.txt DEBUG: writing entry points to aodh.egg-info/entry_points.txt DEBUG: writing requirements to aodh.egg-info/requires.txt DEBUG: writing top-level names to aodh.egg-info/top_level.txt DEBUG: writing pbr to aodh.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: [pbr] In git context, generating filelist from git DEBUG: warning: no previously-included files found matching '.gitignore' DEBUG: warning: no previously-included files found matching '.gitreview' DEBUG: warning: no previously-included files matching '*.pyc' found anywhere in distribution DEBUG: adding license file 'LICENSE' DEBUG: adding license file 'AUTHORS' DEBUG: writing manifest file 'aodh.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/aodh-21.1.0.dev24/aodh-21.1.0.dev24.dist-info' DEBUG: Handling tenacity >=3.2.1 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: tenacity >=3.2.1 DEBUG: (installed: tenacity 8.2.3) DEBUG: Handling croniter >=0.3.4 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: croniter >=0.3.4 DEBUG: (installed: croniter 5.0.1) DEBUG: Handling futurist >=0.11.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: futurist >=0.11.0 DEBUG: (installed: futurist 3.2.1) DEBUG: Handling jsonschema >=3.2.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: jsonschema >=3.2.0 DEBUG: (installed: jsonschema 4.19.1) DEBUG: Handling keystonemiddleware >=5.1.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: keystonemiddleware >=5.1.0 DEBUG: (installed: keystonemiddleware 10.11.0) DEBUG: Handling gnocchiclient >=6.0.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: gnocchiclient >=6.0.0 DEBUG: (installed: gnocchiclient 7.2.0) DEBUG: Handling lxml >=2.3 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: lxml >=2.3 DEBUG: (installed: lxml 5.2.1) DEBUG: Handling oslo.db >=11.0.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.db >=11.0.0 DEBUG: (installed: oslo.db 17.4.0) DEBUG: Handling oslo.config >=6.8.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.config >=6.8.0 DEBUG: (installed: oslo.config 10.0.0) DEBUG: Handling oslo.i18n >=1.5.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.i18n >=1.5.0 DEBUG: (installed: oslo.i18n 6.6.0) DEBUG: Handling oslo.log >=4.3.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.log >=4.3.0 DEBUG: (installed: oslo.log 7.2.1) DEBUG: Handling oslo.reports >=1.18.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.reports >=1.18.0 DEBUG: (installed: oslo.reports 3.6.0) DEBUG: Handling oslo.policy >=4.5.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.policy >=4.5.0 DEBUG: (installed: oslo.policy 4.6.0) DEBUG: Handling oslo.upgradecheck >=1.3.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.upgradecheck >=1.3.0 DEBUG: (installed: oslo.upgradecheck 2.6.0) DEBUG: Handling PasteDeploy >=1.5.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: PasteDeploy >=1.5.0 DEBUG: (installed: PasteDeploy 3.1.0) DEBUG: Handling pbr >=2.0.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: pbr >=2.0.0 DEBUG: (installed: pbr 6.1.1) DEBUG: Handling pecan >=0.8.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: pecan >=0.8.0 DEBUG: (installed: pecan 1.5.1) DEBUG: Handling oslo.messaging >=5.2.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.messaging >=5.2.0 DEBUG: (installed: oslo.messaging 17.1.0) DEBUG: Handling oslo.middleware >=3.22.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.middleware >=3.22.0 DEBUG: (installed: oslo.middleware 6.6.0) DEBUG: Handling oslo.utils >=4.7.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: oslo.utils >=4.7.0 DEBUG: (installed: oslo.utils 9.1.0) DEBUG: Handling python-keystoneclient >=1.6.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: python-keystoneclient >=1.6.0 DEBUG: (installed: python-keystoneclient 5.7.0) DEBUG: Handling requests >=2.5.2 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: requests >=2.5.2 DEBUG: (installed: requests 2.32.4) DEBUG: Handling stevedore >=1.5.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: stevedore >=1.5.0 DEBUG: (installed: stevedore 5.5.0) DEBUG: Handling SQLAlchemy >=1.4.1 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: SQLAlchemy >=1.4.1 DEBUG: (installed: SQLAlchemy 2.0.26) DEBUG: Handling tooz >=1.28.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: tooz >=1.28.0 DEBUG: (installed: tooz 7.0.0) DEBUG: Handling voluptuous >=0.8.10 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: voluptuous >=0.8.10 DEBUG: (installed: voluptuous 0.15.2) DEBUG: Handling WebOb >=1.2.3 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: WebOb >=1.2.3 DEBUG: (installed: WebOb 1.8.9) DEBUG: Handling WSME >=0.12.1 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: WSME >=0.12.1 DEBUG: (installed: WSME 0.12.1) DEBUG: Handling cachetools >=1.1.6 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: cachetools >=1.1.6 DEBUG: (installed: cachetools 5.4.0) DEBUG: Handling cotyledon >=1.7.3 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: cotyledon >=1.7.3 DEBUG: (installed: cotyledon 2.0.0) DEBUG: Handling keystoneauth1 >=2.1 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: keystoneauth1 >=2.1 DEBUG: (installed: keystoneauth1 5.12.0) DEBUG: Handling python-observabilityclient >=0.0.4 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: python-observabilityclient >=0.0.4 DEBUG: (installed: python-observabilityclient 1.2.0) DEBUG: Handling python-octaviaclient >=1.8.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: python-octaviaclient >=1.8.0 DEBUG: (installed: python-octaviaclient 3.12.0) DEBUG: Handling python-dateutil >=2.5.3 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: python-dateutil >=2.5.3 DEBUG: (installed: python-dateutil 2.9.0.post0) DEBUG: Handling python-heatclient >=1.17.0 from hook generated metadata: Requires-Dist (aodh) DEBUG: Requirement satisfied: python-heatclient >=1.17.0 DEBUG: (installed: python-heatclient 4.3.0) DEBUG: Handling stestr >=2.0.0 ; extra == 'test' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: stestr >=2.0.0 ; extra == 'test' DEBUG: Handling oslotest >=2.15.0 ; extra == 'test' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: oslotest >=2.15.0 ; extra == 'test' DEBUG: Handling fixtures >=1.3.1 ; extra == 'test' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: fixtures >=1.3.1 ; extra == 'test' DEBUG: Handling WebTest >=3.0.0 ; extra == 'test' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: WebTest >=3.0.0 ; extra == 'test' DEBUG: Handling python-zaqarclient >=1.2.0 ; extra == 'zaqar' from hook generated metadata: Requires-Dist (aodh) DEBUG: Ignoring alien requirement: python-zaqarclient >=1.2.0 ; extra == 'zaqar' DEBUG: + cat /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-buildrequires DEBUG: + rm -rfv aodh-21.1.0.dev24.dist-info/ DEBUG: removed 'aodh-21.1.0.dev24.dist-info/AUTHORS' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/LICENSE' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/METADATA' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/entry_points.txt' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/pbr.json' DEBUG: removed 'aodh-21.1.0.dev24.dist-info/top_level.txt' DEBUG: removed directory 'aodh-21.1.0.dev24.dist-info/' DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nQCPv1 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CFLAGS DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CXXFLAGS DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FFLAGS DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FCFLAGS DEBUG: + VALAFLAGS=-g DEBUG: + export VALAFLAGS DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + export LDFLAGS DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + export LT_SYS_LIBRARY_PATH DEBUG: + CC=gcc DEBUG: + export CC DEBUG: + CXX=g++ DEBUG: + export CXX DEBUG: + cd aodh-21.1.0.dev24 DEBUG: + mkdir -p /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + VALAFLAGS=-g DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + CC=gcc DEBUG: + CXX=g++ DEBUG: + TMPDIR=/builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /builddir/build/BUILD/aodh-21.1.0.dev24/pyproject-wheeldir DEBUG: Processing /builddir/build/BUILD/aodh-21.1.0.dev24 DEBUG: Preparing metadata (pyproject.toml): started DEBUG: Running command Preparing metadata (pyproject.toml) DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` directly. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: Follow the current Python packaging guidelines when building DEBUG: Python RPM packages. DEBUG: See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html DEBUG: and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: self.initialize_options() DEBUG: running dist_info DEBUG: creating /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir/pip-modern-metadata-sdhcx4v9/aodh.egg-info DEBUG: writing /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir/pip-modern-metadata-sdhcx4v9/aodh.egg-info/PKG-INFO DEBUG: writing dependency_links to /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir/pip-modern-metadata-sdhcx4v9/aodh.egg-info/dependency_links.txt DEBUG: writing entry points to /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir/pip-modern-metadata-sdhcx4v9/aodh.egg-info/entry_points.txt DEBUG: writing requirements to /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir/pip-modern-metadata-sdhcx4v9/aodh.egg-info/requires.txt DEBUG: writing top-level names to /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir/pip-modern-metadata-sdhcx4v9/aodh.egg-info/top_level.txt DEBUG: writing pbr to /builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir/pip-modern-metadata-sdhcx4v9/aodh.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: writing manifest file '/builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir/pip-modern-metadata-sdhcx4v9/aodh.egg-info/SOURCES.txt' DEBUG: [pbr] In git context, generating filelist from git DEBUG: warning: no previously-included files found matching '.gitignore' DEBUG: warning: no previously-included files found matching '.gitreview' DEBUG: warning: no previously-included files matching '*.pyc' found anywhere in distribution DEBUG: adding license file 'LICENSE' DEBUG: adding license file 'AUTHORS' DEBUG: writing manifest file '/builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir/pip-modern-metadata-sdhcx4v9/aodh.egg-info/SOURCES.txt' DEBUG: creating '/builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir/pip-modern-metadata-sdhcx4v9/aodh-21.1.0.dev24.dist-info' DEBUG: Preparing metadata (pyproject.toml): finished with status 'done' DEBUG: Building wheels for collected packages: aodh DEBUG: Building wheel for aodh (pyproject.toml): started DEBUG: Running command Building wheel for aodh (pyproject.toml) DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: running bdist_wheel DEBUG: running build DEBUG: running build_py DEBUG: creating build DEBUG: creating build/lib DEBUG: creating build/lib/aodh DEBUG: creating build/lib/aodh/wsgi DEBUG: copying aodh/wsgi/__init__.py -> build/lib/aodh/wsgi DEBUG: copying aodh/wsgi/api.py -> build/lib/aodh/wsgi DEBUG: creating build/lib/aodh/tests DEBUG: creating build/lib/aodh/tests/functional DEBUG: creating build/lib/aodh/tests/functional/storage DEBUG: creating build/lib/aodh/tests/functional/storage/sqlalchemy DEBUG: copying aodh/tests/functional/storage/sqlalchemy/__init__.py -> build/lib/aodh/tests/functional/storage/sqlalchemy DEBUG: copying aodh/tests/functional/storage/sqlalchemy/test_migrations.py -> build/lib/aodh/tests/functional/storage/sqlalchemy DEBUG: copying aodh/tests/__init__.py -> build/lib/aodh/tests DEBUG: copying aodh/tests/base.py -> build/lib/aodh/tests DEBUG: copying aodh/tests/constants.py -> build/lib/aodh/tests DEBUG: creating build/lib/aodh/api DEBUG: creating build/lib/aodh/api/controllers DEBUG: copying aodh/api/controllers/__init__.py -> build/lib/aodh/api/controllers DEBUG: copying aodh/api/controllers/root.py -> build/lib/aodh/api/controllers DEBUG: creating build/lib/aodh/notifier DEBUG: copying aodh/notifier/__init__.py -> build/lib/aodh/notifier DEBUG: copying aodh/notifier/heat.py -> build/lib/aodh/notifier DEBUG: copying aodh/notifier/log.py -> build/lib/aodh/notifier DEBUG: copying aodh/notifier/rest.py -> build/lib/aodh/notifier DEBUG: copying aodh/notifier/test.py -> build/lib/aodh/notifier DEBUG: copying aodh/notifier/trust.py -> build/lib/aodh/notifier DEBUG: copying aodh/notifier/zaqar.py -> build/lib/aodh/notifier DEBUG: creating build/lib/aodh/tests/unit DEBUG: creating build/lib/aodh/tests/unit/notifier DEBUG: copying aodh/tests/unit/notifier/__init__.py -> build/lib/aodh/tests/unit/notifier DEBUG: copying aodh/tests/unit/notifier/base.py -> build/lib/aodh/tests/unit/notifier DEBUG: copying aodh/tests/unit/notifier/test_heat.py -> build/lib/aodh/tests/unit/notifier DEBUG: copying aodh/tests/functional/storage/__init__.py -> build/lib/aodh/tests/functional/storage DEBUG: copying aodh/tests/functional/storage/test_get_connection.py -> build/lib/aodh/tests/functional/storage DEBUG: copying aodh/tests/functional/storage/test_impl_log.py -> build/lib/aodh/tests/functional/storage DEBUG: copying aodh/tests/functional/storage/test_impl_sqlalchemy.py -> build/lib/aodh/tests/functional/storage DEBUG: copying aodh/tests/functional/storage/test_storage_scenarios.py -> build/lib/aodh/tests/functional/storage DEBUG: creating build/lib/aodh/storage DEBUG: creating build/lib/aodh/storage/sqlalchemy DEBUG: copying aodh/storage/sqlalchemy/__init__.py -> build/lib/aodh/storage/sqlalchemy DEBUG: copying aodh/storage/sqlalchemy/models.py -> build/lib/aodh/storage/sqlalchemy DEBUG: copying aodh/storage/sqlalchemy/utils.py -> build/lib/aodh/storage/sqlalchemy DEBUG: copying aodh/api/__init__.py -> build/lib/aodh/api DEBUG: copying aodh/api/app.py -> build/lib/aodh/api DEBUG: copying aodh/api/hooks.py -> build/lib/aodh/api DEBUG: copying aodh/api/middleware.py -> build/lib/aodh/api DEBUG: copying aodh/api/policies.py -> build/lib/aodh/api DEBUG: copying aodh/api/rbac.py -> build/lib/aodh/api DEBUG: copying aodh/tests/functional/__init__.py -> build/lib/aodh/tests/functional DEBUG: copying aodh/tests/functional/db.py -> build/lib/aodh/tests/functional DEBUG: creating build/lib/aodh/tests/functional/api DEBUG: copying aodh/tests/functional/api/__init__.py -> build/lib/aodh/tests/functional/api DEBUG: creating build/lib/aodh/api/controllers/v2 DEBUG: creating build/lib/aodh/api/controllers/v2/alarm_rules DEBUG: copying aodh/api/controllers/v2/alarm_rules/__init__.py -> build/lib/aodh/api/controllers/v2/alarm_rules DEBUG: copying aodh/api/controllers/v2/alarm_rules/composite.py -> build/lib/aodh/api/controllers/v2/alarm_rules DEBUG: copying aodh/api/controllers/v2/alarm_rules/event.py -> build/lib/aodh/api/controllers/v2/alarm_rules DEBUG: copying aodh/api/controllers/v2/alarm_rules/gnocchi.py -> build/lib/aodh/api/controllers/v2/alarm_rules DEBUG: copying aodh/api/controllers/v2/alarm_rules/loadbalancer.py -> build/lib/aodh/api/controllers/v2/alarm_rules DEBUG: copying aodh/api/controllers/v2/alarm_rules/prometheus.py -> build/lib/aodh/api/controllers/v2/alarm_rules DEBUG: creating build/lib/aodh/conf DEBUG: copying aodh/conf/__init__.py -> build/lib/aodh/conf DEBUG: copying aodh/conf/defaults.py -> build/lib/aodh/conf DEBUG: creating build/lib/aodh/tests/functional/api/v2 DEBUG: copying aodh/tests/functional/api/v2/__init__.py -> build/lib/aodh/tests/functional/api/v2 DEBUG: copying aodh/tests/functional/api/v2/test_alarm_scenarios.py -> build/lib/aodh/tests/functional/api/v2 DEBUG: copying aodh/tests/functional/api/v2/test_app.py -> build/lib/aodh/tests/functional/api/v2 DEBUG: copying aodh/tests/functional/api/v2/test_complex_query.py -> build/lib/aodh/tests/functional/api/v2 DEBUG: copying aodh/tests/functional/api/v2/test_complex_query_scenarios.py -> build/lib/aodh/tests/functional/api/v2 DEBUG: copying aodh/tests/functional/api/v2/test_metrics.py -> build/lib/aodh/tests/functional/api/v2 DEBUG: copying aodh/tests/functional/api/v2/test_quotas.py -> build/lib/aodh/tests/functional/api/v2 DEBUG: copying aodh/storage/__init__.py -> build/lib/aodh/storage DEBUG: copying aodh/storage/base.py -> build/lib/aodh/storage DEBUG: copying aodh/storage/impl_log.py -> build/lib/aodh/storage DEBUG: copying aodh/storage/impl_sqlalchemy.py -> build/lib/aodh/storage DEBUG: copying aodh/storage/models.py -> build/lib/aodh/storage DEBUG: creating build/lib/aodh/tests/unit/cmd DEBUG: copying aodh/tests/unit/cmd/__init__.py -> build/lib/aodh/tests/unit/cmd DEBUG: copying aodh/tests/unit/cmd/test_status.py -> build/lib/aodh/tests/unit/cmd DEBUG: copying aodh/api/controllers/v2/__init__.py -> build/lib/aodh/api/controllers/v2 DEBUG: copying aodh/api/controllers/v2/alarms.py -> build/lib/aodh/api/controllers/v2 DEBUG: copying aodh/api/controllers/v2/base.py -> build/lib/aodh/api/controllers/v2 DEBUG: copying aodh/api/controllers/v2/capabilities.py -> build/lib/aodh/api/controllers/v2 DEBUG: copying aodh/api/controllers/v2/metrics.py -> build/lib/aodh/api/controllers/v2 DEBUG: copying aodh/api/controllers/v2/query.py -> build/lib/aodh/api/controllers/v2 DEBUG: copying aodh/api/controllers/v2/quotas.py -> build/lib/aodh/api/controllers/v2 DEBUG: copying aodh/api/controllers/v2/root.py -> build/lib/aodh/api/controllers/v2 DEBUG: copying aodh/api/controllers/v2/utils.py -> build/lib/aodh/api/controllers/v2 DEBUG: creating build/lib/aodh/tests/unit/evaluator DEBUG: copying aodh/tests/unit/evaluator/__init__.py -> build/lib/aodh/tests/unit/evaluator DEBUG: copying aodh/tests/unit/evaluator/base.py -> build/lib/aodh/tests/unit/evaluator DEBUG: copying aodh/tests/unit/evaluator/test_base.py -> build/lib/aodh/tests/unit/evaluator DEBUG: copying aodh/tests/unit/evaluator/test_composite.py -> build/lib/aodh/tests/unit/evaluator DEBUG: copying aodh/tests/unit/evaluator/test_event.py -> build/lib/aodh/tests/unit/evaluator DEBUG: copying aodh/tests/unit/evaluator/test_gnocchi.py -> build/lib/aodh/tests/unit/evaluator DEBUG: copying aodh/tests/unit/evaluator/test_loadbalancer.py -> build/lib/aodh/tests/unit/evaluator DEBUG: copying aodh/__init__.py -> build/lib/aodh DEBUG: copying aodh/coordination.py -> build/lib/aodh DEBUG: copying aodh/event.py -> build/lib/aodh DEBUG: copying aodh/i18n.py -> build/lib/aodh DEBUG: copying aodh/keystone_client.py -> build/lib/aodh DEBUG: copying aodh/messaging.py -> build/lib/aodh DEBUG: copying aodh/opts.py -> build/lib/aodh DEBUG: copying aodh/profiler.py -> build/lib/aodh DEBUG: copying aodh/queue.py -> build/lib/aodh DEBUG: copying aodh/service.py -> build/lib/aodh DEBUG: copying aodh/version.py -> build/lib/aodh DEBUG: creating build/lib/aodh/evaluator DEBUG: copying aodh/evaluator/__init__.py -> build/lib/aodh/evaluator DEBUG: copying aodh/evaluator/composite.py -> build/lib/aodh/evaluator DEBUG: copying aodh/evaluator/event.py -> build/lib/aodh/evaluator DEBUG: copying aodh/evaluator/gnocchi.py -> build/lib/aodh/evaluator DEBUG: copying aodh/evaluator/loadbalancer.py -> build/lib/aodh/evaluator DEBUG: copying aodh/evaluator/prometheus.py -> build/lib/aodh/evaluator DEBUG: copying aodh/evaluator/threshold.py -> build/lib/aodh/evaluator DEBUG: copying aodh/evaluator/utils.py -> build/lib/aodh/evaluator DEBUG: copying aodh/tests/unit/__init__.py -> build/lib/aodh/tests/unit DEBUG: copying aodh/tests/unit/test_api_v2_capabilities.py -> build/lib/aodh/tests/unit DEBUG: copying aodh/tests/unit/test_bin.py -> build/lib/aodh/tests/unit DEBUG: copying aodh/tests/unit/test_coordination.py -> build/lib/aodh/tests/unit DEBUG: copying aodh/tests/unit/test_evaluator.py -> build/lib/aodh/tests/unit DEBUG: copying aodh/tests/unit/test_event.py -> build/lib/aodh/tests/unit DEBUG: copying aodh/tests/unit/test_messaging.py -> build/lib/aodh/tests/unit DEBUG: copying aodh/tests/unit/test_notifier.py -> build/lib/aodh/tests/unit DEBUG: copying aodh/tests/unit/test_query.py -> build/lib/aodh/tests/unit DEBUG: copying aodh/tests/unit/test_wsme_custom_type.py -> build/lib/aodh/tests/unit DEBUG: creating build/lib/aodh/cmd DEBUG: copying aodh/cmd/__init__.py -> build/lib/aodh/cmd DEBUG: copying aodh/cmd/alarm.py -> build/lib/aodh/cmd DEBUG: copying aodh/cmd/status.py -> build/lib/aodh/cmd DEBUG: copying aodh/cmd/storage.py -> build/lib/aodh/cmd DEBUG: running egg_info DEBUG: writing aodh.egg-info/PKG-INFO DEBUG: writing dependency_links to aodh.egg-info/dependency_links.txt DEBUG: writing entry points to aodh.egg-info/entry_points.txt DEBUG: writing requirements to aodh.egg-info/requires.txt DEBUG: writing top-level names to aodh.egg-info/top_level.txt DEBUG: writing pbr to aodh.egg-info/pbr.json DEBUG: [pbr] Processing SOURCES.txt DEBUG: [pbr] In git context, generating filelist from git DEBUG: warning: no previously-included files found matching '.gitignore' DEBUG: warning: no previously-included files found matching '.gitreview' DEBUG: warning: no previously-included files matching '*.pyc' found anywhere in distribution DEBUG: adding license file 'LICENSE' DEBUG: adding license file 'AUTHORS' DEBUG: writing manifest file 'aodh.egg-info/SOURCES.txt' DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.de.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.de.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.de.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.de.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.de.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.en_GB.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.en_GB.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.en_GB.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.en_GB.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.en_GB.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.es.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.es.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.es.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.es.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.es.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.fr.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.fr.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.fr.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.fr.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.id.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.id.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.id.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.id.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.id.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.it.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.it.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.it.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.it.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.it.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.ja.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.ja.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.ja.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.ja.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.ja.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.ko_KR.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.ko_KR.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.ko_KR.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.ko_KR.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.ko_KR.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.pt.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.pt.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.pt.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.pt.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.pt.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.pt_BR.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.pt_BR.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.pt_BR.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.pt_BR.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.ru.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.ru.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.ru.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.ru.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.zh_CN.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.zh_CN.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.zh_CN.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.zh_CN.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.zh_CN.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.locale.zh_TW.LC_MESSAGES' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.locale.zh_TW.LC_MESSAGES' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.locale.zh_TW.LC_MESSAGES' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.locale.zh_TW.LC_MESSAGES' to be distributed and are DEBUG: already explicitly excluding 'aodh.locale.zh_TW.LC_MESSAGES' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.storage.sqlalchemy.alembic' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.storage.sqlalchemy.alembic' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.storage.sqlalchemy.alembic' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.storage.sqlalchemy.alembic' to be distributed and are DEBUG: already explicitly excluding 'aodh.storage.sqlalchemy.alembic' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.storage.sqlalchemy.alembic.versions' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.storage.sqlalchemy.alembic.versions' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.storage.sqlalchemy.alembic.versions' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.storage.sqlalchemy.alembic.versions' to be distributed and are DEBUG: already explicitly excluding 'aodh.storage.sqlalchemy.alembic.versions' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'aodh.tests.functional.hooks' is absent from the `packages` configuration. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: ############################ DEBUG: # Package would be ignored # DEBUG: ############################ DEBUG: Python recognizes 'aodh.tests.functional.hooks' as an importable package[^1], DEBUG: but it is absent from setuptools' `packages` configuration. DEBUG: This leads to an ambiguous overall configuration. If you want to distribute this DEBUG: package, please make sure that 'aodh.tests.functional.hooks' is explicitly added DEBUG: to the `packages` configuration field. DEBUG: Alternatively, you can also rely on setuptools' discovery methods DEBUG: (for example by using `find_namespace_packages(...)`/`find_namespace:` DEBUG: instead of `find_packages(...)`/`find:`). DEBUG: You can read more about "package discovery" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html DEBUG: If you don't want 'aodh.tests.functional.hooks' to be distributed and are DEBUG: already explicitly excluding 'aodh.tests.functional.hooks' via DEBUG: `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, DEBUG: you can try to use `exclude_package_data`, or `include-package-data=False` in DEBUG: combination with a more fine grained `package-data` configuration. DEBUG: You can read more about "package data files" on setuptools documentation page: DEBUG: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html DEBUG: [^1]: For Python, any directory (with suitable naming) can be imported, DEBUG: even if it does not contain any `.py` files. DEBUG: On the other hand, currently there is no concept of package data DEBUG: directory, all directories are treated like packages. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: check.warn(importable) DEBUG: creating build/lib/aodh/storage/sqlalchemy/alembic DEBUG: copying aodh/storage/sqlalchemy/alembic/alembic.ini -> build/lib/aodh/storage/sqlalchemy/alembic DEBUG: copying aodh/storage/sqlalchemy/alembic/env.py -> build/lib/aodh/storage/sqlalchemy/alembic DEBUG: copying aodh/storage/sqlalchemy/alembic/script.py.mako -> build/lib/aodh/storage/sqlalchemy/alembic DEBUG: creating build/lib/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying aodh/storage/sqlalchemy/alembic/versions/006_add_evaluate_timestamp_to_alarm.py -> build/lib/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying aodh/storage/sqlalchemy/alembic/versions/007_add_quota_table.py -> build/lib/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying aodh/storage/sqlalchemy/alembic/versions/008_added_counter_table.py -> build/lib/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying aodh/storage/sqlalchemy/alembic/versions/009_fix_missing_fk_constraint.py -> build/lib/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying aodh/storage/sqlalchemy/alembic/versions/010_add_cascade.py -> build/lib/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying aodh/storage/sqlalchemy/alembic/versions/12fe8fac9fe4_initial_base.py -> build/lib/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying aodh/storage/sqlalchemy/alembic/versions/367aadf5485f_precisetimestamp_to_datetime.py -> build/lib/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying aodh/storage/sqlalchemy/alembic/versions/6ae0d05d9451_add_reason_column.py -> build/lib/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying aodh/storage/sqlalchemy/alembic/versions/bb07adac380_add_severity_to_alarm_history.py -> build/lib/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying aodh/storage/sqlalchemy/alembic/versions/f8c31b1ffe11_add_index_for_enabled_and_type.py -> build/lib/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying aodh/api/api-paste.ini -> build/lib/aodh/api DEBUG: copying aodh/api/app.wsgi -> build/lib/aodh/api DEBUG: creating build/lib/aodh/tests/functional/hooks DEBUG: copying aodh/tests/functional/hooks/post_test_hook.sh -> build/lib/aodh/tests/functional/hooks DEBUG: copying aodh/tests/functional/api/v2/policy.yaml-test -> build/lib/aodh/tests/functional/api/v2 DEBUG: creating build/lib/aodh/locale DEBUG: creating build/lib/aodh/locale/de DEBUG: creating build/lib/aodh/locale/de/LC_MESSAGES DEBUG: copying aodh/locale/de/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/de/LC_MESSAGES DEBUG: creating build/lib/aodh/locale/en_GB DEBUG: creating build/lib/aodh/locale/en_GB/LC_MESSAGES DEBUG: copying aodh/locale/en_GB/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/en_GB/LC_MESSAGES DEBUG: creating build/lib/aodh/locale/es DEBUG: creating build/lib/aodh/locale/es/LC_MESSAGES DEBUG: copying aodh/locale/es/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/es/LC_MESSAGES DEBUG: creating build/lib/aodh/locale/fr DEBUG: creating build/lib/aodh/locale/fr/LC_MESSAGES DEBUG: copying aodh/locale/fr/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/fr/LC_MESSAGES DEBUG: creating build/lib/aodh/locale/id DEBUG: creating build/lib/aodh/locale/id/LC_MESSAGES DEBUG: copying aodh/locale/id/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/id/LC_MESSAGES DEBUG: creating build/lib/aodh/locale/it DEBUG: creating build/lib/aodh/locale/it/LC_MESSAGES DEBUG: copying aodh/locale/it/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/it/LC_MESSAGES DEBUG: creating build/lib/aodh/locale/ja DEBUG: creating build/lib/aodh/locale/ja/LC_MESSAGES DEBUG: copying aodh/locale/ja/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/ja/LC_MESSAGES DEBUG: creating build/lib/aodh/locale/ko_KR DEBUG: creating build/lib/aodh/locale/ko_KR/LC_MESSAGES DEBUG: copying aodh/locale/ko_KR/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/ko_KR/LC_MESSAGES DEBUG: creating build/lib/aodh/locale/pt DEBUG: creating build/lib/aodh/locale/pt/LC_MESSAGES DEBUG: copying aodh/locale/pt/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/pt/LC_MESSAGES DEBUG: creating build/lib/aodh/locale/pt_BR DEBUG: creating build/lib/aodh/locale/pt_BR/LC_MESSAGES DEBUG: copying aodh/locale/pt_BR/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/pt_BR/LC_MESSAGES DEBUG: creating build/lib/aodh/locale/ru DEBUG: creating build/lib/aodh/locale/ru/LC_MESSAGES DEBUG: copying aodh/locale/ru/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/ru/LC_MESSAGES DEBUG: creating build/lib/aodh/locale/zh_CN DEBUG: creating build/lib/aodh/locale/zh_CN/LC_MESSAGES DEBUG: copying aodh/locale/zh_CN/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/zh_CN/LC_MESSAGES DEBUG: creating build/lib/aodh/locale/zh_TW DEBUG: creating build/lib/aodh/locale/zh_TW/LC_MESSAGES DEBUG: copying aodh/locale/zh_TW/LC_MESSAGES/aodh.po -> build/lib/aodh/locale/zh_TW/LC_MESSAGES DEBUG: copying aodh/cmd/aodh-config-generator.conf -> build/lib/aodh/cmd DEBUG: installing to build/bdist.linux-x86_64/wheel DEBUG: running install DEBUG: [pbr] Writing ChangeLog DEBUG: [pbr] Generating ChangeLog DEBUG: [pbr] ChangeLog complete (0.0s) DEBUG: [pbr] Generating AUTHORS DEBUG: [pbr] AUTHORS complete (0.0s) DEBUG: running install_lib DEBUG: creating build/bdist.linux-x86_64 DEBUG: creating build/bdist.linux-x86_64/wheel DEBUG: creating build/bdist.linux-x86_64/wheel/aodh DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/zh_TW DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/zh_TW/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/zh_TW/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/zh_TW/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/zh_CN DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/zh_CN/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/zh_CN/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/zh_CN/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/ru DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/ru/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/ru/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/ru/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/pt_BR DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/pt_BR/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/pt_BR/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/pt_BR/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/pt DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/pt/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/pt/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/pt/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/ko_KR DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/ko_KR/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/ko_KR/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/ko_KR/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/ja DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/ja/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/ja/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/ja/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/it DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/it/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/it/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/it/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/id DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/id/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/id/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/id/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/fr DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/fr/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/fr/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/fr/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/es DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/es/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/es/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/es/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/en_GB DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/en_GB/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/en_GB/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/en_GB/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/de DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/locale/de/LC_MESSAGES DEBUG: copying build/lib/aodh/locale/de/LC_MESSAGES/aodh.po -> build/bdist.linux-x86_64/wheel/aodh/locale/de/LC_MESSAGES DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/cmd DEBUG: copying build/lib/aodh/cmd/aodh-config-generator.conf -> build/bdist.linux-x86_64/wheel/aodh/cmd DEBUG: copying build/lib/aodh/cmd/storage.py -> build/bdist.linux-x86_64/wheel/aodh/cmd DEBUG: copying build/lib/aodh/cmd/status.py -> build/bdist.linux-x86_64/wheel/aodh/cmd DEBUG: copying build/lib/aodh/cmd/alarm.py -> build/bdist.linux-x86_64/wheel/aodh/cmd DEBUG: copying build/lib/aodh/cmd/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/cmd DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/evaluator DEBUG: copying build/lib/aodh/evaluator/utils.py -> build/bdist.linux-x86_64/wheel/aodh/evaluator DEBUG: copying build/lib/aodh/evaluator/threshold.py -> build/bdist.linux-x86_64/wheel/aodh/evaluator DEBUG: copying build/lib/aodh/evaluator/prometheus.py -> build/bdist.linux-x86_64/wheel/aodh/evaluator DEBUG: copying build/lib/aodh/evaluator/loadbalancer.py -> build/bdist.linux-x86_64/wheel/aodh/evaluator DEBUG: copying build/lib/aodh/evaluator/gnocchi.py -> build/bdist.linux-x86_64/wheel/aodh/evaluator DEBUG: copying build/lib/aodh/evaluator/event.py -> build/bdist.linux-x86_64/wheel/aodh/evaluator DEBUG: copying build/lib/aodh/evaluator/composite.py -> build/bdist.linux-x86_64/wheel/aodh/evaluator DEBUG: copying build/lib/aodh/evaluator/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/evaluator DEBUG: copying build/lib/aodh/version.py -> build/bdist.linux-x86_64/wheel/aodh DEBUG: copying build/lib/aodh/service.py -> build/bdist.linux-x86_64/wheel/aodh DEBUG: copying build/lib/aodh/queue.py -> build/bdist.linux-x86_64/wheel/aodh DEBUG: copying build/lib/aodh/profiler.py -> build/bdist.linux-x86_64/wheel/aodh DEBUG: copying build/lib/aodh/opts.py -> build/bdist.linux-x86_64/wheel/aodh DEBUG: copying build/lib/aodh/messaging.py -> build/bdist.linux-x86_64/wheel/aodh DEBUG: copying build/lib/aodh/keystone_client.py -> build/bdist.linux-x86_64/wheel/aodh DEBUG: copying build/lib/aodh/i18n.py -> build/bdist.linux-x86_64/wheel/aodh DEBUG: copying build/lib/aodh/event.py -> build/bdist.linux-x86_64/wheel/aodh DEBUG: copying build/lib/aodh/coordination.py -> build/bdist.linux-x86_64/wheel/aodh DEBUG: copying build/lib/aodh/__init__.py -> build/bdist.linux-x86_64/wheel/aodh DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/conf DEBUG: copying build/lib/aodh/conf/defaults.py -> build/bdist.linux-x86_64/wheel/aodh/conf DEBUG: copying build/lib/aodh/conf/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/conf DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/storage DEBUG: copying build/lib/aodh/storage/models.py -> build/bdist.linux-x86_64/wheel/aodh/storage DEBUG: copying build/lib/aodh/storage/impl_sqlalchemy.py -> build/bdist.linux-x86_64/wheel/aodh/storage DEBUG: copying build/lib/aodh/storage/impl_log.py -> build/bdist.linux-x86_64/wheel/aodh/storage DEBUG: copying build/lib/aodh/storage/base.py -> build/bdist.linux-x86_64/wheel/aodh/storage DEBUG: copying build/lib/aodh/storage/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/storage DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/versions/f8c31b1ffe11_add_index_for_enabled_and_type.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/versions/bb07adac380_add_severity_to_alarm_history.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/versions/6ae0d05d9451_add_reason_column.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/versions/367aadf5485f_precisetimestamp_to_datetime.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/versions/12fe8fac9fe4_initial_base.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/versions/010_add_cascade.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/versions/009_fix_missing_fk_constraint.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/versions/008_added_counter_table.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/versions/007_add_quota_table.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/versions/006_add_evaluate_timestamp_to_alarm.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic/versions DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/script.py.mako -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/env.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic DEBUG: copying build/lib/aodh/storage/sqlalchemy/alembic/alembic.ini -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy/alembic DEBUG: copying build/lib/aodh/storage/sqlalchemy/utils.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy DEBUG: copying build/lib/aodh/storage/sqlalchemy/models.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy DEBUG: copying build/lib/aodh/storage/sqlalchemy/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/storage/sqlalchemy DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/notifier DEBUG: copying build/lib/aodh/notifier/zaqar.py -> build/bdist.linux-x86_64/wheel/aodh/notifier DEBUG: copying build/lib/aodh/notifier/trust.py -> build/bdist.linux-x86_64/wheel/aodh/notifier DEBUG: copying build/lib/aodh/notifier/test.py -> build/bdist.linux-x86_64/wheel/aodh/notifier DEBUG: copying build/lib/aodh/notifier/rest.py -> build/bdist.linux-x86_64/wheel/aodh/notifier DEBUG: copying build/lib/aodh/notifier/log.py -> build/bdist.linux-x86_64/wheel/aodh/notifier DEBUG: copying build/lib/aodh/notifier/heat.py -> build/bdist.linux-x86_64/wheel/aodh/notifier DEBUG: copying build/lib/aodh/notifier/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/notifier DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/api DEBUG: copying build/lib/aodh/api/app.wsgi -> build/bdist.linux-x86_64/wheel/aodh/api DEBUG: copying build/lib/aodh/api/api-paste.ini -> build/bdist.linux-x86_64/wheel/aodh/api DEBUG: copying build/lib/aodh/api/rbac.py -> build/bdist.linux-x86_64/wheel/aodh/api DEBUG: copying build/lib/aodh/api/policies.py -> build/bdist.linux-x86_64/wheel/aodh/api DEBUG: copying build/lib/aodh/api/middleware.py -> build/bdist.linux-x86_64/wheel/aodh/api DEBUG: copying build/lib/aodh/api/hooks.py -> build/bdist.linux-x86_64/wheel/aodh/api DEBUG: copying build/lib/aodh/api/app.py -> build/bdist.linux-x86_64/wheel/aodh/api DEBUG: copying build/lib/aodh/api/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/api DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/api/controllers DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2 DEBUG: copying build/lib/aodh/api/controllers/v2/utils.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2 DEBUG: copying build/lib/aodh/api/controllers/v2/root.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2 DEBUG: copying build/lib/aodh/api/controllers/v2/quotas.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2 DEBUG: copying build/lib/aodh/api/controllers/v2/query.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2 DEBUG: copying build/lib/aodh/api/controllers/v2/metrics.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2 DEBUG: copying build/lib/aodh/api/controllers/v2/capabilities.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2 DEBUG: copying build/lib/aodh/api/controllers/v2/base.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2 DEBUG: copying build/lib/aodh/api/controllers/v2/alarms.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2 DEBUG: copying build/lib/aodh/api/controllers/v2/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2 DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2/alarm_rules DEBUG: copying build/lib/aodh/api/controllers/v2/alarm_rules/prometheus.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2/alarm_rules DEBUG: copying build/lib/aodh/api/controllers/v2/alarm_rules/loadbalancer.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2/alarm_rules DEBUG: copying build/lib/aodh/api/controllers/v2/alarm_rules/gnocchi.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2/alarm_rules DEBUG: copying build/lib/aodh/api/controllers/v2/alarm_rules/event.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2/alarm_rules DEBUG: copying build/lib/aodh/api/controllers/v2/alarm_rules/composite.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2/alarm_rules DEBUG: copying build/lib/aodh/api/controllers/v2/alarm_rules/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers/v2/alarm_rules DEBUG: copying build/lib/aodh/api/controllers/root.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers DEBUG: copying build/lib/aodh/api/controllers/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/api/controllers DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/tests DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/tests/unit DEBUG: copying build/lib/aodh/tests/unit/test_wsme_custom_type.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit DEBUG: copying build/lib/aodh/tests/unit/test_query.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit DEBUG: copying build/lib/aodh/tests/unit/test_notifier.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit DEBUG: copying build/lib/aodh/tests/unit/test_messaging.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit DEBUG: copying build/lib/aodh/tests/unit/test_event.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit DEBUG: copying build/lib/aodh/tests/unit/test_evaluator.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit DEBUG: copying build/lib/aodh/tests/unit/test_coordination.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit DEBUG: copying build/lib/aodh/tests/unit/test_bin.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit DEBUG: copying build/lib/aodh/tests/unit/test_api_v2_capabilities.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit DEBUG: copying build/lib/aodh/tests/unit/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/tests/unit/evaluator DEBUG: copying build/lib/aodh/tests/unit/evaluator/test_loadbalancer.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit/evaluator DEBUG: copying build/lib/aodh/tests/unit/evaluator/test_gnocchi.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit/evaluator DEBUG: copying build/lib/aodh/tests/unit/evaluator/test_event.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit/evaluator DEBUG: copying build/lib/aodh/tests/unit/evaluator/test_composite.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit/evaluator DEBUG: copying build/lib/aodh/tests/unit/evaluator/test_base.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit/evaluator DEBUG: copying build/lib/aodh/tests/unit/evaluator/base.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit/evaluator DEBUG: copying build/lib/aodh/tests/unit/evaluator/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit/evaluator DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/tests/unit/cmd DEBUG: copying build/lib/aodh/tests/unit/cmd/test_status.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit/cmd DEBUG: copying build/lib/aodh/tests/unit/cmd/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit/cmd DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/tests/unit/notifier DEBUG: copying build/lib/aodh/tests/unit/notifier/test_heat.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit/notifier DEBUG: copying build/lib/aodh/tests/unit/notifier/base.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit/notifier DEBUG: copying build/lib/aodh/tests/unit/notifier/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/tests/unit/notifier DEBUG: copying build/lib/aodh/tests/constants.py -> build/bdist.linux-x86_64/wheel/aodh/tests DEBUG: copying build/lib/aodh/tests/base.py -> build/bdist.linux-x86_64/wheel/aodh/tests DEBUG: copying build/lib/aodh/tests/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/tests DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/tests/functional DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/tests/functional/hooks DEBUG: copying build/lib/aodh/tests/functional/hooks/post_test_hook.sh -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/hooks DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/tests/functional/api DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/tests/functional/api/v2 DEBUG: copying build/lib/aodh/tests/functional/api/v2/policy.yaml-test -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/api/v2 DEBUG: copying build/lib/aodh/tests/functional/api/v2/test_quotas.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/api/v2 DEBUG: copying build/lib/aodh/tests/functional/api/v2/test_metrics.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/api/v2 DEBUG: copying build/lib/aodh/tests/functional/api/v2/test_complex_query_scenarios.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/api/v2 DEBUG: copying build/lib/aodh/tests/functional/api/v2/test_complex_query.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/api/v2 DEBUG: copying build/lib/aodh/tests/functional/api/v2/test_app.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/api/v2 DEBUG: copying build/lib/aodh/tests/functional/api/v2/test_alarm_scenarios.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/api/v2 DEBUG: copying build/lib/aodh/tests/functional/api/v2/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/api/v2 DEBUG: copying build/lib/aodh/tests/functional/api/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/api DEBUG: copying build/lib/aodh/tests/functional/db.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional DEBUG: copying build/lib/aodh/tests/functional/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/tests/functional/storage DEBUG: copying build/lib/aodh/tests/functional/storage/test_storage_scenarios.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/storage DEBUG: copying build/lib/aodh/tests/functional/storage/test_impl_sqlalchemy.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/storage DEBUG: copying build/lib/aodh/tests/functional/storage/test_impl_log.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/storage DEBUG: copying build/lib/aodh/tests/functional/storage/test_get_connection.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/storage DEBUG: copying build/lib/aodh/tests/functional/storage/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/storage DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/tests/functional/storage/sqlalchemy DEBUG: copying build/lib/aodh/tests/functional/storage/sqlalchemy/test_migrations.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/storage/sqlalchemy DEBUG: copying build/lib/aodh/tests/functional/storage/sqlalchemy/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/tests/functional/storage/sqlalchemy DEBUG: creating build/bdist.linux-x86_64/wheel/aodh/wsgi DEBUG: copying build/lib/aodh/wsgi/api.py -> build/bdist.linux-x86_64/wheel/aodh/wsgi DEBUG: copying build/lib/aodh/wsgi/__init__.py -> build/bdist.linux-x86_64/wheel/aodh/wsgi DEBUG: running install_egg_info DEBUG: Copying aodh.egg-info to build/bdist.linux-x86_64/wheel/aodh-21.1.0.dev24-py3.12.egg-info DEBUG: running install_scripts DEBUG: Installing aodh-api script to build/bdist.linux-x86_64/wheel/aodh-21.1.0.dev24.data/scripts DEBUG: creating build/bdist.linux-x86_64/wheel/aodh-21.1.0.dev24.dist-info/WHEEL DEBUG: creating '/builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir/pip-wheel-3_neny91/.tmp-zl0k_snt/aodh-21.1.0.dev24-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it DEBUG: adding 'aodh/__init__.py' DEBUG: adding 'aodh/coordination.py' DEBUG: adding 'aodh/event.py' DEBUG: adding 'aodh/i18n.py' DEBUG: adding 'aodh/keystone_client.py' DEBUG: adding 'aodh/messaging.py' DEBUG: adding 'aodh/opts.py' DEBUG: adding 'aodh/profiler.py' DEBUG: adding 'aodh/queue.py' DEBUG: adding 'aodh/service.py' DEBUG: adding 'aodh/version.py' DEBUG: adding 'aodh/api/__init__.py' DEBUG: adding 'aodh/api/api-paste.ini' DEBUG: adding 'aodh/api/app.py' DEBUG: adding 'aodh/api/app.wsgi' DEBUG: adding 'aodh/api/hooks.py' DEBUG: adding 'aodh/api/middleware.py' DEBUG: adding 'aodh/api/policies.py' DEBUG: adding 'aodh/api/rbac.py' DEBUG: adding 'aodh/api/controllers/__init__.py' DEBUG: adding 'aodh/api/controllers/root.py' DEBUG: adding 'aodh/api/controllers/v2/__init__.py' DEBUG: adding 'aodh/api/controllers/v2/alarms.py' DEBUG: adding 'aodh/api/controllers/v2/base.py' DEBUG: adding 'aodh/api/controllers/v2/capabilities.py' DEBUG: adding 'aodh/api/controllers/v2/metrics.py' DEBUG: adding 'aodh/api/controllers/v2/query.py' DEBUG: adding 'aodh/api/controllers/v2/quotas.py' DEBUG: adding 'aodh/api/controllers/v2/root.py' DEBUG: adding 'aodh/api/controllers/v2/utils.py' DEBUG: adding 'aodh/api/controllers/v2/alarm_rules/__init__.py' DEBUG: adding 'aodh/api/controllers/v2/alarm_rules/composite.py' DEBUG: adding 'aodh/api/controllers/v2/alarm_rules/event.py' DEBUG: adding 'aodh/api/controllers/v2/alarm_rules/gnocchi.py' DEBUG: adding 'aodh/api/controllers/v2/alarm_rules/loadbalancer.py' DEBUG: adding 'aodh/api/controllers/v2/alarm_rules/prometheus.py' DEBUG: adding 'aodh/cmd/__init__.py' DEBUG: adding 'aodh/cmd/alarm.py' DEBUG: adding 'aodh/cmd/aodh-config-generator.conf' DEBUG: adding 'aodh/cmd/status.py' DEBUG: adding 'aodh/cmd/storage.py' DEBUG: adding 'aodh/conf/__init__.py' DEBUG: adding 'aodh/conf/defaults.py' DEBUG: adding 'aodh/evaluator/__init__.py' DEBUG: adding 'aodh/evaluator/composite.py' DEBUG: adding 'aodh/evaluator/event.py' DEBUG: adding 'aodh/evaluator/gnocchi.py' DEBUG: adding 'aodh/evaluator/loadbalancer.py' DEBUG: adding 'aodh/evaluator/prometheus.py' DEBUG: adding 'aodh/evaluator/threshold.py' DEBUG: adding 'aodh/evaluator/utils.py' DEBUG: adding 'aodh/locale/de/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/locale/en_GB/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/locale/es/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/locale/fr/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/locale/id/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/locale/it/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/locale/ja/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/locale/ko_KR/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/locale/pt/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/locale/pt_BR/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/locale/ru/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/locale/zh_CN/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/locale/zh_TW/LC_MESSAGES/aodh.po' DEBUG: adding 'aodh/notifier/__init__.py' DEBUG: adding 'aodh/notifier/heat.py' DEBUG: adding 'aodh/notifier/log.py' DEBUG: adding 'aodh/notifier/rest.py' DEBUG: adding 'aodh/notifier/test.py' DEBUG: adding 'aodh/notifier/trust.py' DEBUG: adding 'aodh/notifier/zaqar.py' DEBUG: adding 'aodh/storage/__init__.py' DEBUG: adding 'aodh/storage/base.py' DEBUG: adding 'aodh/storage/impl_log.py' DEBUG: adding 'aodh/storage/impl_sqlalchemy.py' DEBUG: adding 'aodh/storage/models.py' DEBUG: adding 'aodh/storage/sqlalchemy/__init__.py' DEBUG: adding 'aodh/storage/sqlalchemy/models.py' DEBUG: adding 'aodh/storage/sqlalchemy/utils.py' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/alembic.ini' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/env.py' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/script.py.mako' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/versions/006_add_evaluate_timestamp_to_alarm.py' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/versions/007_add_quota_table.py' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/versions/008_added_counter_table.py' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/versions/009_fix_missing_fk_constraint.py' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/versions/010_add_cascade.py' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/versions/12fe8fac9fe4_initial_base.py' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/versions/367aadf5485f_precisetimestamp_to_datetime.py' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/versions/6ae0d05d9451_add_reason_column.py' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/versions/bb07adac380_add_severity_to_alarm_history.py' DEBUG: adding 'aodh/storage/sqlalchemy/alembic/versions/f8c31b1ffe11_add_index_for_enabled_and_type.py' DEBUG: adding 'aodh/tests/__init__.py' DEBUG: adding 'aodh/tests/base.py' DEBUG: adding 'aodh/tests/constants.py' DEBUG: adding 'aodh/tests/functional/__init__.py' DEBUG: adding 'aodh/tests/functional/db.py' DEBUG: adding 'aodh/tests/functional/api/__init__.py' DEBUG: adding 'aodh/tests/functional/api/v2/__init__.py' DEBUG: adding 'aodh/tests/functional/api/v2/policy.yaml-test' DEBUG: adding 'aodh/tests/functional/api/v2/test_alarm_scenarios.py' DEBUG: adding 'aodh/tests/functional/api/v2/test_app.py' DEBUG: adding 'aodh/tests/functional/api/v2/test_complex_query.py' DEBUG: adding 'aodh/tests/functional/api/v2/test_complex_query_scenarios.py' DEBUG: adding 'aodh/tests/functional/api/v2/test_metrics.py' DEBUG: adding 'aodh/tests/functional/api/v2/test_quotas.py' DEBUG: adding 'aodh/tests/functional/hooks/post_test_hook.sh' DEBUG: adding 'aodh/tests/functional/storage/__init__.py' DEBUG: adding 'aodh/tests/functional/storage/test_get_connection.py' DEBUG: adding 'aodh/tests/functional/storage/test_impl_log.py' DEBUG: adding 'aodh/tests/functional/storage/test_impl_sqlalchemy.py' DEBUG: adding 'aodh/tests/functional/storage/test_storage_scenarios.py' DEBUG: adding 'aodh/tests/functional/storage/sqlalchemy/__init__.py' DEBUG: adding 'aodh/tests/functional/storage/sqlalchemy/test_migrations.py' DEBUG: adding 'aodh/tests/unit/__init__.py' DEBUG: adding 'aodh/tests/unit/test_api_v2_capabilities.py' DEBUG: adding 'aodh/tests/unit/test_bin.py' DEBUG: adding 'aodh/tests/unit/test_coordination.py' DEBUG: adding 'aodh/tests/unit/test_evaluator.py' DEBUG: adding 'aodh/tests/unit/test_event.py' DEBUG: adding 'aodh/tests/unit/test_messaging.py' DEBUG: adding 'aodh/tests/unit/test_notifier.py' DEBUG: adding 'aodh/tests/unit/test_query.py' DEBUG: adding 'aodh/tests/unit/test_wsme_custom_type.py' DEBUG: adding 'aodh/tests/unit/cmd/__init__.py' DEBUG: adding 'aodh/tests/unit/cmd/test_status.py' DEBUG: adding 'aodh/tests/unit/evaluator/__init__.py' DEBUG: adding 'aodh/tests/unit/evaluator/base.py' DEBUG: adding 'aodh/tests/unit/evaluator/test_base.py' DEBUG: adding 'aodh/tests/unit/evaluator/test_composite.py' DEBUG: adding 'aodh/tests/unit/evaluator/test_event.py' DEBUG: adding 'aodh/tests/unit/evaluator/test_gnocchi.py' DEBUG: adding 'aodh/tests/unit/evaluator/test_loadbalancer.py' DEBUG: adding 'aodh/tests/unit/notifier/__init__.py' DEBUG: adding 'aodh/tests/unit/notifier/base.py' DEBUG: adding 'aodh/tests/unit/notifier/test_heat.py' DEBUG: adding 'aodh/wsgi/__init__.py' DEBUG: adding 'aodh/wsgi/api.py' DEBUG: adding 'aodh-21.1.0.dev24.data/scripts/aodh-api' DEBUG: adding 'aodh-21.1.0.dev24.dist-info/AUTHORS' DEBUG: adding 'aodh-21.1.0.dev24.dist-info/LICENSE' DEBUG: adding 'aodh-21.1.0.dev24.dist-info/METADATA' DEBUG: adding 'aodh-21.1.0.dev24.dist-info/WHEEL' DEBUG: adding 'aodh-21.1.0.dev24.dist-info/entry_points.txt' DEBUG: adding 'aodh-21.1.0.dev24.dist-info/pbr.json' DEBUG: adding 'aodh-21.1.0.dev24.dist-info/top_level.txt' DEBUG: adding 'aodh-21.1.0.dev24.dist-info/RECORD' DEBUG: removing build/bdist.linux-x86_64/wheel DEBUG: Building wheel for aodh (pyproject.toml): finished with status 'done' DEBUG: Created wheel for aodh: filename=aodh-21.1.0.dev24-py3-none-any.whl size=225513 sha256=ee6eb17853b36defa620f7640baf51637f53358dabdf644838d354440946c01f DEBUG: Stored in directory: /builddir/.cache/pip/wheels/f1/ef/0d/17165fc05bfe43c9af166d4004feddc81b5ffa8550ab95deea DEBUG: Successfully built aodh DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VoNWx1 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + '[' /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64 '!=' / ']' DEBUG: + rm -rf /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64 DEBUG: ++ dirname /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64 DEBUG: + mkdir -p /builddir/build/BUILDROOT DEBUG: + mkdir /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64 DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CFLAGS DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CXXFLAGS DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FFLAGS DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FCFLAGS DEBUG: + VALAFLAGS=-g DEBUG: + export VALAFLAGS DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + export LDFLAGS DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + export LT_SYS_LIBRARY_PATH DEBUG: + CC=gcc DEBUG: + export CC DEBUG: + CXX=g++ DEBUG: + export CXX DEBUG: + cd aodh-21.1.0.dev24 DEBUG: ++ ls /builddir/build/BUILD/aodh-21.1.0.dev24/pyproject-wheeldir/aodh-21.1.0.dev24-py3-none-any.whl DEBUG: ++ xargs basename --multiple DEBUG: ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' DEBUG: + specifier=aodh==21.1.0.dev24 DEBUG: + '[' -z aodh==21.1.0.dev24 ']' DEBUG: + TMPDIR=/builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir DEBUG: + /usr/bin/python3 -m pip install --root /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64 --prefix /usr --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /builddir/build/BUILD/aodh-21.1.0.dev24/pyproject-wheeldir aodh==21.1.0.dev24 DEBUG: Using pip 23.3.2 from /usr/lib/python3.12/site-packages/pip (python 3.12) DEBUG: Looking in links: /builddir/build/BUILD/aodh-21.1.0.dev24/pyproject-wheeldir DEBUG: Processing ./pyproject-wheeldir/aodh-21.1.0.dev24-py3-none-any.whl DEBUG: Installing collected packages: aodh DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-config-generator to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-dbsync to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-evaluator to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-expirer to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-listener to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-notifier to 755 DEBUG: changing mode of /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-status to 755 DEBUG: Successfully installed aodh-21.1.0.dev24 DEBUG: + '[' -d /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin ']' DEBUG: + '[' -z sP ']' DEBUG: + shebang_flags=-kasP DEBUG: + /usr/bin/python3 -B /usr/lib/rpm/redhat/pathfix.py -pni /usr/bin/python3 -kasP /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-api /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-config-generator /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-dbsync /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-evaluator /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-expirer /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-listener /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-notifier /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-status DEBUG: /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-api: updating DEBUG: /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-config-generator: updating DEBUG: /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-dbsync: updating DEBUG: /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-evaluator: updating DEBUG: /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-expirer: updating DEBUG: /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-listener: updating DEBUG: /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-notifier: updating DEBUG: /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/aodh-status: updating DEBUG: + rm -rfv /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin/__pycache__ DEBUG: + rm -f /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-ghost-distinfo DEBUG: + site_dirs=() DEBUG: + '[' -d /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages ']' DEBUG: + site_dirs+=("/usr/lib/python3.12/site-packages") DEBUG: + '[' /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib64/python3.12/site-packages '!=' /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages ']' DEBUG: + '[' -d /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib64/python3.12/site-packages ']' DEBUG: + for site_dir in ${site_dirs[@]} DEBUG: + for distinfo in /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64$site_dir/*.dist-info DEBUG: + echo '%ghost /usr/lib/python3.12/site-packages/aodh-21.1.0.dev24.dist-info' DEBUG: + sed -i s/pip/rpm/ /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh-21.1.0.dev24.dist-info/INSTALLER DEBUG: + PYTHONPATH=/usr/lib/rpm/redhat DEBUG: + /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64 --record /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh-21.1.0.dev24.dist-info/RECORD --output /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-record DEBUG: + rm -fv /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh-21.1.0.dev24.dist-info/RECORD DEBUG: removed '/builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh-21.1.0.dev24.dist-info/RECORD' DEBUG: + rm -fv /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh-21.1.0.dev24.dist-info/REQUESTED DEBUG: removed '/builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh-21.1.0.dev24.dist-info/REQUESTED' DEBUG: ++ wc -l /builddir/build/BUILD/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64-pyproject-ghost-distinfo DEBUG: ++ cut -f1 '-d ' DEBUG: + lines=1 DEBUG: + '[' 1 -ne 1 ']' DEBUG: + /usr/bin/python3 setup.py compile_catalog -d /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale --domain aodh DEBUG: /usr/lib/python3.12/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Requirements should be satisfied by a PEP 517 installer. DEBUG: If you are using pip, you can try `pip install --use-pep517`. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: dist.fetch_build_eggs(dist.setup_requires) DEBUG: WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section DEBUG: /usr/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` and ``easy_install``. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: See https://github.com/pypa/setuptools/issues/917 for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: easy_install.initialize_options(self) DEBUG: /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. DEBUG: !! DEBUG: ******************************************************************************** DEBUG: Please avoid running ``setup.py`` directly. DEBUG: Instead, use pypa/build, pypa/installer or other DEBUG: standards-based tools. DEBUG: Follow the current Python packaging guidelines when building DEBUG: Python RPM packages. DEBUG: See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html DEBUG: and https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/ for details. DEBUG: ******************************************************************************** DEBUG: !! DEBUG: self.initialize_options() DEBUG: running compile_catalog DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/zh_TW/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/zh_TW/LC_MESSAGES/aodh.mo DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/zh_CN/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/zh_CN/LC_MESSAGES/aodh.mo DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/ru/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/ru/LC_MESSAGES/aodh.mo DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/pt_BR/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/pt_BR/LC_MESSAGES/aodh.mo DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/pt/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/pt/LC_MESSAGES/aodh.mo DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/ko_KR/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/ko_KR/LC_MESSAGES/aodh.mo DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/ja/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/ja/LC_MESSAGES/aodh.mo DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/it/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/it/LC_MESSAGES/aodh.mo DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/id/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/id/LC_MESSAGES/aodh.mo DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/fr/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/fr/LC_MESSAGES/aodh.mo DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/es/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/es/LC_MESSAGES/aodh.mo DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/en_GB/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/en_GB/LC_MESSAGES/aodh.mo DEBUG: compiling catalog /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/de/LC_MESSAGES/aodh.po to /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/de/LC_MESSAGES/aodh.mo DEBUG: + PYTHONPATH=/builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64//usr/lib/python3.12/site-packages DEBUG: + oslo-config-generator --config-file=aodh/cmd/aodh-config-generator.conf --output-file=aodh/aodh.conf DEBUG: + read name eq value DEBUG: + test '[DEFAULT]' DEBUG: + test '' DEBUG: + continue DEBUG: + read name eq value DEBUG: + test log_dir DEBUG: + test /var/log/aodh DEBUG: + sed -i '0,/^# *log_dir=/{s!^# *log_dir=.*!#log_dir=/var/log/aodh!}' aodh/aodh.conf DEBUG: + read name eq value DEBUG: + test use_stderr DEBUG: + test False DEBUG: + sed -i '0,/^# *use_stderr=/{s!^# *use_stderr=.*!#use_stderr=False!}' aodh/aodh.conf DEBUG: + read name eq value DEBUG: + test '' DEBUG: + continue DEBUG: + read name eq value DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/etc/aodh DEBUG: + install -p -D -m 640 /builddir/build/SOURCES/aodh-dist.conf /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/share/aodh/aodh-dist.conf DEBUG: + install -p -D -m 640 aodh/aodh.conf /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/etc/aodh/aodh.conf DEBUG: + install -p -D -m 640 aodh/api/api-paste.ini /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/etc/aodh/api-paste.ini DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/var/lib/aodh DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/var/lib/aodh/tmp DEBUG: + install -d -m 750 /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/var/log/aodh DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/aodh.logrotate /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/etc/logrotate.d/openstack-aodh DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-aodh-api.service /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/systemd/system/openstack-aodh-api.service DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-aodh-evaluator.service /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/systemd/system/openstack-aodh-evaluator.service DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-aodh-notifier.service /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/systemd/system/openstack-aodh-notifier.service DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-aodh-expirer.service /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/systemd/system/openstack-aodh-expirer.service DEBUG: + install -p -D -m 644 /builddir/build/SOURCES/openstack-aodh-listener.service /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/systemd/system/openstack-aodh-listener.service DEBUG: + install -d -m 755 /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/share DEBUG: + rm -f /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/de/LC_MESSAGES/aodh.po /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/en_GB/LC_MESSAGES/aodh.po /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/es/LC_MESSAGES/aodh.po /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/fr/LC_MESSAGES/aodh.po /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/id/LC_MESSAGES/aodh.po /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/it/LC_MESSAGES/aodh.po /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/ja/LC_MESSAGES/aodh.po /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/ko_KR/LC_MESSAGES/aodh.po /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/pt/LC_MESSAGES/aodh.po /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/pt_BR/LC_MESSAGES/aodh.po /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/ru/LC_MESSAGES/aodh.po /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/zh_CN/LC_MESSAGES/aodh.po /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/zh_TW/LC_MESSAGES/aodh.po DEBUG: + rm -f '/builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale/*pot' DEBUG: + mv /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages/aodh/locale /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/share/locale DEBUG: + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64 aodh --all-name DEBUG: + rm -fr /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/etc DEBUG: + /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 21.1.0-0.20251027172216.3dd6437.el10 --unique-debug-suffix -21.1.0-0.20251027172216.3dd6437.el10.x86_64 --unique-debug-src-base openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/aodh-21.1.0.dev24 DEBUG: find-debuginfo: starting DEBUG: Extracting debug info from 0 files DEBUG: Creating .debug symlinks for symlinks to ELF files DEBUG: find: ‘debug’: No such file or directory DEBUG: find-debuginfo: done DEBUG: + /usr/lib/rpm/check-buildroot DEBUG: + /usr/lib/rpm/redhat/brp-ldconfig DEBUG: + /usr/lib/rpm/brp-compress DEBUG: + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip DEBUG: + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip DEBUG: + /usr/lib/rpm/check-rpaths DEBUG: + /usr/lib/rpm/redhat/brp-mangle-shebangs DEBUG: mangling shebang in /usr/lib/python3.12/site-packages/aodh/tests/functional/hooks/post_test_hook.sh from /bin/bash -xe to #!/usr/bin/bash -xe DEBUG: + /usr/lib/rpm/brp-remove-la-files DEBUG: + /usr/lib/rpm/redhat/brp-python-rpm-in-distinfo DEBUG: + env /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j4 DEBUG: Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12 using python3.12 DEBUG: Not clamping source mtimes, $SOURCE_DATE_EPOCH not set DEBUG: + /usr/lib/rpm/redhat/brp-python-hardlink DEBUG: Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.J2BZPy DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CFLAGS DEBUG: + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + export CXXFLAGS DEBUG: + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FFLAGS DEBUG: + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 -I/usr/lib64/gfortran/modules ' DEBUG: + export FCFLAGS DEBUG: + VALAFLAGS=-g DEBUG: + export VALAFLAGS DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + export LDFLAGS DEBUG: + LT_SYS_LIBRARY_PATH=/usr/lib64: DEBUG: + export LT_SYS_LIBRARY_PATH DEBUG: + CC=gcc DEBUG: + export CC DEBUG: + CXX=g++ DEBUG: + export CXX DEBUG: + cd aodh-21.1.0.dev24 DEBUG: + TOX_TESTENV_PASSENV='*' DEBUG: + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=x86-64-v3 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -mtls-dialect=gnu2 ' DEBUG: + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes ' DEBUG: + PATH=/builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin DEBUG: + PYTHONPATH=/builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib64/python3.12/site-packages:/builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/lib/python3.12/site-packages DEBUG: + PYTHONDONTWRITEBYTECODE=1 DEBUG: + PYTEST_ADDOPTS=' --ignore=/builddir/build/BUILD/aodh-21.1.0.dev24/.pyproject-builddir' DEBUG: + PYTEST_XDIST_AUTO_NUM_WORKERS=4 DEBUG: + HOSTNAME=rpmbuild DEBUG: + /usr/bin/python3 -m tox --current-env -q --recreate -e py312 DEBUG: /usr/lib/python3.12/site-packages/bs4/css.py:8: UserWarning: The soupsieve package is not installed. CSS selectors cannot be used. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/bs4/css.py:8: UserWarning: The soupsieve package is not installed. CSS selectors cannot be used. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/bs4/css.py:8: UserWarning: The soupsieve package is not installed. CSS selectors cannot be used. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/bs4/css.py:8: UserWarning: The soupsieve package is not installed. CSS selectors cannot be used. DEBUG: warnings.warn( DEBUG: /usr/lib/python3.12/site-packages/bs4/css.py:8: UserWarning: The soupsieve package is not installed. CSS selectors cannot be used. DEBUG: warnings.warn( DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_get_alarm_other_project_normal_user [0.285101s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:01.837 2731282 INFO alembic.runtime.migration [-] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:01.837 2731282 INFO alembic.runtime.migration [-] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:01.842 2731282 INFO alembic.runtime.migration [-] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:01.843 2731282 INFO alembic.runtime.migration [-] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:01.847 2731282 INFO alembic.runtime.migration [-] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:01.895 2731282 INFO aodh.api.app [-] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_alarm_sends_notification [0.166657s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:01.973 2731281 INFO alembic.runtime.migration [-] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:01.973 2731281 INFO alembic.runtime.migration [-] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:01.977 2731281 INFO alembic.runtime.migration [-] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:01.977 2731281 INFO alembic.runtime.migration [-] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:01.982 2731281 INFO alembic.runtime.migration [-] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.019 2731281 INFO aodh.api.app [-] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.112 2731281 WARNING oslo_db.sqlalchemy.utils [None req-c7325cb4-68b7-4e43-a6cf-0b53c4c73c06 c9db7c8f-b3b5-4736-bbcf-c35d8166ff9e ec89d327-9721-4d0c-b0d7-016558bd9ada - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.120 2731281 WARNING oslo_db.sqlalchemy.utils [None req-eb3fb524-c896-4e58-aef2-5f58cf7f4cbb c9db7c8f-b3b5-4736-bbcf-c35d8166ff9e ec89d327-9721-4d0c-b0d7-016558bd9ada - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_post_alarm_as_nonadmin_on_behalf_of_another_project [0.054315s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.121 2731282 INFO alembic.runtime.migration [None req-736cf1d1-4791-4752-a1eb-b2d18fda4d5d a8f296c0-d74f-4694-8e22-a8e8ff62d439 ad667d04-6a63-4848-afaa-6a9932d1b4d1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.123 2731282 INFO alembic.runtime.migration [None req-736cf1d1-4791-4752-a1eb-b2d18fda4d5d a8f296c0-d74f-4694-8e22-a8e8ff62d439 ad667d04-6a63-4848-afaa-6a9932d1b4d1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.130 2731282 INFO alembic.runtime.migration [None req-736cf1d1-4791-4752-a1eb-b2d18fda4d5d a8f296c0-d74f-4694-8e22-a8e8ff62d439 ad667d04-6a63-4848-afaa-6a9932d1b4d1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.130 2731282 INFO alembic.runtime.migration [None req-736cf1d1-4791-4752-a1eb-b2d18fda4d5d a8f296c0-d74f-4694-8e22-a8e8ff62d439 ad667d04-6a63-4848-afaa-6a9932d1b4d1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.140 2731282 INFO alembic.runtime.migration [None req-736cf1d1-4791-4752-a1eb-b2d18fda4d5d a8f296c0-d74f-4694-8e22-a8e8ff62d439 ad667d04-6a63-4848-afaa-6a9932d1b4d1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.143 2731282 INFO aodh.api.app [None req-736cf1d1-4791-4752-a1eb-b2d18fda4d5d a8f296c0-d74f-4694-8e22-a8e8ff62d439 ad667d04-6a63-4848-afaa-6a9932d1b4d1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_get_alarm_project_filter_normal_user [0.045649s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.136 2731281 INFO alembic.runtime.migration [None req-eb3fb524-c896-4e58-aef2-5f58cf7f4cbb c9db7c8f-b3b5-4736-bbcf-c35d8166ff9e ec89d327-9721-4d0c-b0d7-016558bd9ada - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.136 2731281 INFO alembic.runtime.migration [None req-eb3fb524-c896-4e58-aef2-5f58cf7f4cbb c9db7c8f-b3b5-4736-bbcf-c35d8166ff9e ec89d327-9721-4d0c-b0d7-016558bd9ada - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.140 2731281 INFO alembic.runtime.migration [None req-eb3fb524-c896-4e58-aef2-5f58cf7f4cbb c9db7c8f-b3b5-4736-bbcf-c35d8166ff9e ec89d327-9721-4d0c-b0d7-016558bd9ada - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.140 2731281 INFO alembic.runtime.migration [None req-eb3fb524-c896-4e58-aef2-5f58cf7f4cbb c9db7c8f-b3b5-4736-bbcf-c35d8166ff9e ec89d327-9721-4d0c-b0d7-016558bd9ada - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.144 2731281 INFO alembic.runtime.migration [None req-eb3fb524-c896-4e58-aef2-5f58cf7f4cbb c9db7c8f-b3b5-4736-bbcf-c35d8166ff9e ec89d327-9721-4d0c-b0d7-016558bd9ada - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.146 2731281 INFO aodh.api.app [None req-eb3fb524-c896-4e58-aef2-5f58cf7f4cbb c9db7c8f-b3b5-4736-bbcf-c35d8166ff9e ec89d327-9721-4d0c-b0d7-016558bd9ada - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.170 2731281 WARNING oslo_db.sqlalchemy.utils [None req-1ce474c9-e6b2-484a-9644-5c3acf0b27dd f6f1a735-574d-4049-aefa-41a8d4bca680 dc6c0b01-782e-49d5-9ce8-dc3f24feec59 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_post_alarm_as_nonadmin_on_behalf_of_another_user [0.029976s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.174 2731282 INFO alembic.runtime.migration [None req-9680e69e-f466-4a44-85fb-f6bdb7dcb11d 2f695888-f76d-4427-8cba-6a73d11042a3 48ad8164-3d6d-4aa1-9c4b-283b30a8a67a - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.174 2731282 INFO alembic.runtime.migration [None req-9680e69e-f466-4a44-85fb-f6bdb7dcb11d 2f695888-f76d-4427-8cba-6a73d11042a3 48ad8164-3d6d-4aa1-9c4b-283b30a8a67a - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.177 2731282 INFO alembic.runtime.migration [None req-9680e69e-f466-4a44-85fb-f6bdb7dcb11d 2f695888-f76d-4427-8cba-6a73d11042a3 48ad8164-3d6d-4aa1-9c4b-283b30a8a67a - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.177 2731282 INFO alembic.runtime.migration [None req-9680e69e-f466-4a44-85fb-f6bdb7dcb11d 2f695888-f76d-4427-8cba-6a73d11042a3 48ad8164-3d6d-4aa1-9c4b-283b30a8a67a - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.182 2731282 INFO alembic.runtime.migration [None req-9680e69e-f466-4a44-85fb-f6bdb7dcb11d 2f695888-f76d-4427-8cba-6a73d11042a3 48ad8164-3d6d-4aa1-9c4b-283b30a8a67a - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.184 2731282 INFO aodh.api.app [None req-9680e69e-f466-4a44-85fb-f6bdb7dcb11d 2f695888-f76d-4427-8cba-6a73d11042a3 48ad8164-3d6d-4aa1-9c4b-283b30a8a67a - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_post_alarm_as_nonadmin_on_behalf_of_own_creds [0.053786s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.207 2731282 INFO alembic.runtime.migration [None req-fcd86ca9-396c-4f6c-bad1-6d3a785d5549 5698f447-304d-4025-829f-1c7f95c160c7 bff9dc53-b885-480c-a9f1-bc83a129775d - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.207 2731282 INFO alembic.runtime.migration [None req-fcd86ca9-396c-4f6c-bad1-6d3a785d5549 5698f447-304d-4025-829f-1c7f95c160c7 bff9dc53-b885-480c-a9f1-bc83a129775d - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.215 2731282 INFO alembic.runtime.migration [None req-fcd86ca9-396c-4f6c-bad1-6d3a785d5549 5698f447-304d-4025-829f-1c7f95c160c7 bff9dc53-b885-480c-a9f1-bc83a129775d - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.215 2731282 INFO alembic.runtime.migration [None req-fcd86ca9-396c-4f6c-bad1-6d3a785d5549 5698f447-304d-4025-829f-1c7f95c160c7 bff9dc53-b885-480c-a9f1-bc83a129775d - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.221 2731282 INFO alembic.runtime.migration [None req-fcd86ca9-396c-4f6c-bad1-6d3a785d5549 5698f447-304d-4025-829f-1c7f95c160c7 bff9dc53-b885-480c-a9f1-bc83a129775d - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.223 2731282 INFO aodh.api.app [None req-fcd86ca9-396c-4f6c-bad1-6d3a785d5549 5698f447-304d-4025-829f-1c7f95c160c7 bff9dc53-b885-480c-a9f1-bc83a129775d - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.243 2731282 WARNING oslo_db.sqlalchemy.utils [None req-03fc9f80-90e1-4d3e-86b0-0fe76f9a473c fdc63489-08d9-4a94-8390-6513bb1654ed 1f1186a2-cfa0-476b-b6cc-c8af92aa0c00 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.245 2731282 WARNING oslo_db.sqlalchemy.utils [None req-03fc9f80-90e1-4d3e-86b0-0fe76f9a473c fdc63489-08d9-4a94-8390-6513bb1654ed 1f1186a2-cfa0-476b-b6cc-c8af92aa0c00 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.251 2731282 WARNING oslo_db.sqlalchemy.utils [None req-03fc9f80-90e1-4d3e-86b0-0fe76f9a473c fdc63489-08d9-4a94-8390-6513bb1654ed 1f1186a2-cfa0-476b-b6cc-c8af92aa0c00 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_post_alarm_admin_user_set_log_test_actions [0.079959s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.183 2731281 INFO alembic.runtime.migration [None req-1ce474c9-e6b2-484a-9644-5c3acf0b27dd f6f1a735-574d-4049-aefa-41a8d4bca680 dc6c0b01-782e-49d5-9ce8-dc3f24feec59 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.183 2731281 INFO alembic.runtime.migration [None req-1ce474c9-e6b2-484a-9644-5c3acf0b27dd f6f1a735-574d-4049-aefa-41a8d4bca680 dc6c0b01-782e-49d5-9ce8-dc3f24feec59 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.186 2731281 INFO alembic.runtime.migration [None req-1ce474c9-e6b2-484a-9644-5c3acf0b27dd f6f1a735-574d-4049-aefa-41a8d4bca680 dc6c0b01-782e-49d5-9ce8-dc3f24feec59 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.186 2731281 INFO alembic.runtime.migration [None req-1ce474c9-e6b2-484a-9644-5c3acf0b27dd f6f1a735-574d-4049-aefa-41a8d4bca680 dc6c0b01-782e-49d5-9ce8-dc3f24feec59 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.197 2731281 INFO alembic.runtime.migration [None req-1ce474c9-e6b2-484a-9644-5c3acf0b27dd f6f1a735-574d-4049-aefa-41a8d4bca680 dc6c0b01-782e-49d5-9ce8-dc3f24feec59 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.202 2731281 INFO aodh.api.app [None req-1ce474c9-e6b2-484a-9644-5c3acf0b27dd f6f1a735-574d-4049-aefa-41a8d4bca680 dc6c0b01-782e-49d5-9ce8-dc3f24feec59 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.244 2731281 WARNING oslo_db.sqlalchemy.utils [None req-1381d13b-1db1-4466-a8f8-fc4d98fc99bc e68354a3-9fd6-49b6-91c8-5641e9b58f49 1b69e051-99da-4d55-830b-19c8bd969883 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.245 2731281 WARNING oslo_db.sqlalchemy.utils [None req-1381d13b-1db1-4466-a8f8-fc4d98fc99bc e68354a3-9fd6-49b6-91c8-5641e9b58f49 1b69e051-99da-4d55-830b-19c8bd969883 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.250 2731281 WARNING oslo_db.sqlalchemy.utils [None req-1381d13b-1db1-4466-a8f8-fc4d98fc99bc e68354a3-9fd6-49b6-91c8-5641e9b58f49 1b69e051-99da-4d55-830b-19c8bd969883 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_post_alarm_normal_user_set_log_actions [0.029392s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.260 2731282 INFO alembic.runtime.migration [None req-03fc9f80-90e1-4d3e-86b0-0fe76f9a473c fdc63489-08d9-4a94-8390-6513bb1654ed 1f1186a2-cfa0-476b-b6cc-c8af92aa0c00 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.260 2731282 INFO alembic.runtime.migration [None req-03fc9f80-90e1-4d3e-86b0-0fe76f9a473c fdc63489-08d9-4a94-8390-6513bb1654ed 1f1186a2-cfa0-476b-b6cc-c8af92aa0c00 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.263 2731282 INFO alembic.runtime.migration [None req-03fc9f80-90e1-4d3e-86b0-0fe76f9a473c fdc63489-08d9-4a94-8390-6513bb1654ed 1f1186a2-cfa0-476b-b6cc-c8af92aa0c00 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.263 2731282 INFO alembic.runtime.migration [None req-03fc9f80-90e1-4d3e-86b0-0fe76f9a473c fdc63489-08d9-4a94-8390-6513bb1654ed 1f1186a2-cfa0-476b-b6cc-c8af92aa0c00 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.268 2731282 INFO alembic.runtime.migration [None req-03fc9f80-90e1-4d3e-86b0-0fe76f9a473c fdc63489-08d9-4a94-8390-6513bb1654ed 1f1186a2-cfa0-476b-b6cc-c8af92aa0c00 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.269 2731282 INFO aodh.api.app [None req-03fc9f80-90e1-4d3e-86b0-0fe76f9a473c fdc63489-08d9-4a94-8390-6513bb1654ed 1f1186a2-cfa0-476b-b6cc-c8af92aa0c00 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_post_alarm_as_nonadmin_on_behalf_of_own_project [0.043330s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.263 2731281 INFO alembic.runtime.migration [None req-1381d13b-1db1-4466-a8f8-fc4d98fc99bc e68354a3-9fd6-49b6-91c8-5641e9b58f49 1b69e051-99da-4d55-830b-19c8bd969883 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.264 2731281 INFO alembic.runtime.migration [None req-1381d13b-1db1-4466-a8f8-fc4d98fc99bc e68354a3-9fd6-49b6-91c8-5641e9b58f49 1b69e051-99da-4d55-830b-19c8bd969883 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.268 2731281 INFO alembic.runtime.migration [None req-1381d13b-1db1-4466-a8f8-fc4d98fc99bc e68354a3-9fd6-49b6-91c8-5641e9b58f49 1b69e051-99da-4d55-830b-19c8bd969883 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.268 2731281 INFO alembic.runtime.migration [None req-1381d13b-1db1-4466-a8f8-fc4d98fc99bc e68354a3-9fd6-49b6-91c8-5641e9b58f49 1b69e051-99da-4d55-830b-19c8bd969883 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.272 2731281 INFO alembic.runtime.migration [None req-1381d13b-1db1-4466-a8f8-fc4d98fc99bc e68354a3-9fd6-49b6-91c8-5641e9b58f49 1b69e051-99da-4d55-830b-19c8bd969883 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.274 2731281 INFO aodh.api.app [None req-1381d13b-1db1-4466-a8f8-fc4d98fc99bc e68354a3-9fd6-49b6-91c8-5641e9b58f49 1b69e051-99da-4d55-830b-19c8bd969883 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.292 2731281 WARNING oslo_db.sqlalchemy.utils [None req-5b553737-15f5-4b0d-b903-a240e571b655 701df162-d1a1-49ad-a134-ab970d8055af fe639358-17e7-4088-a111-b6f88756909b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.294 2731281 WARNING oslo_db.sqlalchemy.utils [None req-5b553737-15f5-4b0d-b903-a240e571b655 701df162-d1a1-49ad-a134-ab970d8055af fe639358-17e7-4088-a111-b6f88756909b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.298 2731281 WARNING oslo_db.sqlalchemy.utils [None req-5b553737-15f5-4b0d-b903-a240e571b655 701df162-d1a1-49ad-a134-ab970d8055af fe639358-17e7-4088-a111-b6f88756909b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_post_alarm_normal_user_set_test_actions [0.029547s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.290 2731282 INFO alembic.runtime.migration [None req-79d0efa6-1f04-44ea-bbfb-cf1c3916a6cf 03618673-1f17-4c57-b0d5-7afed25414c4 dd0d86ce-46d1-46ce-9408-fc3fc1d4b21c - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.290 2731282 INFO alembic.runtime.migration [None req-79d0efa6-1f04-44ea-bbfb-cf1c3916a6cf 03618673-1f17-4c57-b0d5-7afed25414c4 dd0d86ce-46d1-46ce-9408-fc3fc1d4b21c - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.294 2731282 INFO alembic.runtime.migration [None req-79d0efa6-1f04-44ea-bbfb-cf1c3916a6cf 03618673-1f17-4c57-b0d5-7afed25414c4 dd0d86ce-46d1-46ce-9408-fc3fc1d4b21c - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.294 2731282 INFO alembic.runtime.migration [None req-79d0efa6-1f04-44ea-bbfb-cf1c3916a6cf 03618673-1f17-4c57-b0d5-7afed25414c4 dd0d86ce-46d1-46ce-9408-fc3fc1d4b21c - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.298 2731282 INFO alembic.runtime.migration [None req-79d0efa6-1f04-44ea-bbfb-cf1c3916a6cf 03618673-1f17-4c57-b0d5-7afed25414c4 dd0d86ce-46d1-46ce-9408-fc3fc1d4b21c - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.300 2731282 INFO aodh.api.app [None req-79d0efa6-1f04-44ea-bbfb-cf1c3916a6cf 03618673-1f17-4c57-b0d5-7afed25414c4 dd0d86ce-46d1-46ce-9408-fc3fc1d4b21c - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_put_alarm_trust [0.061853s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.307 2731281 INFO alembic.runtime.migration [None req-5b553737-15f5-4b0d-b903-a240e571b655 701df162-d1a1-49ad-a134-ab970d8055af fe639358-17e7-4088-a111-b6f88756909b - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.307 2731281 INFO alembic.runtime.migration [None req-5b553737-15f5-4b0d-b903-a240e571b655 701df162-d1a1-49ad-a134-ab970d8055af fe639358-17e7-4088-a111-b6f88756909b - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.311 2731281 INFO alembic.runtime.migration [None req-5b553737-15f5-4b0d-b903-a240e571b655 701df162-d1a1-49ad-a134-ab970d8055af fe639358-17e7-4088-a111-b6f88756909b - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.311 2731281 INFO alembic.runtime.migration [None req-5b553737-15f5-4b0d-b903-a240e571b655 701df162-d1a1-49ad-a134-ab970d8055af fe639358-17e7-4088-a111-b6f88756909b - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.315 2731281 INFO alembic.runtime.migration [None req-5b553737-15f5-4b0d-b903-a240e571b655 701df162-d1a1-49ad-a134-ab970d8055af fe639358-17e7-4088-a111-b6f88756909b - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.317 2731281 INFO aodh.api.app [None req-5b553737-15f5-4b0d-b903-a240e571b655 701df162-d1a1-49ad-a134-ab970d8055af fe639358-17e7-4088-a111-b6f88756909b - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.330 2731281 WARNING oslo_db.sqlalchemy.utils [None req-46de659a-09e4-4890-b5d7-932125929f90 720ae416-afee-4e18-9874-232b476b3e94 7496f17a-8173-4094-aa76-b668b62f7f57 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.335 2731281 WARNING oslo_db.sqlalchemy.utils [None req-8298f825-e3cd-4c2d-b440-6a1e4c49f7e8 720ae416-afee-4e18-9874-232b476b3e94 7496f17a-8173-4094-aa76-b668b62f7f57 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.341 2731281 WARNING oslo_db.sqlalchemy.utils [None req-8298f825-e3cd-4c2d-b440-6a1e4c49f7e8 720ae416-afee-4e18-9874-232b476b3e94 7496f17a-8173-4094-aa76-b668b62f7f57 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.344 2731281 WARNING oslo_db.sqlalchemy.utils [None req-ff8bcf8c-a0bb-4aa8-8970-308fefdb09f6 720ae416-afee-4e18-9874-232b476b3e94 7496f17a-8173-4094-aa76-b668b62f7f57 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.348 2731281 WARNING oslo_db.sqlalchemy.utils [None req-496b47c6-7b46-46f6-9c8c-5e80b4a5d673 720ae416-afee-4e18-9874-232b476b3e94 7496f17a-8173-4094-aa76-b668b62f7f57 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.360 2731281 WARNING oslo_db.sqlalchemy.utils [None req-766d63eb-dcdb-4898-afb0-3a5507df8c4c 720ae416-afee-4e18-9874-232b476b3e94 7496f17a-8173-4094-aa76-b668b62f7f57 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_post_alarm_trust [0.055743s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.322 2731282 INFO alembic.runtime.migration [None req-de33aec7-7c4a-440c-b46f-a22923695122 0587e17f-3da1-4728-9b1a-dad183775b31 961d02dd-ec20-4ca1-9f82-52310aa93a0b - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.322 2731282 INFO alembic.runtime.migration [None req-de33aec7-7c4a-440c-b46f-a22923695122 0587e17f-3da1-4728-9b1a-dad183775b31 961d02dd-ec20-4ca1-9f82-52310aa93a0b - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.325 2731282 INFO alembic.runtime.migration [None req-de33aec7-7c4a-440c-b46f-a22923695122 0587e17f-3da1-4728-9b1a-dad183775b31 961d02dd-ec20-4ca1-9f82-52310aa93a0b - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.325 2731282 INFO alembic.runtime.migration [None req-de33aec7-7c4a-440c-b46f-a22923695122 0587e17f-3da1-4728-9b1a-dad183775b31 961d02dd-ec20-4ca1-9f82-52310aa93a0b - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.329 2731282 INFO alembic.runtime.migration [None req-de33aec7-7c4a-440c-b46f-a22923695122 0587e17f-3da1-4728-9b1a-dad183775b31 961d02dd-ec20-4ca1-9f82-52310aa93a0b - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.331 2731282 INFO aodh.api.app [None req-de33aec7-7c4a-440c-b46f-a22923695122 0587e17f-3da1-4728-9b1a-dad183775b31 961d02dd-ec20-4ca1-9f82-52310aa93a0b - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.347 2731282 WARNING oslo_db.sqlalchemy.utils [None req-de9d0952-1eb6-4606-96ff-37d295e1f7c0 f8db3d09-5536-43eb-a784-181ecac1795c 043cf122-d614-4476-ba22-021b6dbc2a4e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.349 2731282 WARNING oslo_db.sqlalchemy.utils [None req-de9d0952-1eb6-4606-96ff-37d295e1f7c0 f8db3d09-5536-43eb-a784-181ecac1795c 043cf122-d614-4476-ba22-021b6dbc2a4e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.353 2731282 WARNING oslo_db.sqlalchemy.utils [None req-de9d0952-1eb6-4606-96ff-37d295e1f7c0 f8db3d09-5536-43eb-a784-181ecac1795c 043cf122-d614-4476-ba22-021b6dbc2a4e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.361 2731282 WARNING oslo_db.sqlalchemy.utils [None req-338a9c50-aedb-49d3-927f-2d2d8855ccf8 f8db3d09-5536-43eb-a784-181ecac1795c 043cf122-d614-4476-ba22-021b6dbc2a4e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.365 2731282 WARNING oslo_db.sqlalchemy.utils [None req-eb8a48a0-2e44-405f-a4ac-6e63b41d90d2 f8db3d09-5536-43eb-a784-181ecac1795c 043cf122-d614-4476-ba22-021b6dbc2a4e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsCompositeRule.test_post_with_sub_rule_with_only_required_params [0.047593s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.369 2731281 INFO alembic.runtime.migration [None req-766d63eb-dcdb-4898-afb0-3a5507df8c4c 720ae416-afee-4e18-9874-232b476b3e94 7496f17a-8173-4094-aa76-b668b62f7f57 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.370 2731281 INFO alembic.runtime.migration [None req-766d63eb-dcdb-4898-afb0-3a5507df8c4c 720ae416-afee-4e18-9874-232b476b3e94 7496f17a-8173-4094-aa76-b668b62f7f57 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.374 2731281 INFO alembic.runtime.migration [None req-766d63eb-dcdb-4898-afb0-3a5507df8c4c 720ae416-afee-4e18-9874-232b476b3e94 7496f17a-8173-4094-aa76-b668b62f7f57 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.374 2731281 INFO alembic.runtime.migration [None req-766d63eb-dcdb-4898-afb0-3a5507df8c4c 720ae416-afee-4e18-9874-232b476b3e94 7496f17a-8173-4094-aa76-b668b62f7f57 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.379 2731281 INFO alembic.runtime.migration [None req-766d63eb-dcdb-4898-afb0-3a5507df8c4c 720ae416-afee-4e18-9874-232b476b3e94 7496f17a-8173-4094-aa76-b668b62f7f57 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.381 2731281 INFO aodh.api.app [None req-766d63eb-dcdb-4898-afb0-3a5507df8c4c 720ae416-afee-4e18-9874-232b476b3e94 7496f17a-8173-4094-aa76-b668b62f7f57 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.400 2731281 WARNING oslo_db.sqlalchemy.utils [None req-0a6fb187-b3f1-4792-88f5-6d2ff6585c2f f98aa4d7-6da0-43e1-93ba-f902aa0835ac f42f8173-30b6-4b45-bf11-73f0a9ef195d - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.401 2731281 WARNING oslo_db.sqlalchemy.utils [None req-0a6fb187-b3f1-4792-88f5-6d2ff6585c2f f98aa4d7-6da0-43e1-93ba-f902aa0835ac f42f8173-30b6-4b45-bf11-73f0a9ef195d - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.409 2731281 WARNING oslo_db.sqlalchemy.utils [None req-0a6fb187-b3f1-4792-88f5-6d2ff6585c2f f98aa4d7-6da0-43e1-93ba-f902aa0835ac f42f8173-30b6-4b45-bf11-73f0a9ef195d - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsCompositeRule.test_post_with_composite_rule [0.043596s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.377 2731282 INFO alembic.runtime.migration [None req-eb8a48a0-2e44-405f-a4ac-6e63b41d90d2 f8db3d09-5536-43eb-a784-181ecac1795c 043cf122-d614-4476-ba22-021b6dbc2a4e - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.378 2731282 INFO alembic.runtime.migration [None req-eb8a48a0-2e44-405f-a4ac-6e63b41d90d2 f8db3d09-5536-43eb-a784-181ecac1795c 043cf122-d614-4476-ba22-021b6dbc2a4e - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.382 2731282 INFO alembic.runtime.migration [None req-eb8a48a0-2e44-405f-a4ac-6e63b41d90d2 f8db3d09-5536-43eb-a784-181ecac1795c 043cf122-d614-4476-ba22-021b6dbc2a4e - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.382 2731282 INFO alembic.runtime.migration [None req-eb8a48a0-2e44-405f-a4ac-6e63b41d90d2 f8db3d09-5536-43eb-a784-181ecac1795c 043cf122-d614-4476-ba22-021b6dbc2a4e - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.389 2731282 INFO alembic.runtime.migration [None req-eb8a48a0-2e44-405f-a4ac-6e63b41d90d2 f8db3d09-5536-43eb-a784-181ecac1795c 043cf122-d614-4476-ba22-021b6dbc2a4e - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.391 2731282 INFO aodh.api.app [None req-eb8a48a0-2e44-405f-a4ac-6e63b41d90d2 f8db3d09-5536-43eb-a784-181ecac1795c 043cf122-d614-4476-ba22-021b6dbc2a4e - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.407 2731282 WARNING oslo_db.sqlalchemy.utils [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.408 2731282 WARNING oslo_db.sqlalchemy.utils [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.413 2731282 WARNING oslo_db.sqlalchemy.utils [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsCompositeRule.test_post_with_sub_rule_with_invalid_params [0.034939s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.424 2731282 INFO alembic.runtime.migration [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.424 2731282 INFO alembic.runtime.migration [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.428 2731282 INFO alembic.runtime.migration [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.428 2731282 INFO alembic.runtime.migration [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.434 2731282 INFO alembic.runtime.migration [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.436 2731282 INFO aodh.api.app [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsHistory.test_delete_alarm_history_after_deletion [0.069930s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.460 2731282 INFO alembic.runtime.migration [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.461 2731282 INFO alembic.runtime.migration [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.465 2731282 INFO alembic.runtime.migration [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.465 2731282 INFO alembic.runtime.migration [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.469 2731282 INFO alembic.runtime.migration [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.473 2731282 INFO aodh.api.app [None req-35b7ee75-1bba-4505-9d5e-f60e7f6edef2 54bb1936-9322-4f98-87d2-1e5fe56d0a0b 586000f1-34d0-4c3b-a67b-af56497c55bc - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.486 2731282 WARNING oslo_db.sqlalchemy.utils [None req-364dbf57-9a47-4f84-b1cd-512c953d9be9 3f33c74e-8443-41fc-9e62-51e362a00aa9 34051e17-7e55-4a44-a4ff-fa88ed3b00dd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.491 2731282 WARNING oslo_db.sqlalchemy.utils [None req-41e63e5d-5aa0-46bb-bfda-4cbb4b05f40e 3f33c74e-8443-41fc-9e62-51e362a00aa9 34051e17-7e55-4a44-a4ff-fa88ed3b00dd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.500 2731282 WARNING oslo_db.sqlalchemy.utils [None req-27459115-8a33-4767-8dd7-37badd7b153a 3f33c74e-8443-41fc-9e62-51e362a00aa9 34051e17-7e55-4a44-a4ff-fa88ed3b00dd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.502 2731282 WARNING oslo_db.sqlalchemy.utils [None req-27459115-8a33-4767-8dd7-37badd7b153a 3f33c74e-8443-41fc-9e62-51e362a00aa9 34051e17-7e55-4a44-a4ff-fa88ed3b00dd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.507 2731282 WARNING oslo_db.sqlalchemy.utils [None req-b7b66b12-d5de-4f47-9df4-240bdaeef726 3f33c74e-8443-41fc-9e62-51e362a00aa9 34051e17-7e55-4a44-a4ff-fa88ed3b00dd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.513 2731282 WARNING oslo_db.sqlalchemy.utils [None req-76505d7d-543a-44e0-b44f-618e506c7a51 3f33c74e-8443-41fc-9e62-51e362a00aa9 34051e17-7e55-4a44-a4ff-fa88ed3b00dd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsHistory.test_get_alarm_history_constrained_by_type [0.113897s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.420 2731281 INFO alembic.runtime.migration [None req-0a6fb187-b3f1-4792-88f5-6d2ff6585c2f f98aa4d7-6da0-43e1-93ba-f902aa0835ac f42f8173-30b6-4b45-bf11-73f0a9ef195d - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.420 2731281 INFO alembic.runtime.migration [None req-0a6fb187-b3f1-4792-88f5-6d2ff6585c2f f98aa4d7-6da0-43e1-93ba-f902aa0835ac f42f8173-30b6-4b45-bf11-73f0a9ef195d - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.424 2731281 INFO alembic.runtime.migration [None req-0a6fb187-b3f1-4792-88f5-6d2ff6585c2f f98aa4d7-6da0-43e1-93ba-f902aa0835ac f42f8173-30b6-4b45-bf11-73f0a9ef195d - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.424 2731281 INFO alembic.runtime.migration [None req-0a6fb187-b3f1-4792-88f5-6d2ff6585c2f f98aa4d7-6da0-43e1-93ba-f902aa0835ac f42f8173-30b6-4b45-bf11-73f0a9ef195d - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.430 2731281 INFO alembic.runtime.migration [None req-0a6fb187-b3f1-4792-88f5-6d2ff6585c2f f98aa4d7-6da0-43e1-93ba-f902aa0835ac f42f8173-30b6-4b45-bf11-73f0a9ef195d - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.443 2731281 INFO aodh.api.app [None req-0a6fb187-b3f1-4792-88f5-6d2ff6585c2f f98aa4d7-6da0-43e1-93ba-f902aa0835ac f42f8173-30b6-4b45-bf11-73f0a9ef195d - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.469 2731281 WARNING oslo_db.sqlalchemy.utils [None req-807dd4ea-178c-4ed2-92e2-480a1e77b8d9 05514f05-2175-498a-a1c5-a18892b87039 1540d5be-f151-48e3-aea8-e8302da01852 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.480 2731281 WARNING oslo_db.sqlalchemy.utils [None req-c10776de-b907-4326-994a-8ceaef351ed0 05514f05-2175-498a-a1c5-a18892b87039 1540d5be-f151-48e3-aea8-e8302da01852 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.490 2731281 WARNING oslo_db.sqlalchemy.utils [None req-c51b9b89-47b3-4dd5-a138-06bcacc0e122 05514f05-2175-498a-a1c5-a18892b87039 1540d5be-f151-48e3-aea8-e8302da01852 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.508 2731281 WARNING oslo_db.sqlalchemy.utils [None req-ea16c59a-ddef-42e6-ab1b-6af4ef764c5f 05514f05-2175-498a-a1c5-a18892b87039 1540d5be-f151-48e3-aea8-e8302da01852 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.513 2731281 WARNING oslo_db.sqlalchemy.utils [None req-ea16c59a-ddef-42e6-ab1b-6af4ef764c5f 05514f05-2175-498a-a1c5-a18892b87039 1540d5be-f151-48e3-aea8-e8302da01852 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_alarms_sends_notification [0.435964s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.164 2731280 INFO alembic.runtime.migration [-] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.164 2731280 INFO alembic.runtime.migration [-] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.175 2731280 INFO alembic.runtime.migration [-] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.175 2731280 INFO alembic.runtime.migration [-] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.192 2731280 INFO alembic.runtime.migration [-] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.262 2731280 INFO aodh.api.app [-] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.557 2731280 WARNING oslo_db.sqlalchemy.utils [None req-5722794e-7598-4cb9-a865-c788befff958 10c2fc18-c214-4161-91bb-3c110bfafcee cdf54a59-b420-4ffc-b6d5-8a7919fb107e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.563 2731280 WARNING oslo_db.sqlalchemy.utils [None req-5722794e-7598-4cb9-a865-c788befff958 10c2fc18-c214-4161-91bb-3c110bfafcee cdf54a59-b420-4ffc-b6d5-8a7919fb107e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsHistory.test_record_alarm_history_statistic [0.121207s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.534 2731281 INFO alembic.runtime.migration [None req-ea16c59a-ddef-42e6-ab1b-6af4ef764c5f 05514f05-2175-498a-a1c5-a18892b87039 1540d5be-f151-48e3-aea8-e8302da01852 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.534 2731281 INFO alembic.runtime.migration [None req-ea16c59a-ddef-42e6-ab1b-6af4ef764c5f 05514f05-2175-498a-a1c5-a18892b87039 1540d5be-f151-48e3-aea8-e8302da01852 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.544 2731281 INFO alembic.runtime.migration [None req-ea16c59a-ddef-42e6-ab1b-6af4ef764c5f 05514f05-2175-498a-a1c5-a18892b87039 1540d5be-f151-48e3-aea8-e8302da01852 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.544 2731281 INFO alembic.runtime.migration [None req-ea16c59a-ddef-42e6-ab1b-6af4ef764c5f 05514f05-2175-498a-a1c5-a18892b87039 1540d5be-f151-48e3-aea8-e8302da01852 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.556 2731281 INFO alembic.runtime.migration [None req-ea16c59a-ddef-42e6-ab1b-6af4ef764c5f 05514f05-2175-498a-a1c5-a18892b87039 1540d5be-f151-48e3-aea8-e8302da01852 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.560 2731281 INFO aodh.api.app [None req-ea16c59a-ddef-42e6-ab1b-6af4ef764c5f 05514f05-2175-498a-a1c5-a18892b87039 1540d5be-f151-48e3-aea8-e8302da01852 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.580 2731281 WARNING oslo_db.sqlalchemy.utils [None req-a5019be7-0b1a-42c7-8cf0-d129491b13c4 d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.597 2731281 WARNING oslo_db.sqlalchemy.utils [None req-af2e61ce-8652-4cdd-90df-4d0f6a4c9a6d d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.604 2731281 WARNING oslo_db.sqlalchemy.utils [None req-af2e61ce-8652-4cdd-90df-4d0f6a4c9a6d d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.608 2731281 WARNING oslo_db.sqlalchemy.utils [None req-9bfae4c4-4b38-4cf5-9b6b-a97982d7e22d d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.619 2731281 WARNING oslo_db.sqlalchemy.utils [None req-15276711-616a-44be-bf08-a95eb3d9fc4f d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.629 2731281 WARNING oslo_db.sqlalchemy.utils [None req-e58c8db8-8dc5-4d21-844f-f83f70731aaf d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.635 2731281 WARNING oslo_db.sqlalchemy.utils [None req-ea7d4ab0-6d91-41d3-b3be-212f3547a6a8 d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.638 2731281 WARNING oslo_db.sqlalchemy.utils [None req-ea7d4ab0-6d91-41d3-b3be-212f3547a6a8 d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_delete_alarm_sends_notification [0.077324s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.593 2731280 INFO alembic.runtime.migration [None req-5722794e-7598-4cb9-a865-c788befff958 10c2fc18-c214-4161-91bb-3c110bfafcee cdf54a59-b420-4ffc-b6d5-8a7919fb107e - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.593 2731280 INFO alembic.runtime.migration [None req-5722794e-7598-4cb9-a865-c788befff958 10c2fc18-c214-4161-91bb-3c110bfafcee cdf54a59-b420-4ffc-b6d5-8a7919fb107e - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.598 2731280 INFO alembic.runtime.migration [None req-5722794e-7598-4cb9-a865-c788befff958 10c2fc18-c214-4161-91bb-3c110bfafcee cdf54a59-b420-4ffc-b6d5-8a7919fb107e - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.598 2731280 INFO alembic.runtime.migration [None req-5722794e-7598-4cb9-a865-c788befff958 10c2fc18-c214-4161-91bb-3c110bfafcee cdf54a59-b420-4ffc-b6d5-8a7919fb107e - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.602 2731280 INFO alembic.runtime.migration [None req-5722794e-7598-4cb9-a865-c788befff958 10c2fc18-c214-4161-91bb-3c110bfafcee cdf54a59-b420-4ffc-b6d5-8a7919fb107e - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.610 2731280 INFO aodh.api.app [None req-5722794e-7598-4cb9-a865-c788befff958 10c2fc18-c214-4161-91bb-3c110bfafcee cdf54a59-b420-4ffc-b6d5-8a7919fb107e - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.643 2731280 WARNING oslo_db.sqlalchemy.utils [None req-4a846335-ac6d-434e-8740-bad589915664 dd9527e7-8454-4a0a-8992-91c6729a6a0a 59329b12-248d-40a0-8176-8ac85727e3c6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsHistory.test_get_alarm_history_constrained_by_alarm_id_failed [0.140221s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.529 2731282 INFO alembic.runtime.migration [None req-76505d7d-543a-44e0-b44f-618e506c7a51 3f33c74e-8443-41fc-9e62-51e362a00aa9 34051e17-7e55-4a44-a4ff-fa88ed3b00dd - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.530 2731282 INFO alembic.runtime.migration [None req-76505d7d-543a-44e0-b44f-618e506c7a51 3f33c74e-8443-41fc-9e62-51e362a00aa9 34051e17-7e55-4a44-a4ff-fa88ed3b00dd - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.539 2731282 INFO alembic.runtime.migration [None req-76505d7d-543a-44e0-b44f-618e506c7a51 3f33c74e-8443-41fc-9e62-51e362a00aa9 34051e17-7e55-4a44-a4ff-fa88ed3b00dd - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.539 2731282 INFO alembic.runtime.migration [None req-76505d7d-543a-44e0-b44f-618e506c7a51 3f33c74e-8443-41fc-9e62-51e362a00aa9 34051e17-7e55-4a44-a4ff-fa88ed3b00dd - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.544 2731282 INFO alembic.runtime.migration [None req-76505d7d-543a-44e0-b44f-618e506c7a51 3f33c74e-8443-41fc-9e62-51e362a00aa9 34051e17-7e55-4a44-a4ff-fa88ed3b00dd - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.546 2731282 INFO aodh.api.app [None req-76505d7d-543a-44e0-b44f-618e506c7a51 3f33c74e-8443-41fc-9e62-51e362a00aa9 34051e17-7e55-4a44-a4ff-fa88ed3b00dd - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.659 2731282 WARNING oslo_db.sqlalchemy.utils [None req-24ab5561-390b-44c6-822e-cb5396a63938 424d4521-4e2b-4e3f-ac24-77b9ffa0a3c2 8bce9c14-4b63-4984-8f64-ffe434ca22ab - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_list_alarms_all_projects_by_admin [0.035926s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.670 2731280 INFO alembic.runtime.migration [None req-4a846335-ac6d-434e-8740-bad589915664 dd9527e7-8454-4a0a-8992-91c6729a6a0a 59329b12-248d-40a0-8176-8ac85727e3c6 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.670 2731280 INFO alembic.runtime.migration [None req-4a846335-ac6d-434e-8740-bad589915664 dd9527e7-8454-4a0a-8992-91c6729a6a0a 59329b12-248d-40a0-8176-8ac85727e3c6 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.673 2731280 INFO alembic.runtime.migration [None req-4a846335-ac6d-434e-8740-bad589915664 dd9527e7-8454-4a0a-8992-91c6729a6a0a 59329b12-248d-40a0-8176-8ac85727e3c6 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.673 2731280 INFO alembic.runtime.migration [None req-4a846335-ac6d-434e-8740-bad589915664 dd9527e7-8454-4a0a-8992-91c6729a6a0a 59329b12-248d-40a0-8176-8ac85727e3c6 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.677 2731280 INFO alembic.runtime.migration [None req-4a846335-ac6d-434e-8740-bad589915664 dd9527e7-8454-4a0a-8992-91c6729a6a0a 59329b12-248d-40a0-8176-8ac85727e3c6 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.679 2731280 INFO aodh.api.app [None req-4a846335-ac6d-434e-8740-bad589915664 dd9527e7-8454-4a0a-8992-91c6729a6a0a 59329b12-248d-40a0-8176-8ac85727e3c6 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.693 2731280 WARNING oslo_db.sqlalchemy.utils [None req-6b03d237-f1f4-4759-a11e-949999977d41 a17d29df-c3a1-4c99-a6d2-2df1e90c008c fcf156da-c3e2-4af8-9c6b-4c9743f8720f - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_put_alarm_as_admin [0.057623s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.709 2731280 INFO alembic.runtime.migration [None req-6b03d237-f1f4-4759-a11e-949999977d41 a17d29df-c3a1-4c99-a6d2-2df1e90c008c fcf156da-c3e2-4af8-9c6b-4c9743f8720f - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.710 2731280 INFO alembic.runtime.migration [None req-6b03d237-f1f4-4759-a11e-949999977d41 a17d29df-c3a1-4c99-a6d2-2df1e90c008c fcf156da-c3e2-4af8-9c6b-4c9743f8720f - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.713 2731280 INFO alembic.runtime.migration [None req-6b03d237-f1f4-4759-a11e-949999977d41 a17d29df-c3a1-4c99-a6d2-2df1e90c008c fcf156da-c3e2-4af8-9c6b-4c9743f8720f - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.713 2731280 INFO alembic.runtime.migration [None req-6b03d237-f1f4-4759-a11e-949999977d41 a17d29df-c3a1-4c99-a6d2-2df1e90c008c fcf156da-c3e2-4af8-9c6b-4c9743f8720f - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.717 2731280 INFO alembic.runtime.migration [None req-6b03d237-f1f4-4759-a11e-949999977d41 a17d29df-c3a1-4c99-a6d2-2df1e90c008c fcf156da-c3e2-4af8-9c6b-4c9743f8720f - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.720 2731280 INFO aodh.api.app [None req-6b03d237-f1f4-4759-a11e-949999977d41 a17d29df-c3a1-4c99-a6d2-2df1e90c008c fcf156da-c3e2-4af8-9c6b-4c9743f8720f - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.733 2731280 WARNING oslo_db.sqlalchemy.utils [None req-9f718006-132e-41f3-bc72-9ab29d7f42b7 a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.737 2731280 WARNING oslo_db.sqlalchemy.utils [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.744 2731280 WARNING oslo_db.sqlalchemy.utils [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsHistory.test_record_alarm_history_config [0.140702s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.670 2731282 INFO alembic.runtime.migration [None req-24ab5561-390b-44c6-822e-cb5396a63938 424d4521-4e2b-4e3f-ac24-77b9ffa0a3c2 8bce9c14-4b63-4984-8f64-ffe434ca22ab - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.670 2731282 INFO alembic.runtime.migration [None req-24ab5561-390b-44c6-822e-cb5396a63938 424d4521-4e2b-4e3f-ac24-77b9ffa0a3c2 8bce9c14-4b63-4984-8f64-ffe434ca22ab - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.674 2731282 INFO alembic.runtime.migration [None req-24ab5561-390b-44c6-822e-cb5396a63938 424d4521-4e2b-4e3f-ac24-77b9ffa0a3c2 8bce9c14-4b63-4984-8f64-ffe434ca22ab - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.674 2731282 INFO alembic.runtime.migration [None req-24ab5561-390b-44c6-822e-cb5396a63938 424d4521-4e2b-4e3f-ac24-77b9ffa0a3c2 8bce9c14-4b63-4984-8f64-ffe434ca22ab - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.684 2731282 INFO alembic.runtime.migration [None req-24ab5561-390b-44c6-822e-cb5396a63938 424d4521-4e2b-4e3f-ac24-77b9ffa0a3c2 8bce9c14-4b63-4984-8f64-ffe434ca22ab - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.688 2731282 INFO aodh.api.app [None req-24ab5561-390b-44c6-822e-cb5396a63938 424d4521-4e2b-4e3f-ac24-77b9ffa0a3c2 8bce9c14-4b63-4984-8f64-ffe434ca22ab - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.713 2731282 WARNING oslo_db.sqlalchemy.utils [None req-b3810545-bd71-4442-8f5c-7b1eb5f5282f f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.719 2731282 WARNING oslo_db.sqlalchemy.utils [None req-b3810545-bd71-4442-8f5c-7b1eb5f5282f f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.725 2731282 WARNING oslo_db.sqlalchemy.utils [None req-5d9cc650-f615-43fc-a438-c9d3f81095aa f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.735 2731282 WARNING oslo_db.sqlalchemy.utils [None req-3950310c-6e09-484f-b059-1f4f21b3131a f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.748 2731282 WARNING oslo_db.sqlalchemy.utils [None req-91827a0c-f06c-4af9-b9e1-8bccdb0a0d7d f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.752 2731282 WARNING oslo_db.sqlalchemy.utils [None req-91827a0c-f06c-4af9-b9e1-8bccdb0a0d7d f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.771 2731282 WARNING oslo_db.sqlalchemy.utils [None req-f13d04c0-27c0-46a4-b645-0c0dd039198f f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.776 2731282 WARNING oslo_db.sqlalchemy.utils [None req-ae56cbad-22c1-442a-9d78-f1f026eec293 f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.795 2731282 WARNING oslo_db.sqlalchemy.utils [None req-98e3094c-9ae5-410d-a7ef-2f82147f2973 f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.798 2731282 WARNING oslo_db.sqlalchemy.utils [None req-98e3094c-9ae5-410d-a7ef-2f82147f2973 f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsCompositeRule.test_post_with_sub_rule_with_wrong_type [0.060792s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.764 2731280 INFO alembic.runtime.migration [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.764 2731280 INFO alembic.runtime.migration [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.767 2731280 INFO alembic.runtime.migration [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.767 2731280 INFO alembic.runtime.migration [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.781 2731280 INFO alembic.runtime.migration [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.784 2731280 INFO aodh.api.app [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {0} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsHistory.test_get_alarm_history_constrained_by_not_supported_rule [0.066595s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.823 2731280 INFO alembic.runtime.migration [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.823 2731280 INFO alembic.runtime.migration [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.836 2731280 INFO alembic.runtime.migration [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.836 2731280 INFO alembic.runtime.migration [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.842 2731280 INFO alembic.runtime.migration [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.846 2731280 INFO aodh.api.app [None req-40cd9765-47c5-4777-b08e-cff84293ceee a55d6f44-761a-493f-a146-d76013a959bf 28f8a39b-2086-443a-821a-41c1ec6d9cb3 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.870 2731280 WARNING oslo_db.sqlalchemy.utils [None req-edf95c04-ecad-4234-9195-dc097196d90e 66850c84-b675-4289-9a99-739f6ac14bef 6c8b34a0-87c8-4a70-b629-0fae73039d44 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsQuotas.test_larger_limit_user_alarms_quotas [0.109048s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.813 2731282 INFO alembic.runtime.migration [None req-98e3094c-9ae5-410d-a7ef-2f82147f2973 f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.813 2731282 INFO alembic.runtime.migration [None req-98e3094c-9ae5-410d-a7ef-2f82147f2973 f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.828 2731282 INFO alembic.runtime.migration [None req-98e3094c-9ae5-410d-a7ef-2f82147f2973 f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.829 2731282 INFO alembic.runtime.migration [None req-98e3094c-9ae5-410d-a7ef-2f82147f2973 f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.835 2731282 INFO alembic.runtime.migration [None req-98e3094c-9ae5-410d-a7ef-2f82147f2973 f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.839 2731282 INFO aodh.api.app [None req-98e3094c-9ae5-410d-a7ef-2f82147f2973 f66350fd-364f-47f7-8b8e-ce3a6847f8db 1b2c4b62-b5b1-48b8-a5eb-51ba083ba6cd - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.871 2731282 WARNING oslo_db.sqlalchemy.utils [None req-6f5e96d8-e2ff-4c77-b0f5-c4b3f7da5a07 ce912e50-2f4f-485f-974f-0a7a8566777d 1bebbbb2-8acc-4370-9d32-8afdb310539b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.872 2731282 WARNING oslo_db.sqlalchemy.utils [None req-6f5e96d8-e2ff-4c77-b0f5-c4b3f7da5a07 ce912e50-2f4f-485f-974f-0a7a8566777d 1bebbbb2-8acc-4370-9d32-8afdb310539b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.879 2731282 WARNING oslo_db.sqlalchemy.utils [None req-b29e2eae-a3bc-4d2f-8d5f-2a27d472441b ce912e50-2f4f-485f-974f-0a7a8566777d 1bebbbb2-8acc-4370-9d32-8afdb310539b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.891 2731282 WARNING oslo_db.sqlalchemy.utils [None req-83f4d9a5-1f31-4760-9138-0fb562882e9e ce912e50-2f4f-485f-974f-0a7a8566777d 1bebbbb2-8acc-4370-9d32-8afdb310539b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.897 2731282 WARNING oslo_db.sqlalchemy.utils [None req-83f4d9a5-1f31-4760-9138-0fb562882e9e ce912e50-2f4f-485f-974f-0a7a8566777d 1bebbbb2-8acc-4370-9d32-8afdb310539b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.901 2731282 WARNING oslo_db.sqlalchemy.utils [None req-c50cc533-6c59-4517-8726-90abe6114b9c ce912e50-2f4f-485f-974f-0a7a8566777d 1bebbbb2-8acc-4370-9d32-8afdb310539b - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsQuotas.test_alarms_quotas [0.291323s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.655 2731281 INFO alembic.runtime.migration [None req-ea7d4ab0-6d91-41d3-b3be-212f3547a6a8 d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.656 2731281 INFO alembic.runtime.migration [None req-ea7d4ab0-6d91-41d3-b3be-212f3547a6a8 d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.668 2731281 INFO alembic.runtime.migration [None req-ea7d4ab0-6d91-41d3-b3be-212f3547a6a8 d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.675 2731281 INFO alembic.runtime.migration [None req-ea7d4ab0-6d91-41d3-b3be-212f3547a6a8 d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.682 2731281 INFO alembic.runtime.migration [None req-ea7d4ab0-6d91-41d3-b3be-212f3547a6a8 d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.688 2731281 INFO aodh.api.app [None req-ea7d4ab0-6d91-41d3-b3be-212f3547a6a8 d4b5afc6-b8d1-4490-8f22-026e2f09b6bf ee0a344d-fbb9-4265-a4b5-26df6760ec8b - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.717 2731281 WARNING oslo_db.sqlalchemy.utils [None req-5c089499-ab1f-4c38-89f8-7d31c93e61f9 e66806a0-4c44-43d8-b4dc-3270bbf9e41f 9651f7d2-917d-4568-819d-a4d96c1e4d8d - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.720 2731281 WARNING oslo_db.sqlalchemy.utils [None req-5c089499-ab1f-4c38-89f8-7d31c93e61f9 e66806a0-4c44-43d8-b4dc-3270bbf9e41f 9651f7d2-917d-4568-819d-a4d96c1e4d8d - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.732 2731281 WARNING oslo_db.sqlalchemy.utils [None req-d71c3974-9cfa-4168-9758-53fc7253db18 e66806a0-4c44-43d8-b4dc-3270bbf9e41f 9651f7d2-917d-4568-819d-a4d96c1e4d8d - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.742 2731281 WARNING oslo_db.sqlalchemy.utils [None req-d3076cf7-8e89-471d-bac0-acfd057a263d e66806a0-4c44-43d8-b4dc-3270bbf9e41f 9651f7d2-917d-4568-819d-a4d96c1e4d8d - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.743 2731281 WARNING oslo_db.sqlalchemy.utils [None req-d3076cf7-8e89-471d-bac0-acfd057a263d e66806a0-4c44-43d8-b4dc-3270bbf9e41f 9651f7d2-917d-4568-819d-a4d96c1e4d8d - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.918 2731281 WARNING oslo_db.sqlalchemy.utils [None req-119d1679-482c-4b7f-893c-34f6a482063b e66806a0-4c44-43d8-b4dc-3270bbf9e41f 9651f7d2-917d-4568-819d-a4d96c1e4d8d - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_get_alarm_forbiden [0.259632s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.724 2731283 INFO alembic.runtime.migration [-] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.725 2731283 INFO alembic.runtime.migration [-] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.729 2731283 INFO alembic.runtime.migration [-] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.730 2731283 INFO alembic.runtime.migration [-] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.734 2731283 INFO alembic.runtime.migration [-] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.785 2731283 INFO aodh.api.app [-] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.945 2731283 INFO aodh.api.app [-] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.959 2731283 WARNING oslo_policy.policy [None req-ebc83e5b-48d2-43ac-ae90-40ad6335a588 cfb80542-0397-43c5-b91b-270bfd9fb842 12f23fb8-b969-4276-b026-3567be35dd53 - - - -] Policy Rules ['context_is_admin', 'segregation', 'admin_or_owner'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} aodh.tests.functional.api.v2.test_alarm_scenarios.TestPaginationQuery.test_sort_by_severity_with_its_value ... SKIPPED: This is only implemented for MySQL DEBUG: {3} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_post_alarm_as_nonadmin_on_behalf_of_another_creds [0.032855s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.970 2731283 INFO alembic.runtime.migration [None req-ebc83e5b-48d2-43ac-ae90-40ad6335a588 cfb80542-0397-43c5-b91b-270bfd9fb842 12f23fb8-b969-4276-b026-3567be35dd53 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.970 2731283 INFO alembic.runtime.migration [None req-ebc83e5b-48d2-43ac-ae90-40ad6335a588 cfb80542-0397-43c5-b91b-270bfd9fb842 12f23fb8-b969-4276-b026-3567be35dd53 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.974 2731283 INFO alembic.runtime.migration [None req-ebc83e5b-48d2-43ac-ae90-40ad6335a588 cfb80542-0397-43c5-b91b-270bfd9fb842 12f23fb8-b969-4276-b026-3567be35dd53 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.974 2731283 INFO alembic.runtime.migration [None req-ebc83e5b-48d2-43ac-ae90-40ad6335a588 cfb80542-0397-43c5-b91b-270bfd9fb842 12f23fb8-b969-4276-b026-3567be35dd53 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.979 2731283 INFO alembic.runtime.migration [None req-ebc83e5b-48d2-43ac-ae90-40ad6335a588 cfb80542-0397-43c5-b91b-270bfd9fb842 12f23fb8-b969-4276-b026-3567be35dd53 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.981 2731283 INFO aodh.api.app [None req-ebc83e5b-48d2-43ac-ae90-40ad6335a588 cfb80542-0397-43c5-b91b-270bfd9fb842 12f23fb8-b969-4276-b026-3567be35dd53 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {0} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsHistory.test_get_alarm_history_constrained_by_timestamp [0.139470s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.894 2731280 INFO alembic.runtime.migration [None req-edf95c04-ecad-4234-9195-dc097196d90e 66850c84-b675-4289-9a99-739f6ac14bef 6c8b34a0-87c8-4a70-b629-0fae73039d44 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.894 2731280 INFO alembic.runtime.migration [None req-edf95c04-ecad-4234-9195-dc097196d90e 66850c84-b675-4289-9a99-739f6ac14bef 6c8b34a0-87c8-4a70-b629-0fae73039d44 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.903 2731280 INFO alembic.runtime.migration [None req-edf95c04-ecad-4234-9195-dc097196d90e 66850c84-b675-4289-9a99-739f6ac14bef 6c8b34a0-87c8-4a70-b629-0fae73039d44 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.903 2731280 INFO alembic.runtime.migration [None req-edf95c04-ecad-4234-9195-dc097196d90e 66850c84-b675-4289-9a99-739f6ac14bef 6c8b34a0-87c8-4a70-b629-0fae73039d44 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.911 2731280 INFO alembic.runtime.migration [None req-edf95c04-ecad-4234-9195-dc097196d90e 66850c84-b675-4289-9a99-739f6ac14bef 6c8b34a0-87c8-4a70-b629-0fae73039d44 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.924 2731280 INFO aodh.api.app [None req-edf95c04-ecad-4234-9195-dc097196d90e 66850c84-b675-4289-9a99-739f6ac14bef 6c8b34a0-87c8-4a70-b629-0fae73039d44 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:02.955 2731280 WARNING oslo_db.sqlalchemy.utils [None req-6f02c19e-932a-4392-844c-b80033fbebb4 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.967 2731280 WARNING oslo_db.sqlalchemy.utils [None req-75f07eb2-0afa-4d0e-8ee8-46592974afc5 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.975 2731280 WARNING oslo_db.sqlalchemy.utils [None req-8a2ace6e-5f00-44bc-a6ee-4a54c6549365 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:02.995 2731280 WARNING oslo_db.sqlalchemy.utils [None req-b1f6d9b9-0921-48bb-a780-d795b115110a 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.001 2731280 WARNING oslo_db.sqlalchemy.utils [None req-b1f6d9b9-0921-48bb-a780-d795b115110a 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.011 2731280 WARNING oslo_db.sqlalchemy.utils [None req-2e8f33bb-0c8d-4850-9b42-841cbcd2f683 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.013 2731280 WARNING oslo_db.sqlalchemy.utils [None req-2e8f33bb-0c8d-4850-9b42-841cbcd2f683 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: Captured stderr: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/tests/functional/api/v2/test_alarm_scenarios.py:846: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC). DEBUG: after = datetime.datetime.utcnow().isoformat() DEBUG: {3} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_post_alarm_as_nonadmin_on_behalf_of_own_user [0.056100s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.003 2731283 INFO alembic.runtime.migration [None req-7c3aa8f7-7f27-49e7-a813-edf031369b6e 23dd1415-5ff9-4209-b576-5cdd69353ae6 13813b52-4f46-4e4c-bbe4-852288fc32ae - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.003 2731283 INFO alembic.runtime.migration [None req-7c3aa8f7-7f27-49e7-a813-edf031369b6e 23dd1415-5ff9-4209-b576-5cdd69353ae6 13813b52-4f46-4e4c-bbe4-852288fc32ae - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.007 2731283 INFO alembic.runtime.migration [None req-7c3aa8f7-7f27-49e7-a813-edf031369b6e 23dd1415-5ff9-4209-b576-5cdd69353ae6 13813b52-4f46-4e4c-bbe4-852288fc32ae - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.007 2731283 INFO alembic.runtime.migration [None req-7c3aa8f7-7f27-49e7-a813-edf031369b6e 23dd1415-5ff9-4209-b576-5cdd69353ae6 13813b52-4f46-4e4c-bbe4-852288fc32ae - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.011 2731283 INFO alembic.runtime.migration [None req-7c3aa8f7-7f27-49e7-a813-edf031369b6e 23dd1415-5ff9-4209-b576-5cdd69353ae6 13813b52-4f46-4e4c-bbe4-852288fc32ae - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.013 2731283 INFO aodh.api.app [None req-7c3aa8f7-7f27-49e7-a813-edf031369b6e 23dd1415-5ff9-4209-b576-5cdd69353ae6 13813b52-4f46-4e4c-bbe4-852288fc32ae - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.041 2731283 WARNING oslo_db.sqlalchemy.utils [None req-2c92bbfd-aa45-4b38-ae98-c0cd0c3026f6 3120cbd1-99d1-40f6-8b0a-7cb2dcc2b80c c5942460-59aa-4dd1-b9ba-1d7ba80bfff4 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.044 2731283 WARNING oslo_db.sqlalchemy.utils [None req-2c92bbfd-aa45-4b38-ae98-c0cd0c3026f6 3120cbd1-99d1-40f6-8b0a-7cb2dcc2b80c c5942460-59aa-4dd1-b9ba-1d7ba80bfff4 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.051 2731283 WARNING oslo_db.sqlalchemy.utils [None req-2c92bbfd-aa45-4b38-ae98-c0cd0c3026f6 3120cbd1-99d1-40f6-8b0a-7cb2dcc2b80c c5942460-59aa-4dd1-b9ba-1d7ba80bfff4 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_app.TestApiMiddleware.test_translated_then_untranslated_error [0.088387s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.997 2731282 INFO alembic.runtime.migration [None req-c50cc533-6c59-4517-8726-90abe6114b9c ce912e50-2f4f-485f-974f-0a7a8566777d 1bebbbb2-8acc-4370-9d32-8afdb310539b - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.997 2731282 INFO alembic.runtime.migration [None req-c50cc533-6c59-4517-8726-90abe6114b9c ce912e50-2f4f-485f-974f-0a7a8566777d 1bebbbb2-8acc-4370-9d32-8afdb310539b - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.005 2731282 INFO alembic.runtime.migration [None req-c50cc533-6c59-4517-8726-90abe6114b9c ce912e50-2f4f-485f-974f-0a7a8566777d 1bebbbb2-8acc-4370-9d32-8afdb310539b - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.005 2731282 INFO alembic.runtime.migration [None req-c50cc533-6c59-4517-8726-90abe6114b9c ce912e50-2f4f-485f-974f-0a7a8566777d 1bebbbb2-8acc-4370-9d32-8afdb310539b - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.016 2731282 INFO alembic.runtime.migration [None req-c50cc533-6c59-4517-8726-90abe6114b9c ce912e50-2f4f-485f-974f-0a7a8566777d 1bebbbb2-8acc-4370-9d32-8afdb310539b - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.018 2731282 INFO aodh.api.app [None req-c50cc533-6c59-4517-8726-90abe6114b9c ce912e50-2f4f-485f-974f-0a7a8566777d 1bebbbb2-8acc-4370-9d32-8afdb310539b - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.049 2731282 WARNING oslo_db.sqlalchemy.utils [None req-3635aeb2-0dec-4f57-a8df-b08a77096745 - - - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.059 2731282 WARNING oslo_db.sqlalchemy.utils [None req-1079760e-cc88-484d-81aa-68110146c188 - - - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_convert_orderby [0.002043s] ... ok DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsQuotas.test_overquota_by_quota_api [0.168426s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:02.945 2731281 INFO alembic.runtime.migration [None req-119d1679-482c-4b7f-893c-34f6a482063b e66806a0-4c44-43d8-b4dc-3270bbf9e41f 9651f7d2-917d-4568-819d-a4d96c1e4d8d - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.945 2731281 INFO alembic.runtime.migration [None req-119d1679-482c-4b7f-893c-34f6a482063b e66806a0-4c44-43d8-b4dc-3270bbf9e41f 9651f7d2-917d-4568-819d-a4d96c1e4d8d - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.960 2731281 INFO alembic.runtime.migration [None req-119d1679-482c-4b7f-893c-34f6a482063b e66806a0-4c44-43d8-b4dc-3270bbf9e41f 9651f7d2-917d-4568-819d-a4d96c1e4d8d - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:02.964 2731281 INFO alembic.runtime.migration [None req-119d1679-482c-4b7f-893c-34f6a482063b e66806a0-4c44-43d8-b4dc-3270bbf9e41f 9651f7d2-917d-4568-819d-a4d96c1e4d8d - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:02.974 2731281 INFO alembic.runtime.migration [None req-119d1679-482c-4b7f-893c-34f6a482063b e66806a0-4c44-43d8-b4dc-3270bbf9e41f 9651f7d2-917d-4568-819d-a4d96c1e4d8d - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:02.980 2731281 INFO aodh.api.app [None req-119d1679-482c-4b7f-893c-34f6a482063b e66806a0-4c44-43d8-b4dc-3270bbf9e41f 9651f7d2-917d-4568-819d-a4d96c1e4d8d - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.036 2731281 WARNING oslo_db.sqlalchemy.utils [None req-d93a36bf-fe1f-4f1e-8696-d4adcd53daee 02a9480f-f6a3-463e-bf1e-a1550f2cde7d b7f0c9a9-e5aa-402f-8d39-3111eaa4a2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.038 2731281 WARNING oslo_db.sqlalchemy.utils [None req-d93a36bf-fe1f-4f1e-8696-d4adcd53daee 02a9480f-f6a3-463e-bf1e-a1550f2cde7d b7f0c9a9-e5aa-402f-8d39-3111eaa4a2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.054 2731281 WARNING oslo_db.sqlalchemy.utils [None req-a537d22e-520a-4361-a61e-9780d1bfa492 02a9480f-f6a3-463e-bf1e-a1550f2cde7d b7f0c9a9-e5aa-402f-8d39-3111eaa4a2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.072 2731281 WARNING oslo_db.sqlalchemy.utils [None req-2c1e9a17-6b3e-40fa-a0bb-469008f64a38 02a9480f-f6a3-463e-bf1e-a1550f2cde7d b7f0c9a9-e5aa-402f-8d39-3111eaa4a2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.074 2731281 WARNING oslo_db.sqlalchemy.utils [None req-2c1e9a17-6b3e-40fa-a0bb-469008f64a38 02a9480f-f6a3-463e-bf1e-a1550f2cde7d b7f0c9a9-e5aa-402f-8d39-3111eaa4a2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.084 2731281 WARNING oslo_db.sqlalchemy.utils [None req-10ad90f7-afb7-4145-b142-a87b234e71b7 02a9480f-f6a3-463e-bf1e-a1550f2cde7d b7f0c9a9-e5aa-402f-8d39-3111eaa4a2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_post_alarm_noauth [0.055742s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.060 2731283 INFO alembic.runtime.migration [None req-2c92bbfd-aa45-4b38-ae98-c0cd0c3026f6 3120cbd1-99d1-40f6-8b0a-7cb2dcc2b80c c5942460-59aa-4dd1-b9ba-1d7ba80bfff4 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.061 2731283 INFO alembic.runtime.migration [None req-2c92bbfd-aa45-4b38-ae98-c0cd0c3026f6 3120cbd1-99d1-40f6-8b0a-7cb2dcc2b80c c5942460-59aa-4dd1-b9ba-1d7ba80bfff4 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.065 2731283 INFO alembic.runtime.migration [None req-2c92bbfd-aa45-4b38-ae98-c0cd0c3026f6 3120cbd1-99d1-40f6-8b0a-7cb2dcc2b80c c5942460-59aa-4dd1-b9ba-1d7ba80bfff4 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.065 2731283 INFO alembic.runtime.migration [None req-2c92bbfd-aa45-4b38-ae98-c0cd0c3026f6 3120cbd1-99d1-40f6-8b0a-7cb2dcc2b80c c5942460-59aa-4dd1-b9ba-1d7ba80bfff4 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.072 2731283 INFO alembic.runtime.migration [None req-2c92bbfd-aa45-4b38-ae98-c0cd0c3026f6 3120cbd1-99d1-40f6-8b0a-7cb2dcc2b80c c5942460-59aa-4dd1-b9ba-1d7ba80bfff4 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.074 2731283 INFO aodh.api.app [None req-2c92bbfd-aa45-4b38-ae98-c0cd0c3026f6 3120cbd1-99d1-40f6-8b0a-7cb2dcc2b80c c5942460-59aa-4dd1-b9ba-1d7ba80bfff4 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.101 2731283 WARNING oslo_db.sqlalchemy.utils [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.103 2731283 WARNING oslo_db.sqlalchemy.utils [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.108 2731283 WARNING oslo_db.sqlalchemy.utils [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarms.test_post_alarm_with_mismatch_between_type_and_rule [0.032985s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.116 2731283 INFO alembic.runtime.migration [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.116 2731283 INFO alembic.runtime.migration [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.120 2731283 INFO alembic.runtime.migration [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.120 2731283 INFO alembic.runtime.migration [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.124 2731283 INFO alembic.runtime.migration [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.127 2731283 INFO aodh.api.app [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {2} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_invalid_complex_filter_wrong_field_names [0.114019s] ... ok DEBUG: {0} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsHistory.test_get_recorded_alarm_history_state_transition_on_behalf_of [0.165589s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.036 2731280 INFO alembic.runtime.migration [None req-2e8f33bb-0c8d-4850-9b42-841cbcd2f683 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.036 2731280 INFO alembic.runtime.migration [None req-2e8f33bb-0c8d-4850-9b42-841cbcd2f683 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.039 2731280 INFO alembic.runtime.migration [None req-2e8f33bb-0c8d-4850-9b42-841cbcd2f683 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.040 2731280 INFO alembic.runtime.migration [None req-2e8f33bb-0c8d-4850-9b42-841cbcd2f683 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.054 2731280 INFO alembic.runtime.migration [None req-2e8f33bb-0c8d-4850-9b42-841cbcd2f683 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.062 2731280 INFO aodh.api.app [None req-2e8f33bb-0c8d-4850-9b42-841cbcd2f683 1f05839a-5a27-4497-8a8c-6a6df49134b2 5f430ce8-06a5-4eeb-823f-fff856f824f6 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.105 2731280 WARNING oslo_db.sqlalchemy.utils [None req-4b8c57d1-3314-4cfc-87de-36c2b8fe89b6 58c4e556-f23c-4856-a37f-ffc746d91934 679ca49d-406c-4151-925b-53b71391a55e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.106 2731280 WARNING oslo_db.sqlalchemy.utils [None req-4b8c57d1-3314-4cfc-87de-36c2b8fe89b6 58c4e556-f23c-4856-a37f-ffc746d91934 679ca49d-406c-4151-925b-53b71391a55e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.122 2731280 WARNING oslo_db.sqlalchemy.utils [None req-7a877796-7794-4588-8ddf-f1b0c8375183 58c4e556-f23c-4856-a37f-ffc746d91934 679ca49d-406c-4151-925b-53b71391a55e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.127 2731280 WARNING oslo_db.sqlalchemy.utils [None req-3e284257-1b88-49bd-a89b-f8111d7d2f80 7cc70cb7-5032-4508-bf68-f204c77b7bc6 c6b81438-5db1-4e2f-ae27-4e014c6a6cdc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.139 2731280 WARNING oslo_db.sqlalchemy.utils [None req-767c2409-bba9-41e2-ad21-7ca81a46fb39 7cc70cb7-5032-4508-bf68-f204c77b7bc6 c6b81438-5db1-4e2f-ae27-4e014c6a6cdc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.151 2731280 WARNING oslo_db.sqlalchemy.utils [None req-85fe672a-f14a-478e-8e60-9a6d18cc4f7e 58c4e556-f23c-4856-a37f-ffc746d91934 679ca49d-406c-4151-925b-53b71391a55e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.154 2731280 WARNING oslo_db.sqlalchemy.utils [None req-85fe672a-f14a-478e-8e60-9a6d18cc4f7e 58c4e556-f23c-4856-a37f-ffc746d91934 679ca49d-406c-4151-925b-53b71391a55e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.165 2731280 WARNING oslo_db.sqlalchemy.utils [None req-a68e1df5-26ce-48bd-9ce8-47ec672b938c 58c4e556-f23c-4856-a37f-ffc746d91934 679ca49d-406c-4151-925b-53b71391a55e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.172 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ef76d754-c098-4550-abcb-54b905263e57 7cc70cb7-5032-4508-bf68-f204c77b7bc6 c6b81438-5db1-4e2f-ae27-4e014c6a6cdc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.179 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ef76d754-c098-4550-abcb-54b905263e57 7cc70cb7-5032-4508-bf68-f204c77b7bc6 c6b81438-5db1-4e2f-ae27-4e014c6a6cdc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.183 2731280 WARNING oslo_db.sqlalchemy.utils [None req-f5315aee-2d27-41ce-a719-8a9c84b44d91 7cc70cb DEBUG: 7-5032-4508-bf68-f204c77b7bc6 c6b81438-5db1-4e2f-ae27-4e014c6a6cdc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsHistory.test_get_alarm_history_constrained_by_severity [0.052705s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.149 2731283 INFO alembic.runtime.migration [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.150 2731283 INFO alembic.runtime.migration [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.155 2731283 INFO alembic.runtime.migration [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.155 2731283 INFO alembic.runtime.migration [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.159 2731283 INFO alembic.runtime.migration [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.161 2731283 INFO aodh.api.app [None req-af2f214d-e2df-4084-aeb6-b9c40e023cf9 - - - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.175 2731283 WARNING oslo_db.sqlalchemy.utils [None req-3a4c01c6-a142-414b-b14e-3615fb8818f5 fe4f4945-a8aa-4a5f-91b5-ba23cdbba9be e1eb287a-61ba-429d-a552-2d8391a84f86 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.180 2731283 WARNING oslo_db.sqlalchemy.utils [None req-43d97d77-ee32-47cb-ba7f-1e5253e11d93 fe4f4945-a8aa-4a5f-91b5-ba23cdbba9be e1eb287a-61ba-429d-a552-2d8391a84f86 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.189 2731283 WARNING oslo_db.sqlalchemy.utils [None req-f86d4754-f465-43f6-92fe-03459d2fdb14 fe4f4945-a8aa-4a5f-91b5-ba23cdbba9be e1eb287a-61ba-429d-a552-2d8391a84f86 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.192 2731283 WARNING oslo_db.sqlalchemy.utils [None req-f86d4754-f465-43f6-92fe-03459d2fdb14 fe4f4945-a8aa-4a5f-91b5-ba23cdbba9be e1eb287a-61ba-429d-a552-2d8391a84f86 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_replace_isotime_timezone_removed [0.015395s] ... ok DEBUG: {2} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_validate_orderby_wrong_field_name [0.002596s] ... ok DEBUG: {2} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_validate_orderby_wrong_multiple_item_order_string [0.002819s] ... ok DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsQuotas.test_project_alarms_quotas [0.159645s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.125 2731281 INFO alembic.runtime.migration [None req-3998a698-70cc-42bf-b792-9fc478ed5b72 02a9480f-f6a3-463e-bf1e-a1550f2cde7d b7f0c9a9-e5aa-402f-8d39-3111eaa4a2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.125 2731281 INFO alembic.runtime.migration [None req-3998a698-70cc-42bf-b792-9fc478ed5b72 02a9480f-f6a3-463e-bf1e-a1550f2cde7d b7f0c9a9-e5aa-402f-8d39-3111eaa4a2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.135 2731281 INFO alembic.runtime.migration [None req-3998a698-70cc-42bf-b792-9fc478ed5b72 02a9480f-f6a3-463e-bf1e-a1550f2cde7d b7f0c9a9-e5aa-402f-8d39-3111eaa4a2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.136 2731281 INFO alembic.runtime.migration [None req-3998a698-70cc-42bf-b792-9fc478ed5b72 02a9480f-f6a3-463e-bf1e-a1550f2cde7d b7f0c9a9-e5aa-402f-8d39-3111eaa4a2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.147 2731281 INFO alembic.runtime.migration [None req-3998a698-70cc-42bf-b792-9fc478ed5b72 02a9480f-f6a3-463e-bf1e-a1550f2cde7d b7f0c9a9-e5aa-402f-8d39-3111eaa4a2ea - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.154 2731281 INFO aodh.api.app [None req-3998a698-70cc-42bf-b792-9fc478ed5b72 02a9480f-f6a3-463e-bf1e-a1550f2cde7d b7f0c9a9-e5aa-402f-8d39-3111eaa4a2ea - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.206 2731281 WARNING oslo_db.sqlalchemy.utils [None req-144e92f0-c4cb-4a9a-907d-b8affe9542f1 c38c5146-4260-4fe8-96ad-4be297a62691 1c6278ab-d55a-4e52-a393-e0524f1e4ac2 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.209 2731281 WARNING oslo_db.sqlalchemy.utils [None req-144e92f0-c4cb-4a9a-907d-b8affe9542f1 c38c5146-4260-4fe8-96ad-4be297a62691 1c6278ab-d55a-4e52-a393-e0524f1e4ac2 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.224 2731281 WARNING oslo_db.sqlalchemy.utils [None req-e580f53f-7c0e-4779-9aa7-51d9e10c0d85 c38c5146-4260-4fe8-96ad-4be297a62691 1c6278ab-d55a-4e52-a393-e0524f1e4ac2 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.241 2731281 WARNING oslo_db.sqlalchemy.utils [None req-37bd94d9-c6a7-44a4-a8ea-55a7a18b4a3c c38c5146-4260-4fe8-96ad-4be297a62691 1c6278ab-d55a-4e52-a393-e0524f1e4ac2 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.246 2731281 WARNING oslo_db.sqlalchemy.utils [None req-37bd94d9-c6a7-44a4-a8ea-55a7a18b4a3c c38c5146-4260-4fe8-96ad-4be297a62691 1c6278ab-d55a-4e52-a393-e0524f1e4ac2 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.255 2731281 WARNING oslo_db.sqlalchemy.utils [None req-039bae1d-4043-49a5-b70c-34f226815780 c38c5146-4260-4fe8-96ad-4be297a62691 1c6278ab-d55a-4e52-a393-e0524f1e4ac2 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_filter_with_isotime_state_timestamp [0.111427s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.222 2731282 INFO alembic.runtime.migration [None req-1079760e-cc88-484d-81aa-68110146c188 - - - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.222 2731282 INFO alembic.runtime.migration [None req-1079760e-cc88-484d-81aa-68110146c188 - - - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.240 2731282 INFO alembic.runtime.migration [None req-1079760e-cc88-484d-81aa-68110146c188 - - - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.240 2731282 INFO alembic.runtime.migration [None req-1079760e-cc88-484d-81aa-68110146c188 - - - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.251 2731282 INFO alembic.runtime.migration [None req-1079760e-cc88-484d-81aa-68110146c188 - - - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.253 2731282 INFO aodh.api.app [None req-1079760e-cc88-484d-81aa-68110146c188 - - - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {3} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsHistory.test_get_alarm_history_ordered_by_recentness [0.172628s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.202 2731283 INFO alembic.runtime.migration [None req-f86d4754-f465-43f6-92fe-03459d2fdb14 fe4f4945-a8aa-4a5f-91b5-ba23cdbba9be e1eb287a-61ba-429d-a552-2d8391a84f86 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.202 2731283 INFO alembic.runtime.migration [None req-f86d4754-f465-43f6-92fe-03459d2fdb14 fe4f4945-a8aa-4a5f-91b5-ba23cdbba9be e1eb287a-61ba-429d-a552-2d8391a84f86 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.205 2731283 INFO alembic.runtime.migration [None req-f86d4754-f465-43f6-92fe-03459d2fdb14 fe4f4945-a8aa-4a5f-91b5-ba23cdbba9be e1eb287a-61ba-429d-a552-2d8391a84f86 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.205 2731283 INFO alembic.runtime.migration [None req-f86d4754-f465-43f6-92fe-03459d2fdb14 fe4f4945-a8aa-4a5f-91b5-ba23cdbba9be e1eb287a-61ba-429d-a552-2d8391a84f86 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.212 2731283 INFO alembic.runtime.migration [None req-f86d4754-f465-43f6-92fe-03459d2fdb14 fe4f4945-a8aa-4a5f-91b5-ba23cdbba9be e1eb287a-61ba-429d-a552-2d8391a84f86 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.214 2731283 INFO aodh.api.app [None req-f86d4754-f465-43f6-92fe-03459d2fdb14 fe4f4945-a8aa-4a5f-91b5-ba23cdbba9be e1eb287a-61ba-429d-a552-2d8391a84f86 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.239 2731283 WARNING oslo_db.sqlalchemy.utils [None req-eacf5947-3e04-4855-8b12-997d53dc577d 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.244 2731283 WARNING oslo_db.sqlalchemy.utils [None req-70d40f98-9cb8-4429-9afa-256cbf757117 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.251 2731283 WARNING oslo_db.sqlalchemy.utils [None req-b79a1110-e507-4f3d-8b50-b69b58f379a5 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.255 2731283 WARNING oslo_db.sqlalchemy.utils [None req-a166ac0c-eb16-4b7f-aaba-7bb495dcd45b 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.265 2731283 WARNING oslo_db.sqlalchemy.utils [None req-e00d9d2b-25cd-4dc9-947d-aedf63ac10af 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.269 2731283 WARNING oslo_db.sqlalchemy.utils [None req-a8f69212-12bc-4847-9de6-c0f80938c9b9 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.277 2731283 WARNING oslo_db.sqlalchemy.utils [None req-65626687-a259-47bf-8ca8-84cea8461579 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.280 2731283 WARNING oslo_db.sqlalchemy.utils [None req-b5f338c0-a36e-4048-85a4-af81cce313aa 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.287 2731283 WARNING oslo_db.sqlalchemy.utils [None req-78b038c5-e4d7-4f62-b1a2-eea12389c808 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.291 2731283 WARNING oslo_db.sqlalchemy.utils [None req-6a25e5bb-be36-4d93-8cb6-7b2af567c0d3 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.298 2731283 WARNING oslo_db.sqlalchemy.utils [None req-ae6cc602-82a3-429b-8221-9f6363f9603f 5d73aa0 DEBUG: b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.302 2731283 WARNING oslo_db.sqlalchemy.utils [None req-cf6fa76e-21a1-461f-a178-416d9c24eadf 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.308 2731283 WARNING oslo_db.sqlalchemy.utils [None req-9b00f648-e9f8-494c-bb1c-c7f142035f91 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.312 2731283 WARNING oslo_db.sqlalchemy.utils [None req-04f326b5-1129-46af-b235-806cc3a6254f 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.318 2731283 WARNING oslo_db.sqlalchemy.utils [None req-7a484db1-1243-43de-8983-d11a836448cf 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.321 2731283 WARNING oslo_db.sqlalchemy.utils [None req-52a25ccb-7812-4729-a7c2-92397b45d5fd 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.329 2731283 WARNING oslo_db.sqlalchemy.utils [None req-aa5e135e-78b2-449d-8fd1-0c59e025a9e9 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.333 2731283 WARNING oslo_db.sqlalchemy.utils [None req-294b4b68-6268-4618-bb30-d0e1a8dad4a2 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.340 2731283 WARNING oslo_db.sqlalchemy.utils [None req-530f988b-a02d-40b8-8967-e0ed40b62c95 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.346 2731283 WARNING oslo_db.sqlalchemy.utils [None req-cc44b05b-13ff-452b-b1cf-5fc010285828 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.357 2731283 WARNING oslo_db.sqlalchemy.utils [None req-936cf404-d62b-4e76-a5ae-da63d4877ea6 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.363 2731283 WARNING oslo_db.sqlalchemy.utils [None req-936cf404-d62b-4e76-a5ae-da63d4877ea6 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsRuleGnocchi.test_post_gnocchi_metrics_alarm_cached [0.155412s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.287 2731281 INFO alembic.runtime.migration [None req-039bae1d-4043-49a5-b70c-34f226815780 c38c5146-4260-4fe8-96ad-4be297a62691 1c6278ab-d55a-4e52-a393-e0524f1e4ac2 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.287 2731281 INFO alembic.runtime.migration [None req-039bae1d-4043-49a5-b70c-34f226815780 c38c5146-4260-4fe8-96ad-4be297a62691 1c6278ab-d55a-4e52-a393-e0524f1e4ac2 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.299 2731281 INFO alembic.runtime.migration [None req-039bae1d-4043-49a5-b70c-34f226815780 c38c5146-4260-4fe8-96ad-4be297a62691 1c6278ab-d55a-4e52-a393-e0524f1e4ac2 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.299 2731281 INFO alembic.runtime.migration [None req-039bae1d-4043-49a5-b70c-34f226815780 c38c5146-4260-4fe8-96ad-4be297a62691 1c6278ab-d55a-4e52-a393-e0524f1e4ac2 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.315 2731281 INFO alembic.runtime.migration [None req-039bae1d-4043-49a5-b70c-34f226815780 c38c5146-4260-4fe8-96ad-4be297a62691 1c6278ab-d55a-4e52-a393-e0524f1e4ac2 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.323 2731281 INFO aodh.api.app [None req-039bae1d-4043-49a5-b70c-34f226815780 c38c5146-4260-4fe8-96ad-4be297a62691 1c6278ab-d55a-4e52-a393-e0524f1e4ac2 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.375 2731281 WARNING oslo_db.sqlalchemy.utils [None req-cecdeb6f-d8d9-4cae-83f0-121548a836cd effb17b4-1b09-430e-82d3-75e5e59bf728 1b47f19c-c123-4473-a825-276ffe6b9dc6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.378 2731281 WARNING oslo_db.sqlalchemy.utils [None req-cecdeb6f-d8d9-4cae-83f0-121548a836cd effb17b4-1b09-430e-82d3-75e5e59bf728 1b47f19c-c123-4473-a825-276ffe6b9dc6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.401 2731281 WARNING oslo_db.sqlalchemy.utils [None req-46ed3ca0-2946-4349-96df-7864ac79caa4 effb17b4-1b09-430e-82d3-75e5e59bf728 1b47f19c-c123-4473-a825-276ffe6b9dc6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.407 2731281 WARNING oslo_db.sqlalchemy.utils [None req-46ed3ca0-2946-4349-96df-7864ac79caa4 effb17b4-1b09-430e-82d3-75e5e59bf728 1b47f19c-c123-4473-a825-276ffe6b9dc6 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_limit_should_be_positive [0.097218s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.341 2731282 INFO alembic.runtime.migration [None req-ab6a0ba6-60af-4d84-bb42-d3943fb1b0fe - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.341 2731282 INFO alembic.runtime.migration [None req-ab6a0ba6-60af-4d84-bb42-d3943fb1b0fe - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.349 2731282 INFO alembic.runtime.migration [None req-ab6a0ba6-60af-4d84-bb42-d3943fb1b0fe - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.349 2731282 INFO alembic.runtime.migration [None req-ab6a0ba6-60af-4d84-bb42-d3943fb1b0fe - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.364 2731282 INFO alembic.runtime.migration [None req-ab6a0ba6-60af-4d84-bb42-d3943fb1b0fe - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.368 2731282 INFO aodh.api.app [None req-ab6a0ba6-60af-4d84-bb42-d3943fb1b0fe - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {0} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsQuotas.test_larger_limit_user_alarm_quotas_multitenant_user [0.304661s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.200 2731280 INFO alembic.runtime.migration [None req-f5315aee-2d27-41ce-a719-8a9c84b44d91 7cc70cb7-5032-4508-bf68-f204c77b7bc6 c6b81438-5db1-4e2f-ae27-4e014c6a6cdc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.200 2731280 INFO alembic.runtime.migration [None req-f5315aee-2d27-41ce-a719-8a9c84b44d91 7cc70cb7-5032-4508-bf68-f204c77b7bc6 c6b81438-5db1-4e2f-ae27-4e014c6a6cdc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.204 2731280 INFO alembic.runtime.migration [None req-f5315aee-2d27-41ce-a719-8a9c84b44d91 7cc70cb7-5032-4508-bf68-f204c77b7bc6 c6b81438-5db1-4e2f-ae27-4e014c6a6cdc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.204 2731280 INFO alembic.runtime.migration [None req-f5315aee-2d27-41ce-a719-8a9c84b44d91 7cc70cb7-5032-4508-bf68-f204c77b7bc6 c6b81438-5db1-4e2f-ae27-4e014c6a6cdc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.215 2731280 INFO alembic.runtime.migration [None req-f5315aee-2d27-41ce-a719-8a9c84b44d91 7cc70cb7-5032-4508-bf68-f204c77b7bc6 c6b81438-5db1-4e2f-ae27-4e014c6a6cdc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.224 2731280 INFO aodh.api.app [None req-f5315aee-2d27-41ce-a719-8a9c84b44d91 7cc70cb7-5032-4508-bf68-f204c77b7bc6 c6b81438-5db1-4e2f-ae27-4e014c6a6cdc - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.257 2731280 WARNING oslo_db.sqlalchemy.utils [None req-0c56a33c-2022-4be1-9704-bbc250e2a71a 881d02ae-77a8-4f32-941a-dc975871ffcd 327e533c-7748-4d3d-a2fb-bf6baf2534cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.263 2731280 WARNING oslo_db.sqlalchemy.utils [None req-0c56a33c-2022-4be1-9704-bbc250e2a71a 881d02ae-77a8-4f32-941a-dc975871ffcd 327e533c-7748-4d3d-a2fb-bf6baf2534cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.272 2731280 WARNING oslo_db.sqlalchemy.utils [None req-a960e9f9-c13b-4a78-a938-608fea4cb46f 881d02ae-77a8-4f32-941a-dc975871ffcd 327e533c-7748-4d3d-a2fb-bf6baf2534cd - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.278 2731280 WARNING oslo_db.sqlalchemy.utils [None req-739a986c-11ca-4fc4-a3f9-7a66db4217d9 881d02ae-77a8-4f32-941a-dc975871ffcd 23a10121-c5c9-4088-88a4-fd69908bcaec - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.279 2731280 WARNING oslo_db.sqlalchemy.utils [None req-739a986c-11ca-4fc4-a3f9-7a66db4217d9 881d02ae-77a8-4f32-941a-dc975871ffcd 23a10121-c5c9-4088-88a4-fd69908bcaec - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.289 2731280 WARNING oslo_db.sqlalchemy.utils [None req-b69cb6f7-4db2-4696-aa1e-49245d2ea459 881d02ae-77a8-4f32-941a-dc975871ffcd 23a10121-c5c9-4088-88a4-fd69908bcaec - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.482 2731280 WARNING oslo_db.sqlalchemy.utils [None req-14886511-3c96-458f-9f16-31b7f93cf3c3 881d02ae-77a8-4f32-941a-dc975871ffcd 23a10121-c5c9-4088-88a4-fd69908bcaec - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsQuotas.test_larger_limit_project_alarms_quotas [0.144827s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.377 2731283 INFO alembic.runtime.migration [None req-936cf404-d62b-4e76-a5ae-da63d4877ea6 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.377 2731283 INFO alembic.runtime.migration [None req-936cf404-d62b-4e76-a5ae-da63d4877ea6 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.382 2731283 INFO alembic.runtime.migration [None req-936cf404-d62b-4e76-a5ae-da63d4877ea6 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.382 2731283 INFO alembic.runtime.migration [None req-936cf404-d62b-4e76-a5ae-da63d4877ea6 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.387 2731283 INFO alembic.runtime.migration [None req-936cf404-d62b-4e76-a5ae-da63d4877ea6 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.390 2731283 INFO aodh.api.app [None req-936cf404-d62b-4e76-a5ae-da63d4877ea6 5d73aa0b-02c6-4920-9321-7977fe296bd9 3387b0bf-1f3e-4dc0-b4eb-661c8502acb6 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.486 2731283 WARNING oslo_db.sqlalchemy.utils [None req-74986312-94da-4f18-a155-c3851bceafe9 3c9355cc-cd19-4f14-9835-c2c868d139a5 346e9a57-c743-4f20-b599-6d0455b3541e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.487 2731283 WARNING oslo_db.sqlalchemy.utils [None req-74986312-94da-4f18-a155-c3851bceafe9 3c9355cc-cd19-4f14-9835-c2c868d139a5 346e9a57-c743-4f20-b599-6d0455b3541e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.502 2731283 WARNING oslo_db.sqlalchemy.utils [None req-27c49da6-bb3e-4bd0-89c1-b0230a4219ff 3c9355cc-cd19-4f14-9835-c2c868d139a5 346e9a57-c743-4f20-b599-6d0455b3541e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.508 2731283 WARNING oslo_db.sqlalchemy.utils [None req-e0eadbea-f548-47ad-a5c7-2b7aa585881a 3c9355cc-cd19-4f14-9835-c2c868d139a5 346e9a57-c743-4f20-b599-6d0455b3541e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.509 2731283 WARNING oslo_db.sqlalchemy.utils [None req-e0eadbea-f548-47ad-a5c7-2b7aa585881a 3c9355cc-cd19-4f14-9835-c2c868d139a5 346e9a57-c743-4f20-b599-6d0455b3541e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.512 2731283 WARNING oslo_db.sqlalchemy.utils [None req-cd7349b4-7b78-44da-a87b-c8754f944273 3c9355cc-cd19-4f14-9835-c2c868d139a5 346e9a57-c743-4f20-b599-6d0455b3541e - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsQuotas.test_overquota_by_user_quota_config [0.072938s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.522 2731283 INFO alembic.runtime.migration [None req-cd7349b4-7b78-44da-a87b-c8754f944273 3c9355cc-cd19-4f14-9835-c2c868d139a5 346e9a57-c743-4f20-b599-6d0455b3541e - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.522 2731283 INFO alembic.runtime.migration [None req-cd7349b4-7b78-44da-a87b-c8754f944273 3c9355cc-cd19-4f14-9835-c2c868d139a5 346e9a57-c743-4f20-b599-6d0455b3541e - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.526 2731283 INFO alembic.runtime.migration [None req-cd7349b4-7b78-44da-a87b-c8754f944273 3c9355cc-cd19-4f14-9835-c2c868d139a5 346e9a57-c743-4f20-b599-6d0455b3541e - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.526 2731283 INFO alembic.runtime.migration [None req-cd7349b4-7b78-44da-a87b-c8754f944273 3c9355cc-cd19-4f14-9835-c2c868d139a5 346e9a57-c743-4f20-b599-6d0455b3541e - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.531 2731283 INFO alembic.runtime.migration [None req-cd7349b4-7b78-44da-a87b-c8754f944273 3c9355cc-cd19-4f14-9835-c2c868d139a5 346e9a57-c743-4f20-b599-6d0455b3541e - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.533 2731283 INFO aodh.api.app [None req-cd7349b4-7b78-44da-a87b-c8754f944273 3c9355cc-cd19-4f14-9835-c2c868d139a5 346e9a57-c743-4f20-b599-6d0455b3541e - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.556 2731283 WARNING oslo_db.sqlalchemy.utils [None req-95dcfe64-e4b9-4fdb-b395-ab5faf8a7d25 f34ef260-e8da-4340-9bc2-bc9cf37a9775 31f306d9-86da-4a2c-86b2-239938577ba9 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.557 2731283 WARNING oslo_db.sqlalchemy.utils [None req-95dcfe64-e4b9-4fdb-b395-ab5faf8a7d25 f34ef260-e8da-4340-9bc2-bc9cf37a9775 31f306d9-86da-4a2c-86b2-239938577ba9 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.563 2731283 WARNING oslo_db.sqlalchemy.utils [None req-736828d1-8cb8-4eb4-b19f-02cc49f9a07a f34ef260-e8da-4340-9bc2-bc9cf37a9775 31f306d9-86da-4a2c-86b2-239938577ba9 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.573 2731283 WARNING oslo_db.sqlalchemy.utils [None req-1f872a0f-dc56-4ae1-a720-2cc3c354433e f34ef260-e8da-4340-9bc2-bc9cf37a9775 31f306d9-86da-4a2c-86b2-239938577ba9 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.574 2731283 WARNING oslo_db.sqlalchemy.utils [None req-1f872a0f-dc56-4ae1-a720-2cc3c354433e f34ef260-e8da-4340-9bc2-bc9cf37a9775 31f306d9-86da-4a2c-86b2-239938577ba9 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.578 2731283 WARNING oslo_db.sqlalchemy.utils [None req-c0b38e02-9629-4e73-a3dc-efce8fe166ab f34ef260-e8da-4340-9bc2-bc9cf37a9775 31f306d9-86da-4a2c-86b2-239938577ba9 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_non_admin_tenant_cannot_query_others_project [0.199163s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.433 2731282 INFO alembic.runtime.migration [None req-b557f8a1-3c2e-48fc-923c-434e57d38f06 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.433 2731282 INFO alembic.runtime.migration [None req-b557f8a1-3c2e-48fc-923c-434e57d38f06 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.450 2731282 INFO alembic.runtime.migration [None req-b557f8a1-3c2e-48fc-923c-434e57d38f06 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.450 2731282 INFO alembic.runtime.migration [None req-b557f8a1-3c2e-48fc-923c-434e57d38f06 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.459 2731282 INFO alembic.runtime.migration [None req-b557f8a1-3c2e-48fc-923c-434e57d38f06 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.470 2731282 INFO aodh.api.app [None req-b557f8a1-3c2e-48fc-923c-434e57d38f06 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {0} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsQuotas.test_user_alarms_quotas [0.133526s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.508 2731280 INFO alembic.runtime.migration [None req-14886511-3c96-458f-9f16-31b7f93cf3c3 881d02ae-77a8-4f32-941a-dc975871ffcd 23a10121-c5c9-4088-88a4-fd69908bcaec - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.508 2731280 INFO alembic.runtime.migration [None req-14886511-3c96-458f-9f16-31b7f93cf3c3 881d02ae-77a8-4f32-941a-dc975871ffcd 23a10121-c5c9-4088-88a4-fd69908bcaec - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.511 2731280 INFO alembic.runtime.migration [None req-14886511-3c96-458f-9f16-31b7f93cf3c3 881d02ae-77a8-4f32-941a-dc975871ffcd 23a10121-c5c9-4088-88a4-fd69908bcaec - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.511 2731280 INFO alembic.runtime.migration [None req-14886511-3c96-458f-9f16-31b7f93cf3c3 881d02ae-77a8-4f32-941a-dc975871ffcd 23a10121-c5c9-4088-88a4-fd69908bcaec - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.529 2731280 INFO alembic.runtime.migration [None req-14886511-3c96-458f-9f16-31b7f93cf3c3 881d02ae-77a8-4f32-941a-dc975871ffcd 23a10121-c5c9-4088-88a4-fd69908bcaec - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.543 2731280 INFO aodh.api.app [None req-14886511-3c96-458f-9f16-31b7f93cf3c3 881d02ae-77a8-4f32-941a-dc975871ffcd 23a10121-c5c9-4088-88a4-fd69908bcaec - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.585 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ad6e0cf1-e1f1-494a-b1d7-33fd1edc30b1 b9603828-8e44-4720-b22c-88a52d0dd412 52c8babb-215f-40e6-b134-9c6dd9cd0071 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.587 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ad6e0cf1-e1f1-494a-b1d7-33fd1edc30b1 b9603828-8e44-4720-b22c-88a52d0dd412 52c8babb-215f-40e6-b134-9c6dd9cd0071 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.603 2731280 WARNING oslo_db.sqlalchemy.utils [None req-0dd15634-0e9e-4f8d-b6f2-17ebd1d4de9e b9603828-8e44-4720-b22c-88a52d0dd412 52c8babb-215f-40e6-b134-9c6dd9cd0071 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.616 2731280 WARNING oslo_db.sqlalchemy.utils [None req-3976af93-82ca-475f-8466-36084c5a9d40 b9603828-8e44-4720-b22c-88a52d0dd412 52c8babb-215f-40e6-b134-9c6dd9cd0071 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.623 2731280 WARNING oslo_db.sqlalchemy.utils [None req-3976af93-82ca-475f-8466-36084c5a9d40 b9603828-8e44-4720-b22c-88a52d0dd412 52c8babb-215f-40e6-b134-9c6dd9cd0071 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.626 2731280 WARNING oslo_db.sqlalchemy.utils [None req-2ba1fc44-aef1-4fdd-983e-e75547791fd9 b9603828-8e44-4720-b22c-88a52d0dd412 52c8babb-215f-40e6-b134-9c6dd9cd0071 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsRuleThreshold.test_post_threshold_rule_defaults [0.103224s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.597 2731283 INFO alembic.runtime.migration [None req-df115618-dedc-47d7-afdd-5190ef07544a f34ef260-e8da-4340-9bc2-bc9cf37a9775 31f306d9-86da-4a2c-86b2-239938577ba9 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.597 2731283 INFO alembic.runtime.migration [None req-df115618-dedc-47d7-afdd-5190ef07544a f34ef260-e8da-4340-9bc2-bc9cf37a9775 31f306d9-86da-4a2c-86b2-239938577ba9 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.606 2731283 INFO alembic.runtime.migration [None req-df115618-dedc-47d7-afdd-5190ef07544a f34ef260-e8da-4340-9bc2-bc9cf37a9775 31f306d9-86da-4a2c-86b2-239938577ba9 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.606 2731283 INFO alembic.runtime.migration [None req-df115618-dedc-47d7-afdd-5190ef07544a f34ef260-e8da-4340-9bc2-bc9cf37a9775 31f306d9-86da-4a2c-86b2-239938577ba9 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.611 2731283 INFO alembic.runtime.migration [None req-df115618-dedc-47d7-afdd-5190ef07544a f34ef260-e8da-4340-9bc2-bc9cf37a9775 31f306d9-86da-4a2c-86b2-239938577ba9 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.618 2731283 INFO aodh.api.app [None req-df115618-dedc-47d7-afdd-5190ef07544a f34ef260-e8da-4340-9bc2-bc9cf37a9775 31f306d9-86da-4a2c-86b2-239938577ba9 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.667 2731283 WARNING oslo_db.sqlalchemy.utils [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.670 2731283 WARNING oslo_db.sqlalchemy.utils [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.677 2731283 WARNING oslo_db.sqlalchemy.utils [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsRuleGnocchi.test_list_alarms [0.075563s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.640 2731280 INFO alembic.runtime.migration [None req-2ba1fc44-aef1-4fdd-983e-e75547791fd9 b9603828-8e44-4720-b22c-88a52d0dd412 52c8babb-215f-40e6-b134-9c6dd9cd0071 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.640 2731280 INFO alembic.runtime.migration [None req-2ba1fc44-aef1-4fdd-983e-e75547791fd9 b9603828-8e44-4720-b22c-88a52d0dd412 52c8babb-215f-40e6-b134-9c6dd9cd0071 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.658 2731280 INFO alembic.runtime.migration [None req-2ba1fc44-aef1-4fdd-983e-e75547791fd9 b9603828-8e44-4720-b22c-88a52d0dd412 52c8babb-215f-40e6-b134-9c6dd9cd0071 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.658 2731280 INFO alembic.runtime.migration [None req-2ba1fc44-aef1-4fdd-983e-e75547791fd9 b9603828-8e44-4720-b22c-88a52d0dd412 52c8babb-215f-40e6-b134-9c6dd9cd0071 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.663 2731280 INFO alembic.runtime.migration [None req-2ba1fc44-aef1-4fdd-983e-e75547791fd9 b9603828-8e44-4720-b22c-88a52d0dd412 52c8babb-215f-40e6-b134-9c6dd9cd0071 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.680 2731280 INFO aodh.api.app [None req-2ba1fc44-aef1-4fdd-983e-e75547791fd9 b9603828-8e44-4720-b22c-88a52d0dd412 52c8babb-215f-40e6-b134-9c6dd9cd0071 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.704 2731280 WARNING oslo_db.sqlalchemy.utils [None req-790ba6ab-c86a-44d0-a9d6-023e60920aae a1406580-c919-42c3-89b4-23bae8fdad8a 301bd367-bc48-4bb0-850a-a877724e77bf - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_query_with_field_project [0.121124s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.641 2731282 INFO alembic.runtime.migration [None req-1624bd02-7fed-4344-9722-540d6bc3753c - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.642 2731282 INFO alembic.runtime.migration [None req-1624bd02-7fed-4344-9722-540d6bc3753c - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.654 2731282 INFO alembic.runtime.migration [None req-1624bd02-7fed-4344-9722-540d6bc3753c - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.655 2731282 INFO alembic.runtime.migration [None req-1624bd02-7fed-4344-9722-540d6bc3753c - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.659 2731282 INFO alembic.runtime.migration [None req-1624bd02-7fed-4344-9722-540d6bc3753c - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.661 2731282 INFO aodh.api.app [None req-1624bd02-7fed-4344-9722-540d6bc3753c - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.api.v2.test_alarm_scenarios.TestPaginationQuery.test_pagination_query_history_data [0.354584s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.439 2731281 INFO alembic.runtime.migration [None req-46ed3ca0-2946-4349-96df-7864ac79caa4 effb17b4-1b09-430e-82d3-75e5e59bf728 1b47f19c-c123-4473-a825-276ffe6b9dc6 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.439 2731281 INFO alembic.runtime.migration [None req-46ed3ca0-2946-4349-96df-7864ac79caa4 effb17b4-1b09-430e-82d3-75e5e59bf728 1b47f19c-c123-4473-a825-276ffe6b9dc6 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.446 2731281 INFO alembic.runtime.migration [None req-46ed3ca0-2946-4349-96df-7864ac79caa4 effb17b4-1b09-430e-82d3-75e5e59bf728 1b47f19c-c123-4473-a825-276ffe6b9dc6 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.446 2731281 INFO alembic.runtime.migration [None req-46ed3ca0-2946-4349-96df-7864ac79caa4 effb17b4-1b09-430e-82d3-75e5e59bf728 1b47f19c-c123-4473-a825-276ffe6b9dc6 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.454 2731281 INFO alembic.runtime.migration [None req-46ed3ca0-2946-4349-96df-7864ac79caa4 effb17b4-1b09-430e-82d3-75e5e59bf728 1b47f19c-c123-4473-a825-276ffe6b9dc6 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.459 2731281 INFO aodh.api.app [None req-46ed3ca0-2946-4349-96df-7864ac79caa4 effb17b4-1b09-430e-82d3-75e5e59bf728 1b47f19c-c123-4473-a825-276ffe6b9dc6 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.491 2731281 WARNING oslo_db.sqlalchemy.utils [None req-faf88350-8027-4366-9d3e-1ce9327464f3 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.499 2731281 WARNING oslo_db.sqlalchemy.utils [None req-fa7695dc-2ba2-4fae-99f2-f086dcfed54f ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.523 2731281 WARNING oslo_db.sqlalchemy.utils [None req-8db9a81e-e99c-487f-b693-ce84a2d66046 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.533 2731281 WARNING oslo_db.sqlalchemy.utils [None req-b2a0edfb-3300-4711-94c3-7386922e7629 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.549 2731281 WARNING oslo_db.sqlalchemy.utils [None req-e20591bf-c38c-47fc-90cd-15dd92de8d7d ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.556 2731281 WARNING oslo_db.sqlalchemy.utils [None req-f0bfa763-9fb3-486c-a35c-ee712c3515e3 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.574 2731281 WARNING oslo_db.sqlalchemy.utils [None req-e0bfd5c9-679b-4825-80a6-0a5fda593516 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.581 2731281 WARNING oslo_db.sqlalchemy.utils [None req-b1d98e8e-46ea-4072-b623-827f2316abc7 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.595 2731281 WARNING oslo_db.sqlalchemy.utils [None req-82f13a8e-8fe3-40e1-ba92-8873e34e97cc ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.604 2731281 WARNING oslo_db.sqlalchemy.utils [None req-67d9ce39-1604-404f-82d1-2bc386324f5e ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.617 2731281 WARNING oslo_db.sqlalchemy.utils [None req-7680cb69-42a3-410f-a76f-2ac31966a64f ec21a0e DEBUG: 3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.635 2731281 WARNING oslo_db.sqlalchemy.utils [None req-85a042cf-4d89-4769-933c-4779f4284f59 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.658 2731281 WARNING oslo_db.sqlalchemy.utils [None req-4daef4d2-7715-4e9e-bef1-5e828665b500 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.667 2731281 WARNING oslo_db.sqlalchemy.utils [None req-4eff8aec-c9f2-467c-bc5d-ba8b3cc38c42 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.691 2731281 WARNING oslo_db.sqlalchemy.utils [None req-67aa4a5c-89d8-4f04-81b1-ce41c5579259 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.701 2731281 WARNING oslo_db.sqlalchemy.utils [None req-c4fc47cc-72bc-407d-b922-911129e38636 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.716 2731281 WARNING oslo_db.sqlalchemy.utils [None req-329ab434-1961-4c33-817b-d538c24646c6 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.723 2731281 WARNING oslo_db.sqlalchemy.utils [None req-a1aba312-4ce4-4f7c-80f3-60b427e7a836 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.740 2731281 WARNING oslo_db.sqlalchemy.utils [None req-61637ad0-8c8c-4fff-842f-fdfaed05614f ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.750 2731281 WARNING oslo_db.sqlalchemy.utils [None req-56956f95-e03d-4a85-bd67-44abd01f8013 ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.765 2731281 WARNING oslo_db.sqlalchemy.utils [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.api.v2.test_app.TestApiMiddleware.test_best_match_language [0.084120s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.704 2731283 INFO alembic.runtime.migration [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.704 2731283 INFO alembic.runtime.migration [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.713 2731283 INFO alembic.runtime.migration [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.713 2731283 INFO alembic.runtime.migration [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.727 2731283 INFO alembic.runtime.migration [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.729 2731283 INFO aodh.api.app [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: Captured stderr: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: /usr/lib/python3.12/site-packages/webob/acceptparse.py:4420: DeprecationWarning: The behavior of AcceptLanguageValidHeader.best_match is currently being maintained for backward compatibility, but it will be deprecated in the future as it does not conform to the RFC. DEBUG: warnings.warn( DEBUG: {0} aodh.tests.functional.api.v2.test_alarm_scenarios.TestAlarmsRuleGnocchi.test_post_gnocchi_aggregation_alarm_project_constraint [0.096936s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.713 2731280 INFO alembic.runtime.migration [None req-790ba6ab-c86a-44d0-a9d6-023e60920aae a1406580-c919-42c3-89b4-23bae8fdad8a 301bd367-bc48-4bb0-850a-a877724e77bf - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.713 2731280 INFO alembic.runtime.migration [None req-790ba6ab-c86a-44d0-a9d6-023e60920aae a1406580-c919-42c3-89b4-23bae8fdad8a 301bd367-bc48-4bb0-850a-a877724e77bf - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.722 2731280 INFO alembic.runtime.migration [None req-790ba6ab-c86a-44d0-a9d6-023e60920aae a1406580-c919-42c3-89b4-23bae8fdad8a 301bd367-bc48-4bb0-850a-a877724e77bf - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.723 2731280 INFO alembic.runtime.migration [None req-790ba6ab-c86a-44d0-a9d6-023e60920aae a1406580-c919-42c3-89b4-23bae8fdad8a 301bd367-bc48-4bb0-850a-a877724e77bf - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.730 2731280 INFO alembic.runtime.migration [None req-790ba6ab-c86a-44d0-a9d6-023e60920aae a1406580-c919-42c3-89b4-23bae8fdad8a 301bd367-bc48-4bb0-850a-a877724e77bf - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.732 2731280 INFO aodh.api.app [None req-790ba6ab-c86a-44d0-a9d6-023e60920aae a1406580-c919-42c3-89b4-23bae8fdad8a 301bd367-bc48-4bb0-850a-a877724e77bf - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:03.779 2731280 WARNING oslo_db.sqlalchemy.utils [None req-fc774321-2b3c-4542-be12-7827c073c071 468a1a55-41f1-475f-9091-31d70b4d686c db7c22d8-036f-4cc0-aaf0-930c6f7383ff - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.783 2731280 WARNING oslo_db.sqlalchemy.utils [None req-fc774321-2b3c-4542-be12-7827c073c071 468a1a55-41f1-475f-9091-31d70b4d686c db7c22d8-036f-4cc0-aaf0-930c6f7383ff - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:03.792 2731280 WARNING oslo_db.sqlalchemy.utils [None req-fc774321-2b3c-4542-be12-7827c073c071 468a1a55-41f1-475f-9091-31d70b4d686c db7c22d8-036f-4cc0-aaf0-930c6f7383ff - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_convert_operator_to_lower_case [0.000872s] ... ok DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_invalid_filter_misstyped_field_name_alarms [0.029871s] ... ok DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_validate_orderby_empty_field_name [0.003818s] ... ok DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_validate_orderby_wrong_field_name_multiple_item_orderby [0.001985s] ... ok DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_validate_orderby_wrong_order_string [0.002193s] ... ok DEBUG: {0} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_invalid_filter_misstyped_field_name_alarmchange [0.027651s] ... ok DEBUG: {0} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_replace_isotime_utc [0.000797s] ... ok DEBUG: {0} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_replace_isotime_wrong_syntax [0.013342s] ... ok DEBUG: {1} aodh.tests.functional.api.v2.test_app.TestApiMiddleware.test_json_parsable_error_middleware_translation_400 [0.091167s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.788 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.788 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.797 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.797 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.803 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.821 2731281 INFO aodh.api.app [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_admin_tenant_can_query_any_project [0.067882s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.838 2731283 INFO alembic.runtime.migration [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.839 2731283 INFO alembic.runtime.migration [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.845 2731283 INFO alembic.runtime.migration [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.845 2731283 INFO alembic.runtime.migration [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.857 2731283 INFO alembic.runtime.migration [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.858 2731283 INFO aodh.api.app [None req-db7b5397-e149-4b2f-b65f-ecf88255f4f5 0aa1772c-8b54-4e3e-967b-fffaa0fcd572 5c0bed3d-378a-452b-bab7-c55ae5688749 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.api.v2.test_app.TestApiMiddleware.test_xml_parsable_error_middleware_translation_400 [0.059605s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.885 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.885 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.888 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.888 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.900 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.909 2731281 INFO aodh.api.app [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {2} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_query_with_field_user_in_orderby [0.188366s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.773 2731282 INFO alembic.runtime.migration [None req-cc7630ef-5898-404a-8872-8da289e41099 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.773 2731282 INFO alembic.runtime.migration [None req-cc7630ef-5898-404a-8872-8da289e41099 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.794 2731282 INFO alembic.runtime.migration [None req-cc7630ef-5898-404a-8872-8da289e41099 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.794 2731282 INFO alembic.runtime.migration [None req-cc7630ef-5898-404a-8872-8da289e41099 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.799 2731282 INFO alembic.runtime.migration [None req-cc7630ef-5898-404a-8872-8da289e41099 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.815 2731282 INFO aodh.api.app [None req-cc7630ef-5898-404a-8872-8da289e41099 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {0} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_query_with_orderby_severity ... SKIPPED: This is only implemented for MySQL DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_admin_tenant_sees_every_project [0.054354s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.903 2731283 INFO alembic.runtime.migration [None req-6bba473e-b0b3-498c-a85b-ebb5fc7b6568 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.903 2731283 INFO alembic.runtime.migration [None req-6bba473e-b0b3-498c-a85b-ebb5fc7b6568 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.906 2731283 INFO alembic.runtime.migration [None req-6bba473e-b0b3-498c-a85b-ebb5fc7b6568 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.907 2731283 INFO alembic.runtime.migration [None req-6bba473e-b0b3-498c-a85b-ebb5fc7b6568 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.911 2731283 INFO alembic.runtime.migration [None req-6bba473e-b0b3-498c-a85b-ebb5fc7b6568 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.914 2731283 INFO aodh.api.app [None req-6bba473e-b0b3-498c-a85b-ebb5fc7b6568 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_invalid_filter_misstyped_field_name_samples [0.033086s] ... ok DEBUG: {1} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_replace_isotime_in_complex_filter [0.000823s] ... ok DEBUG: {1} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_replace_isotime_in_complex_filter_with_unbalanced_tree [0.000614s] ... ok DEBUG: {1} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_validate_orderby_empty_direction [0.008209s] ... ok DEBUG: {1} aodh.tests.functional.api.v2.test_complex_query.TestComplexQuery.test_validate_orderby_metadata_is_not_allowed [0.007159s] ... ok DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_filter_with_isotime_timestamp [0.068014s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.958 2731283 INFO alembic.runtime.migration [None req-5dbf9a06-fbfb-4ef1-ad34-9244a203e5c3 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.958 2731283 INFO alembic.runtime.migration [None req-5dbf9a06-fbfb-4ef1-ad34-9244a203e5c3 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.967 2731283 INFO alembic.runtime.migration [None req-5dbf9a06-fbfb-4ef1-ad34-9244a203e5c3 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.968 2731283 INFO alembic.runtime.migration [None req-5dbf9a06-fbfb-4ef1-ad34-9244a203e5c3 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.972 2731283 INFO alembic.runtime.migration [None req-5dbf9a06-fbfb-4ef1-ad34-9244a203e5c3 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.974 2731283 INFO aodh.api.app [None req-5dbf9a06-fbfb-4ef1-ad34-9244a203e5c3 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {2} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsHistoryController.test_non_admin_tenant_cannot_query_others_project [0.092388s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.948 2731282 INFO alembic.runtime.migration [None req-33a04418-5012-4a33-b443-022c58b0f0b7 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.948 2731282 INFO alembic.runtime.migration [None req-33a04418-5012-4a33-b443-022c58b0f0b7 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.967 2731282 INFO alembic.runtime.migration [None req-33a04418-5012-4a33-b443-022c58b0f0b7 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.968 2731282 INFO alembic.runtime.migration [None req-33a04418-5012-4a33-b443-022c58b0f0b7 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.972 2731282 INFO alembic.runtime.migration [None req-33a04418-5012-4a33-b443-022c58b0f0b7 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.976 2731282 INFO aodh.api.app [None req-33a04418-5012-4a33-b443-022c58b0f0b7 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {0} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsHistoryController.test_non_admin_tenant_can_explicitly_filter_for_own_project [0.099279s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.945 2731280 INFO alembic.runtime.migration [None req-fc774321-2b3c-4542-be12-7827c073c071 468a1a55-41f1-475f-9091-31d70b4d686c db7c22d8-036f-4cc0-aaf0-930c6f7383ff - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.945 2731280 INFO alembic.runtime.migration [None req-fc774321-2b3c-4542-be12-7827c073c071 468a1a55-41f1-475f-9091-31d70b4d686c db7c22d8-036f-4cc0-aaf0-930c6f7383ff - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.956 2731280 INFO alembic.runtime.migration [None req-fc774321-2b3c-4542-be12-7827c073c071 468a1a55-41f1-475f-9091-31d70b4d686c db7c22d8-036f-4cc0-aaf0-930c6f7383ff - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.956 2731280 INFO alembic.runtime.migration [None req-fc774321-2b3c-4542-be12-7827c073c071 468a1a55-41f1-475f-9091-31d70b4d686c db7c22d8-036f-4cc0-aaf0-930c6f7383ff - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.961 2731280 INFO alembic.runtime.migration [None req-fc774321-2b3c-4542-be12-7827c073c071 468a1a55-41f1-475f-9091-31d70b4d686c db7c22d8-036f-4cc0-aaf0-930c6f7383ff - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:03.970 2731280 INFO aodh.api.app [None req-fc774321-2b3c-4542-be12-7827c073c071 468a1a55-41f1-475f-9091-31d70b4d686c db7c22d8-036f-4cc0-aaf0-930c6f7383ff - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_non_admin_tenant_sees_only_its_own_project [0.096382s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:03.994 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.994 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:03.999 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:03.999 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.003 2731281 INFO alembic.runtime.migration [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.019 2731281 INFO aodh.api.app [None req-94a19674-3ee0-496f-bb91-7f1a9572df6a ec21a0e3-3445-49a6-976a-565b100ea388 019ddf8b-7858-4ce8-9ba1-cdfd2acb1d15 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {2} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsHistoryController.test_non_admin_tenant_sees_only_its_own_project [0.060035s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.039 2731282 INFO alembic.runtime.migration [None req-c968db08-e9e3-4b5e-9758-690b8709d1f1 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.039 2731282 INFO alembic.runtime.migration [None req-c968db08-e9e3-4b5e-9758-690b8709d1f1 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.042 2731282 INFO alembic.runtime.migration [None req-c968db08-e9e3-4b5e-9758-690b8709d1f1 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.042 2731282 INFO alembic.runtime.migration [None req-c968db08-e9e3-4b5e-9758-690b8709d1f1 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.047 2731282 INFO alembic.runtime.migration [None req-c968db08-e9e3-4b5e-9758-690b8709d1f1 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.054 2731282 INFO aodh.api.app [None req-c968db08-e9e3-4b5e-9758-690b8709d1f1 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_non_admin_tenant_can_explicitly_filter_for_own_project [0.116076s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.027 2731283 INFO alembic.runtime.migration [None req-9dcb1090-b2bb-4cfc-84c3-df7d204fbc64 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.028 2731283 INFO alembic.runtime.migration [None req-9dcb1090-b2bb-4cfc-84c3-df7d204fbc64 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.033 2731283 INFO alembic.runtime.migration [None req-9dcb1090-b2bb-4cfc-84c3-df7d204fbc64 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.033 2731283 INFO alembic.runtime.migration [None req-9dcb1090-b2bb-4cfc-84c3-df7d204fbc64 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.047 2731283 INFO alembic.runtime.migration [None req-9dcb1090-b2bb-4cfc-84c3-df7d204fbc64 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.051 2731283 INFO aodh.api.app [None req-9dcb1090-b2bb-4cfc-84c3-df7d204fbc64 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {0} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsHistoryController.test_query_all [0.117287s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.047 2731280 INFO alembic.runtime.migration [None req-5a30cdcf-f4e5-4aa2-be6e-847e9aefbc97 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.048 2731280 INFO alembic.runtime.migration [None req-5a30cdcf-f4e5-4aa2-be6e-847e9aefbc97 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.057 2731280 INFO alembic.runtime.migration [None req-5a30cdcf-f4e5-4aa2-be6e-847e9aefbc97 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.057 2731280 INFO alembic.runtime.migration [None req-5a30cdcf-f4e5-4aa2-be6e-847e9aefbc97 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.073 2731280 INFO alembic.runtime.migration [None req-5a30cdcf-f4e5-4aa2-be6e-847e9aefbc97 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.075 2731280 INFO aodh.api.app [None req-5a30cdcf-f4e5-4aa2-be6e-847e9aefbc97 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsHistoryController.test_limit_should_be_positive [0.113714s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.092 2731281 INFO alembic.runtime.migration [None req-fb53ccfd-8b59-4253-bd17-34c2fccc7941 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.093 2731281 INFO alembic.runtime.migration [None req-fb53ccfd-8b59-4253-bd17-34c2fccc7941 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.107 2731281 INFO alembic.runtime.migration [None req-fb53ccfd-8b59-4253-bd17-34c2fccc7941 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.114 2731281 INFO alembic.runtime.migration [None req-fb53ccfd-8b59-4253-bd17-34c2fccc7941 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.119 2731281 INFO alembic.runtime.migration [None req-fb53ccfd-8b59-4253-bd17-34c2fccc7941 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.128 2731281 INFO aodh.api.app [None req-fb53ccfd-8b59-4253-bd17-34c2fccc7941 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_query_all [0.083471s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.146 2731283 INFO alembic.runtime.migration [None req-b86345d6-6231-44c4-901b-f99b8fcc12b7 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.146 2731283 INFO alembic.runtime.migration [None req-b86345d6-6231-44c4-901b-f99b8fcc12b7 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.149 2731283 INFO alembic.runtime.migration [None req-b86345d6-6231-44c4-901b-f99b8fcc12b7 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.149 2731283 INFO alembic.runtime.migration [None req-b86345d6-6231-44c4-901b-f99b8fcc12b7 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.184 2731283 INFO alembic.runtime.migration [None req-b86345d6-6231-44c4-901b-f99b8fcc12b7 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.186 2731283 INFO aodh.api.app [None req-b86345d6-6231-44c4-901b-f99b8fcc12b7 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {2} aodh.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_project_quota_by_user_failed [0.133028s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.109 2731282 INFO alembic.runtime.migration [None req-5711690f-c3c3-4531-b320-633246504326 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.109 2731282 INFO alembic.runtime.migration [None req-5711690f-c3c3-4531-b320-633246504326 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.113 2731282 INFO alembic.runtime.migration [None req-5711690f-c3c3-4531-b320-633246504326 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.113 2731282 INFO alembic.runtime.migration [None req-5711690f-c3c3-4531-b320-633246504326 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.125 2731282 INFO alembic.runtime.migration [None req-5711690f-c3c3-4531-b320-633246504326 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.127 2731282 INFO aodh.api.app [None req-5711690f-c3c3-4531-b320-633246504326 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {0} aodh.tests.functional.api.v2.test_metrics.TestMetrics.test_get_all_metrics_all_projects [0.088547s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.164 2731280 INFO alembic.runtime.migration [None req-301c973b-41df-4e03-819d-44cac957a7ed - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.164 2731280 INFO alembic.runtime.migration [None req-301c973b-41df-4e03-819d-44cac957a7ed - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.174 2731280 INFO alembic.runtime.migration [None req-301c973b-41df-4e03-819d-44cac957a7ed - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.174 2731280 INFO alembic.runtime.migration [None req-301c973b-41df-4e03-819d-44cac957a7ed - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.187 2731280 INFO alembic.runtime.migration [None req-301c973b-41df-4e03-819d-44cac957a7ed - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.189 2731280 INFO aodh.api.app [None req-301c973b-41df-4e03-819d-44cac957a7ed - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {2} aodh.tests.functional.api.v2.test_quotas.TestQuotas.test_post_quotas_no_resource_failed [0.044015s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.235 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.235 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.239 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.239 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.243 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.245 2731282 INFO aodh.api.app [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsHistoryController.test_query_with_filter_for_project_orderby_with_user [0.111989s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.202 2731281 INFO alembic.runtime.migration [None req-d6e4b46f-2dc8-4573-9e2f-e76e8040d051 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.205 2731281 INFO alembic.runtime.migration [None req-d6e4b46f-2dc8-4573-9e2f-e76e8040d051 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.209 2731281 INFO alembic.runtime.migration [None req-d6e4b46f-2dc8-4573-9e2f-e76e8040d051 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.209 2731281 INFO alembic.runtime.migration [None req-d6e4b46f-2dc8-4573-9e2f-e76e8040d051 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.218 2731281 INFO alembic.runtime.migration [None req-d6e4b46f-2dc8-4573-9e2f-e76e8040d051 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.225 2731281 INFO aodh.api.app [None req-d6e4b46f-2dc8-4573-9e2f-e76e8040d051 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsController.test_query_with_filter_orderby_and_limit [0.090202s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.227 2731283 INFO alembic.runtime.migration [None req-f18cccec-f0a8-4af6-99e7-910831ce1bf2 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.227 2731283 INFO alembic.runtime.migration [None req-f18cccec-f0a8-4af6-99e7-910831ce1bf2 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.231 2731283 INFO alembic.runtime.migration [None req-f18cccec-f0a8-4af6-99e7-910831ce1bf2 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.231 2731283 INFO alembic.runtime.migration [None req-f18cccec-f0a8-4af6-99e7-910831ce1bf2 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.236 2731283 INFO alembic.runtime.migration [None req-f18cccec-f0a8-4af6-99e7-910831ce1bf2 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.238 2731283 INFO aodh.api.app [None req-f18cccec-f0a8-4af6-99e7-910831ce1bf2 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {0} aodh.tests.functional.api.v2.test_metrics.TestMetrics.test_get_all_metrics_inside_project [0.079022s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.255 2731280 INFO alembic.runtime.migration [None req-89a2d8a4-9cc6-497b-81a8-73429744c0f3 some_user_id some_project_id - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.256 2731280 INFO alembic.runtime.migration [None req-89a2d8a4-9cc6-497b-81a8-73429744c0f3 some_user_id some_project_id - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.261 2731280 INFO alembic.runtime.migration [None req-89a2d8a4-9cc6-497b-81a8-73429744c0f3 some_user_id some_project_id - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.261 2731280 INFO alembic.runtime.migration [None req-89a2d8a4-9cc6-497b-81a8-73429744c0f3 some_user_id some_project_id - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.281 2731280 INFO alembic.runtime.migration [None req-89a2d8a4-9cc6-497b-81a8-73429744c0f3 some_user_id some_project_id - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.287 2731280 INFO aodh.api.app [None req-89a2d8a4-9cc6-497b-81a8-73429744c0f3 some_user_id some_project_id - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.api.v2.test_quotas.TestQuotas.test_get_project_quotas_by_user [0.030757s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.312 2731281 INFO alembic.runtime.migration [None req-e2a1b50c-1e58-4eca-bf74-f44d096f83d9 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.312 2731281 INFO alembic.runtime.migration [None req-e2a1b50c-1e58-4eca-bf74-f44d096f83d9 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.316 2731281 INFO alembic.runtime.migration [None req-e2a1b50c-1e58-4eca-bf74-f44d096f83d9 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.316 2731281 INFO alembic.runtime.migration [None req-e2a1b50c-1e58-4eca-bf74-f44d096f83d9 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.320 2731281 INFO alembic.runtime.migration [None req-e2a1b50c-1e58-4eca-bf74-f44d096f83d9 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.322 2731281 INFO aodh.api.app [None req-e2a1b50c-1e58-4eca-bf74-f44d096f83d9 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {2} aodh.tests.functional.storage.test_storage_scenarios.AlarmCounterTest.test_counter_increment [0.072607s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.287 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.289 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.293 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.293 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.312 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.320 2731282 WARNING oslo_db.sqlalchemy.utils [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.api.v2.test_quotas.TestQuotas.test_get_project_quotas_by_admin [0.043556s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.331 2731280 INFO alembic.runtime.migration [None req-3f154528-31d7-4546-9933-5b6577b33bd7 some_user_id some_project_id - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.332 2731280 INFO alembic.runtime.migration [None req-3f154528-31d7-4546-9933-5b6577b33bd7 some_user_id some_project_id - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.337 2731280 INFO alembic.runtime.migration [None req-3f154528-31d7-4546-9933-5b6577b33bd7 some_user_id some_project_id - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.338 2731280 INFO alembic.runtime.migration [None req-3f154528-31d7-4546-9933-5b6577b33bd7 some_user_id some_project_id - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.342 2731280 INFO alembic.runtime.migration [None req-3f154528-31d7-4546-9933-5b6577b33bd7 some_user_id some_project_id - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.344 2731280 INFO aodh.api.app [None req-3f154528-31d7-4546-9933-5b6577b33bd7 some_user_id some_project_id - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.api.v2.test_quotas.TestQuotas.test_get_quotas_by_user [0.035215s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.343 2731281 INFO alembic.runtime.migration [None req-3f8cf39d-6f56-4f88-b224-2016253e1fbf e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.343 2731281 INFO alembic.runtime.migration [None req-3f8cf39d-6f56-4f88-b224-2016253e1fbf e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.346 2731281 INFO alembic.runtime.migration [None req-3f8cf39d-6f56-4f88-b224-2016253e1fbf e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.346 2731281 INFO alembic.runtime.migration [None req-3f8cf39d-6f56-4f88-b224-2016253e1fbf e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.350 2731281 INFO alembic.runtime.migration [None req-3f8cf39d-6f56-4f88-b224-2016253e1fbf e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.352 2731281 INFO aodh.api.app [None req-3f8cf39d-6f56-4f88-b224-2016253e1fbf e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsHistoryController.test_admin_tenant_sees_every_project [0.066792s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.328 2731283 INFO alembic.runtime.migration [None req-5c82a06f-2b02-439c-82b5-19c8b13e4188 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.329 2731283 INFO alembic.runtime.migration [None req-5c82a06f-2b02-439c-82b5-19c8b13e4188 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.332 2731283 INFO alembic.runtime.migration [None req-5c82a06f-2b02-439c-82b5-19c8b13e4188 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.332 2731283 INFO alembic.runtime.migration [None req-5c82a06f-2b02-439c-82b5-19c8b13e4188 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.341 2731283 INFO alembic.runtime.migration [None req-5c82a06f-2b02-439c-82b5-19c8b13e4188 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.345 2731283 INFO aodh.api.app [None req-5c82a06f-2b02-439c-82b5-19c8b13e4188 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {2} aodh.tests.functional.storage.test_storage_scenarios.AlarmHistoryTest.test_record_severity_when_alarm_change [0.035598s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.357 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.357 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.362 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.362 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.367 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.372 2731282 WARNING oslo_db.sqlalchemy.utils [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:04.376 2731282 WARNING oslo_db.sqlalchemy.utils [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {1} aodh.tests.functional.api.v2.test_quotas.TestQuotas.test_post_quotas_by_admin [0.044126s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.379 2731281 INFO alembic.runtime.migration [None req-e2805176-8e0f-4723-99f8-1de4da12f976 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.380 2731281 INFO alembic.runtime.migration [None req-e2805176-8e0f-4723-99f8-1de4da12f976 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.383 2731281 INFO alembic.runtime.migration [None req-e2805176-8e0f-4723-99f8-1de4da12f976 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.383 2731281 INFO alembic.runtime.migration [None req-e2805176-8e0f-4723-99f8-1de4da12f976 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.387 2731281 INFO alembic.runtime.migration [None req-e2805176-8e0f-4723-99f8-1de4da12f976 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.394 2731281 INFO aodh.api.app [None req-e2805176-8e0f-4723-99f8-1de4da12f976 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {2} aodh.tests.functional.storage.test_storage_scenarios.AlarmTest.test_list_excluded_by_name [0.037331s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.394 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.395 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.399 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.399 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.404 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.414 2731282 WARNING oslo_db.sqlalchemy.utils [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.api.v2.test_quotas.TestQuotas.test_post_quotas_no_limit_failed [0.058578s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.375 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.375 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.378 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.378 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.396 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.408 2731280 INFO aodh.api.app [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsHistoryController.test_filter_with_isotime [0.054400s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.385 2731283 INFO alembic.runtime.migration [None req-38a439d8-30c7-4c3a-bc6f-ff99fb09d390 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.385 2731283 INFO alembic.runtime.migration [None req-38a439d8-30c7-4c3a-bc6f-ff99fb09d390 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.388 2731283 INFO alembic.runtime.migration [None req-38a439d8-30c7-4c3a-bc6f-ff99fb09d390 - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.389 2731283 INFO alembic.runtime.migration [None req-38a439d8-30c7-4c3a-bc6f-ff99fb09d390 - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.393 2731283 INFO alembic.runtime.migration [None req-38a439d8-30c7-4c3a-bc6f-ff99fb09d390 - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.395 2731283 INFO aodh.api.app [None req-38a439d8-30c7-4c3a-bc6f-ff99fb09d390 - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.storage.sqlalchemy.test_migrations.ModelsMigrationsSync.test_models_sync [0.036889s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.423 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.423 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.426 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.426 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.431 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.432 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.432 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: {2} aodh.tests.functional.storage.test_storage_scenarios.AlarmTest.test_update_deleted_alarm_failed [0.034677s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.434 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.434 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.439 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.439 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.445 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.449 2731282 WARNING oslo_db.sqlalchemy.utils [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:04.451 2731282 WARNING oslo_db.sqlalchemy.utils [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:04.455 2731282 WARNING oslo_db.sqlalchemy.utils [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {1} aodh.tests.functional.storage.test_get_connection.EngineTest.test_get_connection [0.005081s] ... ok DEBUG: {0} aodh.tests.functional.api.v2.test_quotas.TestQuotas.test_post_quotas_wrong_limit_failed [0.036134s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.440 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.440 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.445 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.445 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.450 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.452 2731280 INFO aodh.api.app [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {0} aodh.tests.functional.storage.test_get_connection.ConnectionRetryTest.test_retries [0.006980s] ... ok DEBUG: {3} aodh.tests.functional.api.v2.test_complex_query_scenarios.TestQueryAlarmsHistoryController.test_query_with_filter_orderby_and_limit [0.050984s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.439 2731283 INFO alembic.runtime.migration [None req-893f0896-3ff9-4c17-86d6-46c2f9e386cc - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.439 2731283 INFO alembic.runtime.migration [None req-893f0896-3ff9-4c17-86d6-46c2f9e386cc - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.442 2731283 INFO alembic.runtime.migration [None req-893f0896-3ff9-4c17-86d6-46c2f9e386cc - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.442 2731283 INFO alembic.runtime.migration [None req-893f0896-3ff9-4c17-86d6-46c2f9e386cc - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.448 2731283 INFO alembic.runtime.migration [None req-893f0896-3ff9-4c17-86d6-46c2f9e386cc - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.449 2731283 INFO aodh.api.app [None req-893f0896-3ff9-4c17-86d6-46c2f9e386cc - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.functional.storage.test_storage_scenarios.AlarmHistoryTest.test_clear_some_alarm_history [0.026638s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.466 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.466 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.469 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.469 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.474 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.477 2731281 WARNING oslo_db.sqlalchemy.utils [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:04.482 2731281 INFO aodh.storage.impl_sqlalchemy [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] 2 alarm histories are removed from database DEBUG: {0} aodh.tests.functional.storage.test_storage_scenarios.AlarmHistoryTest.test_clear_alarm_history_no_data_to_remove [0.024205s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.478 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.478 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.481 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.481 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.486 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.490 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:04.494 2731280 INFO aodh.storage.impl_sqlalchemy [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] 0 alarm histories are removed from database DEBUG: {2} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmHistoryQueryTest.test_alarm_history_with_regexp [0.040942s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.469 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.469 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.474 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.474 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.479 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.483 2731282 WARNING oslo_db.sqlalchemy.utils [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {1} aodh.tests.functional.storage.test_storage_scenarios.AlarmHistoryTest.test_delete_history_when_delete_alarm [0.029764s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.493 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.493 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.496 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.496 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.500 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.504 2731281 WARNING oslo_db.sqlalchemy.utils [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:04.506 2731281 WARNING oslo_db.sqlalchemy.utils [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.storage.test_storage_scenarios.AlarmHistoryTest.test_clear_all_alarm_history [0.023496s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.503 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.503 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.507 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.507 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.511 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.514 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:04.518 2731280 INFO aodh.storage.impl_sqlalchemy [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] 3 alarm histories are removed from database DEBUG: {1} aodh.tests.functional.storage.test_storage_scenarios.AlarmTest.test_add [0.023503s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.525 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.526 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.529 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.529 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.534 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.538 2731281 WARNING oslo_db.sqlalchemy.utils [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.storage.test_storage_scenarios.AlarmTest.test_list_by_type [0.036974s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.530 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.530 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.533 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.533 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.539 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.550 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmQueryTest.test_filter [0.054101s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.521 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.521 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.528 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.528 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.534 2731282 INFO alembic.runtime.migration [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Running stamp_revision -> 010 DEBUG: {1} aodh.tests.functional.storage.test_storage_scenarios.AlarmTest.test_list [0.022987s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.547 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.547 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.551 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.551 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.556 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.560 2731281 WARNING oslo_db.sqlalchemy.utils [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.unit.cmd.test_status.TestUpgradeChecks.test_checks [0.001305s] ... ok DEBUG: {3} aodh.tests.functional.api.v2.test_metrics.TestMetrics.test_get_all_metrics_all_projects_forbidden [0.083136s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.492 2731283 INFO alembic.runtime.migration [None req-62081ce1-68d9-42bc-b5aa-04c13fdb639c - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.492 2731283 INFO alembic.runtime.migration [None req-62081ce1-68d9-42bc-b5aa-04c13fdb639c - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.495 2731283 INFO alembic.runtime.migration [None req-62081ce1-68d9-42bc-b5aa-04c13fdb639c - project-id1 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.496 2731283 INFO alembic.runtime.migration [None req-62081ce1-68d9-42bc-b5aa-04c13fdb639c - project-id1 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.503 2731283 INFO alembic.runtime.migration [None req-62081ce1-68d9-42bc-b5aa-04c13fdb639c - project-id1 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.505 2731283 INFO aodh.api.app [None req-62081ce1-68d9-42bc-b5aa-04c13fdb639c - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:04.532 2731283 INFO aodh.api.app [None req-62081ce1-68d9-42bc-b5aa-04c13fdb639c - project-id1 - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:04.556 2731283 WARNING oslo_policy.policy [None req-485b5052-4c39-450e-a47b-bc484c7fb7b5 some_user_id some_project_id - - - -] Policy Rules ['context_is_admin', 'segregation', 'admin_or_owner'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {2} aodh.tests.unit.evaluator.test_base.TestEvaluatorBaseClass.test_base_time_constraints_by_month [0.005043s] ... ok DEBUG: {1} aodh.tests.functional.storage.test_storage_scenarios.AlarmTest.test_list_ordered_by_timestamp [0.022762s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.572 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.573 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.575 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.575 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.581 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.585 2731281 WARNING oslo_db.sqlalchemy.utils [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.storage.test_storage_scenarios.AlarmTest.test_list_enabled [0.033753s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.566 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.566 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.572 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.572 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.585 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.588 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.unit.evaluator.test_composite.CompositeTest.test_alarm_with_short_circuit_logic [0.028031s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.597 2731282 ERROR stevedore.extension [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Could not load 'prometheus': An auth plugin is required to determine endpoint URL: keystoneauth1.exceptions.auth_plugins.MissingAuthPlugin: An auth plugin is required to determine endpoint URL DEBUG: 2025-10-27 13:24:04.598 2731282 WARNING stevedore.named [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Could not load prometheus DEBUG: 2025-10-27 13:24:04.598 2731282 INFO aodh.evaluator [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] alarm 2dd014fe-4442-4a37-b9b8-111ec1cb7735 transitioning to alarm because Composite rule alarm with composition form: (rule1 or rule2 or rule3) transition to alarm, due to rules: rule1 outside their threshold. DEBUG: {2} aodh.tests.unit.evaluator.test_composite.CompositeTest.test_known_state_with_sub_rules_trending_state_and_not_repeat [0.009559s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.611 2731282 ERROR stevedore.extension [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Could not load 'prometheus': An auth plugin is required to determine endpoint URL: keystoneauth1.exceptions.auth_plugins.MissingAuthPlugin: An auth plugin is required to determine endpoint URL DEBUG: 2025-10-27 13:24:04.611 2731282 WARNING stevedore.named [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Could not load prometheus DEBUG: {1} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmHistoryQueryTest.test_alarm_history_with_filter [0.024937s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.594 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.594 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.597 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.597 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.601 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.604 2731281 WARNING oslo_db.sqlalchemy.utils [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {0} aodh.tests.functional.storage.test_storage_scenarios.AlarmTest.test_update [0.022023s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.598 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.599 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.602 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.602 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.607 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.610 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.api.v2.test_metrics.TestMetrics.test_get_all_metrics_forbidden [0.054786s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.575 2731283 INFO alembic.runtime.migration [None req-485b5052-4c39-450e-a47b-bc484c7fb7b5 some_user_id some_project_id - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.575 2731283 INFO alembic.runtime.migration [None req-485b5052-4c39-450e-a47b-bc484c7fb7b5 some_user_id some_project_id - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.579 2731283 INFO alembic.runtime.migration [None req-485b5052-4c39-450e-a47b-bc484c7fb7b5 some_user_id some_project_id - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.579 2731283 INFO alembic.runtime.migration [None req-485b5052-4c39-450e-a47b-bc484c7fb7b5 some_user_id some_project_id - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.587 2731283 INFO alembic.runtime.migration [None req-485b5052-4c39-450e-a47b-bc484c7fb7b5 some_user_id some_project_id - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.588 2731283 INFO aodh.api.app [None req-485b5052-4c39-450e-a47b-bc484c7fb7b5 some_user_id some_project_id - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:04.605 2731283 INFO aodh.api.app [None req-485b5052-4c39-450e-a47b-bc484c7fb7b5 some_user_id some_project_id - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: 2025-10-27 13:24:04.619 2731283 WARNING oslo_policy.policy [None req-80cae7ea-99fd-4f1a-94a4-1c4dc2835614 some_user_id some_project_id - - - -] Policy Rules ['context_is_admin', 'segregation', 'admin_or_owner'] specified in policy files are the same as the defaults provided by the service. You can remove these rules from policy files which will make maintenance easier. You can detect these redundant rules by ``oslopolicy-list-redundant`` tool also. DEBUG: {1} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmQueryTest.test_filter_and_orderby [0.019491s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.619 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.619 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.622 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.622 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.627 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Running stamp_revision -> 010 DEBUG: {2} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_continue_alarming_when_repeat_actions_enabled [0.014795s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.628 2731282 INFO aodh.evaluator.event [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Triggering the alarm 1a3a2954-3534-4340-a89d-d503d8ad506c by event for project , event_type: type0 DEBUG: 2025-10-27 13:24:04.628 2731282 INFO aodh.evaluator [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] alarm 1a3a2954-3534-4340-a89d-d503d8ad506c transitioning to alarm because Event hits the query . DEBUG: {0} aodh.tests.functional.storage.test_storage_scenarios.AlarmTest.test_update_llu [0.029810s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.621 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.621 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.625 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.625 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.629 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.642 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_event_alarm_cache_miss [0.012863s] ... ok DEBUG: {1} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmQueryTest.test_filter_with_regexp [0.022630s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.641 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.641 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.645 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.645 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.649 2731281 INFO alembic.runtime.migration [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Running stamp_revision -> 010 DEBUG: {2} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_fire_alarm_query_matched_integer [0.012747s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.656 2731282 INFO aodh.evaluator.event [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Triggering the alarm cd59f261-6590-4d27-8361-6fbc044cf424 by event for project , event_type: type0 DEBUG: 2025-10-27 13:24:04.656 2731282 INFO aodh.evaluator [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] alarm cd59f261-6590-4d27-8361-6fbc044cf424 transitioning to alarm because Event hits the query . DEBUG: {1} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_do_not_continue_alarming_when_repeat_actions_disabled [0.007599s] ... ok DEBUG: {2} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_skip_event_missing_message_id [0.008861s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.671 2731282 ERROR aodh.evaluator.event [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Failed to extract message_id from event = {'event_type': 'type1', 'traits': []} DEBUG: 2025-10-27 13:24:04.671 2731282 WARNING aodh.evaluator.event [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Event <{'event_type': 'type1', 'traits': []}> is invalid, aborting evaluation for it.: aodh.evaluator.event.InvalidEvent DEBUG: {1} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_event_alarm_cache_expired [0.013552s] ... ok DEBUG: {2} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_skip_query_unmatched_datetime [0.010294s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.683 2731282 INFO aodh.evaluator.event [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Aborting evaluation of the alarm 2fa20094-7520-49b9-a4f5-487095e7c913 due to unmet condition={'field': 'traits.created_at', 'value': datetime.datetime(2015, 9, 1, 18, 52, 27, 214309), 'op': } . DEBUG: {3} aodh.tests.functional.api.v2.test_quotas.TestQuotas.test_delete_project_quota_by_admin [0.068979s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.630 2731283 INFO alembic.runtime.migration [None req-80cae7ea-99fd-4f1a-94a4-1c4dc2835614 some_user_id some_project_id - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.630 2731283 INFO alembic.runtime.migration [None req-80cae7ea-99fd-4f1a-94a4-1c4dc2835614 some_user_id some_project_id - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.634 2731283 INFO alembic.runtime.migration [None req-80cae7ea-99fd-4f1a-94a4-1c4dc2835614 some_user_id some_project_id - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.634 2731283 INFO alembic.runtime.migration [None req-80cae7ea-99fd-4f1a-94a4-1c4dc2835614 some_user_id some_project_id - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.639 2731283 INFO alembic.runtime.migration [None req-80cae7ea-99fd-4f1a-94a4-1c4dc2835614 some_user_id some_project_id - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.643 2731283 INFO aodh.api.app [None req-80cae7ea-99fd-4f1a-94a4-1c4dc2835614 some_user_id some_project_id - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {0} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmHistoryQueryTest.test_alarm_history_with_filter_and_orderby [0.047614s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.651 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.651 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.658 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.659 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.667 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.679 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_skip_query_unmatched_float [0.011884s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.697 2731282 INFO aodh.evaluator.event [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Aborting evaluation of the alarm f4b200ae-2178-4341-9232-38e6e5a19afc due to unmet condition={'field': 'traits.io_read_kbs', 'value': 123.456, 'op': } . DEBUG: {1} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_fire_alarm_event_type_pattern_matched [0.023847s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.699 2731281 INFO aodh.evaluator.event [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Triggering the alarm cb40d204-9494-40ba-a426-35c4b5d8d579 by event for project , event_type: compute.instance.update DEBUG: 2025-10-27 13:24:04.699 2731281 INFO aodh.evaluator [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] alarm cb40d204-9494-40ba-a426-35c4b5d8d579 transitioning to alarm because Event hits the query . DEBUG: {2} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_skip_query_unmatched_integer [0.011038s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.709 2731282 INFO aodh.evaluator.event [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Aborting evaluation of the alarm db94a04e-d7d0-46ef-b2a2-216ce9ab6e7f due to unmet condition={'field': 'traits.instance_type_id', 'value': 5, 'op': } . DEBUG: {1} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_fire_alarm_in_project_none [0.010759s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.712 2731281 INFO aodh.evaluator.event [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Triggering the alarm c0dc452f-d84a-435f-8bc5-1e43a09b3a15 by event for project , event_type: type0 DEBUG: 2025-10-27 13:24:04.712 2731281 INFO aodh.evaluator [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] alarm c0dc452f-d84a-435f-8bc5-1e43a09b3a15 transitioning to alarm because Event hits the query . DEBUG: {1} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_fire_alarm_in_the_same_tenant_id [0.007502s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.720 2731281 INFO aodh.evaluator.event [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Triggering the alarm d659b734-ff49-41c4-b386-377d1224c810 by event for project project1, event_type: type0 DEBUG: 2025-10-27 13:24:04.720 2731281 INFO aodh.evaluator [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] alarm d659b734-ff49-41c4-b386-377d1224c810 transitioning to alarm because Event hits the query . DEBUG: {0} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmHistoryQueryTest.test_alarm_history_with_filter_and_orderby_and_limit [0.027967s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.701 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.701 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.705 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.705 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.709 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.713 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {2} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationMetricsThresholdEvaluate.test_equivocal_ok_to_alarm [0.013696s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.725 2731282 INFO aodh.evaluator [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] alarm 646a1350-331a-455a-9a79-5ea67475a6d3 transitioning to alarm because Transition to alarm due to 4 samples outside threshold, most recent: 6.0 DEBUG: {1} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_fire_alarm_query_matched_datetime [0.007311s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.727 2731281 INFO aodh.evaluator.event [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Triggering the alarm 17f9a82d-58e9-46fc-b684-864bf80161f7 by event for project , event_type: type0 DEBUG: 2025-10-27 13:24:04.727 2731281 INFO aodh.evaluator [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] alarm 17f9a82d-58e9-46fc-b684-864bf80161f7 transitioning to alarm because Event hits the query . DEBUG: {1} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_skip_event_missing_event_type [0.006699s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.735 2731281 ERROR aodh.evaluator.event [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Failed to extract event_type from event = {'message_id': 'a1b5c7a8-27f1-423b-9991-89afc9abdbd9', 'traits': []} DEBUG: 2025-10-27 13:24:04.735 2731281 WARNING aodh.evaluator.event [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Event <{'message_id': 'a1b5c7a8-27f1-423b-9991-89afc9abdbd9', 'traits': []}> is invalid, aborting evaluation for it.: aodh.evaluator.event.InvalidEvent DEBUG: {3} aodh.tests.functional.api.v2.test_quotas.TestQuotas.test_get_other_project_quotas_by_user_failed [0.047296s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.707 2731283 INFO alembic.runtime.migration [None req-a3700b4f-bdc5-4838-b5aa-fbb6cc1b00f8 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.707 2731283 INFO alembic.runtime.migration [None req-a3700b4f-bdc5-4838-b5aa-fbb6cc1b00f8 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.713 2731283 INFO alembic.runtime.migration [None req-a3700b4f-bdc5-4838-b5aa-fbb6cc1b00f8 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.713 2731283 INFO alembic.runtime.migration [None req-a3700b4f-bdc5-4838-b5aa-fbb6cc1b00f8 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.719 2731283 INFO alembic.runtime.migration [None req-a3700b4f-bdc5-4838-b5aa-fbb6cc1b00f8 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.723 2731283 INFO aodh.api.app [None req-a3700b4f-bdc5-4838-b5aa-fbb6cc1b00f8 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {2} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationMetricsThresholdEvaluate.test_simple_insufficient [0.013370s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.739 2731282 WARNING aodh.evaluator.threshold [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Expecting 4 datapoints but only get 0 DEBUG: 2025-10-27 13:24:04.739 2731282 INFO aodh.evaluator [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] alarm 0fb0462e-bbcd-48de-8b1b-6031d033417c transitioning to insufficient data because No datapoint for granularity 300 DEBUG: {1} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_skip_query_unmatched_string [0.006834s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.742 2731281 INFO aodh.evaluator.event [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Aborting evaluation of the alarm e1fdf7a7-bd97-476c-97c8-7e6ae84b6c48 due to unmet condition={'field': 'traits.state', 'value': 'stopped', 'op': } . DEBUG: {0} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmHistoryQueryTest.test_alarm_history_with_no_filter [0.024870s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.728 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.728 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.731 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.731 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.735 2731280 INFO alembic.runtime.migration [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.738 2731280 WARNING oslo_db.sqlalchemy.utils [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {1} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationMetricsThresholdEvaluate.test_retry_transient_api_failure [0.009647s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.750 2731281 WARNING aodh.evaluator.gnocchi [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] alarm statistics retrieval failed: boom: Exception: boom DEBUG: 2025-10-27 13:24:04.751 2731281 INFO aodh.evaluator [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] alarm 073703af-a733-4c03-8083-7432539dc66e transitioning to ok because Transition to ok due to 3 samples inside threshold, most recent: 13.0 DEBUG: {0} aodh.tests.unit.evaluator.test_base.TestEvaluatorBaseClass.test_base_refresh [0.003261s] ... ok DEBUG: {2} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationResourcesThresholdEvaluate.test_equivocal_from_known_state_ok [0.014782s] ... ok DEBUG: {0} aodh.tests.unit.evaluator.test_base.TestEvaluatorBaseClass.test_base_time_constraints_complex [0.008861s] ... ok DEBUG: {0} aodh.tests.unit.evaluator.test_base.TestEvaluatorBaseClass.test_base_time_constraints_timezone [0.001612s] ... ok DEBUG: {1} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationMetricsThresholdEvaluate.test_simple_alarm_clear [0.009689s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.760 2731281 INFO aodh.evaluator [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] alarm 593faff9-fc7e-467d-b1e2-fcaf957caa0c transitioning to ok because Transition to ok due to 4 samples inside threshold, most recent: 14.0 DEBUG: {1} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationMetricsThresholdEvaluate.test_simple_alarm_trip [0.009094s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.770 2731281 INFO aodh.evaluator [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] alarm dff68867-0be7-4c18-bf7f-56ff8e22f5cb transitioning to alarm because Transition to alarm due to 4 samples outside threshold, most recent: 7.0 DEBUG: {1} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationMetricsThresholdEvaluate.test_unequivocal_from_known_state_and_repeat_actions [0.010421s] ... ok DEBUG: {2} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiResourceThresholdEvaluate.test_alarm_change_record [0.024355s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.777 2731282 INFO aodh.evaluator [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] alarm 0c948a91-fb56-4442-acd3-0df845d4d55e transitioning to alarm because Transition to alarm due to 5 samples outside threshold, most recent: 85.0 DEBUG: {1} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationResourcesThresholdEvaluate.test_simple_alarm_clear [0.008952s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.790 2731281 INFO aodh.evaluator [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] alarm d2211eb6-457f-4ce4-b405-8b4bf2d3ef0a transitioning to ok because Transition to ok due to 6 samples inside threshold, most recent: 75.0 DEBUG: {0} aodh.tests.unit.evaluator.test_composite.CompositeTest.test_known_state_with_sub_rules_trending_state [0.031972s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.791 2731280 ERROR stevedore.extension [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Could not load 'prometheus': An auth plugin is required to determine endpoint URL: keystoneauth1.exceptions.auth_plugins.MissingAuthPlugin: An auth plugin is required to determine endpoint URL DEBUG: 2025-10-27 13:24:04.792 2731280 WARNING stevedore.named [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Could not load prometheus DEBUG: {3} aodh.tests.functional.api.v2.test_quotas.TestQuotas.test_post_quotas_by_user_failed [0.058856s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.760 2731283 INFO alembic.runtime.migration [None req-3a39610d-7485-4dd5-8b12-c3d99af29af6 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.761 2731283 INFO alembic.runtime.migration [None req-3a39610d-7485-4dd5-8b12-c3d99af29af6 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.769 2731283 INFO alembic.runtime.migration [None req-3a39610d-7485-4dd5-8b12-c3d99af29af6 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.770 2731283 INFO alembic.runtime.migration [None req-3a39610d-7485-4dd5-8b12-c3d99af29af6 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.775 2731283 INFO alembic.runtime.migration [None req-3a39610d-7485-4dd5-8b12-c3d99af29af6 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.778 2731283 INFO aodh.api.app [None req-3a39610d-7485-4dd5-8b12-c3d99af29af6 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {1} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationResourcesThresholdEvaluate.test_simple_alarm_trip [0.016450s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.807 2731281 INFO aodh.evaluator [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] alarm 86b97ca7-a360-4ee7-9dc9-6dfb5ad3b3f6 transitioning to alarm because Transition to alarm due to 6 samples outside threshold, most recent: 86.0 DEBUG: {2} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiResourceThresholdEvaluate.test_no_state_change_outside_time_constraint [0.030298s] ... ok DEBUG: {0} aodh.tests.unit.evaluator.test_composite.CompositeTest.test_ok_with_short_circuit_logic [0.022730s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.811 2731280 ERROR stevedore.extension [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Could not load 'prometheus': An auth plugin is required to determine endpoint URL: keystoneauth1.exceptions.auth_plugins.MissingAuthPlugin: An auth plugin is required to determine endpoint URL DEBUG: 2025-10-27 13:24:04.811 2731280 WARNING stevedore.named [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Could not load prometheus DEBUG: 2025-10-27 13:24:04.811 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm 81cb401f-aff5-4ee8-a8e1-1e826f40ab78 transitioning to ok because Composite rule alarm with composition form: (rule1 and rule2 and rule3) transition to ok, due to rules: rule1 inside their threshold. DEBUG: {1} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiResourceThresholdEvaluate.test_equivocal_from_unknown [0.013239s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.820 2731281 INFO aodh.evaluator [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] alarm 2bd7f712-90b8-4f12-93e7-4b4f045ca991 transitioning to alarm because Transition to alarm due to 5 samples outside threshold, most recent: 85.0 DEBUG: {0} aodh.tests.unit.evaluator.test_composite.CompositeTest.test_simple_insufficient [0.013518s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.827 2731280 ERROR stevedore.extension [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Could not load 'prometheus': An auth plugin is required to determine endpoint URL: keystoneauth1.exceptions.auth_plugins.MissingAuthPlugin: An auth plugin is required to determine endpoint URL DEBUG: 2025-10-27 13:24:04.827 2731280 WARNING stevedore.named [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Could not load prometheus DEBUG: 2025-10-27 13:24:04.827 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm a74b086e-aaf1-42c7-aa14-b2af0256972c transitioning to insufficient data because Composite rule alarm with composition form: (rule1 or (rule2 and rule3)) transition to insufficient data, due to rules: rule1, rule2, rule3 state evaluated to unknown. DEBUG: 2025-10-27 13:24:04.829 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm f15e27ed-31a7-4036-814f-9a2f5b39967f transitioning to insufficient data because Composite rule alarm with composition form: (rule1 or rule2 or rule3) transition to insufficient data, due to rules: rule1, rule2, rule3 state evaluated to unknown. DEBUG: 2025-10-27 13:24:04.829 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm f5402050-0680-4a2c-92cc-b413283ed3bf transitioning to insufficient data because Composite rule alarm with composition form: (rule1 and rule2 and rule3) transition to insufficient data, due to rules: rule1, rule2, rule3 state evaluated to unknown. DEBUG: 2025-10-27 13:24:04.830 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm adba28ba-23d3-4bdf-a789-09c939da7ac5 transitioning to insufficient data because Composite rule alarm with composition form: (rule1 and rule2 and (rule3 or rule4 or rule5 or rule6)) transition to insufficient data, due to rules: rule1, rule2, rule3, rule4, rule5, rule6 state evaluated to unknown. DEBUG: {2} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiResourceThresholdEvaluate.test_retry_transient_api_failure [0.013757s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.828 2731282 WARNING aodh.evaluator.gnocchi [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] alarm statistics retrieval failed: error2 (HTTP 501): gnocchiclient.exceptions.ClientException: error2 (HTTP 501) DEBUG: 2025-10-27 13:24:04.828 2731282 INFO aodh.evaluator [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] alarm 53ef4c6a-f39e-45f2-af05-acf15f9ab37d transitioning to ok because Transition to ok due to 5 samples inside threshold, most recent: 76.0 DEBUG: {1} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiResourceThresholdEvaluate.test_simple_alarm_clear [0.012330s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.833 2731281 INFO aodh.evaluator [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] alarm d54bc755-ca56-4575-8d73-49838f2d266f transitioning to ok because Transition to ok due to 5 samples inside threshold, most recent: 76.0 DEBUG: {1} aodh.tests.unit.notifier.test_heat.TestTrustHeatAlarmNotifier.test_notify [0.008409s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.842 2731281 INFO aodh.notifier.heat [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Notifying alarm fake_alarm_name fake_alarm_id of low priority from ok to alarm with action trust+autohealer://fake_trust_id:delete@ because no good reason. DEBUG: 2025-10-27 13:24:04.843 2731281 INFO aodh.notifier.heat [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Heat resource fake_resource_name is marked as unhealthy for alarm fake_alarm_id DEBUG: 2025-10-27 13:24:04.843 2731281 INFO aodh.notifier.heat [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Heat stack fake_stack_id is updated for alarm fake_alarm_id DEBUG: {1} aodh.tests.unit.test_api_v2_capabilities.TestCapabilities.test_recursive_keypairs [0.000342s] ... ok DEBUG: {1} aodh.tests.unit.test_api_v2_capabilities.TestCapabilities.test_recursive_keypairs_with_list_of_dict [0.000297s] ... ok DEBUG: {2} aodh.tests.unit.notifier.test_heat.TestTrustHeatAlarmNotifier.test_notify_stack_id_missing [0.011940s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.843 2731282 INFO aodh.notifier.heat [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] Notifying alarm fake_alarm_name fake_alarm_id of low priority from ok to alarm with action trust+autohealer://fake_trust_id:delete@ because no good reason. DEBUG: 2025-10-27 13:24:04.843 2731282 ERROR aodh.notifier.heat [None req-a73a6be6-9fb9-40fc-8aaa-0c159736de9a 3a8de5d3-ccab-4d6a-93d7-fbcc127cf0a6 9b3d4b27-d8e5-4bfc-b07e-e442cd0af2ea - - - -] stack_id and asg_id must exist to notify alarm fake_alarm_id DEBUG: {2} aodh.tests.unit.test_api_v2_capabilities.TestCapabilities.test_recursive_keypairs_with_separator [0.000801s] ... ok DEBUG: {0} aodh.tests.unit.evaluator.test_composite.CompositeTest.test_unknown_state_with_sub_rules_trending_state [0.020298s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.848 2731280 ERROR stevedore.extension [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Could not load 'prometheus': An auth plugin is required to determine endpoint URL: keystoneauth1.exceptions.auth_plugins.MissingAuthPlugin: An auth plugin is required to determine endpoint URL DEBUG: 2025-10-27 13:24:04.849 2731280 WARNING stevedore.named [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Could not load prometheus DEBUG: 2025-10-27 13:24:04.849 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm 1eb574b8-8e22-47b0-9ea3-27b112ca2a7c transitioning to alarm because Composite rule alarm with composition form: (rule1 or (rule2 and rule3)) transition to alarm, due to rules: rule2, rule3 outside their threshold. DEBUG: {2} aodh.tests.unit.test_bin.BinEvaluatorTestCase.test_starting_evaluator [0.011179s] ... ok DEBUG: {2} aodh.tests.unit.test_bin.BinNotifierTestCase.test_starting_evaluator [0.001250s] ... ok DEBUG: {0} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_event_alarm_cache_updated_after_fired [0.011589s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.862 2731280 INFO aodh.evaluator.event [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Triggering the alarm b5d9810c-1bcc-47a4-abaa-775f8dc36d5d by event for project project2, event_type: type1 DEBUG: 2025-10-27 13:24:04.862 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm b5d9810c-1bcc-47a4-abaa-775f8dc36d5d transitioning to alarm because Event hits the query . DEBUG: {2} aodh.tests.unit.test_bin.BinNotifierTestCase.test_starting_notifier [0.001107s] ... ok DEBUG: {0} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_fire_alarm_in_the_same_project_id [0.009032s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.871 2731280 INFO aodh.evaluator.event [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Triggering the alarm 605136d9-ab83-4af2-a50c-113907292867 by event for project project1, event_type: type0 DEBUG: 2025-10-27 13:24:04.871 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm 605136d9-ab83-4af2-a50c-113907292867 transitioning to alarm because Event hits the query . DEBUG: {0} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_fire_alarm_query_matched_float [0.007412s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.879 2731280 INFO aodh.evaluator.event [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Triggering the alarm 6a017dc8-e2af-4746-885b-6b6785597783 by event for project , event_type: type0 DEBUG: 2025-10-27 13:24:04.879 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm 6a017dc8-e2af-4746-885b-6b6785597783 transitioning to alarm because Event hits the query . DEBUG: {3} aodh.tests.functional.api.v2.test_quotas.TestQuotas.test_post_quotas_unsupported_resource_failed [0.080517s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.820 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.820 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.828 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.828 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.836 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:04.838 2731283 INFO aodh.api.app [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] WSGI config used: /builddir/build/BUILD/aodh-21.1.0.dev24/aodh/api/api-paste.ini DEBUG: {0} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_fire_alarm_query_matched_string [0.008487s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.888 2731280 INFO aodh.evaluator.event [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Triggering the alarm bc78429b-4e0a-4e32-b577-562be2610af5 by event for project , event_type: type0 DEBUG: 2025-10-27 13:24:04.888 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm bc78429b-4e0a-4e32-b577-562be2610af5 transitioning to alarm because Event hits the query . DEBUG: {0} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_skip_alarm_due_to_uncompareable_trait [0.009118s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.898 2731280 INFO aodh.evaluator.event [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Aborting evaluation of the alarm 43290850-d18f-4363-ae38-b908376332e4 due to unmet condition={'field': 'traits.created_at', 'value': datetime.datetime(2015, 9, 1, 18, 52, 27, 214309), 'op': } . DEBUG: {3} aodh.tests.functional.storage.test_get_connection.ConnectionConfigTest.test_only_default_url [0.022397s] ... ok DEBUG: {0} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_skip_event_type_pattern_unmatched [0.012872s] ... ok DEBUG: {0} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationMetricsThresholdEvaluate.test_equivocal_from_known_state_and_repeat_actions [0.008090s] ... ok DEBUG: {3} aodh.tests.functional.storage.test_get_connection.EngineTest.test_get_connection_no_such_engine [0.020027s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.922 2731283 WARNING stevedore.named [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Could not load no-such-engine DEBUG: {3} aodh.tests.functional.storage.test_impl_log.ConnectionTest.test_get_connection [0.000413s] ... ok DEBUG: {3} aodh.tests.functional.storage.test_impl_sqlalchemy.CapabilitiesTest.test_alarm_capabilities [0.000404s] ... ok DEBUG: {0} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiResourceThresholdEvaluate.test_equivocal_from_known_state_ok [0.012095s] ... ok DEBUG: {0} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiResourceThresholdEvaluate.test_evaluation_keep_alarm_attributes_constant [0.021144s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.950 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm cb6447ed-65c1-42af-8413-720b58e72634 transitioning to alarm because Transition to alarm due to 5 samples outside threshold, most recent: 85.0 DEBUG: {0} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiResourceThresholdEvaluate.test_simple_alarm_trip [0.011171s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.965 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm c9742b2c-65e4-4acc-b0a2-f38c3805247e transitioning to alarm because Transition to alarm due to 5 samples outside threshold, most recent: 85.0 DEBUG: {0} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiResourceThresholdEvaluate.test_simple_insufficient [0.010029s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.975 2731280 WARNING aodh.evaluator.threshold [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Expecting 5 datapoints but only get 0 DEBUG: 2025-10-27 13:24:04.975 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm 5d351001-e1d4-408d-a20d-8e6484c5775b transitioning to insufficient data because No datapoint for granularity 60 DEBUG: {3} aodh.tests.functional.storage.test_storage_scenarios.AlarmCounterTest.test_get_value_of_empty_counter [0.058153s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.947 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.947 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.951 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:04.951 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:04.973 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: {0} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiResourceThresholdEvaluate.test_state_change_and_repeat_actions [0.010112s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:04.985 2731280 INFO aodh.evaluator [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] alarm ad387ffa-2ac7-42d5-9efe-55333ffcbe3a transitioning to alarm because Transition to alarm due to 5 samples outside threshold, most recent: 85.0 DEBUG: {0} aodh.tests.unit.evaluator.test_loadbalancer.TestLoadBalancerMemberHealthEvaluator.test_evaluate_octavia_error [0.007907s] ... ok DEBUG: {0} aodh.tests.unit.test_coordination.TestPartitioning.test_group_id_none [0.007577s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.002 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: {0} aodh.tests.unit.test_coordination.TestPartitioning.test_member_id [0.007142s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.010 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: {3} aodh.tests.functional.storage.test_storage_scenarios.AlarmTest.test_delete [0.060060s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.002 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.003 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.009 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.009 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.019 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:05.033 2731283 WARNING oslo_db.sqlalchemy.utils [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: 2025-10-27 13:24:05.039 2731283 WARNING oslo_db.sqlalchemy.utils [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.storage.test_storage_scenarios.AlarmTest.test_empty [0.038115s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.059 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.059 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.066 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.066 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.073 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:05.077 2731283 WARNING oslo_db.sqlalchemy.utils [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.storage.test_storage_scenarios.AlarmTest.test_list_disabled [0.034914s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.103 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.103 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.107 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.107 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.112 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:05.116 2731283 WARNING oslo_db.sqlalchemy.utils [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmHistoryQueryTest.test_alarm_history_with_alarm_id_as_filter [0.028630s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.127 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.127 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.131 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.131 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.136 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:05.139 2731283 WARNING oslo_db.sqlalchemy.utils [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmHistoryQueryTest.test_alarm_history_with_no_filter_and_limit [0.032035s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.157 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.157 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.160 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.160 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.165 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:05.168 2731283 WARNING oslo_db.sqlalchemy.utils [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmHistoryQueryTest.test_alarm_history_with_on_behalf_of_filter [0.035820s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.189 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.190 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.196 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.196 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.200 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: 2025-10-27 13:24:05.204 2731283 WARNING oslo_db.sqlalchemy.utils [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Unique keys not in sort_keys. The sorting order may be unstable. DEBUG: {3} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmQueryTest.test_filter_for_alarm_id [0.034405s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.226 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.227 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.235 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.235 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.241 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: {3} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmQueryTest.test_no_filter [0.024167s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.261 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.261 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.265 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.265 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.271 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: {3} aodh.tests.functional.storage.test_storage_scenarios.ComplexAlarmQueryTest.test_no_filter_with_limit [0.024015s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.285 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.285 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.289 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Context impl SQLiteImpl. DEBUG: 2025-10-27 13:24:05.289 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Will assume non-transactional DDL. DEBUG: 2025-10-27 13:24:05.294 2731283 INFO alembic.runtime.migration [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Running stamp_revision -> 010 DEBUG: {3} aodh.tests.unit.evaluator.test_base.TestEvaluatorBaseClass.test_base_time_constraints [0.002908s] ... ok DEBUG: {3} aodh.tests.unit.evaluator.test_composite.CompositeTest.test_alarm_full_trip_with_multi_type_rules [0.019227s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.321 2731283 ERROR stevedore.extension [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Could not load 'prometheus': An auth plugin is required to determine endpoint URL: keystoneauth1.exceptions.auth_plugins.MissingAuthPlugin: An auth plugin is required to determine endpoint URL DEBUG: 2025-10-27 13:24:05.321 2731283 WARNING stevedore.named [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Could not load prometheus DEBUG: 2025-10-27 13:24:05.322 2731283 INFO aodh.evaluator [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] alarm 74570037-7e2a-4e67-ac46-e1c1955f8456 transitioning to alarm because Composite rule alarm with composition form: (rule1 and rule2 and (rule3 or rule4 or rule5 or rule6)) transition to alarm, due to rules: rule1, rule2, rule6 outside their threshold. DEBUG: {3} aodh.tests.unit.evaluator.test_composite.OtherCompositeTest.test_simple_ok [0.017703s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.340 2731283 ERROR stevedore.extension [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Could not load 'prometheus': An auth plugin is required to determine endpoint URL: keystoneauth1.exceptions.auth_plugins.MissingAuthPlugin: An auth plugin is required to determine endpoint URL DEBUG: 2025-10-27 13:24:05.340 2731283 WARNING stevedore.named [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Could not load prometheus DEBUG: 2025-10-27 13:24:05.341 2731283 INFO aodh.evaluator [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] alarm e5926682-0548-4f38-b6af-42d021ee6dd4 transitioning to ok because Composite rule alarm with composition form: (rule1 or rule2) transition to ok, due to rules: rule1, rule2 inside their threshold. DEBUG: {3} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_continue_following_evaluation_after_exception [0.010842s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.352 2731283 INFO aodh.evaluator.event [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Triggering the alarm 1 by event for project , event_type: type0 DEBUG: 2025-10-27 13:24:05.352 2731283 INFO aodh.evaluator.event [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Triggering the alarm 2 by event for project , event_type: type0 DEBUG: 2025-10-27 13:24:05.352 2731283 INFO aodh.evaluator [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] alarm 2 transitioning to alarm because Event hits the query . DEBUG: {3} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_event_alarm_cache_hit [0.012169s] ... ok DEBUG: {3} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_event_alarm_caching_disabled [0.028335s] ... ok DEBUG: {3} aodh.tests.unit.evaluator.test_event.TestEventAlarmEvaluate.test_skip_uninterested_event_type [0.016366s] ... ok DEBUG: {3} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationMetricsThresholdEvaluate.test_equivocal_from_known_state_ok [0.014412s] ... ok DEBUG: {3} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationResourcesThresholdEvaluate.test_retry_transient_api_failure [0.010191s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.434 2731283 WARNING aodh.evaluator.gnocchi [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] alarm statistics retrieval failed: error (HTTP 500): gnocchiclient.exceptions.ClientException: error (HTTP 500) DEBUG: 2025-10-27 13:24:05.435 2731283 INFO aodh.evaluator [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] alarm 01355746-2066-4cba-b258-63f049cd5975 transitioning to ok because Transition to ok due to 6 samples inside threshold, most recent: 75.0 DEBUG: {3} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiAggregationResourcesThresholdEvaluate.test_simple_insufficient [0.110309s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.446 2731283 WARNING aodh.evaluator.threshold [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Expecting 6 datapoints but only get 0 DEBUG: 2025-10-27 13:24:05.446 2731283 INFO aodh.evaluator [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] alarm f5bd4c8b-0927-4d14-a824-b08fbcd520cd transitioning to insufficient data because No datapoint for granularity 50 DEBUG: {3} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiResourceThresholdEvaluate.test_lag_configuration [0.013962s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.559 2731283 WARNING aodh.evaluator.threshold [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Expecting 5 datapoints but only get 0 DEBUG: 2025-10-27 13:24:05.559 2731283 INFO aodh.evaluator [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] alarm d82261d1-df9a-4dc6-99dd-98312567fb64 transitioning to insufficient data because No datapoint for granularity 60 DEBUG: 2025-10-27 13:24:05.561 2731283 WARNING aodh.evaluator.threshold [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Expecting 5 datapoints but only get 0 DEBUG: 2025-10-27 13:24:05.561 2731283 INFO aodh.evaluator [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] alarm d82261d1-df9a-4dc6-99dd-98312567fb64 transitioning to insufficient data because No datapoint for granularity 60 DEBUG: {3} aodh.tests.unit.evaluator.test_gnocchi.TestGnocchiResourceThresholdEvaluate.test_state_change_inside_time_constraint [0.019151s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.578 2731283 WARNING aodh.evaluator.threshold [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Expecting 5 datapoints but only get 0 DEBUG: 2025-10-27 13:24:05.578 2731283 INFO aodh.evaluator [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] alarm 8f83fdce-2c1b-4cec-8826-5e4a2892e9ed transitioning to insufficient data because No datapoint for granularity 60 DEBUG: {3} aodh.tests.unit.evaluator.test_loadbalancer.TestLoadBalancerMemberHealthEvaluator.test_evaluate [0.015977s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.595 2731283 INFO aodh.evaluator [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] alarm 4adf7620-7cd8-47a7-b013-e88871a528e3 transitioning to alarm because Transition to alarm due to 1 members unhealthy, most recent: {'created_at': '2025-10-26T17:24:05.594378', 'admin_state_up': True, 'operating_status': 'ERROR'} DEBUG: {3} aodh.tests.unit.evaluator.test_loadbalancer.TestLoadBalancerMemberHealthEvaluator.test_evaluate_alarm_to_ok [0.016417s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.612 2731283 INFO aodh.evaluator [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] alarm 570dbb05-c976-40ab-b163-44a53d7204a2 transitioning to ok because Transition to ok due to 0 members unhealthy, most recent: None DEBUG: {3} aodh.tests.unit.test_coordination.TestPartitioning.test_coordination_backend_offline [0.011676s] ... ok DEBUG: {0} aodh.tests.unit.test_coordination.TestPartitioning.test_partitioning [1.065831s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.021 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:06.022 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Joined partitioning group group DEBUG: 2025-10-27 13:24:06.023 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:06.023 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Joined partitioning group group DEBUG: 2025-10-27 13:24:06.023 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:06.024 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Joined partitioning group group DEBUG: 2025-10-27 13:24:06.024 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:06.024 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Joined partitioning group group DEBUG: 2025-10-27 13:24:06.024 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:06.025 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Joined partitioning group group DEBUG: 2025-10-27 13:24:06.025 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:06.026 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Joined partitioning group group DEBUG: 2025-10-27 13:24:06.026 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:06.026 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Joined partitioning group group DEBUG: 2025-10-27 13:24:06.026 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:06.027 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Joined partitioning group group DEBUG: 2025-10-27 13:24:06.027 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:06.027 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Joined partitioning group group DEBUG: 2025-10-27 13:24:06.027 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-13 DEBUG: 30607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:06.028 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Joined partitioning group group DEBUG: {0} aodh.tests.unit.test_coordination.TestPartitioning.test_reconnect [0.012566s] ... ok DEBUG: {1} aodh.tests.unit.test_bin.BinTestCase.test_dbsync_run [1.672531s] ... ok DEBUG: {2} aodh.tests.unit.test_bin.BinTestCase.test_run_expirer_ttl_enabled [1.672072s] ... ok DEBUG: {3} aodh.tests.unit.test_coordination.TestPartitioning.test_single_group [1.017005s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:05.640 2731283 INFO aodh.coordination [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:06.640 2731283 INFO aodh.coordination [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Joined partitioning group group DEBUG: 2025-10-27 13:24:06.641 2731283 INFO aodh.coordination [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:06.641 2731283 INFO aodh.coordination [None req-2216ba79-f6dc-4263-a47e-742f42995ca4 7dae98e6-8f08-45be-8812-353439755c07 f3fcc7e3-1f38-432e-9af7-fb56644749ba - - - -] Joined partitioning group group DEBUG: {3} aodh.tests.unit.test_messaging.MessagingTests.test_get_transport_default_url_caching [0.001444s] ... ok DEBUG: {3} aodh.tests.unit.test_messaging.MessagingTests.test_get_transport_invalid_url [0.001462s] ... ok DEBUG: {3} aodh.tests.unit.test_messaging.MessagingTests.test_get_transport_url_no_caching [0.001670s] ... ok DEBUG: {0} aodh.tests.unit.test_coordination.TestPartitioning.test_stop [1.010753s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:06.099 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:07.100 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Joined partitioning group 123 DEBUG: 2025-10-27 13:24:07.100 2731280 INFO aodh.coordination [None req-ed1d9bd1-9a5b-4dbb-8b4b-1330607c7eb6 1b7ae718-ba3c-4638-9d33-0fed8492cc07 1bd8f86b-e6a1-416e-ab0e-174877ceedfc - - - -] Left partitioning group 123 DEBUG: {2} aodh.tests.unit.test_evaluator.TestAlarmEvaluationService.test_evaluation_cycle [1.011534s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:06.546 2731282 INFO aodh.evaluator [-] initiating evaluation cycle on 1 alarms DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator [-] Failed to evaluate alarm alarm_id1: Exception: Boom! DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator Traceback (most recent call last): DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator File "/builddir/build/BUILD/aodh-21.1.0.dev24/aodh/evaluator/__init__.py", line 292, in _evaluate_alarm DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator self.evaluators[alarm.type].obj.evaluate(alarm) DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator return self._mock_call(*args, **kwargs) DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator File "/usr/lib64/python3.12/unittest/mock.py", line 1202, in _execute_mock_call DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator raise result DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator Exception: Boom! DEBUG: 2025-10-27 13:24:06.546 2731282 ERROR aodh.evaluator DEBUG: {3} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_notify_alarm_invalid_url [1.086197s] ... ok DEBUG: {1} aodh.tests.unit.test_bin.BinTestCase.test_run_expirer_ttl_disabled [1.509988s] ... ok DEBUG: {1} aodh.tests.unit.test_coordination.TestHashRing.test_hash_ring [0.020741s] ... ok DEBUG: {0} aodh.tests.unit.test_evaluator.TestAlarmEvaluationService.test_check_alarm_query_constraints [1.014083s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:07.112 2731280 INFO aodh.evaluator [-] initiating evaluation cycle on 0 alarms DEBUG: {2} aodh.tests.unit.test_evaluator.TestAlarmEvaluationService.test_evaluation_cycle_with_bad_alarm [1.026817s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:07.574 2731282 INFO aodh.evaluator [-] initiating evaluation cycle on 2 alarms DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator [-] Failed to evaluate alarm a: Exception: Boom! DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator Traceback (most recent call last): DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator File "/builddir/build/BUILD/aodh-21.1.0.dev24/aodh/evaluator/__init__.py", line 292, in _evaluate_alarm DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator self.evaluators[alarm.type].obj.evaluate(alarm) DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator File "/usr/lib64/python3.12/unittest/mock.py", line 1139, in __call__ DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator return self._mock_call(*args, **kwargs) DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator File "/usr/lib64/python3.12/unittest/mock.py", line 1143, in _mock_call DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator return self._execute_mock_call(*args, **kwargs) DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator File "/usr/lib64/python3.12/unittest/mock.py", line 1202, in _execute_mock_call DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator raise result DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator Exception: Boom! DEBUG: 2025-10-27 13:24:07.574 2731282 ERROR aodh.evaluator DEBUG: {2} aodh.tests.unit.test_evaluator.TestAlarmEvaluationService.test_start_coordinated_high_hb_interval [0.024624s] ... ok DEBUG: {3} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_notify_alarm_rest_action_with_ssl_client_cert [1.067963s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:07.800 2731283 INFO aodh.notifier.rest [-] Notifying alarm testalarm foobar with severity critical from OK to ALARM with action _ModifiedSplitResult(scheme='https', netloc='host', path='/action', query='', fragment='') because what ?. request-id: b'req-cfe92020-0691-4694-be6a-399ded4d0bec' DEBUG: 2025-10-27 13:24:07.802 2731283 INFO aodh.notifier.rest [-] Notifying alarm gets response: . DEBUG: {0} aodh.tests.unit.test_evaluator.TestAlarmEvaluationService.test_evaluation_cycle_no_coordination [1.012259s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:08.126 2731280 INFO aodh.evaluator [-] initiating evaluation cycle on 1 alarms DEBUG: {0} aodh.tests.unit.test_evaluator.TestPrometheusEvaluator.test_rule_evaluation [0.019574s] ... ok DEBUG: {0} aodh.tests.unit.test_messaging.MessagingTests.test_get_transport_url_caching [0.001687s] ... ok DEBUG: {0} aodh.tests.unit.test_messaging.MessagingTests.test_get_transport_url_caching_mix [0.001814s] ... ok DEBUG: {2} aodh.tests.unit.test_evaluator.TestAlarmEvaluationService.test_unknown_extension_skipped [1.022307s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:08.620 2731282 INFO aodh.evaluator [-] initiating evaluation cycle on 2 alarms DEBUG: 2025-10-27 13:24:08.621 2731282 WARNING aodh.evaluator [-] Skipping alarm a, unsupported type: not_existing_type DEBUG: {2} aodh.tests.unit.test_messaging.MessagingTests.test_get_transport_optional [0.001703s] ... ok DEBUG: {3} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_notify_alarm_trust_action [1.075683s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:08.877 2731283 INFO aodh.notifier.rest [-] Notifying alarm testalarm foobar with severity critical from OK to ALARM with action SplitResult(scheme='http', netloc='host', path='/action', query='', fragment='') because what ?. request-id: b'req-2c516871-29a3-4c44-a460-25bffafe897f' DEBUG: 2025-10-27 13:24:08.879 2731283 INFO aodh.notifier.rest [-] Notifying alarm gets response: . DEBUG: {1} aodh.tests.unit.test_coordination.TestPartitioning.test_multiple_groups [2.018525s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:08.065 2731281 INFO aodh.coordination [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:09.065 2731281 INFO aodh.coordination [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Joined partitioning group group1 DEBUG: 2025-10-27 13:24:09.066 2731281 INFO aodh.coordination [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Coordination backend started successfully. DEBUG: 2025-10-27 13:24:10.066 2731281 INFO aodh.coordination [None req-1d0081df-59a6-4de5-846f-a3f121b378d2 e80b0e5e-6331-472a-86fb-6055639d6ae1 81e37e56-c48e-4ed6-82a0-04aceab55273 - - - -] Joined partitioning group group2 DEBUG: {0} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_notify_alarm_rest_action_with_ssl_server_verify_enable [1.074658s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:09.224 2731280 INFO aodh.notifier.rest [-] Notifying alarm testalarm foobar with severity critical from OK to ALARM with action _ModifiedSplitResult(scheme='https', netloc='host', path='/action', query='', fragment='') because what ?. request-id: b'req-8ed41944-5778-4b40-8896-282a8f2a1e71' DEBUG: 2025-10-27 13:24:09.225 2731280 INFO aodh.notifier.rest [-] Notifying alarm gets response: . DEBUG: {2} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_notify_alarm [1.072228s] ... ok DEBUG: {3} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_trust_zaqar_notifier_action [1.074804s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:09.955 2731283 INFO aodh.notifier.zaqar [-] Notifying alarm testalarm foobar of critical priority from OK to ALARM with action SplitResult(scheme='zaqar', netloc='', path='', query='queue_name=foobar-critical', fragment='') because what ?. DEBUG: {3} aodh.tests.unit.test_query.TestQuery.test_get_value_boolean_expression_without_type [0.000761s] ... ok DEBUG: {3} aodh.tests.unit.test_query.TestQuery.test_get_value_with_datetime [0.000542s] ... ok DEBUG: {3} aodh.tests.unit.test_query.TestQuery.test_get_value_with_float [0.000464s] ... ok DEBUG: {3} aodh.tests.unit.test_query.TestQueryToKwArgs.test_sample_filter_exclude_internal [0.001202s] ... ok DEBUG: {3} aodh.tests.unit.test_query.TestQueryToKwArgs.test_sample_filter_invalid_field [0.000855s] ... ok DEBUG: {3} aodh.tests.unit.test_query.TestQueryToKwArgs.test_sample_filter_multi [0.000835s] ... ok DEBUG: {3} aodh.tests.unit.test_query.TestQueryToKwArgs.test_sample_filter_timestamp [0.000910s] ... ok DEBUG: {3} aodh.tests.unit.test_query.TestQueryToKwArgs.test_sample_filter_translation [0.000919s] ... ok DEBUG: {1} aodh.tests.unit.test_evaluator.TestAlarmEvaluationService.test_evaluation_cycle_no_coordination_alarm_modified [1.021864s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:10.091 2731281 INFO aodh.evaluator [-] initiating evaluation cycle on 1 alarms DEBUG: {1} aodh.tests.unit.test_evaluator.TestAlarmEvaluationService.test_start_coordinated [0.013155s] ... ok DEBUG: {1} aodh.tests.unit.test_evaluator.TestAlarmEvaluationService.test_start_singleton [0.020783s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:11.125 2731281 INFO aodh.evaluator [-] initiating evaluation cycle on 0 alarms DEBUG: {0} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_notify_alarm_rest_action_with_ssl_verify_disable [1.082350s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:10.306 2731280 INFO aodh.notifier.rest [-] Notifying alarm testalarm foobar with severity critical from OK to ALARM with action _ModifiedSplitResult(scheme='https', netloc='host', path='/action', query='aodh-alarm-ssl-verify=0', fragment='') because what ?. request-id: b'req-53c1eb50-2aab-44ff-b910-d5548b5c9dbb' DEBUG: 2025-10-27 13:24:10.308 2731280 INFO aodh.notifier.rest [-] Notifying alarm gets response: . DEBUG: {2} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_notify_alarm_invalid_action [1.079281s] ... ok DEBUG: {0} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_notify_alarm_rest_action_with_ssl_verify_disable_by_cfg [1.073803s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:11.383 2731280 INFO aodh.notifier.rest [-] Notifying alarm testalarm foobar with severity critical from OK to ALARM with action _ModifiedSplitResult(scheme='https', netloc='host', path='/action', query='', fragment='') because what ?. request-id: b'req-ca6eeca2-8366-4569-a3d9-efe96462633b' DEBUG: 2025-10-27 13:24:11.384 2731280 INFO aodh.notifier.rest [-] Notifying alarm gets response: . DEBUG: {2} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_notify_alarm_rest_action_with_ssl_verify_enable_by_user [1.072180s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:11.848 2731282 INFO aodh.notifier.rest [-] Notifying alarm testalarm foobar with severity critical from OK to ALARM with action _ModifiedSplitResult(scheme='https', netloc='host', path='/action', query='aodh-alarm-ssl-verify=1', fragment='') because what ?. request-id: b'req-335ad9c5-ce8b-4087-9581-d77b32927466' DEBUG: 2025-10-27 13:24:11.849 2731282 INFO aodh.notifier.rest [-] Notifying alarm gets response: . DEBUG: {2} aodh.tests.unit.test_notifier.TestKeystoneClient.test_get_trusted_client_domain_name [0.017351s] ... ok DEBUG: {2} aodh.tests.unit.test_query.TestQuery.test_get_value_integer_expression_without_type [0.001241s] ... ok DEBUG: {2} aodh.tests.unit.test_query.TestQuery.test_get_value_with_boolean_without_type [0.000978s] ... ok DEBUG: {2} aodh.tests.unit.test_query.TestQuery.test_get_value_with_float_without_type [0.001249s] ... ok DEBUG: {2} aodh.tests.unit.test_query.TestQuery.test_get_value_with_integer [0.000880s] ... ok DEBUG: {2} aodh.tests.unit.test_query.TestQuery.test_get_value_with_syntax_error_colons [0.000984s] ... ok DEBUG: {2} aodh.tests.unit.test_query.TestQueryToKwArgs.test_get_alarm_changes_filter_valid_fields [0.001691s] ... ok DEBUG: {2} aodh.tests.unit.test_query.TestQueryToKwArgs.test_sample_filter_non_equality_on_metadata [0.002195s] ... ok DEBUG: {2} aodh.tests.unit.test_query.TestQueryToKwArgs.test_sample_filter_self_always_excluded [0.001861s] ... ok DEBUG: {2} aodh.tests.unit.test_query.TestQueryToKwArgs.test_sample_filter_single [0.001726s] ... ok DEBUG: {1} aodh.tests.unit.test_event.TestEventAlarmEvaluationService.test_batch_event_listener [2.013701s] ... ok DEBUG: {1} aodh.tests.unit.test_messaging.MessagingTests.test_get_transport_default_url_caching_mix [0.001334s] ... ok DEBUG: {1} aodh.tests.unit.test_messaging.MessagingTests.test_get_transport_default_url_no_caching [0.001214s] ... ok DEBUG: {0} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_notify_alarm_with_batch_listener [1.116705s] ... ok DEBUG: {0} aodh.tests.unit.test_notifier.TestAlarmNotifierService.test_init_host_queue [0.069614s] ... ok DEBUG: {0} aodh.tests.unit.test_notifier.TestKeystoneClient.test_get_trusted_client_domain [0.014964s] ... ok DEBUG: {0} aodh.tests.unit.test_notifier.TestKeystoneClient.test_get_trusted_client_domain_id [0.014648s] ... ok DEBUG: {0} aodh.tests.unit.test_query.TestQuery.test_get_value_with_boolean [0.000796s] ... ok DEBUG: {0} aodh.tests.unit.test_query.TestQuery.test_get_value_with_integer_without_type [0.000664s] ... ok DEBUG: {0} aodh.tests.unit.test_query.TestQueryToKwArgs.test_sample_filter_timestamp_invalid_op [0.001085s] ... ok DEBUG: {0} aodh.tests.unit.test_query.TestQueryToKwArgs.test_timestamp_validation [0.001057s] ... ok DEBUG: {0} aodh.tests.unit.test_wsme_custom_type.TestWsmeCustomType.test_advenum_default [0.009515s] ... ok DEBUG: {1} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_notify_alarm_rest_action_ok [1.079050s] ... ok DEBUG: {1} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_notify_alarm_rest_action_with_ssl_client_cert_and_key [1.231173s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:14.452 2731281 INFO aodh.notifier.rest [-] Notifying alarm testalarm foobar with severity critical from OK to ALARM with action _ModifiedSplitResult(scheme='https', netloc='host', path='/action', query='', fragment='') because what ?. request-id: b'req-5cad14b4-53cb-4fb5-84da-e6ae60ea2da4' DEBUG: 2025-10-27 13:24:14.453 2731281 INFO aodh.notifier.rest [-] Notifying alarm gets response: . DEBUG: {1} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_presigned_zaqar_notifier_action [1.066292s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:15.519 2731281 INFO aodh.notifier.zaqar [-] Notifying alarm testalarm foobar of critical priority from OK to ALARM with action _ModifiedSplitResult(scheme='zaqar', netloc='', path='', query='subscriber=http://example.com/data&ttl=7200&signature=mysignature&expires=2016-06-29T01:49:56&paths=/v2/queues/beijing/messages&methods=GET,PATCH,POST,PUT&queue_name=foobar-critical&project_id=my_project_id', fragment='') because what ?. DEBUG: {1} aodh.tests.unit.test_notifier.TestAlarmNotifier.test_zaqar_notifier_action [2.074603s] ... ok DEBUG: Captured stdout: DEBUG: ~~~~~~~~~~~~~~~~ DEBUG: 2025-10-27 13:24:16.594 2731281 INFO aodh.notifier.zaqar [-] Notifying alarm testalarm foobar of critical priority from OK to ALARM with action _ModifiedSplitResult(scheme='zaqar', netloc='', path='', query='topic=critical&subscriber=http://example.com/data&subscriber=mailto:foo@example.com&ttl=7200', fragment='') because what ?. DEBUG: {1} aodh.tests.unit.test_query.TestQuery.test_get_value_with_bad_type [0.000985s] ... ok DEBUG: {1} aodh.tests.unit.test_query.TestQuery.test_get_value_with_bad_value [0.000970s] ... ok DEBUG: {1} aodh.tests.unit.test_query.TestQuery.test_get_value_with_string [0.000653s] ... ok DEBUG: {1} aodh.tests.unit.test_query.TestQuery.test_get_value_with_string_without_type [0.000670s] ... ok DEBUG: {1} aodh.tests.unit.test_query.TestQuery.test_get_value_with_syntax_error [0.000596s] ... ok DEBUG: {1} aodh.tests.unit.test_query.TestQueryToKwArgs.test_get_alarms_filter_valid_fields [0.001040s] ... ok DEBUG: {1} aodh.tests.unit.test_query.TestQueryToKwArgs.test_sample_filter_invalid_op [0.001183s] ... ok DEBUG: ====== DEBUG: Totals DEBUG: ====== DEBUG: Ran: 303 tests in 16.7779 sec. DEBUG: - Passed: 301 DEBUG: - Skipped: 2 DEBUG: - Expected Fail: 0 DEBUG: - Unexpected Success: 0 DEBUG: - Failed: 0 DEBUG: Sum of execute time for each test: 47.2339 sec. DEBUG: ============== DEBUG: Worker Balance DEBUG: ============== DEBUG: - Worker 0 (76 tests) => 0:00:11.470207 DEBUG: - Worker 1 (76 tests) => 0:00:16.640413 DEBUG: - Worker 2 (76 tests) => 0:00:11.057040 DEBUG: - Worker 3 (75 tests) => 0:00:08.260047 DEBUG: [DEFAULT] DEBUG: # DEBUG: # From aodh DEBUG: # DEBUG: # Record alarm change events. (boolean value) DEBUG: #record_history = true DEBUG: # TTL of event alarm caches, in seconds. Set to 0 to disable caching. (integer DEBUG: # value) DEBUG: #event_alarm_cache_ttl = 60 DEBUG: # DEPRECATED: Disable RBAC for Prometheus evaluator. (boolean value) DEBUG: # This option is deprecated for removal since Flamingo. DEBUG: # Its value may be silently ignored in the future. DEBUG: # Reason: Prometheus RBAC is always disabled. It's not possible to correctly DEBUG: # use client-side rbac enforcement from within services. Using it can cause DEBUG: # issues. DEBUG: #prometheus_disable_rbac = false DEBUG: # The number of seconds to extend the evaluation windows to compensate the DEBUG: # reporting/ingestion lag. (integer value) DEBUG: # Minimum value: 0 DEBUG: # Maximum value: 86400 DEBUG: #additional_ingestion_lag = 0 DEBUG: # The time in seconds to wait for the load balancer member creation. (integer DEBUG: # value) DEBUG: #member_creation_time = 120 DEBUG: # SSL Client certificate file for REST notifier. (string value) DEBUG: #rest_notifier_certificate_file = DEBUG: # SSL Client private key file for REST notifier. (string value) DEBUG: #rest_notifier_certificate_key = DEBUG: # SSL CA_BUNDLE certificate for REST notifier (string value) DEBUG: #rest_notifier_ca_bundle_certificate_path = DEBUG: # Whether to verify the SSL Server certificate when calling alarm action. DEBUG: # (boolean value) DEBUG: #rest_notifier_ssl_verify = true DEBUG: # Number of retries for REST notifier (integer value) DEBUG: #rest_notifier_max_retries = 0 DEBUG: # The topic that aodh uses for alarm notifier messages. (string value) DEBUG: #notifier_topic = alarming DEBUG: # Whether metric collection should be enabled. (boolean value) DEBUG: #enable_evaluation_results_metrics = false DEBUG: # DEBUG: # From cotyledon DEBUG: # DEBUG: # Enables or disables logging values of all registered options when starting a DEBUG: # service (at DEBUG level). (boolean value) DEBUG: # Note: This option can be changed without restarting. DEBUG: #log_options = true DEBUG: # Specify a timeout after which a gracefully shutdown server will exit. Zero DEBUG: # value means endless wait. (integer value) DEBUG: # Note: This option can be changed without restarting. DEBUG: #graceful_shutdown_timeout = 60 DEBUG: # DEBUG: # From oslo.log DEBUG: # DEBUG: # If set to true, the logging level will be set to DEBUG instead of the default DEBUG: # INFO level. (boolean value) DEBUG: # Note: This option can be changed without restarting. DEBUG: #debug = false DEBUG: # The name of a logging configuration file. This file is appended to any DEBUG: # existing logging configuration files. For details about logging configuration DEBUG: # files, see the Python logging module documentation. Note that when logging DEBUG: # configuration files are used then all logging configuration is set in the DEBUG: # configuration file and other logging configuration options are ignored (for DEBUG: # example, log-date-format). (string value) DEBUG: # Note: This option can be changed without restarting. DEBUG: # Deprecated group/name - [DEFAULT]/log_config DEBUG: #log_config_append = DEBUG: # Defines the format string for %%(asctime)s in log records. Default: DEBUG: # %(default)s . This option is ignored if log_config_append is set. (string DEBUG: # value) DEBUG: #log_date_format = %Y-%m-%d %H:%M:%S DEBUG: # (Optional) Name of log file to send logging output to. If no default is set, DEBUG: # logging will go to stderr as defined by use_stderr. This option is ignored if DEBUG: # log_config_append is set. (string value) DEBUG: # Deprecated group/name - [DEFAULT]/logfile DEBUG: #log_file = DEBUG: # (Optional) The base directory used for relative log_file paths. This option DEBUG: # is ignored if log_config_append is set. (string value) DEBUG: # Deprecated group/name - [DEFAULT]/logdir DEBUG: #log_dir = DEBUG: # DEPRECATED: Uses logging handler designed to watch file system. When log file DEBUG: # is moved or removed this handler will open a new log file with specified path DEBUG: # instantaneously. It makes sense only if log_file option is specified and DEBUG: # Linux platform is used. This option is ignored if log_config_append is set. DEBUG: # (boolean value) DEBUG: # This option is deprecated for removal. DEBUG: # Its value may be silently ignored in the future. DEBUG: # Reason: This function is known to have bene broken for long time, and depends DEBUG: # on the unmaintained library DEBUG: #watch_log_file = false DEBUG: # Use syslog for logging. Existing syslog format is DEPRECATED and will be DEBUG: # changed later to honor RFC5424. This option is ignored if log_config_append DEBUG: # is set. (boolean value) DEBUG: #use_syslog = false DEBUG: # Enable journald for logging. If running in a systemd environment you may wish DEBUG: # to enable journal support. Doing so will use the journal native protocol DEBUG: # which includes structured metadata in addition to log messages.This option is DEBUG: # ignored if log_config_append is set. (boolean value) DEBUG: #use_journal = false DEBUG: # Syslog facility to receive log lines. This option is ignored if DEBUG: # log_config_append is set. (string value) DEBUG: #syslog_log_facility = LOG_USER DEBUG: # Use JSON formatting for logging. This option is ignored if log_config_append DEBUG: # is set. (boolean value) DEBUG: #use_json = false DEBUG: # Log output to standard error. This option is ignored if log_config_append is DEBUG: # set. (boolean value) DEBUG: #use_stderr = false DEBUG: # (Optional) Set the 'color' key according to log levels. This option takes DEBUG: # effect only when logging to stderr or stdout is used. This option is ignored DEBUG: # if log_config_append is set. (boolean value) DEBUG: #log_color = false DEBUG: # The amount of time before the log files are rotated. This option is ignored DEBUG: # unless log_rotation_type is set to "interval". (integer value) DEBUG: #log_rotate_interval = 1 DEBUG: # Rotation interval type. The time of the last file change (or the time when DEBUG: # the service was started) is used when scheduling the next rotation. (string DEBUG: # value) DEBUG: # Possible values: DEBUG: # Seconds - DEBUG: # Minutes - DEBUG: # Hours - DEBUG: # Days - DEBUG: # Weekday - DEBUG: # Midnight - DEBUG: #log_rotate_interval_type = days DEBUG: # Maximum number of rotated log files. (integer value) DEBUG: #max_logfile_count = 30 DEBUG: # Log file maximum size in MB. This option is ignored if "log_rotation_type" is DEBUG: # not set to "size". (integer value) DEBUG: #max_logfile_size_mb = 200 DEBUG: # Log rotation type. (string value) DEBUG: # Possible values: DEBUG: # interval - Rotate logs at predefined time intervals. DEBUG: # size - Rotate logs once they reach a predefined size. DEBUG: # none - Do not rotate log files. DEBUG: #log_rotation_type = none DEBUG: # Format string to use for log messages with context. Used by DEBUG: # oslo_log.formatters.ContextFormatter (string value) DEBUG: #logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(user_identity)s] %(instance)s%(message)s DEBUG: # Format string to use for log messages when context is undefined. Used by DEBUG: # oslo_log.formatters.ContextFormatter (string value) DEBUG: #logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s DEBUG: # Additional data to append to log message when logging level for the message DEBUG: # is DEBUG. Used by oslo_log.formatters.ContextFormatter (string value) DEBUG: #logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d DEBUG: # Prefix each line of exception output with this format. Used by DEBUG: # oslo_log.formatters.ContextFormatter (string value) DEBUG: #logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s DEBUG: # Defines the format string for %(user_identity)s that is used in DEBUG: # logging_context_format_string. Used by oslo_log.formatters.ContextFormatter DEBUG: # (string value) DEBUG: #logging_user_identity_format = %(user)s %(project)s %(domain)s %(system_scope)s %(user_domain)s %(project_domain)s DEBUG: # List of package logging levels in logger=LEVEL pairs. This option is ignored DEBUG: # if log_config_append is set. (list value) DEBUG: #default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,oslo_messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,oslo_policy=INFO,dogpile.core.dogpile=INFO DEBUG: # Enables or disables publication of error events. (boolean value) DEBUG: #publish_errors = false DEBUG: # The format for an instance that is passed with the log message. (string DEBUG: # value) DEBUG: #instance_format = "[instance: %(uuid)s] " DEBUG: # The format for an instance UUID that is passed with the log message. (string DEBUG: # value) DEBUG: #instance_uuid_format = "[instance: %(uuid)s] " DEBUG: # Interval, number of seconds, of log rate limiting. (integer value) DEBUG: #rate_limit_interval = 0 DEBUG: # Maximum number of logged messages per rate_limit_interval. (integer value) DEBUG: #rate_limit_burst = 0 DEBUG: # Log level name used by rate limiting. Logs with level greater or equal to DEBUG: # rate_limit_except_level are not filtered. An empty string means that all DEBUG: # levels are filtered. (string value) DEBUG: # Possible values: DEBUG: # CRITICAL - DEBUG: # ERROR - DEBUG: # INFO - DEBUG: # WARNING - DEBUG: # DEBUG - DEBUG: # '' - DEBUG: #rate_limit_except_level = CRITICAL DEBUG: # Enables or disables fatal status of deprecations. (boolean value) DEBUG: #fatal_deprecations = false DEBUG: # DEBUG: # From oslo.messaging DEBUG: # DEBUG: # Size of executor thread pool when executor is threading or eventlet. (integer DEBUG: # value) DEBUG: # Deprecated group/name - [DEFAULT]/rpc_thread_pool_size DEBUG: #executor_thread_pool_size = 64 DEBUG: # Seconds to wait for a response from a call. (integer value) DEBUG: #rpc_response_timeout = 60 DEBUG: # The network address and optional user credentials for connecting to the DEBUG: # messaging backend, in URL format. The expected format is: DEBUG: # DEBUG: # driver://[user:pass@]host:port[,[userN:passN@]hostN:portN]/virtual_host?query DEBUG: # DEBUG: # Example: rabbit://rabbitmq:password@127.0.0.1:5672// DEBUG: # DEBUG: # For full details on the fields in the URL see the documentation of DEBUG: # oslo_messaging.TransportURL at DEBUG: # https://docs.openstack.org/oslo.messaging/latest/reference/transport.html DEBUG: # (string value) DEBUG: #transport_url = rabbit:// DEBUG: # The default exchange under which topics are scoped. May be overridden by an DEBUG: # exchange name specified in the transport_url option. (string value) DEBUG: #control_exchange = openstack DEBUG: # Add an endpoint to answer to ping calls. Endpoint is named DEBUG: # oslo_rpc_server_ping (boolean value) DEBUG: #rpc_ping_enabled = false DEBUG: [api] DEBUG: # DEBUG: # From aodh DEBUG: # DEBUG: # Configuration file for WSGI definition of API. (string value) DEBUG: #paste_config = api-paste.ini DEBUG: # Authentication mode to use. (string value) DEBUG: # Possible values: DEBUG: # keystone - DEBUG: # noauth - DEBUG: #auth_mode = keystone DEBUG: # Project name of resources creator in Gnocchi. (For example the Ceilometer DEBUG: # project name (string value) DEBUG: #gnocchi_external_project_owner = service DEBUG: # Domain name of resources creator in Gnocchi. (For example, default or DEBUG: # service_domain (string value) DEBUG: #gnocchi_external_domain_name = Default DEBUG: # Maximum number of alarms defined for a user. (integer value) DEBUG: #user_alarm_quota = -1 DEBUG: # Maximum number of alarms defined for a project. (integer value) DEBUG: #project_alarm_quota = -1 DEBUG: # Maximum count of actions for each state of an alarm, non-positive number DEBUG: # means no limit. (integer value) DEBUG: #alarm_max_actions = -1 DEBUG: [coordination] DEBUG: # DEBUG: # From aodh DEBUG: # DEBUG: # The backend URL to use for distributed coordination. If left empty, alarm DEBUG: # evaluation won't do workload partitioning and will only function correctly if DEBUG: # a single instance of the service is running. (string value) DEBUG: #backend_url = DEBUG: # Number of seconds between heartbeats for distributed coordination. (floating DEBUG: # point value) DEBUG: # Deprecated group/name - [coordination]/heartbeat DEBUG: #heartbeat_interval = 1.0 DEBUG: # Retry backoff factor when retrying to connect with coordination backend DEBUG: # (integer value) DEBUG: #retry_backoff = 1 DEBUG: # Maximum number of seconds between retry to join partitioning group (integer DEBUG: # value) DEBUG: #max_retry_interval = 30 DEBUG: [cors] DEBUG: # DEBUG: # From oslo.middleware.cors DEBUG: # DEBUG: # Indicate whether this resource may be shared with the domain received in the DEBUG: # requests "origin" header. Format: "://[:]", no trailing DEBUG: # slash. Example: https://horizon.example.com (list value) DEBUG: #allowed_origin = DEBUG: # Indicate that the actual request can include user credentials (boolean value) DEBUG: #allow_credentials = true DEBUG: # Indicate which headers are safe to expose to the API. Defaults to HTTP Simple DEBUG: # Headers. (list value) DEBUG: #expose_headers = X-Auth-Token,X-Openstack-Request-Id,X-Subject-Token DEBUG: # Maximum cache age of CORS preflight requests. (integer value) DEBUG: #max_age = 3600 DEBUG: # Indicate which methods can be used during the actual request. (list value) DEBUG: #allow_methods = GET,PUT,POST,DELETE,PATCH DEBUG: # Indicate which header field names may be used during the actual request. DEBUG: # (list value) DEBUG: #allow_headers = X-Auth-Token,X-Openstack-Request-Id,X-Subject-Token DEBUG: [database] DEBUG: # DEBUG: # From aodh DEBUG: # DEBUG: # Number of seconds that alarm histories are kept in the database for (<= 0 DEBUG: # means forever). (integer value) DEBUG: #alarm_history_time_to_live = -1 DEBUG: # Number of alarm histories to be deleted in one iteration from the database (0 DEBUG: # means all). (integer value) DEBUG: # Minimum value: 0 DEBUG: #alarm_histories_delete_batch_size = 0 DEBUG: # DEBUG: # From oslo.db DEBUG: # DEBUG: # If True, SQLite uses synchronous mode. (boolean value) DEBUG: #sqlite_synchronous = true DEBUG: # The back end to use for the database. (string value) DEBUG: #backend = sqlalchemy DEBUG: # The SQLAlchemy connection string to use to connect to the database. (string DEBUG: # value) DEBUG: #connection = DEBUG: # The SQLAlchemy connection string to use to connect to the slave database. DEBUG: # (string value) DEBUG: #slave_connection = DEBUG: # The SQLAlchemy asyncio connection string to use to connect to the database. DEBUG: # (string value) DEBUG: #asyncio_connection = DEBUG: # The SQLAlchemy asyncio connection string to use to connect to the slave DEBUG: # database. (string value) DEBUG: #asyncio_slave_connection = DEBUG: # The SQL mode to be used for MySQL sessions. This option, including the DEBUG: # default, overrides any server-set SQL mode. To use whatever SQL mode is set DEBUG: # by the server configuration, set this to no value. Example: mysql_sql_mode= DEBUG: # (string value) DEBUG: #mysql_sql_mode = TRADITIONAL DEBUG: # For Galera only, configure wsrep_sync_wait causality checks on new DEBUG: # connections. Default is None, meaning don't configure any setting. (integer DEBUG: # value) DEBUG: #mysql_wsrep_sync_wait = DEBUG: # Connections which have been present in the connection pool longer than this DEBUG: # number of seconds will be replaced with a new one the next time they are DEBUG: # checked out from the pool. (integer value) DEBUG: #connection_recycle_time = 3600 DEBUG: # Maximum number of SQL connections to keep open in a pool. Setting a value of DEBUG: # 0 indicates no limit. (integer value) DEBUG: #max_pool_size = 5 DEBUG: # Maximum number of database connection retries during startup. Set to -1 to DEBUG: # specify an infinite retry count. (integer value) DEBUG: #max_retries = 10 DEBUG: # Interval between retries of opening a SQL connection. (integer value) DEBUG: #retry_interval = 10 DEBUG: # If set, use this value for max_overflow with SQLAlchemy. (integer value) DEBUG: #max_overflow = 50 DEBUG: # Verbosity of SQL debugging information: 0=None, 100=Everything. (integer DEBUG: # value) DEBUG: # Minimum value: 0 DEBUG: # Maximum value: 100 DEBUG: #connection_debug = 0 DEBUG: # Add Python stack traces to SQL as comment strings. (boolean value) DEBUG: #connection_trace = false DEBUG: # If set, use this value for pool_timeout with SQLAlchemy. (integer value) DEBUG: #pool_timeout = DEBUG: # Enable the experimental use of database reconnect on connection lost. DEBUG: # (boolean value) DEBUG: #use_db_reconnect = false DEBUG: # Seconds between retries of a database transaction. (integer value) DEBUG: #db_retry_interval = 1 DEBUG: # If True, increases the interval between retries of a database operation up to DEBUG: # db_max_retry_interval. (boolean value) DEBUG: #db_inc_retry_interval = true DEBUG: # If db_inc_retry_interval is set, the maximum seconds between retries of a DEBUG: # database operation. (integer value) DEBUG: #db_max_retry_interval = 10 DEBUG: # Maximum retries in case of connection error or deadlock error before error is DEBUG: # raised. Set to -1 to specify an infinite retry count. (integer value) DEBUG: #db_max_retries = 20 DEBUG: # Optional URL parameters to append onto the connection URL at connect time; DEBUG: # specify as param1=value1¶m2=value2&... (string value) DEBUG: #connection_parameters = DEBUG: [evaluator] DEBUG: # DEBUG: # From aodh DEBUG: # DEBUG: # Number of workers for evaluator service. (integer value) DEBUG: # Minimum value: 1 DEBUG: #workers = 1 DEBUG: # Period of evaluation cycle, should be >= than configured pipeline interval DEBUG: # for collection of underlying meters. (integer value) DEBUG: #evaluation_interval = 60 DEBUG: [healthcheck] DEBUG: # DEBUG: # From oslo.middleware.healthcheck DEBUG: # DEBUG: # DEPRECATED: The path to respond to healtcheck requests on. (string value) DEBUG: # This option is deprecated for removal. DEBUG: # Its value may be silently ignored in the future. DEBUG: #path = /healthcheck DEBUG: # Show more detailed information as part of the response. Security note: DEBUG: # Enabling this option may expose sensitive details about the service being DEBUG: # monitored. Be sure to verify that it will not violate your security policies. DEBUG: # (boolean value) DEBUG: #detailed = false DEBUG: # Additional backends that can perform health checks and report that DEBUG: # information back as part of a request. (list value) DEBUG: #backends = DEBUG: # A list of network addresses to limit source ip allowed to access healthcheck DEBUG: # information. Any request from ip outside of these network addresses are DEBUG: # ignored. (list value) DEBUG: #allowed_source_ranges = DEBUG: # Ignore requests with proxy headers. (boolean value) DEBUG: #ignore_proxied_requests = false DEBUG: # Check the presence of a file to determine if an application is running on a DEBUG: # port. Used by DisableByFileHealthcheck plugin. (string value) DEBUG: #disable_by_file_path = DEBUG: # Check the presence of a file based on a port to determine if an application DEBUG: # is running on a port. Expects a "port:path" list of strings. Used by DEBUG: # DisableByFilesPortsHealthcheck plugin. (list value) DEBUG: #disable_by_file_paths = DEBUG: # Check the presence of files. Used by EnableByFilesHealthcheck plugin. (list DEBUG: # value) DEBUG: #enable_by_file_paths = DEBUG: [keystone_authtoken] DEBUG: # DEBUG: # From keystonemiddleware.auth_token DEBUG: # DEBUG: # Complete "public" Identity API endpoint. This endpoint should not be an DEBUG: # "admin" endpoint, as it should be accessible by all end users. DEBUG: # Unauthenticated clients are redirected to this endpoint to authenticate. DEBUG: # Although this endpoint should ideally be unversioned, client support in the DEBUG: # wild varies. If you're using a versioned v2 endpoint here, then this should DEBUG: # *not* be the same endpoint the service user utilizes for validating tokens, DEBUG: # because normal end users may not be able to reach that endpoint. (string DEBUG: # value) DEBUG: # Deprecated group/name - [keystone_authtoken]/auth_uri DEBUG: #www_authenticate_uri = DEBUG: # DEPRECATED: Complete "public" Identity API endpoint. This endpoint should not DEBUG: # be an "admin" endpoint, as it should be accessible by all end users. DEBUG: # Unauthenticated clients are redirected to this endpoint to authenticate. DEBUG: # Although this endpoint should ideally be unversioned, client support in the DEBUG: # wild varies. If you're using a versioned v2 endpoint here, then this should DEBUG: # *not* be the same endpoint the service user utilizes for validating tokens, DEBUG: # because normal end users may not be able to reach that endpoint. This option DEBUG: # is deprecated in favor of www_authenticate_uri and will be removed in the S DEBUG: # release. (string value) DEBUG: # This option is deprecated for removal since Queens. DEBUG: # Its value may be silently ignored in the future. DEBUG: # Reason: The auth_uri option is deprecated in favor of www_authenticate_uri DEBUG: # and will be removed in the S release. DEBUG: #auth_uri = DEBUG: # API version of the Identity API endpoint. (string value) DEBUG: #auth_version = DEBUG: # Interface to use for the Identity API endpoint. Valid values are "public", DEBUG: # "internal" (default) or "admin". (string value) DEBUG: #interface = internal DEBUG: # Do not handle authorization requests within the middleware, but delegate the DEBUG: # authorization decision to downstream WSGI components. (boolean value) DEBUG: #delay_auth_decision = false DEBUG: # Request timeout value for communicating with Identity API server. (integer DEBUG: # value) DEBUG: #http_connect_timeout = DEBUG: # How many times are we trying to reconnect when communicating with Identity DEBUG: # API Server. (integer value) DEBUG: #http_request_max_retries = 3 DEBUG: # Request environment key where the Swift cache object is stored. When DEBUG: # auth_token middleware is deployed with a Swift cache, use this option to have DEBUG: # the middleware share a caching backend with swift. Otherwise, use the DEBUG: # ``memcached_servers`` option instead. (string value) DEBUG: #cache = DEBUG: # Required if identity server requires client certificate (string value) DEBUG: #certfile = DEBUG: # Required if identity server requires client certificate (string value) DEBUG: #keyfile = DEBUG: # A PEM encoded Certificate Authority to use when verifying HTTPs connections. DEBUG: # Defaults to system CAs. (string value) DEBUG: #cafile = DEBUG: # Verify HTTPS connections. (boolean value) DEBUG: #insecure = false DEBUG: # The region in which the identity server can be found. (string value) DEBUG: #region_name = DEBUG: # Optionally specify a list of memcached server(s) to use for caching. If left DEBUG: # undefined, tokens will instead be cached in-process. (list value) DEBUG: # Deprecated group/name - [keystone_authtoken]/memcache_servers DEBUG: #memcached_servers = DEBUG: # In order to prevent excessive effort spent validating tokens, the middleware DEBUG: # caches previously-seen tokens for a configurable duration (in seconds). Set DEBUG: # to -1 to disable caching completely. (integer value) DEBUG: #token_cache_time = 300 DEBUG: # (Optional) If defined, indicate whether token data should be authenticated or DEBUG: # authenticated and encrypted. If MAC, token data is authenticated (with HMAC) DEBUG: # in the cache. If ENCRYPT, token data is encrypted and authenticated in the DEBUG: # cache. If the value is not one of these options or empty, auth_token will DEBUG: # raise an exception on initialization. (string value) DEBUG: # Possible values: DEBUG: # None - DEBUG: # MAC - DEBUG: # ENCRYPT - DEBUG: #memcache_security_strategy = None DEBUG: # (Optional, mandatory if memcache_security_strategy is defined) This string is DEBUG: # used for key derivation. (string value) DEBUG: #memcache_secret_key = DEBUG: # (Optional) Global toggle for TLS usage when comunicating with the caching DEBUG: # servers. (boolean value) DEBUG: #memcache_tls_enabled = false DEBUG: # (Optional) Path to a file of concatenated CA certificates in PEM format DEBUG: # necessary to establish the caching server's authenticity. If tls_enabled is DEBUG: # False, this option is ignored. (string value) DEBUG: #memcache_tls_cafile = DEBUG: # (Optional) Path to a single file in PEM format containing the client's DEBUG: # certificate as well as any number of CA certificates needed to establish the DEBUG: # certificate's authenticity. This file is only required when client side DEBUG: # authentication is necessary. If tls_enabled is False, this option is ignored. DEBUG: # (string value) DEBUG: #memcache_tls_certfile = DEBUG: # (Optional) Path to a single file containing the client's private key in. DEBUG: # Otherwhise the private key will be taken from the file specified in DEBUG: # tls_certfile. If tls_enabled is False, this option is ignored. (string value) DEBUG: #memcache_tls_keyfile = DEBUG: # (Optional) Set the available ciphers for sockets created with the TLS DEBUG: # context. It should be a string in the OpenSSL cipher list format. If not DEBUG: # specified, all OpenSSL enabled ciphers will be available. (string value) DEBUG: #memcache_tls_allowed_ciphers = DEBUG: # (Optional) Number of seconds memcached server is considered dead before it is DEBUG: # tried again. (integer value) DEBUG: #memcache_pool_dead_retry = 300 DEBUG: # (Optional) Maximum total number of open connections to every memcached DEBUG: # server. (integer value) DEBUG: #memcache_pool_maxsize = 10 DEBUG: # (Optional) Socket timeout in seconds for communicating with a memcached DEBUG: # server. (integer value) DEBUG: #memcache_pool_socket_timeout = 3 DEBUG: # (Optional) Number of seconds a connection to memcached is held unused in the DEBUG: # pool before it is closed. (integer value) DEBUG: #memcache_pool_unused_timeout = 60 DEBUG: # (Optional) Number of seconds that an operation will wait to get a memcached DEBUG: # client connection from the pool. (integer value) DEBUG: #memcache_pool_conn_get_timeout = 10 DEBUG: # (Optional) Use the advanced (eventlet safe) memcached client pool. (boolean DEBUG: # value) DEBUG: #memcache_use_advanced_pool = true DEBUG: # (Optional) Indicate whether to set the X-Service-Catalog header. If False, DEBUG: # middleware will not ask for service catalog on token validation and will not DEBUG: # set the X-Service-Catalog header. (boolean value) DEBUG: #include_service_catalog = true DEBUG: # Used to control the use and type of token binding. Can be set to: "disabled" DEBUG: # to not check token binding. "permissive" (default) to validate binding DEBUG: # information if the bind type is of a form known to the server and ignore it DEBUG: # if not. "strict" like "permissive" but if the bind type is unknown the token DEBUG: # will be rejected. "required" any form of token binding is needed to be DEBUG: # allowed. Finally the name of a binding method that must be present in tokens. DEBUG: # (string value) DEBUG: #enforce_token_bind = permissive DEBUG: # A choice of roles that must be present in a service token. Service tokens are DEBUG: # allowed to request that an expired token can be used and so this check should DEBUG: # tightly control that only actual services should be sending this token. Roles DEBUG: # here are applied as an ANY check so any role in this list must be present. DEBUG: # For backwards compatibility reasons this currently only affects the DEBUG: # allow_expired check. (list value) DEBUG: #service_token_roles = service DEBUG: # For backwards compatibility reasons we must let valid service tokens pass DEBUG: # that don't pass the service_token_roles check as valid. Setting this true DEBUG: # will become the default in a future release and should be enabled if DEBUG: # possible. (boolean value) DEBUG: #service_token_roles_required = false DEBUG: # The name or type of the service as it appears in the service catalog. This is DEBUG: # used to validate tokens that have restricted access rules. (string value) DEBUG: #service_type = DEBUG: # Enable the SASL(Simple Authentication and Security Layer) if the SASL_enable DEBUG: # is true, else disable. (boolean value) DEBUG: #memcache_sasl_enabled = false DEBUG: # the user name for the SASL (string value) DEBUG: #memcache_username = DEBUG: # the username password for SASL (string value) DEBUG: #memcache_password = DEBUG: # Authentication type to load (string value) DEBUG: # Deprecated group/name - [keystone_authtoken]/auth_plugin DEBUG: #auth_type = DEBUG: # Config Section from which to load plugin specific options (string value) DEBUG: #auth_section = DEBUG: [listener] DEBUG: # DEBUG: # From aodh DEBUG: # DEBUG: # Number of workers for listener service. (integer value) DEBUG: # Minimum value: 1 DEBUG: #workers = 1 DEBUG: # The topic that aodh uses for event alarm evaluation. (string value) DEBUG: #event_alarm_topic = alarm.all DEBUG: # Number of notification messages to wait before dispatching them. (integer DEBUG: # value) DEBUG: #batch_size = 1 DEBUG: # Number of seconds to wait before dispatching samples when batch_size is not DEBUG: # reached (None means indefinitely). (integer value) DEBUG: #batch_timeout = DEBUG: [notifier] DEBUG: # DEBUG: # From aodh DEBUG: # DEBUG: # Number of notification messages to wait before dispatching them. (integer DEBUG: # value) DEBUG: #batch_size = 1 DEBUG: # Number of seconds to wait before dispatching samples when batch_size is not DEBUG: # reached (None means indefinitely). (integer value) DEBUG: #batch_timeout = DEBUG: # Number of workers for notifier service. (integer value) DEBUG: # Minimum value: 1 DEBUG: #workers = 1 DEBUG: [oslo_messaging_kafka] DEBUG: # DEBUG: # From oslo.messaging DEBUG: # DEBUG: # Max fetch bytes of Kafka consumer (integer value) DEBUG: #kafka_max_fetch_bytes = 1048576 DEBUG: # Default timeout(s) for Kafka consumers (floating point value) DEBUG: #kafka_consumer_timeout = 1.0 DEBUG: # Group id for Kafka consumer. Consumers in one group will coordinate message DEBUG: # consumption (string value) DEBUG: #consumer_group = oslo_messaging_consumer DEBUG: # Upper bound on the delay for KafkaProducer batching in seconds (floating DEBUG: # point value) DEBUG: #producer_batch_timeout = 0.0 DEBUG: # Size of batch for the producer async send (integer value) DEBUG: #producer_batch_size = 16384 DEBUG: # The compression codec for all data generated by the producer. If not set, DEBUG: # compression will not be used. Note that the allowed values of this depend on DEBUG: # the kafka version (string value) DEBUG: # Possible values: DEBUG: # none - DEBUG: # gzip - DEBUG: # snappy - DEBUG: # lz4 - DEBUG: # zstd - DEBUG: #compression_codec = none DEBUG: # Enable asynchronous consumer commits (boolean value) DEBUG: #enable_auto_commit = false DEBUG: # The maximum number of records returned in a poll call (integer value) DEBUG: #max_poll_records = 500 DEBUG: # Protocol used to communicate with brokers (string value) DEBUG: # Possible values: DEBUG: # PLAINTEXT - DEBUG: # SASL_PLAINTEXT - DEBUG: # SSL - DEBUG: # SASL_SSL - DEBUG: #security_protocol = PLAINTEXT DEBUG: # Mechanism when security protocol is SASL (string value) DEBUG: #sasl_mechanism = PLAIN DEBUG: # CA certificate PEM file used to verify the server certificate (string value) DEBUG: #ssl_cafile = DEBUG: # Client certificate PEM file used for authentication. (string value) DEBUG: #ssl_client_cert_file = DEBUG: # Client key PEM file used for authentication. (string value) DEBUG: #ssl_client_key_file = DEBUG: # Client key password file used for authentication. (string value) DEBUG: #ssl_client_key_password = DEBUG: [oslo_messaging_notifications] DEBUG: # DEBUG: # From oslo.messaging DEBUG: # DEBUG: # The Drivers(s) to handle sending notifications. Possible values are DEBUG: # messaging, messagingv2, routing, log, test, noop (multi valued) DEBUG: #driver = DEBUG: # A URL representing the messaging driver to use for notifications. If not set, DEBUG: # we fall back to the same configuration used for RPC. (string value) DEBUG: #transport_url = DEBUG: # AMQP topic used for OpenStack notifications. (list value) DEBUG: #topics = notifications DEBUG: # The maximum number of attempts to re-send a notification message which failed DEBUG: # to be delivered due to a recoverable error. 0 - No retry, -1 - indefinite DEBUG: # (integer value) DEBUG: #retry = -1 DEBUG: [oslo_messaging_rabbit] DEBUG: # DEBUG: # From oslo.messaging DEBUG: # DEBUG: # Use durable queues in AMQP. If rabbit_quorum_queue is enabled, queues will be DEBUG: # durable and this value will be ignored. (boolean value) DEBUG: #amqp_durable_queues = false DEBUG: # Auto-delete queues in AMQP. (boolean value) DEBUG: #amqp_auto_delete = false DEBUG: # Size of RPC connection pool. (integer value) DEBUG: # Minimum value: 1 DEBUG: #rpc_conn_pool_size = 30 DEBUG: # The pool size limit for connections expiration policy (integer value) DEBUG: #conn_pool_min_size = 2 DEBUG: # The time-to-live in sec of idle connections in the pool (integer value) DEBUG: #conn_pool_ttl = 1200 DEBUG: # Connect over SSL. (boolean value) DEBUG: #ssl = false DEBUG: # SSL version to use (valid only if SSL enabled). Valid values are TLSv1 and DEBUG: # SSLv23. SSLv2, SSLv3, TLSv1_1, and TLSv1_2 may be available on some DEBUG: # distributions. (string value) DEBUG: #ssl_version = DEBUG: # SSL key file (valid only if SSL enabled). (string value) DEBUG: #ssl_key_file = DEBUG: # SSL cert file (valid only if SSL enabled). (string value) DEBUG: #ssl_cert_file = DEBUG: # SSL certification authority file (valid only if SSL enabled). (string value) DEBUG: #ssl_ca_file = DEBUG: # Global toggle for enforcing the OpenSSL FIPS mode. This feature requires DEBUG: # Python support. This is available in Python 3.9 in all environments and may DEBUG: # have been backported to older Python versions on select environments. If the DEBUG: # Python executable used does not support OpenSSL FIPS mode, an exception will DEBUG: # be raised. (boolean value) DEBUG: #ssl_enforce_fips_mode = false DEBUG: # DEPRECATED: (DEPRECATED) It is recommend not to use this option anymore. Run DEBUG: # the health check heartbeat thread through a native python thread by default. DEBUG: # If this option is equal to False then the health check heartbeat will inherit DEBUG: # the execution model from the parent process. For example if the parent DEBUG: # process has monkey patched the stdlib by using eventlet/greenlet then the DEBUG: # heartbeat will be run through a green thread. This option should be set to DEBUG: # True only for the wsgi services. (boolean value) DEBUG: # This option is deprecated for removal. DEBUG: # Its value may be silently ignored in the future. DEBUG: # Reason: The option is related to Eventlet which will be removed. In addition DEBUG: # this has never worked as expected with services using eventlet for core DEBUG: # service framework. DEBUG: #heartbeat_in_pthread = false DEBUG: # How long to wait (in seconds) before reconnecting in response to an AMQP DEBUG: # consumer cancel notification. (floating point value) DEBUG: # Minimum value: 0.0 DEBUG: # Maximum value: 4.5 DEBUG: #kombu_reconnect_delay = 1.0 DEBUG: # Random time to wait for when reconnecting in response to an AMQP consumer DEBUG: # cancel notification. (floating point value) DEBUG: # Minimum value: 0.0 DEBUG: #kombu_reconnect_splay = 0.0 DEBUG: # EXPERIMENTAL: Possible values are: gzip, bz2. If not set compression will not DEBUG: # be used. This option may not be available in future versions. (string value) DEBUG: #kombu_compression = DEBUG: # How long to wait a missing client before abandoning to send it its replies. DEBUG: # This value should not be longer than rpc_response_timeout. (integer value) DEBUG: # Deprecated group/name - [oslo_messaging_rabbit]/kombu_reconnect_timeout DEBUG: #kombu_missing_consumer_retry_timeout = 60 DEBUG: # Determines how the next RabbitMQ node is chosen in case the one we are DEBUG: # currently connected to becomes unavailable. Takes effect only if more than DEBUG: # one RabbitMQ node is provided in config. (string value) DEBUG: # Possible values: DEBUG: # round-robin - DEBUG: # shuffle - DEBUG: #kombu_failover_strategy = round-robin DEBUG: # The RabbitMQ login method. (string value) DEBUG: # Possible values: DEBUG: # PLAIN - DEBUG: # AMQPLAIN - DEBUG: # EXTERNAL - DEBUG: # RABBIT-CR-DEMO - DEBUG: #rabbit_login_method = AMQPLAIN DEBUG: # How frequently to retry connecting with RabbitMQ. (integer value) DEBUG: # Minimum value: 1 DEBUG: #rabbit_retry_interval = 1 DEBUG: # How long to backoff for between retries when connecting to RabbitMQ. (integer DEBUG: # value) DEBUG: # Minimum value: 0 DEBUG: #rabbit_retry_backoff = 2 DEBUG: # Maximum interval of RabbitMQ connection retries. (integer value) DEBUG: # Minimum value: 1 DEBUG: #rabbit_interval_max = 30 DEBUG: # Try to use HA queues in RabbitMQ (x-ha-policy: all). If you change this DEBUG: # option, you must wipe the RabbitMQ database. In RabbitMQ 3.0, queue mirroring DEBUG: # is no longer controlled by the x-ha-policy argument when declaring a queue. DEBUG: # If you just want to make sure that all queues (except those with auto- DEBUG: # generated names) are mirrored across all nodes, run: "rabbitmqctl set_policy DEBUG: # HA '^(?!amq\.).*' '{"ha-mode": "all"}' " (boolean value) DEBUG: #rabbit_ha_queues = false DEBUG: # Use quorum queues in RabbitMQ (x-queue-type: quorum). The quorum queue is a DEBUG: # modern queue type for RabbitMQ implementing a durable, replicated FIFO queue DEBUG: # based on the Raft consensus algorithm. It is available as of RabbitMQ 3.8.0. DEBUG: # If set this option will conflict with the HA queues (``rabbit_ha_queues``) DEBUG: # aka mirrored queues, in other words the HA queues should be disabled. Quorum DEBUG: # queues are also durable by default so the amqp_durable_queues option is DEBUG: # ignored when this option is enabled. (boolean value) DEBUG: #rabbit_quorum_queue = false DEBUG: # Use quorum queues for transients queues in RabbitMQ. Enabling this option DEBUG: # will then make sure those queues are also using quorum kind of rabbit queues, DEBUG: # which are HA by default. (boolean value) DEBUG: #rabbit_transient_quorum_queue = false DEBUG: # Each time a message is redelivered to a consumer, a counter is incremented. DEBUG: # Once the redelivery count exceeds the delivery limit the message gets dropped DEBUG: # or dead-lettered (if a DLX exchange has been configured) Used only when DEBUG: # rabbit_quorum_queue is enabled, Default 0 which means dont set a limit. DEBUG: # (integer value) DEBUG: #rabbit_quorum_delivery_limit = 0 DEBUG: # By default all messages are maintained in memory if a quorum queue grows in DEBUG: # length it can put memory pressure on a cluster. This option can limit the DEBUG: # number of messages in the quorum queue. Used only when rabbit_quorum_queue is DEBUG: # enabled, Default 0 which means dont set a limit. (integer value) DEBUG: #rabbit_quorum_max_memory_length = 0 DEBUG: # By default all messages are maintained in memory if a quorum queue grows in DEBUG: # length it can put memory pressure on a cluster. This option can limit the DEBUG: # number of memory bytes used by the quorum queue. Used only when DEBUG: # rabbit_quorum_queue is enabled, Default 0 which means dont set a limit. DEBUG: # (integer value) DEBUG: #rabbit_quorum_max_memory_bytes = 0 DEBUG: # Positive integer representing duration in seconds for queue TTL (x-expires). DEBUG: # Queues which are unused for the duration of the TTL are automatically DEBUG: # deleted. The parameter affects only reply and fanout queues. Setting 0 as DEBUG: # value will disable the x-expires. If doing so, make sure you have a rabbitmq DEBUG: # policy to delete the queues or you deployment will create an infinite number DEBUG: # of queue over time.In case rabbit_stream_fanout is set to True, this option DEBUG: # will control data retention policy (x-max-age) for messages in the fanout DEBUG: # queue rather then the queue duration itself. So the oldest data in the stream DEBUG: # queue will be discarded from it once reaching TTL Setting to 0 will disable DEBUG: # x-max-age for stream which make stream grow indefinitely filling up the DEBUG: # diskspace (integer value) DEBUG: # Minimum value: 0 DEBUG: #rabbit_transient_queues_ttl = 1800 DEBUG: # Specifies the number of messages to prefetch. Setting to zero allows DEBUG: # unlimited messages. (integer value) DEBUG: #rabbit_qos_prefetch_count = 0 DEBUG: # Number of seconds after which the Rabbit broker is considered down if DEBUG: # heartbeat's keep-alive fails (0 disables heartbeat). (integer value) DEBUG: #heartbeat_timeout_threshold = 60 DEBUG: # How often times during the heartbeat_timeout_threshold we check the DEBUG: # heartbeat. (integer value) DEBUG: #heartbeat_rate = 3 DEBUG: # DEPRECATED: (DEPRECATED) Enable/Disable the RabbitMQ mandatory flag for DEBUG: # direct send. The direct send is used as reply, so the MessageUndeliverable DEBUG: # exception is raised in case the client queue does not DEBUG: # exist.MessageUndeliverable exception will be used to loop for a timeout to DEBUG: # lets a chance to sender to recover.This flag is deprecated and it will not be DEBUG: # possible to deactivate this functionality anymore (boolean value) DEBUG: # This option is deprecated for removal. DEBUG: # Its value may be silently ignored in the future. DEBUG: # Reason: Mandatory flag no longer deactivable. DEBUG: #direct_mandatory_flag = true DEBUG: # Enable x-cancel-on-ha-failover flag so that rabbitmq server will cancel and DEBUG: # notify consumerswhen queue is down (boolean value) DEBUG: #enable_cancel_on_failover = false DEBUG: # Should we use consistant queue names or random ones (boolean value) DEBUG: #use_queue_manager = false DEBUG: # Hostname used by queue manager. Defaults to the value returned by DEBUG: # socket.gethostname(). (string value) DEBUG: # DEBUG: # This option has a sample default set, which means that DEBUG: # its actual default value may vary from the one documented DEBUG: # below. DEBUG: #hostname = node1.example.com DEBUG: # Process name used by queue manager (string value) DEBUG: # DEBUG: # This option has a sample default set, which means that DEBUG: # its actual default value may vary from the one documented DEBUG: # below. DEBUG: #processname = nova-api DEBUG: # Use stream queues in RabbitMQ (x-queue-type: stream). Streams are a new DEBUG: # persistent and replicated data structure ("queue type") in RabbitMQ which DEBUG: # models an append-only log with non-destructive consumer semantics. It is DEBUG: # available as of RabbitMQ 3.9.0. If set this option will replace all fanout DEBUG: # queues with only one stream queue. (boolean value) DEBUG: #rabbit_stream_fanout = false DEBUG: [oslo_middleware] DEBUG: # DEBUG: # From oslo.middleware.http_proxy_to_wsgi DEBUG: # DEBUG: # Whether the application is behind a proxy or not. This determines if the DEBUG: # middleware should parse the headers or not. (boolean value) DEBUG: #enable_proxy_headers_parsing = false DEBUG: [oslo_policy] DEBUG: # DEBUG: # From oslo.policy DEBUG: # DEBUG: # DEPRECATED: This option controls whether or not to enforce scope when DEBUG: # evaluating policies. If ``True``, the scope of the token used in the request DEBUG: # is compared to the ``scope_types`` of the policy being enforced. If the DEBUG: # scopes do not match, an ``InvalidScope`` exception will be raised. If DEBUG: # ``False``, a message will be logged informing operators that policies are DEBUG: # being invoked with mismatching scope. (boolean value) DEBUG: # This option is deprecated for removal. DEBUG: # Its value may be silently ignored in the future. DEBUG: # Reason: This configuration was added temporarily to facilitate a smooth DEBUG: # transition to the new RBAC. OpenStack will always enforce scope checks. This DEBUG: # configuration option is deprecated and will be removed in the 2025.2 cycle. DEBUG: #enforce_scope = false DEBUG: # This option controls whether or not to use old deprecated defaults when DEBUG: # evaluating policies. If ``True``, the old deprecated defaults are not going DEBUG: # to be evaluated. This means if any existing token is allowed for old defaults DEBUG: # but is disallowed for new defaults, it will be disallowed. It is encouraged DEBUG: # to enable this flag along with the ``enforce_scope`` flag so that you can get DEBUG: # the benefits of new defaults and ``scope_type`` together. If ``False``, the DEBUG: # deprecated policy check string is logically OR'd with the new policy check DEBUG: # string, allowing for a graceful upgrade experience between releases with new DEBUG: # policies, which is the default behavior. (boolean value) DEBUG: #enforce_new_defaults = false DEBUG: # The relative or absolute path of a file that maps roles to permissions for a DEBUG: # given service. Relative paths must be specified in relation to the DEBUG: # configuration file setting this option. (string value) DEBUG: #policy_file = policy.yaml DEBUG: # Default rule. Enforced when a requested rule is not found. (string value) DEBUG: #policy_default_rule = default DEBUG: # Directories where policy configuration files are stored. They can be relative DEBUG: # to any directory in the search path defined by the config_dir option, or DEBUG: # absolute paths. The file defined by policy_file must exist for these DEBUG: # directories to be searched. Missing or empty directories are ignored. (multi DEBUG: # valued) DEBUG: #policy_dirs = policy.d DEBUG: # Content Type to send and receive data for REST based policy check (string DEBUG: # value) DEBUG: # Possible values: DEBUG: # application/x-www-form-urlencoded - DEBUG: # application/json - DEBUG: #remote_content_type = application/x-www-form-urlencoded DEBUG: # server identity verification for REST based policy check (boolean value) DEBUG: #remote_ssl_verify_server_crt = false DEBUG: # Absolute path to ca cert file for REST based policy check (string value) DEBUG: #remote_ssl_ca_crt_file = DEBUG: # Absolute path to client cert for REST based policy check (string value) DEBUG: #remote_ssl_client_crt_file = DEBUG: # Absolute path client key file REST based policy check (string value) DEBUG: #remote_ssl_client_key_file = DEBUG: # Timeout in seconds for REST based policy check (floating point value) DEBUG: # Minimum value: 0 DEBUG: #remote_timeout = 60 DEBUG: [oslo_reports] DEBUG: # DEBUG: # From oslo.reports DEBUG: # DEBUG: # Path to a log directory where to create a file (string value) DEBUG: #log_dir = DEBUG: # The path to a file to watch for changes to trigger the reports, instead of DEBUG: # signals. Setting this option disables the signal trigger for the reports. If DEBUG: # application is running as a WSGI application it is recommended to use this DEBUG: # instead of signals. (string value) DEBUG: #file_event_handler = DEBUG: # How many seconds to wait between polls when file_event_handler is set DEBUG: # (integer value) DEBUG: #file_event_handler_interval = 1 DEBUG: [service_credentials] DEBUG: # DEBUG: # From aodh DEBUG: # DEBUG: # Region name to use for OpenStack service endpoints. (string value) DEBUG: # Deprecated group/name - [service_credentials]/os_region_name DEBUG: #region_name = DEBUG: # Type of endpoint in Identity service catalog to use for communication with DEBUG: # OpenStack services. (string value) DEBUG: # Possible values: DEBUG: # public - DEBUG: # internal - DEBUG: # admin - DEBUG: # auth - DEBUG: # publicURL - DEBUG: # internalURL - DEBUG: # adminURL - DEBUG: # Deprecated group/name - [service_credentials]/os_endpoint_type DEBUG: #interface = public DEBUG: # DEBUG: # From aodh-auth DEBUG: # DEBUG: # PEM encoded Certificate Authority to use when verifying HTTPs connections. DEBUG: # (string value) DEBUG: #cafile = DEBUG: # PEM encoded client certificate cert file (string value) DEBUG: #certfile = DEBUG: # PEM encoded client certificate key file (string value) DEBUG: #keyfile = DEBUG: # Verify HTTPS connections. (boolean value) DEBUG: #insecure = false DEBUG: # Timeout value for http requests (integer value) DEBUG: #timeout = DEBUG: # Collect per-API call timing information. (boolean value) DEBUG: #collect_timing = false DEBUG: # Log requests to multiple loggers. (boolean value) DEBUG: #split_loggers = false DEBUG: # Authentication type to load (string value) DEBUG: # Deprecated group/name - [service_credentials]/auth_plugin DEBUG: #auth_type = DEBUG: # Config Section from which to load plugin specific options (string value) DEBUG: #auth_section = DEBUG: # Authentication URL (string value) DEBUG: #auth_url = DEBUG: # Scope for system operations (string value) DEBUG: #system_scope = DEBUG: # Domain ID to scope to (string value) DEBUG: #domain_id = DEBUG: # Domain name to scope to (string value) DEBUG: #domain_name = DEBUG: # Project ID to scope to (string value) DEBUG: # Deprecated group/name - [service_credentials]/tenant_id DEBUG: #project_id = DEBUG: # Project name to scope to (string value) DEBUG: # Deprecated group/name - [service_credentials]/tenant_name DEBUG: #project_name = DEBUG: # Domain ID containing project (string value) DEBUG: #project_domain_id = DEBUG: # Domain name containing project (string value) DEBUG: #project_domain_name = DEBUG: # ID of the trust to use as a trustee use (string value) DEBUG: #trust_id = DEBUG: # Optional domain ID to use with v3 and v2 parameters. It will be used for both DEBUG: # the user and project domain in v3 and ignored in v2 authentication. (string DEBUG: # value) DEBUG: #default_domain_id = DEBUG: # Optional domain name to use with v3 API and v2 parameters. It will be used DEBUG: # for both the user and project domain in v3 and ignored in v2 authentication. DEBUG: # (string value) DEBUG: #default_domain_name = DEBUG: # User id (string value) DEBUG: #user_id = DEBUG: # Username (string value) DEBUG: # Deprecated group/name - [service_credentials]/user_name DEBUG: #username = DEBUG: # User's domain id (string value) DEBUG: #user_domain_id = DEBUG: # User's domain name (string value) DEBUG: #user_domain_name = DEBUG: # User's password (string value) DEBUG: #password = DEBUG: [service_types] DEBUG: # DEBUG: # From aodh DEBUG: # DEBUG: # Message queue service type. (string value) DEBUG: #zaqar = messaging DEBUG: py312: OK (23.36 seconds) DEBUG: congratulations :) (23.43 seconds) DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Processing files: openstack-aodh-compat-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: Processing files: python3-aodh-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZbjhqJ DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd aodh-21.1.0.dev24 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/share/licenses/python3-aodh DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/share/licenses/python3-aodh DEBUG: + cp -pr /builddir/build/BUILD/aodh-21.1.0.dev24/LICENSE /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/share/licenses/python3-aodh DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: python-aodh = 21.1.0-0.20251027172216.3dd6437.el10 python3-aodh = 21.1.0-0.20251027172216.3dd6437.el10 python3.12-aodh = 21.1.0-0.20251027172216.3dd6437.el10 python3.12dist(aodh) = 21.1~~dev24 python3dist(aodh) = 21.1~~dev24 DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires: python(abi) = 3.12 python3.12dist(cachetools) >= 1.1.6 python3.12dist(cotyledon) >= 1.7.3 python3.12dist(croniter) >= 0.3.4 python3.12dist(futurist) >= 0.11 python3.12dist(gnocchiclient) >= 6 python3.12dist(jsonschema) >= 3.2 python3.12dist(keystoneauth1) >= 2.1 python3.12dist(keystonemiddleware) >= 5.1 python3.12dist(lxml) >= 2.3 python3.12dist(oslo-config) >= 6.8 python3.12dist(oslo-db) >= 11 python3.12dist(oslo-i18n) >= 1.5 python3.12dist(oslo-log) >= 4.3 python3.12dist(oslo-messaging) >= 5.2 python3.12dist(oslo-middleware) >= 3.22 python3.12dist(oslo-policy) >= 4.5 python3.12dist(oslo-reports) >= 1.18 python3.12dist(oslo-upgradecheck) >= 1.3 python3.12dist(oslo-utils) >= 4.7 python3.12dist(pastedeploy) >= 1.5 python3.12dist(pbr) >= 2 python3.12dist(pecan) >= 0.8 python3.12dist(python-dateutil) >= 2.5.3 python3.12dist(python-heatclient) >= 1.17 python3.12dist(python-keystoneclient) >= 1.6 python3.12dist(python-observabilityclient) >= 0.0.4 python3.12dist(python-octaviaclient) >= 1.8 python3.12dist(requests) >= 2.5.2 python3.12dist(sqlalchemy) >= 1.4.1 python3.12dist(stevedore) >= 1.5 python3.12dist(tenacity) >= 3.2.1 python3.12dist(tooz) >= 1.28 python3.12dist(voluptuous) >= 0.8.10 python3.12dist(webob) >= 1.2.3 python3.12dist(wsme) >= 0.12.1 DEBUG: Obsoletes: python3.12-aodh < 21.1.0-0.20251027172216.3dd6437.el10 DEBUG: Processing files: openstack-aodh-common-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ucWK9A DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd aodh-21.1.0.dev24 DEBUG: + DOCDIR=/builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/share/doc/openstack-aodh-common DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export DOCDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/share/doc/openstack-aodh-common DEBUG: + cp -pr /builddir/build/BUILD/aodh-21.1.0.dev24/README.rst /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/share/doc/openstack-aodh-common DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: config(openstack-aodh-common) = 21.1.0-0.20251027172216.3dd6437.el10 openstack-aodh-common = 21.1.0-0.20251027172216.3dd6437.el10 DEBUG: Requires(interp): /bin/sh DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires(pre): /bin/sh shadow-utils DEBUG: Requires(post): systemd DEBUG: Requires(preun): systemd DEBUG: Requires(postun): systemd DEBUG: Requires: /usr/bin/python3 DEBUG: Recommends: group(aodh) user(aodh) DEBUG: Processing files: openstack-aodh-api-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: Provides: openstack-aodh-api = 21.1.0-0.20251027172216.3dd6437.el10 DEBUG: Requires(interp): /bin/sh /bin/sh DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires(post): /bin/sh DEBUG: Requires(preun): /bin/sh DEBUG: Requires: /usr/bin/python3 DEBUG: Processing files: openstack-aodh-evaluator-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: Provides: openstack-aodh-evaluator = 21.1.0-0.20251027172216.3dd6437.el10 DEBUG: Requires(interp): /bin/sh /bin/sh DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires(post): /bin/sh DEBUG: Requires(preun): /bin/sh DEBUG: Requires: /usr/bin/python3 DEBUG: Processing files: openstack-aodh-notifier-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: Provides: openstack-aodh-notifier = 21.1.0-0.20251027172216.3dd6437.el10 DEBUG: Requires(interp): /bin/sh /bin/sh DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires(post): /bin/sh DEBUG: Requires(preun): /bin/sh DEBUG: Requires: /usr/bin/python3 DEBUG: Processing files: openstack-aodh-listener-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: Provides: openstack-aodh-listener = 21.1.0-0.20251027172216.3dd6437.el10 DEBUG: Requires(interp): /bin/sh /bin/sh DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires(post): /bin/sh DEBUG: Requires(preun): /bin/sh DEBUG: Requires: /usr/bin/python3 DEBUG: Processing files: openstack-aodh-expirer-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: Provides: openstack-aodh-expirer = 21.1.0-0.20251027172216.3dd6437.el10 DEBUG: Requires(interp): /bin/sh /bin/sh DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires(post): /bin/sh DEBUG: Requires(preun): /bin/sh DEBUG: Requires: /usr/bin/python3 DEBUG: Processing files: python3-aodh-tests-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6eNaap DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd aodh-21.1.0.dev24 DEBUG: + LICENSEDIR=/builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/share/licenses/python3-aodh-tests DEBUG: + export LC_ALL= DEBUG: + LC_ALL= DEBUG: + export LICENSEDIR DEBUG: + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/share/licenses/python3-aodh-tests DEBUG: + cp -pr /builddir/build/BUILD/aodh-21.1.0.dev24/LICENSE /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64/usr/share/licenses/python3-aodh-tests DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Provides: python-aodh-tests = 21.1.0-0.20251027172216.3dd6437.el10 python3-aodh-tests = 21.1.0-0.20251027172216.3dd6437.el10 python3.12-aodh-tests = 21.1.0-0.20251027172216.3dd6437.el10 DEBUG: Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 DEBUG: Requires: /usr/bin/bash python(abi) = 3.12 DEBUG: Obsoletes: python3.12-aodh-tests < 21.1.0-0.20251027172216.3dd6437.el10 DEBUG: Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64 DEBUG: Wrote: /builddir/build/SRPMS/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-aodh-api-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-aodh-common-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-aodh-evaluator-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-aodh-notifier-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-aodh-listener-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-aodh-expirer-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/openstack-aodh-compat-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-aodh-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm DEBUG: Wrote: /builddir/build/RPMS/python3-aodh-tests-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm DEBUG: Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.vbA8gF DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + cd aodh-21.1.0.dev24 DEBUG: + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.x86_64 DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.nDniz9 DEBUG: + umask 022 DEBUG: + cd /builddir/build/BUILD DEBUG: + rm -rf /builddir/build/BUILD/aodh-21.1.0.dev24-SPECPARTS DEBUG: + rm -rf aodh-21.1.0.dev24 aodh-21.1.0.dev24.gemspec DEBUG: + RPM_EC=0 DEBUG: ++ jobs -p DEBUG: + exit 0 DEBUG: RPM build warnings: DEBUG: source_date_epoch_from_changelog set but %changelog is missing DEBUG: Child return code was: 0 Finish: rpmbuild openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm DEBUG: Copying packages to result dir Finish: build phase for openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm INFO: Done(/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-21.1.0-0.20251027172216.3dd6437.el10.src.rpm) Config(dlrn-5) 1 minutes 1 seconds INFO: Results and/or logs in: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: Cleaning up build root ('cleanup_on_success=True') Start: clean chroot DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['btrfs', 'subv', 'list', '/var/lib/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False Finish: clean chroot DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root Start(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. INFO: reusing tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root. DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root_cache/ INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/dnf_cache Start(bootstrap): cleaning package manager metadata Finish(bootstrap): cleaning package manager metadata DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: resultdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/results DEBUG: searching for 'dnf4' package manager or alternatives DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share DEBUG: Copying /usr/share/distribution-gpg-keys to the bootstrap chroot DEBUG: child environment: None DEBUG: Executing command: ['cp', '-a', '/usr/share/distribution-gpg-keys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/usr/share'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/etc DEBUG: method _make_users skipped in bootstrap DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/.initialized Finish(bootstrap): chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5 Start: chroot init DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root INFO: mounting tmpfs at /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root. DEBUG: child environment: None DEBUG: Executing command: ['mount', '-n', '-t', 'tmpfs', '-o', 'mode=0755', '-o', 'nr_inodes=0', '-o', 'size=4g', 'mock_chroot_tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee INFO: calling preinit hooks INFO: enabled root cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/ Start: unpacking root cache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/tar', '--use-compress-program', 'pigz', '-xf', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/root_cache/cache.tar.gz', '-C', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./proc DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./sys DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./dev DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./dev DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./tmp/ccache DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/yum DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/dnf DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/log DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/./var/log Finish: unpacking root cache INFO: enabled package manager cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache DEBUG: ensuring that dir exists: /var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache Start: cleaning package manager metadata Finish: cleaning package manager metadata INFO: enabled HW Info plugin DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/lscpu'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Architecture: x86_64 DEBUG: CPU op-mode(s): 32-bit, 64-bit DEBUG: Address sizes: 40 bits physical, 48 bits virtual DEBUG: Byte Order: Little Endian DEBUG: CPU(s): 4 DEBUG: On-line CPU(s) list: 0-3 DEBUG: Vendor ID: AuthenticAMD DEBUG: Model name: AMD EPYC-Rome Processor DEBUG: CPU family: 23 DEBUG: Model: 49 DEBUG: Thread(s) per core: 1 DEBUG: Core(s) per socket: 1 DEBUG: Socket(s): 4 DEBUG: Stepping: 0 DEBUG: BogoMIPS: 5599.99 DEBUG: Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt lbrv nrip_save tsc_scale vmcb_clean pausefilter pfthreshold umip rdpid arch_capabilities DEBUG: Virtualization: AMD-V DEBUG: Hypervisor vendor: KVM DEBUG: Virtualization type: full DEBUG: L1d cache: 128 KiB (4 instances) DEBUG: L1i cache: 128 KiB (4 instances) DEBUG: L2 cache: 2 MiB (4 instances) DEBUG: L3 cache: 64 MiB (4 instances) DEBUG: NUMA node(s): 1 DEBUG: NUMA node0 CPU(s): 0-3 DEBUG: Vulnerability Gather data sampling: Not affected DEBUG: Vulnerability Itlb multihit: Not affected DEBUG: Vulnerability L1tf: Not affected DEBUG: Vulnerability Mds: Not affected DEBUG: Vulnerability Meltdown: Not affected DEBUG: Vulnerability Mmio stale data: Not affected DEBUG: Vulnerability Retbleed: Mitigation; untrained return thunk; SMT disabled DEBUG: Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode DEBUG: Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl DEBUG: Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization DEBUG: Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected DEBUG: Vulnerability Srbds: Not affected DEBUG: Vulnerability Tsx async abort: Not affected DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/free', '--human'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: total used free shared buff/cache available DEBUG: Mem: 15Gi 5.2Gi 742Mi 1.1Gi 10Gi 10Gi DEBUG: Swap: 15Gi 5.2Gi 10Gi DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/df', '-H', '-T', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/cache/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Filesystem Type Size Used Avail Use% Mounted on DEBUG: mock_chroot_tmpfs tmpfs 4.3G 845M 3.5G 20% /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: /dev/vda4 xfs 549G 194G 356G 36% / DEBUG: Child return code was: 0 DEBUG: create skeleton dirs DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/lib/dbus DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/tmp/ccache DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/tmp DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum.repos.d DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/run/lock DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/mapper DEBUG: kernel version == 5.14.0-427.16.1.el9_4.x86_64 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/fstab DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/yum/yum.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf/dnf.conf DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/log/yum.log DEBUG: rootdir = /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: resultdir = /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/mock DEBUG: copying CA trust dir into chroot: /etc/pki/ca-trust => /etc/pki/ca-trust DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust with files from /etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/./extracted DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/source/blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/edk2 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/java DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/openssl DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/pki/ca-trust/extracted/pem/directory-hash DEBUG: copying CA trust dir into chroot: /usr/share/pki/ca-trust-source => /usr/share/pki/ca-trust-source DEBUG: Updating files in /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source with files from /usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./anchors DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/usr/share/pki/ca-trust-source/./blocklist DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/etc/dnf DEBUG: configure DNF vars DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/proc', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'rprivate,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/sys', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,nodev,noexec,nosuid,readonly,rprivate,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'devpts', '-o', 'gid=5,mode=0620,ptmxmode=0666,newinstance', 'devpts', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/tmp/mock-selinux-plugin.ng8rjxum', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/yum_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/var/cache/mock/dlrn-centos10-master-uc-x86_64-5/dnf_cache', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['userdel', '-f', 'mockbuild', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupdel', 'mock', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['groupadd', 'mock', '-g', '135', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['useradd', 'mockbuild', '-o', '-u', '1039', '-g', '135', '-N', '-d', '/builddir', '--prefix', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: useradd: warning: the home directory /builddir already exists. DEBUG: useradd: Not copying any file from skel directory into it. DEBUG: Creating mailbox file: File exists DEBUG: Child return code was: 0 DEBUG: touching file: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/.initialized Finish: chroot init INFO: Installing built packages DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee DEBUG: created dir: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'bind', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,bind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: installing package(s): /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-compat-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-expirer-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-listener-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-notifier-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-evaluator-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/python3-aodh-tests-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-api-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-common-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm /home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/python3-aodh-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-t', 'tmpfs', '-o', 'private,mode=0755', 'tmpfs', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'rbind', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/mount', '-n', '-o', 'remount,private,rbind', '--target', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: ensuring that dir exists: /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir DEBUG: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-compat-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-expirer-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-listener-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-notifier-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-evaluator-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/python3-aodh-tests-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-api-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-common-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/python3-aodh-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm'] DEBUG: child environment: None DEBUG: Executing command: ['/usr/bin/dnf-3', '--installroot', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/', '--releasever', '10', '--setopt=deltarpm=False', '--setopt=allow_vendor_change=yes', '--allowerasing', '--disableplugin=local', '--disableplugin=spacewalk', '--disableplugin=versionlock', 'install', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-compat-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-expirer-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-listener-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-notifier-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-evaluator-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/python3-aodh-tests-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-api-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/openstack-aodh-common-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee/python3-aodh-21.1.0-0.20251027172216.3dd6437.el10.noarch.rpm', '--setopt=tsflags=nocontexts'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/installation-homedir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} and shell False DEBUG: No matches found for the following disable plugin patterns: local, spacewalk, versionlock DEBUG: delorean-openstack-barbican-25ef5677a674088bfb4 136 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-sushy-tools-ad220ed98a3e94b991d 64 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-cinder-d02171164bdd702b12b59 148 kB/s | 3.0 kB 00:00 DEBUG: delorean-ansible-collections-openstack-3c0a9f2d 148 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-aodh-6672259011e436143b2624b 138 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tobiko-dbc6eb406b50b69ce6ee0 146 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-nova-30bf8c1025ea24823ebde3e 145 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-designate-tests-tempest-bb1a7a8 149 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-glance-07eaee379db86950bca30 139 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-keystone-tests-tempest-97d6de34 136 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-manila-ea32b47ff40a6c927cfb0 138 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-whitebox-neutron-tests-tempest- 145 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-octavia-tests-tempest-fb464221b 119 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-watcher-tests-tempest-99388fae9 165 kB/s | 3.0 kB 00:00 DEBUG: delorean-python-tcib-6ebacb6de333c7fb36496f30e5 145 kB/s | 3.0 kB 00:00 DEBUG: delorean-puppet-ceph-7352068d7b8c84ded636ab3158 133 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-swift-8cbe10552a66be4ba5b271 115 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-tempest-9ebb0b605a3d43b7a0eb 117 kB/s | 3.0 kB 00:00 DEBUG: delorean-openstack-octavia-ui-f196e3bea01cc1fdf 94 kB/s | 3.0 kB 00:00 DEBUG: CentOS Stream 10 - BaseOS 59 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - AppStream 62 kB/s | 3.9 kB 00:00 DEBUG: CentOS Stream 10 - CRB 75 kB/s | 7.3 kB 00:00 DEBUG: CentOS Stream 10 - HighAvailability 80 kB/s | 7.8 kB 00:00 DEBUG: dlrn-master-testing 142 kB/s | 3.0 kB 00:00 DEBUG: dlrn-master-build-deps 134 kB/s | 3.0 kB 00:00 DEBUG: centos9-rabbitmq 164 kB/s | 3.0 kB 00:00 DEBUG: centos10-storage 116 kB/s | 3.0 kB 00:00 DEBUG: NFV SIG OpenvSwitch 31 kB/s | 3.0 kB 00:00 DEBUG: Extra Packages for Enterprise Linux 10 - x86_64 297 kB/s | 35 kB 00:00 DEBUG: Dependencies resolved. DEBUG: ====================================================================================================================== DEBUG: Package Arch Version Repository Size DEBUG: ====================================================================================================================== DEBUG: Installing: DEBUG: openstack-aodh-api noarch 21.1.0-0.20251027172216.3dd6437.el10 @commandline 8.6 k DEBUG: openstack-aodh-common noarch 21.1.0-0.20251027172216.3dd6437.el10 @commandline 35 k DEBUG: openstack-aodh-compat noarch 21.1.0-0.20251027172216.3dd6437.el10 @commandline 7.0 k DEBUG: openstack-aodh-evaluator noarch 21.1.0-0.20251027172216.3dd6437.el10 @commandline 8.1 k DEBUG: openstack-aodh-expirer noarch 21.1.0-0.20251027172216.3dd6437.el10 @commandline 8.1 k DEBUG: openstack-aodh-listener noarch 21.1.0-0.20251027172216.3dd6437.el10 @commandline 8.1 k DEBUG: openstack-aodh-notifier noarch 21.1.0-0.20251027172216.3dd6437.el10 @commandline 8.1 k DEBUG: python3-aodh noarch 21.1.0-0.20251027172216.3dd6437.el10 @commandline 221 k DEBUG: python3-aodh-tests noarch 21.1.0-0.20251027172216.3dd6437.el10 @commandline 158 k DEBUG: Installing dependencies: DEBUG: double-conversion x86_64 3.3.0-4.el10s delorean-master-testing 51 k DEBUG: groff-base x86_64 1.23.0-10.el10 baseos 1.1 M DEBUG: libsodium x86_64 1.0.20-2.el10s delorean-master-testing 173 k DEBUG: libxslt x86_64 1.1.39-8.el10 appstream 189 k DEBUG: libyaml x86_64 0.2.5-16.el10 baseos 62 k DEBUG: memcached x86_64 1.6.23-7.el10 appstream 185 k DEBUG: ncurses x86_64 6.4-14.20240127.el10 baseos 423 k DEBUG: perl-AutoLoader noarch 5.74-514.el10 appstream 22 k DEBUG: perl-B x86_64 1.89-514.el10 appstream 178 k DEBUG: perl-Carp noarch 1.54-511.el10 baseos 30 k DEBUG: perl-Class-Struct noarch 0.68-514.el10 appstream 23 k DEBUG: perl-Data-Dumper x86_64 2.189-512.el10 baseos 57 k DEBUG: perl-Digest noarch 1.20-511.el10 baseos 26 k DEBUG: perl-Digest-MD5 x86_64 2.59-6.el10 baseos 37 k DEBUG: perl-DynaLoader x86_64 1.56-514.el10 appstream 27 k DEBUG: perl-Encode x86_64 4:3.21-511.el10 baseos 1.1 M DEBUG: perl-Errno x86_64 1.38-514.el10 appstream 16 k DEBUG: perl-Exporter noarch 5.78-511.el10 baseos 32 k DEBUG: perl-Fcntl x86_64 1.18-514.el10 appstream 30 k DEBUG: perl-File-Basename noarch 2.86-514.el10 appstream 18 k DEBUG: perl-File-Path noarch 2.18-511.el10 baseos 36 k DEBUG: perl-File-Temp noarch 1:0.231.100-512.el10 baseos 60 k DEBUG: perl-File-stat noarch 1.14-514.el10 appstream 18 k DEBUG: perl-FileHandle noarch 2.05-514.el10 appstream 16 k DEBUG: perl-Getopt-Long noarch 1:2.58-3.el10 baseos 65 k DEBUG: perl-Getopt-Std noarch 1.14-514.el10 appstream 16 k DEBUG: perl-HTTP-Tiny noarch 0.088-512.el10 baseos 57 k DEBUG: perl-IO x86_64 1.55-514.el10 appstream 81 k DEBUG: perl-IO-Socket-IP noarch 0.42-512.el10 baseos 43 k DEBUG: perl-IO-Socket-SSL noarch 2.085-3.el10 baseos 227 k DEBUG: perl-IPC-Open3 noarch 1.22-514.el10 appstream 23 k DEBUG: perl-MIME-Base64 x86_64 3.16-511.el10 baseos 31 k DEBUG: perl-Mozilla-CA noarch 20231213-5.el10 baseos 15 k DEBUG: perl-Net-SSLeay x86_64 1.94-8.el10 appstream 380 k DEBUG: perl-POSIX x86_64 2.20-514.el10 appstream 97 k DEBUG: perl-PathTools x86_64 3.91-512.el10 baseos 85 k DEBUG: perl-Pod-Escapes noarch 1:1.07-511.el10 baseos 21 k DEBUG: perl-Pod-Perldoc noarch 3.28.01-512.el10 baseos 84 k DEBUG: perl-Pod-Simple noarch 1:3.45-511.el10 baseos 218 k DEBUG: perl-Pod-Usage noarch 4:2.03-511.el10 baseos 41 k DEBUG: perl-Scalar-List-Utils x86_64 5:1.63-511.el10 baseos 74 k DEBUG: perl-SelectSaver noarch 1.02-514.el10 appstream 12 k DEBUG: perl-Socket x86_64 4:2.038-511.el10 baseos 56 k DEBUG: perl-Storable x86_64 1:3.32-511.el10 baseos 99 k DEBUG: perl-Symbol noarch 1.09-514.el10 appstream 15 k DEBUG: perl-Term-ANSIColor noarch 5.01-512.el10 baseos 49 k DEBUG: perl-Term-Cap noarch 1.18-511.el10 baseos 23 k DEBUG: perl-Text-ParseWords noarch 3.31-511.el10 baseos 17 k DEBUG: perl-Text-Tabs+Wrap noarch 2024.001-511.el10 baseos 23 k DEBUG: perl-Time-Local noarch 2:1.350-511.el10 baseos 35 k DEBUG: perl-URI noarch 5.27-3.el10 baseos 134 k DEBUG: perl-base noarch 2.27-514.el10 appstream 17 k DEBUG: perl-constant noarch 1.33-512.el10 baseos 24 k DEBUG: perl-if noarch 0.61.000-514.el10 appstream 15 k DEBUG: perl-interpreter x86_64 4:5.40.2-514.el10 appstream 73 k DEBUG: perl-libnet noarch 3.15-512.el10 baseos 127 k DEBUG: perl-libs x86_64 4:5.40.2-514.el10 appstream 2.4 M DEBUG: perl-locale noarch 1.12-514.el10 appstream 14 k DEBUG: perl-mro x86_64 1.29-514.el10 appstream 31 k DEBUG: perl-overload noarch 1.37-514.el10 appstream 46 k DEBUG: perl-overloading noarch 0.02-514.el10 appstream 14 k DEBUG: perl-parent noarch 1:0.241-512.el10 baseos 16 k DEBUG: perl-podlators noarch 1:5.01-511.el10 baseos 124 k DEBUG: perl-vars noarch 1.05-514.el10 appstream 14 k DEBUG: python-openstackclient-lang noarch 8.1.0-0.20250618070222.88b59d8.el10 delorean-component-clients 47 k DEBUG: python-oslo-cache-lang noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 16 k DEBUG: python-oslo-concurrency-lang noarch 7.2.0-0.20250903115211.08987d8.el10 delorean-component-common 13 k DEBUG: python-oslo-db-lang noarch 17.4.0-0.20250903125129.69c7401.el10 delorean-component-common 12 k DEBUG: python-oslo-i18n-lang noarch 6.6.0-0.20250903121520.fc51cd8.el10 delorean-component-common 14 k DEBUG: python-oslo-log-lang noarch 7.2.1-0.20250903123413.dda3eb6.el10 delorean-component-common 13 k DEBUG: python-oslo-middleware-lang noarch 6.6.0-0.20250722063855.07ceb30.el10 delorean-component-common 11 k DEBUG: python-oslo-policy-lang noarch 4.6.0-0.20250903115627.fc28a7b.el10 delorean-component-common 12 k DEBUG: python-oslo-utils-lang noarch 9.1.0-0.20250903120622.c9dd062.el10 delorean-component-common 13 k DEBUG: python-pycadf-common noarch 4.0.1-0.20250212144723.3cea59f.el10 delorean-component-common 15 k DEBUG: python3-PyMySQL noarch 1.1.1-3.el10 appstream 116 k DEBUG: python3-alembic noarch 1.13.1-7.el10 appstream 502 k DEBUG: python3-amqp noarch 5.2.0-7.el10s delorean-master-testing 109 k DEBUG: python3-attrs noarch 23.2.0-7.el10 baseos 125 k DEBUG: python3-autopage noarch 0.5.2-8.el10s delorean-master-testing 75 k DEBUG: python3-bcrypt x86_64 3.2.2-4.el10s delorean-master-testing 42 k DEBUG: python3-binary-memcached noarch 0.31.2-1.el10s delorean-master-testing 43 k DEBUG: python3-cachetools noarch 5.4.0-6.el10s delorean-master-testing 37 k DEBUG: python3-certifi noarch 2024.08.30-1.el10s delorean-master-testing 14 k DEBUG: python3-cffi x86_64 1.16.0-7.el10 baseos 308 k DEBUG: python3-cinderclient noarch 9.8.0-0.20250905132338.e2d3049.el10 delorean-component-clients 268 k DEBUG: python3-cliff noarch 4.10.0-0.20250618070037.af17b57.el10 delorean-component-common 116 k DEBUG: python3-cmd2 noarch 2.5.8-1.el10s delorean-master-testing 375 k DEBUG: python3-colorama noarch 0.4.6-13.el10 appstream 72 k DEBUG: python3-cotyledon noarch 2.0.0-1.el10s delorean-master-testing 53 k DEBUG: python3-croniter noarch 5.0.1-1.el10s delorean-master-testing 52 k DEBUG: python3-cryptography x86_64 43.0.0-4.el10 baseos 1.4 M DEBUG: python3-dateutil noarch 1:2.9.0.post0-1.el10 baseos 340 k DEBUG: python3-debtcollector noarch 3.0.0-0.20250212115946.0e6ce1c.el10 delorean-component-common 35 k DEBUG: python3-decorator noarch 5.1.1-12.el10 baseos 32 k DEBUG: python3-dogpile-cache noarch 1.3.3-1.el10s delorean-master-testing 122 k DEBUG: python3-etcd3gw noarch 2.4.1-1.el10s delorean-master-testing 55 k DEBUG: python3-fasteners noarch 0.19-1.el10s delorean-master-testing 43 k DEBUG: python3-futurist noarch 3.2.1-0.20250905232230.388ec84.el10 delorean-component-common 84 k DEBUG: python3-gabbi noarch 3.0.0-1.el10s delorean-master-testing 293 k DEBUG: python3-gnocchiclient noarch 7.2.0-0.20250513100707.6363a9f.el10 delorean-component-clients 119 k DEBUG: python3-heatclient noarch 4.3.0-0.20250722065958.d8a25e1.el10 delorean-component-clients 200 k DEBUG: python3-importlib-metadata noarch 8.5.0-1.el10s delorean-master-testing 60 k DEBUG: python3-iniconfig noarch 1.1.1-18.el10 crb 19 k DEBUG: python3-iso8601 noarch 2.1.0-3.el10s delorean-master-testing 23 k DEBUG: python3-jmespath noarch 1.0.1-8.el10 appstream 58 k DEBUG: python3-jsonpatch noarch 1.33-6.el10 appstream 32 k DEBUG: python3-jsonpath-rw noarch 1.4.0-17.el10s delorean-master-testing 42 k DEBUG: python3-jsonpath-rw-ext noarch 1.2.2-16.el10s delorean-master-testing 45 k DEBUG: python3-jsonpointer noarch 2.3-9.el10 appstream 22 k DEBUG: python3-jsonschema noarch 4.19.1-7.el10 baseos 206 k DEBUG: python3-jsonschema-specifications noarch 2023.11.2-6.el10 baseos 29 k DEBUG: python3-jwt noarch 2.8.0-1.el10s delorean-master-testing 59 k DEBUG: python3-kazoo noarch 2.8.0-16.el10s delorean-master-testing 191 k DEBUG: python3-keystoneauth1 noarch 5.12.0-0.20250905092839.4f0414d.el10 delorean-component-keystone 554 k DEBUG: python3-keystoneclient noarch 1:5.7.0-0.20250903122615.be6c506.el10 delorean-component-clients 278 k DEBUG: python3-keystonemiddleware noarch 10.11.0-0.20250722065814.a93d295.el10 delorean-component-keystone 129 k DEBUG: python3-kombu noarch 1:5.3.7-1.el10s delorean-master-testing 423 k DEBUG: python3-logutils noarch 0.3.5-29.el10s delorean-master-testing 55 k DEBUG: python3-lxml x86_64 5.2.1-4.el10 appstream 1.4 M DEBUG: python3-mako noarch 1.2.3-9.el10 appstream 225 k DEBUG: python3-memcached noarch 1.59-15.el10s delorean-master-testing 45 k DEBUG: python3-msgpack x86_64 1.1.0-1.el10s delorean-master-testing 103 k DEBUG: python3-netaddr noarch 1.3.0-2.el10 appstream 1.7 M DEBUG: python3-neutronclient noarch 11.6.0-0.20250722064251.5f7d102.el10 delorean-component-clients 340 k DEBUG: python3-observabilityclient noarch 1.2.0-0.20251001084700.bcadbfe.el10 delorean-component-cloudops 43 k DEBUG: python3-octaviaclient noarch 3.12.0-0.20250905225544.c4dd1e1.el10 delorean-component-clients 108 k DEBUG: python3-openstackclient noarch 8.1.0-0.20250618070222.88b59d8.el10 delorean-component-clients 1.6 M DEBUG: python3-openstacksdk noarch 4.6.0-0.20250618072004.d2c6574.el10 delorean-component-clients 1.0 M DEBUG: python3-os-client-config noarch 2.3.0-0.20250722070834.d1e2fe7.el10 delorean-component-clients 58 k DEBUG: python3-os-service-types noarch 1.8.0-0.20250722070657.dbbc067.el10 delorean-component-clients 42 k DEBUG: python3-osc-lib noarch 4.1.0-0.20250722063709.48b43f8.el10 delorean-component-clients 100 k DEBUG: python3-oslo-cache noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 66 k DEBUG: python3-oslo-cache+dogpile noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 8.1 k DEBUG: python3-oslo-cache+etcd3gw noarch 3.12.0-0.20250905173025.5083970.el10 delorean-component-common 8.0 k DEBUG: python3-oslo-concurrency noarch 7.2.0-0.20250903115211.08987d8.el10 delorean-component-common 46 k DEBUG: python3-oslo-config noarch 2:10.0.0-0.20250722064059.493a086.el10 delorean-component-common 282 k DEBUG: python3-oslo-context noarch 6.1.0-0.20250903115431.f23bc41.el10 delorean-component-common 28 k DEBUG: python3-oslo-db noarch 17.4.0-0.20250903125129.69c7401.el10 delorean-component-common 157 k DEBUG: python3-oslo-db+mysql noarch 17.4.0-0.20250903125129.69c7401.el10 delorean-component-common 8.0 k DEBUG: python3-oslo-i18n noarch 6.6.0-0.20250903121520.fc51cd8.el10 delorean-component-common 64 k DEBUG: python3-oslo-log noarch 7.2.1-0.20250903123413.dda3eb6.el10 delorean-component-common 75 k DEBUG: python3-oslo-messaging noarch 17.1.0-0.20250722072528.827859a.el10 delorean-component-common 213 k DEBUG: python3-oslo-metrics noarch 0.13.0-0.20250903121146.276d34d.el10 delorean-component-common 26 k DEBUG: python3-oslo-middleware noarch 6.6.0-0.20250722063855.07ceb30.el10 delorean-component-common 70 k DEBUG: python3-oslo-policy noarch 4.6.0-0.20250903115627.fc28a7b.el10 delorean-component-common 90 k DEBUG: python3-oslo-reports noarch 3.6.0-0.20250903115818.b8904f1.el10 delorean-component-common 64 k DEBUG: python3-oslo-serialization noarch 5.8.0-0.20250903120250.8ed3fca.el10 delorean-component-common 35 k DEBUG: python3-oslo-service noarch 4.3.0-0.20250903130900.bfc7798.el10 delorean-component-common 109 k DEBUG: python3-oslo-upgradecheck noarch 2.6.0-0.20250903120433.f7dcd0c.el10 delorean-component-common 29 k DEBUG: python3-oslo-utils noarch 9.1.0-0.20250903120622.c9dd062.el10 delorean-component-common 130 k DEBUG: python3-paste noarch 3.10.1-6.el10s delorean-master-testing 607 k DEBUG: python3-paste-deploy noarch 3.1.0-7.el10s delorean-master-testing 46 k DEBUG: python3-pecan noarch 1.5.1-1.el10s delorean-master-testing 322 k DEBUG: python3-platformdirs noarch 4.2.2-2.el10s delorean-master-build-deps 41 k DEBUG: python3-pluggy noarch 1.3.0-5.el10 crb 53 k DEBUG: python3-ply noarch 3.11-25.el10 baseos 134 k DEBUG: python3-prettytable noarch 3.6.0-10.el10 appstream 68 k DEBUG: python3-prometheus_client noarch 0.21.0-2.el10s delorean-master-testing 117 k DEBUG: python3-psutil x86_64 5.9.8-6.el10 appstream 269 k DEBUG: python3-pyOpenSSL noarch 24.2.1-1.el10s delorean-master-testing 121 k DEBUG: python3-pycadf noarch 4.0.1-0.20250212144723.3cea59f.el10 delorean-component-common 64 k DEBUG: python3-pycparser noarch 2.20-16.el10 baseos 158 k DEBUG: python3-pymemcache noarch 4.0.0-1.el10s delorean-master-testing 148 k DEBUG: python3-pynacl x86_64 1.5.0-14.el10s delorean-master-testing 124 k DEBUG: python3-pyparsing noarch 3.1.1-7.el10 baseos 269 k DEBUG: python3-pyperclip noarch 1.8.2-1.el10s delorean-master-testing 28 k DEBUG: python3-pytest noarch 7.4.3-5.el10 crb 756 k DEBUG: python3-pytz noarch 2024.1-3.el10s delorean-master-testing 59 k DEBUG: python3-pyyaml x86_64 6.0.1-19.el10 baseos 236 k DEBUG: python3-redis noarch 5.1.1-3.el10s delorean-master-testing 524 k DEBUG: python3-referencing noarch 0.31.1-6.el10 baseos 82 k DEBUG: python3-repoze-lru noarch 0.7-25.el10s delorean-master-testing 36 k DEBUG: python3-requestsexceptions noarch 1.4.0-0.20250213133424.d7ac0ff.el10 delorean-component-common 16 k DEBUG: python3-rfc3986 noarch 1.5.0-12.el10s delorean-master-testing 59 k DEBUG: python3-routes noarch 2.5.1-11.el10s delorean-master-testing 201 k DEBUG: python3-rpds-py x86_64 0.17.1-6.el10 baseos 298 k DEBUG: python3-setproctitle x86_64 1.3.3-4.el10s delorean-master-testing 24 k DEBUG: python3-simplegeneric noarch 0.8.1-21.el10s delorean-master-testing 16 k DEBUG: python3-statsd noarch 3.2.1-33.el10s delorean-master-testing 39 k DEBUG: python3-stevedore noarch 5.5.0-0.20250903121709.3c04bde.el10 delorean-component-clients 79 k DEBUG: python3-swiftclient noarch 4.8.0-0.20250527151254.8486005.el10 delorean-component-clients 213 k DEBUG: python3-swiftclient+keystone noarch 4.8.0-0.20250527151254.8486005.el10 delorean-component-clients 8.0 k DEBUG: python3-tenacity noarch 8.2.3-1.el10s delorean-master-testing 55 k DEBUG: python3-testresources noarch 2.0.1-18.el10s delorean-master-testing 74 k DEBUG: python3-testscenarios noarch 0.5.0-21.el10s delorean-master-testing 40 k DEBUG: python3-testtools noarch 2.7.2-1.bootstrap.el10s delorean-master-testing 405 k DEBUG: python3-tooz noarch 7.0.0-0.20250618071237.8df645f.el10 delorean-component-common 133 k DEBUG: python3-tooz+redis noarch 7.0.0-0.20250618071237.8df645f.el10 delorean-component-common 7.8 k DEBUG: python3-tooz+zake noarch 7.0.0-0.20250618071237.8df645f.el10 delorean-component-common 7.8 k DEBUG: python3-uhashring noarch 2.3-8.el10s delorean-master-testing 28 k DEBUG: python3-ujson x86_64 5.10.0-1.el10s delorean-master-testing 33 k DEBUG: python3-vine noarch 5.1.0-10.el10s delorean-master-testing 27 k DEBUG: python3-voluptuous noarch 0.15.2-1.el10s delorean-master-testing 73 k DEBUG: python3-wcwidth noarch 0.2.6-6.el10 baseos 46 k DEBUG: python3-webob noarch 1.8.9-1.el10s delorean-master-testing 274 k DEBUG: python3-wrapt x86_64 1.17.1-1.el10s delorean-master-testing 68 k DEBUG: python3-wsgi_intercept noarch 1.13.1-1.el10s delorean-master-testing 36 k DEBUG: python3-wsme noarch 0.12.1-0.20250217143530.8312bb2.el10 delorean-component-common 176 k DEBUG: python3-yappi x86_64 1.6.0-1.el10s delorean-master-testing 62 k DEBUG: python3-zake noarch 0.2.2-22.el10s delorean-master-testing 56 k DEBUG: python3-zipp noarch 3.21.0-2.el10s delorean-master-testing 30 k DEBUG: which x86_64 2.21-44.el10 baseos 42 k DEBUG: Installing weak dependencies: DEBUG: bash-completion noarch 1:2.11-16.el10 baseos 453 k DEBUG: perl-NDBM_File x86_64 1.17-514.el10 appstream 23 k DEBUG: python3-jwt+crypto noarch 2.8.0-1.el10s delorean-master-testing 8.6 k DEBUG: Transaction Summary DEBUG: ====================================================================================================================== DEBUG: Install 214 Packages DEBUG: Total size: 32 M DEBUG: Installed size: 128 M DEBUG: Downloading Packages: DEBUG: [SKIPPED] python-openstackclient-lang-8.1.0-0.20250618070222.88b59d8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-gnocchiclient-7.2.0-0.20250513100707.6363a9f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneclient-5.7.0-0.20250903122615.be6c506.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-octaviaclient-3.12.0-0.20250905225544.c4dd1e1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstackclient-8.1.0-0.20250618070222.88b59d8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-observabilityclient-1.2.0-0.20251001084700.bcadbfe.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-config-10.0.0-0.20250722064059.493a086.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wsme-0.12.1-0.20250217143530.8312bb2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] bash-completion-2.11-16.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] groff-base-1.23.0-10.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libyaml-0.2.5-16.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] ncurses-6.4-14.20240127.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Carp-1.54-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Data-Dumper-2.189-512.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Digest-1.20-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Digest-MD5-2.59-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Encode-3.21-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Exporter-5.78-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Path-2.18-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Temp-0.231.100-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Getopt-Long-2.58-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-HTTP-Tiny-0.088-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-Socket-IP-0.42-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-Socket-SSL-2.085-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-MIME-Base64-3.16-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Mozilla-CA-20231213-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-PathTools-3.91-512.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Escapes-1.07-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Perldoc-3.28.01-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Simple-3.45-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Pod-Usage-2.03-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Scalar-List-Utils-1.63-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Socket-2.038-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Storable-3.32-511.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Term-ANSIColor-5.01-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Term-Cap-1.18-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Text-ParseWords-3.31-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Text-Tabs+Wrap-2024.001-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Time-Local-1.350-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-URI-5.27-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-constant-1.33-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-libnet-3.15-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-parent-0.241-512.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-podlators-5.01-511.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-attrs-23.2.0-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cffi-1.16.0-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-cryptography-43.0.0-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-dateutil-2.9.0.post0-1.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-decorator-5.1.1-12.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonschema-4.19.1-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonschema-specifications-2023.11.2-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ply-3.11-25.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pycparser-2.20-16.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyparsing-3.1.1-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyyaml-6.0.1-19.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-referencing-0.31.1-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rpds-py-0.17.1-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-wcwidth-0.2.6-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] which-2.21-44.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libxslt-1.1.39-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] memcached-1.6.23-7.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-AutoLoader-5.74-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-B-1.89-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Class-Struct-0.68-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-DynaLoader-1.56-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Errno-1.38-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Fcntl-1.18-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-Basename-2.86-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-File-stat-1.14-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-FileHandle-2.05-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Getopt-Std-1.14-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-IO-1.55-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-IPC-Open3-1.22-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-NDBM_File-1.17-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-Net-SSLeay-1.94-8.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-POSIX-2.20-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-SelectSaver-1.02-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-Symbol-1.09-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-base-2.27-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-if-0.61.000-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-interpreter-5.40.2-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-libs-5.40.2-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-locale-1.12-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-mro-1.29-514.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] perl-overload-1.37-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-overloading-0.02-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] perl-vars-1.05-514.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-PyMySQL-1.1.1-3.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-alembic-1.13.1-7.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-colorama-0.4.6-13.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jmespath-1.0.1-8.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpatch-1.33-6.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpointer-2.3-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-lxml-5.2.1-4.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-mako-1.2.3-9.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-netaddr-1.3.0-2.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-prettytable-3.6.0-10.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-psutil-5.9.8-6.el10.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-iniconfig-1.1.1-18.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pluggy-1.3.0-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pytest-7.4.3-5.el10.noarch.rpm: Already downloaded DEBUG: [SKIPPED] double-conversion-3.3.0-4.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] libsodium-1.0.20-2.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-amqp-5.2.0-7.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-autopage-0.5.2-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-bcrypt-3.2.2-4.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-binary-memcached-0.31.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cachetools-5.4.0-6.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-certifi-2024.08.30-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cmd2-2.5.8-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-cotyledon-2.0.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-croniter-5.0.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-dogpile-cache-1.3.3-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-etcd3gw-2.4.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-fasteners-0.19-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-gabbi-3.0.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-importlib-metadata-8.5.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-iso8601-2.1.0-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpath-rw-1.4.0-17.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jsonpath-rw-ext-1.2.2-16.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jwt+crypto-2.8.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-jwt-2.8.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kazoo-2.8.0-16.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-kombu-5.3.7-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-logutils-0.3.5-29.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-memcached-1.59-15.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-msgpack-1.1.0-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-paste-3.10.1-6.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-paste-deploy-3.1.0-7.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pecan-1.5.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-prometheus_client-0.21.0-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyOpenSSL-24.2.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pymemcache-4.0.0-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pynacl-1.5.0-14.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-pyperclip-1.8.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-pytz-2024.1-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-redis-5.1.1-3.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-repoze-lru-0.7-25.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-rfc3986-1.5.0-12.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-routes-2.5.1-11.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-setproctitle-1.3.3-4.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-simplegeneric-0.8.1-21.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-statsd-3.2.1-33.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-tenacity-8.2.3-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testresources-2.0.1-18.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testscenarios-0.5.0-21.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-testtools-2.7.2-1.bootstrap.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-uhashring-2.3-8.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-ujson-5.10.0-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-vine-5.1.0-10.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-voluptuous-0.15.2-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-webob-1.8.9-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-wrapt-1.17.1-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-wsgi_intercept-1.13.1-1.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-yappi-1.6.0-1.el10s.x86_64.rpm: Already downloaded DEBUG: [SKIPPED] python3-zake-0.2.2-22.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-zipp-3.21.0-2.el10s.noarch.rpm: Already downloaded DEBUG: [SKIPPED] python3-platformdirs-4.2.2-2.el10s.noarch.rpm: Already downloaded DEBUG: Running transaction check DEBUG: Transaction check succeeded. DEBUG: Running transaction test DEBUG: Transaction test succeeded. DEBUG: Running transaction DEBUG: Preparing : 1/1 DEBUG: Installing : python3-stevedore-5.5.0-0.20250903121709.3c04bde 1/214 DEBUG: Installing : python3-webob-1.8.9-1.el10s.noarch 2/214 DEBUG: Installing : python3-iso8601-2.1.0-3.el10s.noarch 3/214 DEBUG: Installing : python3-netaddr-1.3.0-2.el10.noarch 4/214 DEBUG: Installing : python3-decorator-5.1.1-12.el10.noarch 5/214 DEBUG: Installing : python3-dateutil-1:2.9.0.post0-1.el10.noarch 6/214 DEBUG: Installing : python3-pytz-2024.1-3.el10s.noarch 7/214 DEBUG: Installing : python3-psutil-5.9.8-6.el10.x86_64 8/214 DEBUG: Installing : python3-mako-1.2.3-9.el10.noarch 9/214 DEBUG: Installing : python3-dogpile-cache-1.3.3-1.el10s.noarch 10/214 DEBUG: Installing : python3-voluptuous-0.15.2-1.el10s.noarch 11/214 DEBUG: Installing : python3-vine-5.1.0-10.el10s.noarch 12/214 DEBUG: Installing : python3-amqp-5.2.0-7.el10s.noarch 13/214 DEBUG: Installing : python3-tenacity-8.2.3-1.el10s.noarch 14/214 DEBUG: Installing : python3-redis-5.1.1-3.el10s.noarch 15/214 DEBUG: Installing : python3-paste-deploy-3.1.0-7.el10s.noarch 16/214 DEBUG: Installing : python3-msgpack-1.1.0-1.el10s.x86_64 17/214 DEBUG: Installing : python3-fasteners-0.19-1.el10s.noarch 18/214 DEBUG: Installing : python3-cachetools-5.4.0-6.el10s.noarch 19/214 DEBUG: Installing : python3-wcwidth-0.2.6-6.el10.noarch 20/214 DEBUG: Installing : python3-prettytable-3.6.0-10.el10.noarch 21/214 DEBUG: Installing : python3-rpds-py-0.17.1-6.el10.x86_64 22/214 DEBUG: Installing : python3-ply-3.11-25.el10.noarch 23/214 DEBUG: Installing : python3-attrs-23.2.0-7.el10.noarch 24/214 DEBUG: Installing : python3-referencing-0.31.1-6.el10.noarch 25/214 DEBUG: Installing : python3-os-service-types-1.8.0-0.20250722070657. 26/214 DEBUG: Installing : python3-keystoneauth1-5.12.0-0.20250905092839.4f 27/214 DEBUG: Installing : python3-jsonschema-specifications-2023.11.2-6.el 28/214 DEBUG: Installing : python3-jsonschema-4.19.1-7.el10.noarch 29/214 DEBUG: Installing : python3-pycparser-2.20-16.el10.noarch 30/214 DEBUG: Installing : python3-cffi-1.16.0-7.el10.x86_64 31/214 DEBUG: Installing : python3-cryptography-43.0.0-4.el10.x86_64 32/214 DEBUG: Installing : python3-jwt-2.8.0-1.el10s.noarch 33/214 DEBUG: Installing : python3-jwt+crypto-2.8.0-1.el10s.noarch 34/214 DEBUG: Installing : python3-pyOpenSSL-24.2.1-1.el10s.noarch 35/214 DEBUG: Installing : python3-paste-3.10.1-6.el10s.noarch 36/214 DEBUG: Installing : python3-bcrypt-3.2.2-4.el10s.x86_64 37/214 DEBUG: Installing : python3-jsonpath-rw-1.4.0-17.el10s.noarch 38/214 DEBUG: Installing : python3-jsonpath-rw-ext-1.2.2-16.el10s.noarch 39/214 DEBUG: Installing : python3-kombu-1:5.3.7-1.el10s.noarch 40/214 DEBUG: Installing : python3-alembic-1.13.1-7.el10.noarch 41/214 DEBUG: Installing : python3-croniter-5.0.1-1.el10s.noarch 42/214 DEBUG: Installing : python3-prometheus_client-0.21.0-2.el10s.noarch 43/214 DEBUG: Installing : python3-platformdirs-4.2.2-2.el10s.noarch 44/214 DEBUG: Installing : python3-zipp-3.21.0-2.el10s.noarch 45/214 DEBUG: Installing : python3-importlib-metadata-8.5.0-1.el10s.noarch 46/214 DEBUG: Installing : python3-yappi-1.6.0-1.el10s.x86_64 47/214 DEBUG: Installing : python3-wsgi_intercept-1.13.1-1.el10s.noarch 48/214 DEBUG: Installing : python3-wrapt-1.17.1-1.el10s.x86_64 49/214 DEBUG: Installing : python3-debtcollector-3.0.0-0.20250212115946.0e6 50/214 DEBUG: Installing : python3-futurist-3.2.1-0.20250905232230.388ec84. 51/214 DEBUG: Installing : python3-oslo-context-6.1.0-0.20250903115431.f23b 52/214 DEBUG: Installing : python3-etcd3gw-2.4.1-1.el10s.noarch 53/214 DEBUG: Installing : python3-uhashring-2.3-8.el10s.noarch 54/214 DEBUG: Installing : python3-testtools-2.7.2-1.bootstrap.el10s.noarch 55/214 DEBUG: Installing : python3-testscenarios-0.5.0-21.el10s.noarch 56/214 DEBUG: Installing : python3-testresources-2.0.1-18.el10s.noarch 57/214 DEBUG: Installing : python3-statsd-3.2.1-33.el10s.noarch 58/214 DEBUG: Installing : python3-simplegeneric-0.8.1-21.el10s.noarch 59/214 DEBUG: Installing : python3-wsme-0.12.1-0.20250217143530.8312bb2.el1 60/214 DEBUG: Installing : python3-setproctitle-1.3.3-4.el10s.x86_64 61/214 DEBUG: Installing : python3-cotyledon-2.0.0-1.el10s.noarch 62/214 DEBUG: Installing : python3-rfc3986-1.5.0-12.el10s.noarch 63/214 DEBUG: Installing : python3-repoze-lru-0.7-25.el10s.noarch 64/214 DEBUG: Installing : python3-routes-2.5.1-11.el10s.noarch 65/214 DEBUG: Installing : python3-pyperclip-1.8.2-1.el10s.noarch 66/214 DEBUG: Installing : python3-pymemcache-4.0.0-1.el10s.noarch 67/214 DEBUG: Installing : python3-memcached-1.59-15.el10s.noarch 68/214 DEBUG: Installing : python3-logutils-0.3.5-29.el10s.noarch 69/214 DEBUG: Installing : python3-pecan-1.5.1-1.el10s.noarch 70/214 DEBUG: Installing : python3-kazoo-2.8.0-16.el10s.noarch 71/214 DEBUG: Installing : python3-zake-0.2.2-22.el10s.noarch 72/214 DEBUG: Installing : python3-certifi-2024.08.30-1.el10s.noarch 73/214 DEBUG: Installing : python3-autopage-0.5.2-8.el10s.noarch 74/214 DEBUG: Installing : libsodium-1.0.20-2.el10s.x86_64 75/214 DEBUG: Installing : python3-pynacl-1.5.0-14.el10s.x86_64 76/214 DEBUG: Installing : double-conversion-3.3.0-4.el10s.x86_64 77/214 DEBUG: Installing : python3-ujson-5.10.0-1.el10s.x86_64 78/214 DEBUG: Installing : python3-pluggy-1.3.0-5.el10.noarch 79/214 DEBUG: Installing : python3-iniconfig-1.1.1-18.el10.noarch 80/214 DEBUG: Installing : python3-pytest-7.4.3-5.el10.noarch 81/214 DEBUG: Installing : python3-jsonpointer-2.3-9.el10.noarch 82/214 DEBUG: Installing : python3-jsonpatch-1.33-6.el10.noarch 83/214 DEBUG: Installing : python3-jmespath-1.0.1-8.el10.noarch 84/214 DEBUG: Installing : python3-colorama-0.4.6-13.el10.noarch 85/214 DEBUG: Installing : python3-PyMySQL-1.1.1-3.el10.noarch 86/214 DEBUG: Installing : libxslt-1.1.39-8.el10.x86_64 87/214 DEBUG: Installing : python3-lxml-5.2.1-4.el10.x86_64 88/214 DEBUG: Installing : which-2.21-44.el10.x86_64 89/214 DEBUG: Installing : python3-cmd2-2.5.8-1.el10s.noarch 90/214 DEBUG: Installing : python3-pyparsing-3.1.1-7.el10.noarch 91/214 DEBUG: Installing : ncurses-6.4-14.20240127.el10.x86_64 92/214 DEBUG: Installing : libyaml-0.2.5-16.el10.x86_64 93/214 DEBUG: Installing : python3-pyyaml-6.0.1-19.el10.x86_64 94/214 DEBUG: Installing : python3-cliff-4.10.0-0.20250618070037.af17b57.el 95/214 DEBUG: Installing : python3-gnocchiclient-7.2.0-0.20250513100707.636 96/214 DEBUG: Installing : python3-gabbi-3.0.0-1.el10s.noarch 97/214 DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 98/214 DEBUG: Installing : groff-base-1.23.0-10.el10.x86_64 98/214 DEBUG: Running scriptlet: groff-base-1.23.0-10.el10.x86_64 98/214 DEBUG: Installing : perl-Digest-1.20-511.el10.noarch 99/214 DEBUG: Installing : perl-Digest-MD5-2.59-6.el10.x86_64 100/214 DEBUG: Installing : perl-B-1.89-514.el10.x86_64 101/214 DEBUG: Installing : perl-FileHandle-2.05-514.el10.noarch 102/214 DEBUG: Installing : perl-Data-Dumper-2.189-512.el10.x86_64 103/214 DEBUG: Installing : perl-libnet-3.15-512.el10.noarch 104/214 DEBUG: Installing : perl-AutoLoader-5.74-514.el10.noarch 105/214 DEBUG: Installing : perl-URI-5.27-3.el10.noarch 106/214 DEBUG: Installing : perl-Text-Tabs+Wrap-2024.001-511.el10.noarch 107/214 DEBUG: Installing : perl-Time-Local-2:1.350-511.el10.noarch 108/214 DEBUG: Installing : perl-Mozilla-CA-20231213-5.el10.noarch 109/214 DEBUG: Installing : perl-if-0.61.000-514.el10.noarch 110/214 DEBUG: Installing : perl-locale-1.12-514.el10.noarch 111/214 DEBUG: Installing : perl-IO-Socket-IP-0.42-512.el10.noarch 112/214 DEBUG: Installing : perl-File-Path-2.18-511.el10.noarch 113/214 DEBUG: Installing : perl-Pod-Escapes-1:1.07-511.el10.noarch 114/214 DEBUG: Installing : perl-IO-Socket-SSL-2.085-3.el10.noarch 115/214 DEBUG: Installing : perl-Net-SSLeay-1.94-8.el10.x86_64 116/214 DEBUG: Installing : perl-Term-ANSIColor-5.01-512.el10.noarch 117/214 DEBUG: Installing : perl-Class-Struct-0.68-514.el10.noarch 118/214 DEBUG: Installing : perl-POSIX-2.20-514.el10.x86_64 119/214 DEBUG: Installing : perl-IPC-Open3-1.22-514.el10.noarch 120/214 DEBUG: Installing : perl-File-Temp-1:0.231.100-512.el10.noarch 121/214 DEBUG: Installing : perl-Term-Cap-1.18-511.el10.noarch 122/214 DEBUG: Installing : perl-HTTP-Tiny-0.088-512.el10.noarch 123/214 DEBUG: Installing : perl-Pod-Simple-1:3.45-511.el10.noarch 124/214 DEBUG: Installing : perl-Socket-4:2.038-511.el10.x86_64 125/214 DEBUG: Installing : perl-SelectSaver-1.02-514.el10.noarch 126/214 DEBUG: Installing : perl-Symbol-1.09-514.el10.noarch 127/214 DEBUG: Installing : perl-File-stat-1.14-514.el10.noarch 128/214 DEBUG: Installing : perl-podlators-1:5.01-511.el10.noarch 129/214 DEBUG: Installing : perl-Pod-Perldoc-3.28.01-512.el10.noarch 130/214 DEBUG: Installing : perl-Text-ParseWords-3.31-511.el10.noarch 131/214 DEBUG: Installing : perl-Fcntl-1.18-514.el10.x86_64 132/214 DEBUG: Installing : perl-base-2.27-514.el10.noarch 133/214 DEBUG: Installing : perl-mro-1.29-514.el10.x86_64 134/214 DEBUG: Installing : perl-IO-1.55-514.el10.x86_64 135/214 DEBUG: Installing : perl-overloading-0.02-514.el10.noarch 136/214 DEBUG: Installing : perl-Pod-Usage-4:2.03-511.el10.noarch 137/214 DEBUG: Installing : perl-MIME-Base64-3.16-511.el10.x86_64 138/214 DEBUG: Installing : perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 139/214 DEBUG: Installing : perl-constant-1.33-512.el10.noarch 140/214 DEBUG: Installing : perl-parent-1:0.241-512.el10.noarch 141/214 DEBUG: Installing : perl-Errno-1.38-514.el10.x86_64 142/214 DEBUG: Installing : perl-File-Basename-2.86-514.el10.noarch 143/214 DEBUG: Installing : perl-Getopt-Std-1.14-514.el10.noarch 144/214 DEBUG: Installing : perl-Storable-1:3.32-511.el10.x86_64 145/214 DEBUG: Installing : perl-overload-1.37-514.el10.noarch 146/214 DEBUG: Installing : perl-vars-1.05-514.el10.noarch 147/214 DEBUG: Installing : perl-Getopt-Long-1:2.58-3.el10.noarch 148/214 DEBUG: Installing : perl-Carp-1.54-511.el10.noarch 149/214 DEBUG: Installing : perl-Exporter-5.78-511.el10.noarch 150/214 DEBUG: Installing : perl-PathTools-3.91-512.el10.x86_64 151/214 DEBUG: Installing : perl-NDBM_File-1.17-514.el10.x86_64 152/214 DEBUG: Installing : perl-DynaLoader-1.56-514.el10.x86_64 153/214 DEBUG: Installing : perl-Encode-4:3.21-511.el10.x86_64 154/214 DEBUG: Installing : perl-libs-4:5.40.2-514.el10.x86_64 155/214 DEBUG: Installing : perl-interpreter-4:5.40.2-514.el10.x86_64 156/214 DEBUG: Running scriptlet: memcached-1.6.23-7.el10.x86_64 157/214 DEBUG: Installing : memcached-1.6.23-7.el10.x86_64 157/214 DEBUG: Running scriptlet: memcached-1.6.23-7.el10.x86_64 157/214 DEBUG: Installing : python3-binary-memcached-0.31.2-1.el10s.noarch 158/214 DEBUG: Installing : bash-completion-1:2.11-16.el10.noarch 159/214 DEBUG: Installing : python3-requestsexceptions-1.4.0-0.2025021313342 160/214 DEBUG: Installing : python3-openstacksdk-4.6.0-0.20250618072004.d2c6 161/214 DEBUG: Installing : python3-os-client-config-2.3.0-0.20250722070834. 162/214 DEBUG: Installing : python-pycadf-common-4.0.1-0.20250212144723.3cea 163/214 DEBUG: Installing : python-oslo-utils-lang-9.1.0-0.20250903120622.c9 164/214 DEBUG: Installing : python-oslo-policy-lang-4.6.0-0.20250903115627.f 165/214 DEBUG: Installing : python-oslo-middleware-lang-6.6.0-0.202507220638 166/214 DEBUG: Installing : python-oslo-log-lang-7.2.1-0.20250903123413.dda3 167/214 DEBUG: Installing : python-oslo-i18n-lang-6.6.0-0.20250903121520.fc5 168/214 DEBUG: Installing : python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8 169/214 DEBUG: Installing : python3-oslo-utils-9.1.0-0.20250903120622.c9dd06 170/214 DEBUG: Installing : python3-oslo-config-2:10.0.0-0.20250722064059.49 171/214 DEBUG: Installing : python3-oslo-serialization-5.8.0-0.2025090312025 172/214 DEBUG: Installing : python3-oslo-log-7.2.1-0.20250903123413.dda3eb6. 173/214 DEBUG: Installing : python3-keystoneclient-1:5.7.0-0.20250903122615. 174/214 DEBUG: Installing : python3-osc-lib-4.1.0-0.20250722063709.48b43f8.e 175/214 DEBUG: Installing : python3-tooz+redis-7.0.0-0.20250618071237.8df645 176/214 DEBUG: Installing : python3-tooz+zake-7.0.0-0.20250618071237.8df645f 177/214 DEBUG: Installing : python3-tooz-7.0.0-0.20250618071237.8df645f.el10 178/214 DEBUG: Installing : python3-oslo-policy-4.6.0-0.20250903115627.fc28a 179/214 DEBUG: Installing : python3-oslo-middleware-6.6.0-0.20250722063855.0 180/214 DEBUG: Installing : python3-oslo-upgradecheck-2.6.0-0.20250903120433 181/214 DEBUG: Installing : python3-neutronclient-11.6.0-0.20250722064251.5f 182/214 DEBUG: Installing : python3-observabilityclient-1.2.0-0.202510010847 183/214 DEBUG: Installing : python3-swiftclient-4.8.0-0.20250527151254.84860 184/214 DEBUG: Installing : python3-swiftclient+keystone-4.8.0-0.20250527151 185/214 DEBUG: Installing : python3-heatclient-4.3.0-0.20250722065958.d8a25e 186/214 DEBUG: Installing : python3-oslo-metrics-0.13.0-0.20250903121146.276 187/214 DEBUG: Installing : python3-oslo-reports-3.6.0-0.20250903115818.b890 188/214 DEBUG: Installing : python3-pycadf-4.0.1-0.20250212144723.3cea59f.el 189/214 DEBUG: Installing : python3-cinderclient-9.8.0-0.20250905132338.e2d3 190/214 DEBUG: Installing : python-oslo-db-lang-17.4.0-0.20250903125129.69c7 191/214 DEBUG: Installing : python3-oslo-db+mysql-17.4.0-0.20250903125129.69 192/214 DEBUG: Installing : python3-oslo-db-17.4.0-0.20250903125129.69c7401. 193/214 DEBUG: Installing : python-oslo-concurrency-lang-7.2.0-0.20250903115 194/214 DEBUG: Installing : python3-oslo-concurrency-7.2.0-0.20250903115211. 195/214 DEBUG: Installing : python3-oslo-service-4.3.0-0.20250903130900.bfc7 196/214 DEBUG: Installing : python3-oslo-messaging-17.1.0-0.20250722072528.8 197/214 DEBUG: Installing : python-oslo-cache-lang-3.12.0-0.20250905173025.5 198/214 DEBUG: Installing : python3-oslo-cache+dogpile-3.12.0-0.202509051730 199/214 DEBUG: Installing : python3-oslo-cache+etcd3gw-3.12.0-0.202509051730 200/214 DEBUG: Installing : python3-oslo-cache-3.12.0-0.20250905173025.50839 201/214 DEBUG: Installing : python3-keystonemiddleware-10.11.0-0.20250722065 202/214 DEBUG: Installing : python-openstackclient-lang-8.1.0-0.202506180702 203/214 DEBUG: Installing : python3-openstackclient-8.1.0-0.20250618070222.8 204/214 DEBUG: Running scriptlet: python3-openstackclient-8.1.0-0.20250618070222.8 204/214 DEBUG: Installing : python3-octaviaclient-3.12.0-0.20250905225544.c4 205/214 DEBUG: Installing : python3-aodh-21.1.0-0.20251027172216.3dd6437.el1 206/214 DEBUG: Running scriptlet: openstack-aodh-common-21.1.0-0.20251027172216.3d 207/214 DEBUG: Installing : openstack-aodh-common-21.1.0-0.20251027172216.3d 207/214 DEBUG: Installing : openstack-aodh-expirer-21.1.0-0.20251027172216.3 208/214 DEBUG: Running scriptlet: openstack-aodh-expirer-21.1.0-0.20251027172216.3 208/214 DEBUG: Installing : openstack-aodh-listener-21.1.0-0.20251027172216. 209/214 DEBUG: Running scriptlet: openstack-aodh-listener-21.1.0-0.20251027172216. 209/214 DEBUG: Installing : openstack-aodh-notifier-21.1.0-0.20251027172216. 210/214 DEBUG: Running scriptlet: openstack-aodh-notifier-21.1.0-0.20251027172216. 210/214 DEBUG: Installing : openstack-aodh-evaluator-21.1.0-0.20251027172216 211/214 DEBUG: Running scriptlet: openstack-aodh-evaluator-21.1.0-0.20251027172216 211/214 DEBUG: Installing : openstack-aodh-api-21.1.0-0.20251027172216.3dd64 212/214 DEBUG: Running scriptlet: openstack-aodh-api-21.1.0-0.20251027172216.3dd64 212/214 DEBUG: Installing : openstack-aodh-compat-21.1.0-0.20251027172216.3d 213/214 DEBUG: Installing : python3-aodh-tests-21.1.0-0.20251027172216.3dd64 214/214 DEBUG: Running scriptlet: python3-aodh-tests-21.1.0-0.20251027172216.3dd64 214/214 DEBUG: Installed: DEBUG: bash-completion-1:2.11-16.el10.noarch DEBUG: double-conversion-3.3.0-4.el10s.x86_64 DEBUG: groff-base-1.23.0-10.el10.x86_64 DEBUG: libsodium-1.0.20-2.el10s.x86_64 DEBUG: libxslt-1.1.39-8.el10.x86_64 DEBUG: libyaml-0.2.5-16.el10.x86_64 DEBUG: memcached-1.6.23-7.el10.x86_64 DEBUG: ncurses-6.4-14.20240127.el10.x86_64 DEBUG: openstack-aodh-api-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: openstack-aodh-common-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: openstack-aodh-compat-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: openstack-aodh-evaluator-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: openstack-aodh-expirer-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: openstack-aodh-listener-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: openstack-aodh-notifier-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: perl-AutoLoader-5.74-514.el10.noarch DEBUG: perl-B-1.89-514.el10.x86_64 DEBUG: perl-Carp-1.54-511.el10.noarch DEBUG: perl-Class-Struct-0.68-514.el10.noarch DEBUG: perl-Data-Dumper-2.189-512.el10.x86_64 DEBUG: perl-Digest-1.20-511.el10.noarch DEBUG: perl-Digest-MD5-2.59-6.el10.x86_64 DEBUG: perl-DynaLoader-1.56-514.el10.x86_64 DEBUG: perl-Encode-4:3.21-511.el10.x86_64 DEBUG: perl-Errno-1.38-514.el10.x86_64 DEBUG: perl-Exporter-5.78-511.el10.noarch DEBUG: perl-Fcntl-1.18-514.el10.x86_64 DEBUG: perl-File-Basename-2.86-514.el10.noarch DEBUG: perl-File-Path-2.18-511.el10.noarch DEBUG: perl-File-Temp-1:0.231.100-512.el10.noarch DEBUG: perl-File-stat-1.14-514.el10.noarch DEBUG: perl-FileHandle-2.05-514.el10.noarch DEBUG: perl-Getopt-Long-1:2.58-3.el10.noarch DEBUG: perl-Getopt-Std-1.14-514.el10.noarch DEBUG: perl-HTTP-Tiny-0.088-512.el10.noarch DEBUG: perl-IO-1.55-514.el10.x86_64 DEBUG: perl-IO-Socket-IP-0.42-512.el10.noarch DEBUG: perl-IO-Socket-SSL-2.085-3.el10.noarch DEBUG: perl-IPC-Open3-1.22-514.el10.noarch DEBUG: perl-MIME-Base64-3.16-511.el10.x86_64 DEBUG: perl-Mozilla-CA-20231213-5.el10.noarch DEBUG: perl-NDBM_File-1.17-514.el10.x86_64 DEBUG: perl-Net-SSLeay-1.94-8.el10.x86_64 DEBUG: perl-POSIX-2.20-514.el10.x86_64 DEBUG: perl-PathTools-3.91-512.el10.x86_64 DEBUG: perl-Pod-Escapes-1:1.07-511.el10.noarch DEBUG: perl-Pod-Perldoc-3.28.01-512.el10.noarch DEBUG: perl-Pod-Simple-1:3.45-511.el10.noarch DEBUG: perl-Pod-Usage-4:2.03-511.el10.noarch DEBUG: perl-Scalar-List-Utils-5:1.63-511.el10.x86_64 DEBUG: perl-SelectSaver-1.02-514.el10.noarch DEBUG: perl-Socket-4:2.038-511.el10.x86_64 DEBUG: perl-Storable-1:3.32-511.el10.x86_64 DEBUG: perl-Symbol-1.09-514.el10.noarch DEBUG: perl-Term-ANSIColor-5.01-512.el10.noarch DEBUG: perl-Term-Cap-1.18-511.el10.noarch DEBUG: perl-Text-ParseWords-3.31-511.el10.noarch DEBUG: perl-Text-Tabs+Wrap-2024.001-511.el10.noarch DEBUG: perl-Time-Local-2:1.350-511.el10.noarch DEBUG: perl-URI-5.27-3.el10.noarch DEBUG: perl-base-2.27-514.el10.noarch DEBUG: perl-constant-1.33-512.el10.noarch DEBUG: perl-if-0.61.000-514.el10.noarch DEBUG: perl-interpreter-4:5.40.2-514.el10.x86_64 DEBUG: perl-libnet-3.15-512.el10.noarch DEBUG: perl-libs-4:5.40.2-514.el10.x86_64 DEBUG: perl-locale-1.12-514.el10.noarch DEBUG: perl-mro-1.29-514.el10.x86_64 DEBUG: perl-overload-1.37-514.el10.noarch DEBUG: perl-overloading-0.02-514.el10.noarch DEBUG: perl-parent-1:0.241-512.el10.noarch DEBUG: perl-podlators-1:5.01-511.el10.noarch DEBUG: perl-vars-1.05-514.el10.noarch DEBUG: python-openstackclient-lang-8.1.0-0.20250618070222.88b59d8.el10.noarch DEBUG: python-oslo-cache-lang-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python-oslo-concurrency-lang-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python-oslo-db-lang-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python-oslo-i18n-lang-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python-oslo-log-lang-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python-oslo-middleware-lang-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python-oslo-policy-lang-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python-oslo-utils-lang-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python-pycadf-common-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-PyMySQL-1.1.1-3.el10.noarch DEBUG: python3-alembic-1.13.1-7.el10.noarch DEBUG: python3-amqp-5.2.0-7.el10s.noarch DEBUG: python3-aodh-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: python3-aodh-tests-21.1.0-0.20251027172216.3dd6437.el10.noarch DEBUG: python3-attrs-23.2.0-7.el10.noarch DEBUG: python3-autopage-0.5.2-8.el10s.noarch DEBUG: python3-bcrypt-3.2.2-4.el10s.x86_64 DEBUG: python3-binary-memcached-0.31.2-1.el10s.noarch DEBUG: python3-cachetools-5.4.0-6.el10s.noarch DEBUG: python3-certifi-2024.08.30-1.el10s.noarch DEBUG: python3-cffi-1.16.0-7.el10.x86_64 DEBUG: python3-cinderclient-9.8.0-0.20250905132338.e2d3049.el10.noarch DEBUG: python3-cliff-4.10.0-0.20250618070037.af17b57.el10.noarch DEBUG: python3-cmd2-2.5.8-1.el10s.noarch DEBUG: python3-colorama-0.4.6-13.el10.noarch DEBUG: python3-cotyledon-2.0.0-1.el10s.noarch DEBUG: python3-croniter-5.0.1-1.el10s.noarch DEBUG: python3-cryptography-43.0.0-4.el10.x86_64 DEBUG: python3-dateutil-1:2.9.0.post0-1.el10.noarch DEBUG: python3-debtcollector-3.0.0-0.20250212115946.0e6ce1c.el10.noarch DEBUG: python3-decorator-5.1.1-12.el10.noarch DEBUG: python3-dogpile-cache-1.3.3-1.el10s.noarch DEBUG: python3-etcd3gw-2.4.1-1.el10s.noarch DEBUG: python3-fasteners-0.19-1.el10s.noarch DEBUG: python3-futurist-3.2.1-0.20250905232230.388ec84.el10.noarch DEBUG: python3-gabbi-3.0.0-1.el10s.noarch DEBUG: python3-gnocchiclient-7.2.0-0.20250513100707.6363a9f.el10.noarch DEBUG: python3-heatclient-4.3.0-0.20250722065958.d8a25e1.el10.noarch DEBUG: python3-importlib-metadata-8.5.0-1.el10s.noarch DEBUG: python3-iniconfig-1.1.1-18.el10.noarch DEBUG: python3-iso8601-2.1.0-3.el10s.noarch DEBUG: python3-jmespath-1.0.1-8.el10.noarch DEBUG: python3-jsonpatch-1.33-6.el10.noarch DEBUG: python3-jsonpath-rw-1.4.0-17.el10s.noarch DEBUG: python3-jsonpath-rw-ext-1.2.2-16.el10s.noarch DEBUG: python3-jsonpointer-2.3-9.el10.noarch DEBUG: python3-jsonschema-4.19.1-7.el10.noarch DEBUG: python3-jsonschema-specifications-2023.11.2-6.el10.noarch DEBUG: python3-jwt-2.8.0-1.el10s.noarch DEBUG: python3-jwt+crypto-2.8.0-1.el10s.noarch DEBUG: python3-kazoo-2.8.0-16.el10s.noarch DEBUG: python3-keystoneauth1-5.12.0-0.20250905092839.4f0414d.el10.noarch DEBUG: python3-keystoneclient-1:5.7.0-0.20250903122615.be6c506.el10.noarch DEBUG: python3-keystonemiddleware-10.11.0-0.20250722065814.a93d295.el10.noarch DEBUG: python3-kombu-1:5.3.7-1.el10s.noarch DEBUG: python3-logutils-0.3.5-29.el10s.noarch DEBUG: python3-lxml-5.2.1-4.el10.x86_64 DEBUG: python3-mako-1.2.3-9.el10.noarch DEBUG: python3-memcached-1.59-15.el10s.noarch DEBUG: python3-msgpack-1.1.0-1.el10s.x86_64 DEBUG: python3-netaddr-1.3.0-2.el10.noarch DEBUG: python3-neutronclient-11.6.0-0.20250722064251.5f7d102.el10.noarch DEBUG: python3-observabilityclient-1.2.0-0.20251001084700.bcadbfe.el10.noarch DEBUG: python3-octaviaclient-3.12.0-0.20250905225544.c4dd1e1.el10.noarch DEBUG: python3-openstackclient-8.1.0-0.20250618070222.88b59d8.el10.noarch DEBUG: python3-openstacksdk-4.6.0-0.20250618072004.d2c6574.el10.noarch DEBUG: python3-os-client-config-2.3.0-0.20250722070834.d1e2fe7.el10.noarch DEBUG: python3-os-service-types-1.8.0-0.20250722070657.dbbc067.el10.noarch DEBUG: python3-osc-lib-4.1.0-0.20250722063709.48b43f8.el10.noarch DEBUG: python3-oslo-cache-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+dogpile-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-cache+etcd3gw-3.12.0-0.20250905173025.5083970.el10.noarch DEBUG: python3-oslo-concurrency-7.2.0-0.20250903115211.08987d8.el10.noarch DEBUG: python3-oslo-config-2:10.0.0-0.20250722064059.493a086.el10.noarch DEBUG: python3-oslo-context-6.1.0-0.20250903115431.f23bc41.el10.noarch DEBUG: python3-oslo-db-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-db+mysql-17.4.0-0.20250903125129.69c7401.el10.noarch DEBUG: python3-oslo-i18n-6.6.0-0.20250903121520.fc51cd8.el10.noarch DEBUG: python3-oslo-log-7.2.1-0.20250903123413.dda3eb6.el10.noarch DEBUG: python3-oslo-messaging-17.1.0-0.20250722072528.827859a.el10.noarch DEBUG: python3-oslo-metrics-0.13.0-0.20250903121146.276d34d.el10.noarch DEBUG: python3-oslo-middleware-6.6.0-0.20250722063855.07ceb30.el10.noarch DEBUG: python3-oslo-policy-4.6.0-0.20250903115627.fc28a7b.el10.noarch DEBUG: python3-oslo-reports-3.6.0-0.20250903115818.b8904f1.el10.noarch DEBUG: python3-oslo-serialization-5.8.0-0.20250903120250.8ed3fca.el10.noarch DEBUG: python3-oslo-service-4.3.0-0.20250903130900.bfc7798.el10.noarch DEBUG: python3-oslo-upgradecheck-2.6.0-0.20250903120433.f7dcd0c.el10.noarch DEBUG: python3-oslo-utils-9.1.0-0.20250903120622.c9dd062.el10.noarch DEBUG: python3-paste-3.10.1-6.el10s.noarch DEBUG: python3-paste-deploy-3.1.0-7.el10s.noarch DEBUG: python3-pecan-1.5.1-1.el10s.noarch DEBUG: python3-platformdirs-4.2.2-2.el10s.noarch DEBUG: python3-pluggy-1.3.0-5.el10.noarch DEBUG: python3-ply-3.11-25.el10.noarch DEBUG: python3-prettytable-3.6.0-10.el10.noarch DEBUG: python3-prometheus_client-0.21.0-2.el10s.noarch DEBUG: python3-psutil-5.9.8-6.el10.x86_64 DEBUG: python3-pyOpenSSL-24.2.1-1.el10s.noarch DEBUG: python3-pycadf-4.0.1-0.20250212144723.3cea59f.el10.noarch DEBUG: python3-pycparser-2.20-16.el10.noarch DEBUG: python3-pymemcache-4.0.0-1.el10s.noarch DEBUG: python3-pynacl-1.5.0-14.el10s.x86_64 DEBUG: python3-pyparsing-3.1.1-7.el10.noarch DEBUG: python3-pyperclip-1.8.2-1.el10s.noarch DEBUG: python3-pytest-7.4.3-5.el10.noarch DEBUG: python3-pytz-2024.1-3.el10s.noarch DEBUG: python3-pyyaml-6.0.1-19.el10.x86_64 DEBUG: python3-redis-5.1.1-3.el10s.noarch DEBUG: python3-referencing-0.31.1-6.el10.noarch DEBUG: python3-repoze-lru-0.7-25.el10s.noarch DEBUG: python3-requestsexceptions-1.4.0-0.20250213133424.d7ac0ff.el10.noarch DEBUG: python3-rfc3986-1.5.0-12.el10s.noarch DEBUG: python3-routes-2.5.1-11.el10s.noarch DEBUG: python3-rpds-py-0.17.1-6.el10.x86_64 DEBUG: python3-setproctitle-1.3.3-4.el10s.x86_64 DEBUG: python3-simplegeneric-0.8.1-21.el10s.noarch DEBUG: python3-statsd-3.2.1-33.el10s.noarch DEBUG: python3-stevedore-5.5.0-0.20250903121709.3c04bde.el10.noarch DEBUG: python3-swiftclient-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-swiftclient+keystone-4.8.0-0.20250527151254.8486005.el10.noarch DEBUG: python3-tenacity-8.2.3-1.el10s.noarch DEBUG: python3-testresources-2.0.1-18.el10s.noarch DEBUG: python3-testscenarios-0.5.0-21.el10s.noarch DEBUG: python3-testtools-2.7.2-1.bootstrap.el10s.noarch DEBUG: python3-tooz-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+redis-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-tooz+zake-7.0.0-0.20250618071237.8df645f.el10.noarch DEBUG: python3-uhashring-2.3-8.el10s.noarch DEBUG: python3-ujson-5.10.0-1.el10s.x86_64 DEBUG: python3-vine-5.1.0-10.el10s.noarch DEBUG: python3-voluptuous-0.15.2-1.el10s.noarch DEBUG: python3-wcwidth-0.2.6-6.el10.noarch DEBUG: python3-webob-1.8.9-1.el10s.noarch DEBUG: python3-wrapt-1.17.1-1.el10s.x86_64 DEBUG: python3-wsgi_intercept-1.13.1-1.el10s.noarch DEBUG: python3-wsme-0.12.1-0.20250217143530.8312bb2.el10.noarch DEBUG: python3-yappi-1.6.0-1.el10s.x86_64 DEBUG: python3-zake-0.2.2-22.el10s.noarch DEBUG: python3-zipp-3.21.0-2.el10s.noarch DEBUG: which-2.21-44.el10.x86_64 DEBUG: Complete! DEBUG: Child return code was: 0 DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/home/centos10-master-uc/data/repos/component/cloudops/3d/d6/3dd643733e7340fabdc45af618feea87a528fdc4_3ce2abee'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: Cleaning up build root ('cleanup_on_success=True') Start: clean chroot DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 INFO: unmounting tmpfs. DEBUG: child environment: None DEBUG: Executing command: ['umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5/root'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['btrfs', 'subv', 'list', '/var/lib/mock'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False Finish: clean chroot Finish: run DEBUG: kill orphans in chroot /var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/dnf'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/var/cache/yum'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys/fs/selinux'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc/filesystems'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/pts'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/dev/shm'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/sys'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0 DEBUG: child environment: None DEBUG: Executing command: ['/bin/umount', '-n', '-l', '/var/lib/mock/dlrn-centos10-master-uc-x86_64-5-bootstrap/root/proc'] with env {'TERM': 'vt100', 'SHELL': '/bin/sh', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'C.UTF-8'} and shell False DEBUG: Child return code was: 0